Type Alias snowbridge_pallet_ethereum_client::types::SyncAggregate
source · pub type SyncAggregate = SyncAggregate<SC_SIZE, SC_BITS_SIZE>;
Aliased Type§
struct SyncAggregate {
pub sync_committee_bits: [u8; 64],
pub sync_committee_signature: Signature,
}
Fields§
§sync_committee_bits: [u8; 64]
§sync_committee_signature: Signature