referrerpolicy=no-referrer-when-downgrade
snowbridge_pallet_ethereum_client::types

Type Alias 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