Type Alias snowbridge_pallet_ethereum_client::types::SyncCommittee
source · pub type SyncCommittee = SyncCommittee<SC_SIZE>;
Aliased Type§
struct SyncCommittee {
pub pubkeys: [PublicKey; 512],
pub aggregate_pubkey: PublicKey,
}
Fields§
§pubkeys: [PublicKey; 512]
§aggregate_pubkey: PublicKey