pub type SyncCommitteePrepared = SyncCommitteePrepared<SC_SIZE>;Aliased Type§
struct SyncCommitteePrepared {
pub root: H256,
pub pubkeys: Box<[PublicKey; 512]>,
pub aggregate_pubkey: PublicKey,
}Fields§
§root: H256§pubkeys: Box<[PublicKey; 512]>§aggregate_pubkey: PublicKey