pub type CheckpointUpdate = CheckpointUpdate<SC_SIZE>;Aliased Type§
struct CheckpointUpdate {
pub header: BeaconHeader,
pub current_sync_committee: SyncCommittee<512>,
pub current_sync_committee_branch: Vec<H256>,
pub validators_root: H256,
pub block_roots_root: H256,
pub block_roots_branch: Vec<H256>,
}Fields§
§header: BeaconHeader§current_sync_committee: SyncCommittee<512>§current_sync_committee_branch: Vec<H256>§validators_root: H256§block_roots_root: H256§block_roots_branch: Vec<H256>