Versions in this module Expand all Collapse all v1 v1.0.0 Jul 16, 2024 Changes in this version + type BlindedBeaconBlock struct + Body *BlindedBeaconBlockBody + ParentRoot phase0.Root + ProposerIndex phase0.ValidatorIndex + Slot phase0.Slot + StateRoot phase0.Root + func (b *BlindedBeaconBlock) GetTree() (*ssz.Node, error) + func (b *BlindedBeaconBlock) HashTreeRoot() ([32]byte, error) + func (b *BlindedBeaconBlock) HashTreeRootWith(hh ssz.HashWalker) (err error) + func (b *BlindedBeaconBlock) MarshalJSON() ([]byte, error) + func (b *BlindedBeaconBlock) MarshalSSZ() ([]byte, error) + func (b *BlindedBeaconBlock) MarshalSSZTo(buf []byte) (dst []byte, err error) + func (b *BlindedBeaconBlock) MarshalYAML() ([]byte, error) + func (b *BlindedBeaconBlock) SizeSSZ() (size int) + func (b *BlindedBeaconBlock) String() string + func (b *BlindedBeaconBlock) UnmarshalJSON(input []byte) error + func (b *BlindedBeaconBlock) UnmarshalSSZ(buf []byte) error + func (b *BlindedBeaconBlock) UnmarshalYAML(input []byte) error + type BlindedBeaconBlockBody struct + Attestations []*phase0.Attestation + AttesterSlashings []*phase0.AttesterSlashing + Deposits []*phase0.Deposit + ETH1Data *phase0.ETH1Data + ExecutionPayloadHeader *bellatrix.ExecutionPayloadHeader + Graffiti [32]byte + ProposerSlashings []*phase0.ProposerSlashing + RANDAOReveal phase0.BLSSignature + SyncAggregate *altair.SyncAggregate + VoluntaryExits []*phase0.SignedVoluntaryExit + func (b *BlindedBeaconBlockBody) GetTree() (*ssz.Node, error) + func (b *BlindedBeaconBlockBody) HashTreeRoot() ([32]byte, error) + func (b *BlindedBeaconBlockBody) HashTreeRootWith(hh ssz.HashWalker) (err error) + func (b *BlindedBeaconBlockBody) MarshalJSON() ([]byte, error) + func (b *BlindedBeaconBlockBody) MarshalSSZ() ([]byte, error) + func (b *BlindedBeaconBlockBody) MarshalSSZTo(buf []byte) (dst []byte, err error) + func (b *BlindedBeaconBlockBody) MarshalYAML() ([]byte, error) + func (b *BlindedBeaconBlockBody) SizeSSZ() (size int) + func (b *BlindedBeaconBlockBody) String() string + func (b *BlindedBeaconBlockBody) UnmarshalJSON(input []byte) error + func (b *BlindedBeaconBlockBody) UnmarshalSSZ(buf []byte) error + func (b *BlindedBeaconBlockBody) UnmarshalYAML(input []byte) error + type SignedBlindedBeaconBlock struct + Message *BlindedBeaconBlock + Signature phase0.BLSSignature + func (s *SignedBlindedBeaconBlock) GetTree() (*ssz.Node, error) + func (s *SignedBlindedBeaconBlock) HashTreeRoot() ([32]byte, error) + func (s *SignedBlindedBeaconBlock) HashTreeRootWith(hh ssz.HashWalker) (err error) + func (s *SignedBlindedBeaconBlock) MarshalJSON() ([]byte, error) + func (s *SignedBlindedBeaconBlock) MarshalSSZ() ([]byte, error) + func (s *SignedBlindedBeaconBlock) MarshalSSZTo(buf []byte) (dst []byte, err error) + func (s *SignedBlindedBeaconBlock) MarshalYAML() ([]byte, error) + func (s *SignedBlindedBeaconBlock) SizeSSZ() (size int) + func (s *SignedBlindedBeaconBlock) String() string + func (s *SignedBlindedBeaconBlock) UnmarshalJSON(input []byte) error + func (s *SignedBlindedBeaconBlock) UnmarshalSSZ(buf []byte) error + func (s *SignedBlindedBeaconBlock) UnmarshalYAML(input []byte) error