Header Proof
EthSignatureBlockProof
class EthSignatureBlockProof(Container):
sync_committee_bits : BitVector [512] # the bits of the validators that signed the header close to head
sync_committee_signature : ByteVector [96] # the signature of the sync committeeEthHistoricBlockProof
class EthHistoricBlockProof(Container):
proof : List [bytes32, 128] # merkle proof from thr blotroot over the historic_summaries to the state
header : BeaconBlockHeader # the header of the beacon block containing historic_summaries (usually close to head)
gindex : Uint64 # the combined gindex of the proof
sync_committee_bits : BitVector [512] # the bits of the validators that signed the header containing the historic_summaries
sync_committee_signature : ByteVector [96] # the signature of the sync committeeEthHeadersBlockProof
ProofHeader
Last updated