referrerpolicy=no-referrer-when-downgrade

SyncCommittee

Type Alias SyncCommittee 

Source
pub type SyncCommittee = SyncCommittee<SC_SIZE>;

Aliased Type§

pub struct SyncCommittee {
    pub pubkeys: [PublicKey; 512],
    pub aggregate_pubkey: PublicKey,
}

Fields§

§pubkeys: [PublicKey; 512]§aggregate_pubkey: PublicKey