Documentation ¶
Overview ¶
Code generated by fastssz. DO NOT EDIT. Hash: aee43aed536b874e25f44d6a1c015d4064b7928ff1dd3bd0634687c4082215ef
Index ¶
- Variables
- type BLSToExecutionChange
- func (*BLSToExecutionChange) Descriptor() ([]byte, []int)deprecated
- func (x *BLSToExecutionChange) GetFromBlsPubkey() []byte
- func (x *BLSToExecutionChange) GetToExecutionAddress() []byte
- func (x *BLSToExecutionChange) GetValidatorIndex() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex
- func (b *BLSToExecutionChange) HashTreeRoot() ([32]byte, error)
- func (b *BLSToExecutionChange) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BLSToExecutionChange) MarshalSSZ() ([]byte, error)
- func (b *BLSToExecutionChange) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BLSToExecutionChange) ProtoMessage()
- func (x *BLSToExecutionChange) ProtoReflect() protoreflect.Message
- func (x *BLSToExecutionChange) Reset()
- func (b *BLSToExecutionChange) SizeSSZ() (size int)
- func (x *BLSToExecutionChange) String() string
- func (b *BLSToExecutionChange) UnmarshalSSZ(buf []byte) error
- type BLSToExecutionChangesPoolResponse
- func (*BLSToExecutionChangesPoolResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BLSToExecutionChangesPoolResponse) GetData() []*SignedBLSToExecutionChange
- func (*BLSToExecutionChangesPoolResponse) ProtoMessage()
- func (x *BLSToExecutionChangesPoolResponse) ProtoReflect() protoreflect.Message
- func (x *BLSToExecutionChangesPoolResponse) Reset()
- func (x *BLSToExecutionChangesPoolResponse) String() string
- type BeaconBlockAltair
- func (*BeaconBlockAltair) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconBlockAltair) GetBody() *BeaconBlockBodyAltair
- func (x *BeaconBlockAltair) GetParentRoot() []byte
- func (x *BeaconBlockAltair) GetProposerIndex() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex
- func (x *BeaconBlockAltair) GetSlot() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot
- func (x *BeaconBlockAltair) GetStateRoot() []byte
- func (b *BeaconBlockAltair) HashTreeRoot() ([32]byte, error)
- func (b *BeaconBlockAltair) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BeaconBlockAltair) MarshalSSZ() ([]byte, error)
- func (b *BeaconBlockAltair) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BeaconBlockAltair) ProtoMessage()
- func (x *BeaconBlockAltair) ProtoReflect() protoreflect.Message
- func (x *BeaconBlockAltair) Reset()
- func (b *BeaconBlockAltair) SizeSSZ() (size int)
- func (x *BeaconBlockAltair) String() string
- func (b *BeaconBlockAltair) UnmarshalSSZ(buf []byte) error
- type BeaconBlockBellatrix
- func (*BeaconBlockBellatrix) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconBlockBellatrix) GetBody() *BeaconBlockBodyBellatrix
- func (x *BeaconBlockBellatrix) GetParentRoot() []byte
- func (x *BeaconBlockBellatrix) GetProposerIndex() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex
- func (x *BeaconBlockBellatrix) GetSlot() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot
- func (x *BeaconBlockBellatrix) GetStateRoot() []byte
- func (b *BeaconBlockBellatrix) HashTreeRoot() ([32]byte, error)
- func (b *BeaconBlockBellatrix) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BeaconBlockBellatrix) MarshalSSZ() ([]byte, error)
- func (b *BeaconBlockBellatrix) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BeaconBlockBellatrix) ProtoMessage()
- func (x *BeaconBlockBellatrix) ProtoReflect() protoreflect.Message
- func (x *BeaconBlockBellatrix) Reset()
- func (b *BeaconBlockBellatrix) SizeSSZ() (size int)
- func (x *BeaconBlockBellatrix) String() string
- func (b *BeaconBlockBellatrix) UnmarshalSSZ(buf []byte) error
- type BeaconBlockBodyAltair
- func (*BeaconBlockBodyAltair) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconBlockBodyAltair) GetAttestations() []*v1.Attestation
- func (x *BeaconBlockBodyAltair) GetAttesterSlashings() []*v1.AttesterSlashing
- func (x *BeaconBlockBodyAltair) GetDeposits() []*v1.Deposit
- func (x *BeaconBlockBodyAltair) GetEth1Data() *v1.Eth1Data
- func (x *BeaconBlockBodyAltair) GetGraffiti() []byte
- func (x *BeaconBlockBodyAltair) GetProposerSlashings() []*v1.ProposerSlashing
- func (x *BeaconBlockBodyAltair) GetRandaoReveal() []byte
- func (x *BeaconBlockBodyAltair) GetSyncAggregate() *v1.SyncAggregate
- func (x *BeaconBlockBodyAltair) GetVoluntaryExits() []*v1.SignedVoluntaryExit
- func (b *BeaconBlockBodyAltair) HashTreeRoot() ([32]byte, error)
- func (b *BeaconBlockBodyAltair) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BeaconBlockBodyAltair) MarshalSSZ() ([]byte, error)
- func (b *BeaconBlockBodyAltair) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BeaconBlockBodyAltair) ProtoMessage()
- func (x *BeaconBlockBodyAltair) ProtoReflect() protoreflect.Message
- func (x *BeaconBlockBodyAltair) Reset()
- func (b *BeaconBlockBodyAltair) SizeSSZ() (size int)
- func (x *BeaconBlockBodyAltair) String() string
- func (b *BeaconBlockBodyAltair) UnmarshalSSZ(buf []byte) error
- type BeaconBlockBodyBellatrix
- func (*BeaconBlockBodyBellatrix) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconBlockBodyBellatrix) GetAttestations() []*v1.Attestation
- func (x *BeaconBlockBodyBellatrix) GetAttesterSlashings() []*v1.AttesterSlashing
- func (x *BeaconBlockBodyBellatrix) GetDeposits() []*v1.Deposit
- func (x *BeaconBlockBodyBellatrix) GetEth1Data() *v1.Eth1Data
- func (x *BeaconBlockBodyBellatrix) GetExecutionPayload() *v11.ExecutionPayload
- func (x *BeaconBlockBodyBellatrix) GetGraffiti() []byte
- func (x *BeaconBlockBodyBellatrix) GetProposerSlashings() []*v1.ProposerSlashing
- func (x *BeaconBlockBodyBellatrix) GetRandaoReveal() []byte
- func (x *BeaconBlockBodyBellatrix) GetSyncAggregate() *v1.SyncAggregate
- func (x *BeaconBlockBodyBellatrix) GetVoluntaryExits() []*v1.SignedVoluntaryExit
- func (b *BeaconBlockBodyBellatrix) HashTreeRoot() ([32]byte, error)
- func (b *BeaconBlockBodyBellatrix) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BeaconBlockBodyBellatrix) MarshalSSZ() ([]byte, error)
- func (b *BeaconBlockBodyBellatrix) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BeaconBlockBodyBellatrix) ProtoMessage()
- func (x *BeaconBlockBodyBellatrix) ProtoReflect() protoreflect.Message
- func (x *BeaconBlockBodyBellatrix) Reset()
- func (b *BeaconBlockBodyBellatrix) SizeSSZ() (size int)
- func (x *BeaconBlockBodyBellatrix) String() string
- func (b *BeaconBlockBodyBellatrix) UnmarshalSSZ(buf []byte) error
- type BeaconBlockBodyCapella
- func (*BeaconBlockBodyCapella) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconBlockBodyCapella) GetAttestations() []*v1.Attestation
- func (x *BeaconBlockBodyCapella) GetAttesterSlashings() []*v1.AttesterSlashing
- func (x *BeaconBlockBodyCapella) GetBlsToExecutionChanges() []*SignedBLSToExecutionChange
- func (x *BeaconBlockBodyCapella) GetDeposits() []*v1.Deposit
- func (x *BeaconBlockBodyCapella) GetEth1Data() *v1.Eth1Data
- func (x *BeaconBlockBodyCapella) GetExecutionPayload() *v11.ExecutionPayloadCapella
- func (x *BeaconBlockBodyCapella) GetGraffiti() []byte
- func (x *BeaconBlockBodyCapella) GetProposerSlashings() []*v1.ProposerSlashing
- func (x *BeaconBlockBodyCapella) GetRandaoReveal() []byte
- func (x *BeaconBlockBodyCapella) GetSyncAggregate() *v1.SyncAggregate
- func (x *BeaconBlockBodyCapella) GetVoluntaryExits() []*v1.SignedVoluntaryExit
- func (b *BeaconBlockBodyCapella) HashTreeRoot() ([32]byte, error)
- func (b *BeaconBlockBodyCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BeaconBlockBodyCapella) MarshalSSZ() ([]byte, error)
- func (b *BeaconBlockBodyCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BeaconBlockBodyCapella) ProtoMessage()
- func (x *BeaconBlockBodyCapella) ProtoReflect() protoreflect.Message
- func (x *BeaconBlockBodyCapella) Reset()
- func (b *BeaconBlockBodyCapella) SizeSSZ() (size int)
- func (x *BeaconBlockBodyCapella) String() string
- func (b *BeaconBlockBodyCapella) UnmarshalSSZ(buf []byte) error
- type BeaconBlockCapella
- func (*BeaconBlockCapella) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconBlockCapella) GetBody() *BeaconBlockBodyCapella
- func (x *BeaconBlockCapella) GetParentRoot() []byte
- func (x *BeaconBlockCapella) GetProposerIndex() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex
- func (x *BeaconBlockCapella) GetSlot() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot
- func (x *BeaconBlockCapella) GetStateRoot() []byte
- func (b *BeaconBlockCapella) HashTreeRoot() ([32]byte, error)
- func (b *BeaconBlockCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BeaconBlockCapella) MarshalSSZ() ([]byte, error)
- func (b *BeaconBlockCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BeaconBlockCapella) ProtoMessage()
- func (x *BeaconBlockCapella) ProtoReflect() protoreflect.Message
- func (x *BeaconBlockCapella) Reset()
- func (b *BeaconBlockCapella) SizeSSZ() (size int)
- func (x *BeaconBlockCapella) String() string
- func (b *BeaconBlockCapella) UnmarshalSSZ(buf []byte) error
- type BeaconBlockContainerV2
- func (*BeaconBlockContainerV2) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconBlockContainerV2) GetAltairBlock() *BeaconBlockAltair
- func (x *BeaconBlockContainerV2) GetBellatrixBlock() *BeaconBlockBellatrix
- func (m *BeaconBlockContainerV2) GetBlock() isBeaconBlockContainerV2_Block
- func (x *BeaconBlockContainerV2) GetCapellaBlock() *BeaconBlockCapella
- func (x *BeaconBlockContainerV2) GetPhase0Block() *v1.BeaconBlock
- func (*BeaconBlockContainerV2) ProtoMessage()
- func (x *BeaconBlockContainerV2) ProtoReflect() protoreflect.Message
- func (x *BeaconBlockContainerV2) Reset()
- func (x *BeaconBlockContainerV2) String() string
- type BeaconBlockContainerV2_AltairBlock
- type BeaconBlockContainerV2_BellatrixBlock
- type BeaconBlockContainerV2_CapellaBlock
- type BeaconBlockContainerV2_Phase0Block
- type BeaconState
- func (*BeaconState) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconState) GetBalances() []uint64
- func (x *BeaconState) GetBlockRoots() [][]byte
- func (x *BeaconState) GetCurrentEpochParticipation() []byte
- func (x *BeaconState) GetCurrentJustifiedCheckpoint() *v1.Checkpoint
- func (x *BeaconState) GetCurrentSyncCommittee() *SyncCommittee
- func (x *BeaconState) GetEth1Data() *v1.Eth1Data
- func (x *BeaconState) GetEth1DataVotes() []*v1.Eth1Data
- func (x *BeaconState) GetEth1DepositIndex() uint64
- func (x *BeaconState) GetFinalizedCheckpoint() *v1.Checkpoint
- func (x *BeaconState) GetFork() *v1.Fork
- func (x *BeaconState) GetGenesisTime() uint64
- func (x *BeaconState) GetGenesisValidatorsRoot() []byte
- func (x *BeaconState) GetHistoricalRoots() [][]byte
- func (x *BeaconState) GetInactivityScores() []uint64
- func (x *BeaconState) GetJustificationBits() github_com_prysmaticlabs_go_bitfield.Bitvector4
- func (x *BeaconState) GetLatestBlockHeader() *v1.BeaconBlockHeader
- func (x *BeaconState) GetNextSyncCommittee() *SyncCommittee
- func (x *BeaconState) GetPreviousEpochParticipation() []byte
- func (x *BeaconState) GetPreviousJustifiedCheckpoint() *v1.Checkpoint
- func (x *BeaconState) GetRandaoMixes() [][]byte
- func (x *BeaconState) GetSlashings() []uint64
- func (x *BeaconState) GetSlot() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot
- func (x *BeaconState) GetStateRoots() [][]byte
- func (x *BeaconState) GetValidators() []*v1.Validator
- func (*BeaconState) ProtoMessage()
- func (x *BeaconState) ProtoReflect() protoreflect.Message
- func (x *BeaconState) Reset()
- func (x *BeaconState) String() string
- type BeaconStateBellatrix
- func (*BeaconStateBellatrix) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconStateBellatrix) GetBalances() []uint64
- func (x *BeaconStateBellatrix) GetBlockRoots() [][]byte
- func (x *BeaconStateBellatrix) GetCurrentEpochParticipation() []byte
- func (x *BeaconStateBellatrix) GetCurrentJustifiedCheckpoint() *v1.Checkpoint
- func (x *BeaconStateBellatrix) GetCurrentSyncCommittee() *SyncCommittee
- func (x *BeaconStateBellatrix) GetEth1Data() *v1.Eth1Data
- func (x *BeaconStateBellatrix) GetEth1DataVotes() []*v1.Eth1Data
- func (x *BeaconStateBellatrix) GetEth1DepositIndex() uint64
- func (x *BeaconStateBellatrix) GetFinalizedCheckpoint() *v1.Checkpoint
- func (x *BeaconStateBellatrix) GetFork() *v1.Fork
- func (x *BeaconStateBellatrix) GetGenesisTime() uint64
- func (x *BeaconStateBellatrix) GetGenesisValidatorsRoot() []byte
- func (x *BeaconStateBellatrix) GetHistoricalRoots() [][]byte
- func (x *BeaconStateBellatrix) GetInactivityScores() []uint64
- func (x *BeaconStateBellatrix) GetJustificationBits() github_com_prysmaticlabs_go_bitfield.Bitvector4
- func (x *BeaconStateBellatrix) GetLatestBlockHeader() *v1.BeaconBlockHeader
- func (x *BeaconStateBellatrix) GetLatestExecutionPayloadHeader() *v11.ExecutionPayloadHeader
- func (x *BeaconStateBellatrix) GetNextSyncCommittee() *SyncCommittee
- func (x *BeaconStateBellatrix) GetPreviousEpochParticipation() []byte
- func (x *BeaconStateBellatrix) GetPreviousJustifiedCheckpoint() *v1.Checkpoint
- func (x *BeaconStateBellatrix) GetRandaoMixes() [][]byte
- func (x *BeaconStateBellatrix) GetSlashings() []uint64
- func (x *BeaconStateBellatrix) GetSlot() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot
- func (x *BeaconStateBellatrix) GetStateRoots() [][]byte
- func (x *BeaconStateBellatrix) GetValidators() []*v1.Validator
- func (*BeaconStateBellatrix) ProtoMessage()
- func (x *BeaconStateBellatrix) ProtoReflect() protoreflect.Message
- func (x *BeaconStateBellatrix) Reset()
- func (x *BeaconStateBellatrix) String() string
- type BeaconStateCapella
- func (*BeaconStateCapella) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconStateCapella) GetBalances() []uint64
- func (x *BeaconStateCapella) GetBlockRoots() [][]byte
- func (x *BeaconStateCapella) GetCurrentEpochParticipation() []byte
- func (x *BeaconStateCapella) GetCurrentJustifiedCheckpoint() *v1.Checkpoint
- func (x *BeaconStateCapella) GetCurrentSyncCommittee() *SyncCommittee
- func (x *BeaconStateCapella) GetEth1Data() *v1.Eth1Data
- func (x *BeaconStateCapella) GetEth1DataVotes() []*v1.Eth1Data
- func (x *BeaconStateCapella) GetEth1DepositIndex() uint64
- func (x *BeaconStateCapella) GetFinalizedCheckpoint() *v1.Checkpoint
- func (x *BeaconStateCapella) GetFork() *v1.Fork
- func (x *BeaconStateCapella) GetGenesisTime() uint64
- func (x *BeaconStateCapella) GetGenesisValidatorsRoot() []byte
- func (x *BeaconStateCapella) GetHistoricalRoots() [][]byte
- func (x *BeaconStateCapella) GetHistoricalSummaries() []*HistoricalSummary
- func (x *BeaconStateCapella) GetInactivityScores() []uint64
- func (x *BeaconStateCapella) GetJustificationBits() github_com_prysmaticlabs_go_bitfield.Bitvector4
- func (x *BeaconStateCapella) GetLatestBlockHeader() *v1.BeaconBlockHeader
- func (x *BeaconStateCapella) GetLatestExecutionPayloadHeader() *v11.ExecutionPayloadHeaderCapella
- func (x *BeaconStateCapella) GetNextSyncCommittee() *SyncCommittee
- func (x *BeaconStateCapella) GetNextWithdrawalIndex() uint64
- func (x *BeaconStateCapella) GetNextWithdrawalValidatorIndex() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex
- func (x *BeaconStateCapella) GetPreviousEpochParticipation() []byte
- func (x *BeaconStateCapella) GetPreviousJustifiedCheckpoint() *v1.Checkpoint
- func (x *BeaconStateCapella) GetRandaoMixes() [][]byte
- func (x *BeaconStateCapella) GetSlashings() []uint64
- func (x *BeaconStateCapella) GetSlot() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot
- func (x *BeaconStateCapella) GetStateRoots() [][]byte
- func (x *BeaconStateCapella) GetValidators() []*v1.Validator
- func (*BeaconStateCapella) ProtoMessage()
- func (x *BeaconStateCapella) ProtoReflect() protoreflect.Message
- func (x *BeaconStateCapella) Reset()
- func (x *BeaconStateCapella) String() string
- type BeaconStateContainer
- func (*BeaconStateContainer) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconStateContainer) GetAltairState() *BeaconState
- func (x *BeaconStateContainer) GetBellatrixState() *BeaconStateBellatrix
- func (x *BeaconStateContainer) GetCapellaState() *BeaconStateCapella
- func (x *BeaconStateContainer) GetPhase0State() *v1.BeaconState
- func (m *BeaconStateContainer) GetState() isBeaconStateContainer_State
- func (*BeaconStateContainer) ProtoMessage()
- func (x *BeaconStateContainer) ProtoReflect() protoreflect.Message
- func (x *BeaconStateContainer) Reset()
- func (x *BeaconStateContainer) String() string
- type BeaconStateContainer_AltairState
- type BeaconStateContainer_BellatrixState
- type BeaconStateContainer_CapellaState
- type BeaconStateContainer_Phase0State
- type BeaconStateRequestV2
- func (*BeaconStateRequestV2) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconStateRequestV2) GetStateId() []byte
- func (*BeaconStateRequestV2) ProtoMessage()
- func (x *BeaconStateRequestV2) ProtoReflect() protoreflect.Message
- func (x *BeaconStateRequestV2) Reset()
- func (x *BeaconStateRequestV2) String() string
- type BeaconStateResponseV2
- func (*BeaconStateResponseV2) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconStateResponseV2) GetData() *BeaconStateContainer
- func (x *BeaconStateResponseV2) GetExecutionOptimistic() bool
- func (x *BeaconStateResponseV2) GetFinalized() bool
- func (x *BeaconStateResponseV2) GetVersion() Version
- func (*BeaconStateResponseV2) ProtoMessage()
- func (x *BeaconStateResponseV2) ProtoReflect() protoreflect.Message
- func (x *BeaconStateResponseV2) Reset()
- func (x *BeaconStateResponseV2) String() string
- type BeaconStateSSZResponseV2
- func (*BeaconStateSSZResponseV2) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconStateSSZResponseV2) GetData() []byte
- func (x *BeaconStateSSZResponseV2) GetVersion() Version
- func (*BeaconStateSSZResponseV2) ProtoMessage()
- func (x *BeaconStateSSZResponseV2) ProtoReflect() protoreflect.Message
- func (x *BeaconStateSSZResponseV2) Reset()
- func (x *BeaconStateSSZResponseV2) String() string
- type BlindedBeaconBlockBellatrix
- func (*BlindedBeaconBlockBellatrix) Descriptor() ([]byte, []int)deprecated
- func (x *BlindedBeaconBlockBellatrix) GetBody() *BlindedBeaconBlockBodyBellatrix
- func (x *BlindedBeaconBlockBellatrix) GetParentRoot() []byte
- func (x *BlindedBeaconBlockBellatrix) GetProposerIndex() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex
- func (x *BlindedBeaconBlockBellatrix) GetSlot() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot
- func (x *BlindedBeaconBlockBellatrix) GetStateRoot() []byte
- func (b *BlindedBeaconBlockBellatrix) HashTreeRoot() ([32]byte, error)
- func (b *BlindedBeaconBlockBellatrix) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BlindedBeaconBlockBellatrix) MarshalSSZ() ([]byte, error)
- func (b *BlindedBeaconBlockBellatrix) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BlindedBeaconBlockBellatrix) ProtoMessage()
- func (x *BlindedBeaconBlockBellatrix) ProtoReflect() protoreflect.Message
- func (x *BlindedBeaconBlockBellatrix) Reset()
- func (b *BlindedBeaconBlockBellatrix) SizeSSZ() (size int)
- func (x *BlindedBeaconBlockBellatrix) String() string
- func (b *BlindedBeaconBlockBellatrix) UnmarshalSSZ(buf []byte) error
- type BlindedBeaconBlockBodyBellatrix
- func (*BlindedBeaconBlockBodyBellatrix) Descriptor() ([]byte, []int)deprecated
- func (x *BlindedBeaconBlockBodyBellatrix) GetAttestations() []*v1.Attestation
- func (x *BlindedBeaconBlockBodyBellatrix) GetAttesterSlashings() []*v1.AttesterSlashing
- func (x *BlindedBeaconBlockBodyBellatrix) GetDeposits() []*v1.Deposit
- func (x *BlindedBeaconBlockBodyBellatrix) GetEth1Data() *v1.Eth1Data
- func (x *BlindedBeaconBlockBodyBellatrix) GetExecutionPayloadHeader() *v11.ExecutionPayloadHeader
- func (x *BlindedBeaconBlockBodyBellatrix) GetGraffiti() []byte
- func (x *BlindedBeaconBlockBodyBellatrix) GetProposerSlashings() []*v1.ProposerSlashing
- func (x *BlindedBeaconBlockBodyBellatrix) GetRandaoReveal() []byte
- func (x *BlindedBeaconBlockBodyBellatrix) GetSyncAggregate() *v1.SyncAggregate
- func (x *BlindedBeaconBlockBodyBellatrix) GetVoluntaryExits() []*v1.SignedVoluntaryExit
- func (b *BlindedBeaconBlockBodyBellatrix) HashTreeRoot() ([32]byte, error)
- func (b *BlindedBeaconBlockBodyBellatrix) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BlindedBeaconBlockBodyBellatrix) MarshalSSZ() ([]byte, error)
- func (b *BlindedBeaconBlockBodyBellatrix) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BlindedBeaconBlockBodyBellatrix) ProtoMessage()
- func (x *BlindedBeaconBlockBodyBellatrix) ProtoReflect() protoreflect.Message
- func (x *BlindedBeaconBlockBodyBellatrix) Reset()
- func (b *BlindedBeaconBlockBodyBellatrix) SizeSSZ() (size int)
- func (x *BlindedBeaconBlockBodyBellatrix) String() string
- func (b *BlindedBeaconBlockBodyBellatrix) UnmarshalSSZ(buf []byte) error
- type BlindedBeaconBlockBodyCapella
- func (*BlindedBeaconBlockBodyCapella) Descriptor() ([]byte, []int)deprecated
- func (x *BlindedBeaconBlockBodyCapella) GetAttestations() []*v1.Attestation
- func (x *BlindedBeaconBlockBodyCapella) GetAttesterSlashings() []*v1.AttesterSlashing
- func (x *BlindedBeaconBlockBodyCapella) GetBlsToExecutionChanges() []*SignedBLSToExecutionChange
- func (x *BlindedBeaconBlockBodyCapella) GetDeposits() []*v1.Deposit
- func (x *BlindedBeaconBlockBodyCapella) GetEth1Data() *v1.Eth1Data
- func (x *BlindedBeaconBlockBodyCapella) GetExecutionPayloadHeader() *v11.ExecutionPayloadHeaderCapella
- func (x *BlindedBeaconBlockBodyCapella) GetGraffiti() []byte
- func (x *BlindedBeaconBlockBodyCapella) GetProposerSlashings() []*v1.ProposerSlashing
- func (x *BlindedBeaconBlockBodyCapella) GetRandaoReveal() []byte
- func (x *BlindedBeaconBlockBodyCapella) GetSyncAggregate() *v1.SyncAggregate
- func (x *BlindedBeaconBlockBodyCapella) GetVoluntaryExits() []*v1.SignedVoluntaryExit
- func (b *BlindedBeaconBlockBodyCapella) HashTreeRoot() ([32]byte, error)
- func (b *BlindedBeaconBlockBodyCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BlindedBeaconBlockBodyCapella) MarshalSSZ() ([]byte, error)
- func (b *BlindedBeaconBlockBodyCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BlindedBeaconBlockBodyCapella) ProtoMessage()
- func (x *BlindedBeaconBlockBodyCapella) ProtoReflect() protoreflect.Message
- func (x *BlindedBeaconBlockBodyCapella) Reset()
- func (b *BlindedBeaconBlockBodyCapella) SizeSSZ() (size int)
- func (x *BlindedBeaconBlockBodyCapella) String() string
- func (b *BlindedBeaconBlockBodyCapella) UnmarshalSSZ(buf []byte) error
- type BlindedBeaconBlockCapella
- func (*BlindedBeaconBlockCapella) Descriptor() ([]byte, []int)deprecated
- func (x *BlindedBeaconBlockCapella) GetBody() *BlindedBeaconBlockBodyCapella
- func (x *BlindedBeaconBlockCapella) GetParentRoot() []byte
- func (x *BlindedBeaconBlockCapella) GetProposerIndex() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex
- func (x *BlindedBeaconBlockCapella) GetSlot() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot
- func (x *BlindedBeaconBlockCapella) GetStateRoot() []byte
- func (b *BlindedBeaconBlockCapella) HashTreeRoot() ([32]byte, error)
- func (b *BlindedBeaconBlockCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BlindedBeaconBlockCapella) MarshalSSZ() ([]byte, error)
- func (b *BlindedBeaconBlockCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BlindedBeaconBlockCapella) ProtoMessage()
- func (x *BlindedBeaconBlockCapella) ProtoReflect() protoreflect.Message
- func (x *BlindedBeaconBlockCapella) Reset()
- func (b *BlindedBeaconBlockCapella) SizeSSZ() (size int)
- func (x *BlindedBeaconBlockCapella) String() string
- func (b *BlindedBeaconBlockCapella) UnmarshalSSZ(buf []byte) error
- type BlindedBeaconBlockContainer
- func (*BlindedBeaconBlockContainer) Descriptor() ([]byte, []int)deprecated
- func (x *BlindedBeaconBlockContainer) GetAltairBlock() *BeaconBlockAltair
- func (x *BlindedBeaconBlockContainer) GetBellatrixBlock() *BlindedBeaconBlockBellatrix
- func (m *BlindedBeaconBlockContainer) GetBlock() isBlindedBeaconBlockContainer_Block
- func (x *BlindedBeaconBlockContainer) GetCapellaBlock() *BlindedBeaconBlockCapella
- func (x *BlindedBeaconBlockContainer) GetPhase0Block() *v1.BeaconBlock
- func (*BlindedBeaconBlockContainer) ProtoMessage()
- func (x *BlindedBeaconBlockContainer) ProtoReflect() protoreflect.Message
- func (x *BlindedBeaconBlockContainer) Reset()
- func (x *BlindedBeaconBlockContainer) String() string
- type BlindedBeaconBlockContainer_AltairBlock
- type BlindedBeaconBlockContainer_BellatrixBlock
- type BlindedBeaconBlockContainer_CapellaBlock
- type BlindedBeaconBlockContainer_Phase0Block
- type BlindedBlockResponse
- func (*BlindedBlockResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BlindedBlockResponse) GetData() *SignedBlindedBeaconBlockContainer
- func (x *BlindedBlockResponse) GetExecutionOptimistic() bool
- func (x *BlindedBlockResponse) GetFinalized() bool
- func (x *BlindedBlockResponse) GetVersion() Version
- func (*BlindedBlockResponse) ProtoMessage()
- func (x *BlindedBlockResponse) ProtoReflect() protoreflect.Message
- func (x *BlindedBlockResponse) Reset()
- func (x *BlindedBlockResponse) String() string
- type BlockRequestV2
- type BlockResponseV2
- func (*BlockResponseV2) Descriptor() ([]byte, []int)deprecated
- func (x *BlockResponseV2) GetData() *SignedBeaconBlockContainer
- func (x *BlockResponseV2) GetExecutionOptimistic() bool
- func (x *BlockResponseV2) GetFinalized() bool
- func (x *BlockResponseV2) GetVersion() Version
- func (*BlockResponseV2) ProtoMessage()
- func (x *BlockResponseV2) ProtoReflect() protoreflect.Message
- func (x *BlockResponseV2) Reset()
- func (x *BlockResponseV2) String() string
- type ContributionAndProof
- func (*ContributionAndProof) Descriptor() ([]byte, []int)deprecated
- func (x *ContributionAndProof) GetAggregatorIndex() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex
- func (x *ContributionAndProof) GetContribution() *SyncCommitteeContribution
- func (x *ContributionAndProof) GetSelectionProof() []byte
- func (*ContributionAndProof) ProtoMessage()
- func (x *ContributionAndProof) ProtoReflect() protoreflect.Message
- func (x *ContributionAndProof) Reset()
- func (x *ContributionAndProof) String() string
- type ForkChoiceHead
- func (*ForkChoiceHead) Descriptor() ([]byte, []int)deprecated
- func (x *ForkChoiceHead) GetExecutionOptimistic() bool
- func (x *ForkChoiceHead) GetRoot() []byte
- func (x *ForkChoiceHead) GetSlot() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot
- func (*ForkChoiceHead) ProtoMessage()
- func (x *ForkChoiceHead) ProtoReflect() protoreflect.Message
- func (x *ForkChoiceHead) Reset()
- func (x *ForkChoiceHead) String() string
- type ForkChoiceHeadsResponse
- func (*ForkChoiceHeadsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ForkChoiceHeadsResponse) GetData() []*ForkChoiceHead
- func (*ForkChoiceHeadsResponse) ProtoMessage()
- func (x *ForkChoiceHeadsResponse) ProtoReflect() protoreflect.Message
- func (x *ForkChoiceHeadsResponse) Reset()
- func (x *ForkChoiceHeadsResponse) String() string
- type GetLivenessRequest
- func (*GetLivenessRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetLivenessRequest) GetEpoch() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Epoch
- func (x *GetLivenessRequest) GetIndex() []github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex
- func (*GetLivenessRequest) ProtoMessage()
- func (x *GetLivenessRequest) ProtoReflect() protoreflect.Message
- func (x *GetLivenessRequest) Reset()
- func (x *GetLivenessRequest) String() string
- type GetLivenessResponse
- func (*GetLivenessResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetLivenessResponse) GetData() []*GetLivenessResponse_Liveness
- func (*GetLivenessResponse) ProtoMessage()
- func (x *GetLivenessResponse) ProtoReflect() protoreflect.Message
- func (x *GetLivenessResponse) Reset()
- func (x *GetLivenessResponse) String() string
- type GetLivenessResponse_Liveness
- func (*GetLivenessResponse_Liveness) Descriptor() ([]byte, []int)deprecated
- func (x *GetLivenessResponse_Liveness) GetIndex() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex
- func (x *GetLivenessResponse_Liveness) GetIsLive() bool
- func (*GetLivenessResponse_Liveness) ProtoMessage()
- func (x *GetLivenessResponse_Liveness) ProtoReflect() protoreflect.Message
- func (x *GetLivenessResponse_Liveness) Reset()
- func (x *GetLivenessResponse_Liveness) String() string
- type HistoricalSummary
- func (*HistoricalSummary) Descriptor() ([]byte, []int)deprecated
- func (x *HistoricalSummary) GetBlockSummaryRoot() []byte
- func (x *HistoricalSummary) GetStateSummaryRoot() []byte
- func (*HistoricalSummary) ProtoMessage()
- func (x *HistoricalSummary) ProtoReflect() protoreflect.Message
- func (x *HistoricalSummary) Reset()
- func (x *HistoricalSummary) String() string
- type ProduceBlindedBlockResponse
- func (*ProduceBlindedBlockResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ProduceBlindedBlockResponse) GetData() *BlindedBeaconBlockContainer
- func (x *ProduceBlindedBlockResponse) GetVersion() Version
- func (*ProduceBlindedBlockResponse) ProtoMessage()
- func (x *ProduceBlindedBlockResponse) ProtoReflect() protoreflect.Message
- func (x *ProduceBlindedBlockResponse) Reset()
- func (x *ProduceBlindedBlockResponse) String() string
- type ProduceBlockResponseV2
- func (*ProduceBlockResponseV2) Descriptor() ([]byte, []int)deprecated
- func (x *ProduceBlockResponseV2) GetData() *BeaconBlockContainerV2
- func (x *ProduceBlockResponseV2) GetVersion() Version
- func (*ProduceBlockResponseV2) ProtoMessage()
- func (x *ProduceBlockResponseV2) ProtoReflect() protoreflect.Message
- func (x *ProduceBlockResponseV2) Reset()
- func (x *ProduceBlockResponseV2) String() string
- type ProduceSyncCommitteeContributionRequest
- func (*ProduceSyncCommitteeContributionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ProduceSyncCommitteeContributionRequest) GetBeaconBlockRoot() []byte
- func (x *ProduceSyncCommitteeContributionRequest) GetSlot() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot
- func (x *ProduceSyncCommitteeContributionRequest) GetSubcommitteeIndex() uint64
- func (*ProduceSyncCommitteeContributionRequest) ProtoMessage()
- func (x *ProduceSyncCommitteeContributionRequest) ProtoReflect() protoreflect.Message
- func (x *ProduceSyncCommitteeContributionRequest) Reset()
- func (x *ProduceSyncCommitteeContributionRequest) String() string
- type ProduceSyncCommitteeContributionResponse
- func (*ProduceSyncCommitteeContributionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ProduceSyncCommitteeContributionResponse) GetData() *SyncCommitteeContribution
- func (*ProduceSyncCommitteeContributionResponse) ProtoMessage()
- func (x *ProduceSyncCommitteeContributionResponse) ProtoReflect() protoreflect.Message
- func (x *ProduceSyncCommitteeContributionResponse) Reset()
- func (x *ProduceSyncCommitteeContributionResponse) String() string
- type RandaoRequest
- func (*RandaoRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RandaoRequest) GetEpoch() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Epoch
- func (x *RandaoRequest) GetStateId() []byte
- func (*RandaoRequest) ProtoMessage()
- func (x *RandaoRequest) ProtoReflect() protoreflect.Message
- func (x *RandaoRequest) Reset()
- func (x *RandaoRequest) String() string
- type RandaoResponse
- func (*RandaoResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RandaoResponse) GetData() *RandaoResponse_Randao
- func (x *RandaoResponse) GetExecutionOptimistic() bool
- func (x *RandaoResponse) GetFinalized() bool
- func (*RandaoResponse) ProtoMessage()
- func (x *RandaoResponse) ProtoReflect() protoreflect.Message
- func (x *RandaoResponse) Reset()
- func (x *RandaoResponse) String() string
- type RandaoResponse_Randao
- func (*RandaoResponse_Randao) Descriptor() ([]byte, []int)deprecated
- func (x *RandaoResponse_Randao) GetRandao() []byte
- func (*RandaoResponse_Randao) ProtoMessage()
- func (x *RandaoResponse_Randao) ProtoReflect() protoreflect.Message
- func (x *RandaoResponse_Randao) Reset()
- func (x *RandaoResponse_Randao) String() string
- type SSZContainer
- func (*SSZContainer) Descriptor() ([]byte, []int)deprecated
- func (x *SSZContainer) GetData() []byte
- func (x *SSZContainer) GetExecutionOptimistic() bool
- func (x *SSZContainer) GetFinalized() bool
- func (x *SSZContainer) GetVersion() Version
- func (*SSZContainer) ProtoMessage()
- func (x *SSZContainer) ProtoReflect() protoreflect.Message
- func (x *SSZContainer) Reset()
- func (x *SSZContainer) String() string
- type SignedBLSToExecutionChange
- func (*SignedBLSToExecutionChange) Descriptor() ([]byte, []int)deprecated
- func (x *SignedBLSToExecutionChange) GetMessage() *BLSToExecutionChange
- func (x *SignedBLSToExecutionChange) GetSignature() []byte
- func (s *SignedBLSToExecutionChange) HashTreeRoot() ([32]byte, error)
- func (s *SignedBLSToExecutionChange) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (s *SignedBLSToExecutionChange) MarshalSSZ() ([]byte, error)
- func (s *SignedBLSToExecutionChange) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*SignedBLSToExecutionChange) ProtoMessage()
- func (x *SignedBLSToExecutionChange) ProtoReflect() protoreflect.Message
- func (x *SignedBLSToExecutionChange) Reset()
- func (s *SignedBLSToExecutionChange) SizeSSZ() (size int)
- func (x *SignedBLSToExecutionChange) String() string
- func (s *SignedBLSToExecutionChange) UnmarshalSSZ(buf []byte) error
- type SignedBeaconBlockAltair
- func (*SignedBeaconBlockAltair) Descriptor() ([]byte, []int)deprecated
- func (x *SignedBeaconBlockAltair) GetMessage() *BeaconBlockAltair
- func (x *SignedBeaconBlockAltair) GetSignature() []byte
- func (s *SignedBeaconBlockAltair) HashTreeRoot() ([32]byte, error)
- func (s *SignedBeaconBlockAltair) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (s *SignedBeaconBlockAltair) MarshalSSZ() ([]byte, error)
- func (s *SignedBeaconBlockAltair) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*SignedBeaconBlockAltair) ProtoMessage()
- func (x *SignedBeaconBlockAltair) ProtoReflect() protoreflect.Message
- func (x *SignedBeaconBlockAltair) Reset()
- func (s *SignedBeaconBlockAltair) SizeSSZ() (size int)
- func (x *SignedBeaconBlockAltair) String() string
- func (s *SignedBeaconBlockAltair) UnmarshalSSZ(buf []byte) error
- type SignedBeaconBlockBellatrix
- func (*SignedBeaconBlockBellatrix) Descriptor() ([]byte, []int)deprecated
- func (x *SignedBeaconBlockBellatrix) GetMessage() *BeaconBlockBellatrix
- func (x *SignedBeaconBlockBellatrix) GetSignature() []byte
- func (s *SignedBeaconBlockBellatrix) HashTreeRoot() ([32]byte, error)
- func (s *SignedBeaconBlockBellatrix) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (s *SignedBeaconBlockBellatrix) MarshalSSZ() ([]byte, error)
- func (s *SignedBeaconBlockBellatrix) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*SignedBeaconBlockBellatrix) ProtoMessage()
- func (x *SignedBeaconBlockBellatrix) ProtoReflect() protoreflect.Message
- func (x *SignedBeaconBlockBellatrix) Reset()
- func (s *SignedBeaconBlockBellatrix) SizeSSZ() (size int)
- func (x *SignedBeaconBlockBellatrix) String() string
- func (s *SignedBeaconBlockBellatrix) UnmarshalSSZ(buf []byte) error
- type SignedBeaconBlockCapella
- func (*SignedBeaconBlockCapella) Descriptor() ([]byte, []int)deprecated
- func (x *SignedBeaconBlockCapella) GetMessage() *BeaconBlockCapella
- func (x *SignedBeaconBlockCapella) GetSignature() []byte
- func (s *SignedBeaconBlockCapella) HashTreeRoot() ([32]byte, error)
- func (s *SignedBeaconBlockCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (s *SignedBeaconBlockCapella) MarshalSSZ() ([]byte, error)
- func (s *SignedBeaconBlockCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*SignedBeaconBlockCapella) ProtoMessage()
- func (x *SignedBeaconBlockCapella) ProtoReflect() protoreflect.Message
- func (x *SignedBeaconBlockCapella) Reset()
- func (s *SignedBeaconBlockCapella) SizeSSZ() (size int)
- func (x *SignedBeaconBlockCapella) String() string
- func (s *SignedBeaconBlockCapella) UnmarshalSSZ(buf []byte) error
- type SignedBeaconBlockContainer
- func (*SignedBeaconBlockContainer) Descriptor() ([]byte, []int)deprecated
- func (x *SignedBeaconBlockContainer) GetAltairBlock() *BeaconBlockAltair
- func (x *SignedBeaconBlockContainer) GetBellatrixBlock() *BeaconBlockBellatrix
- func (x *SignedBeaconBlockContainer) GetCapellaBlock() *BeaconBlockCapella
- func (m *SignedBeaconBlockContainer) GetMessage() isSignedBeaconBlockContainer_Message
- func (x *SignedBeaconBlockContainer) GetPhase0Block() *v1.BeaconBlock
- func (x *SignedBeaconBlockContainer) GetSignature() []byte
- func (*SignedBeaconBlockContainer) ProtoMessage()
- func (x *SignedBeaconBlockContainer) ProtoReflect() protoreflect.Message
- func (x *SignedBeaconBlockContainer) Reset()
- func (x *SignedBeaconBlockContainer) String() string
- type SignedBeaconBlockContainer_AltairBlock
- type SignedBeaconBlockContainer_BellatrixBlock
- type SignedBeaconBlockContainer_CapellaBlock
- type SignedBeaconBlockContainer_Phase0Block
- type SignedBlindedBeaconBlockBellatrix
- func (*SignedBlindedBeaconBlockBellatrix) Descriptor() ([]byte, []int)deprecated
- func (x *SignedBlindedBeaconBlockBellatrix) GetMessage() *BlindedBeaconBlockBellatrix
- func (x *SignedBlindedBeaconBlockBellatrix) GetSignature() []byte
- func (s *SignedBlindedBeaconBlockBellatrix) HashTreeRoot() ([32]byte, error)
- func (s *SignedBlindedBeaconBlockBellatrix) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (s *SignedBlindedBeaconBlockBellatrix) MarshalSSZ() ([]byte, error)
- func (s *SignedBlindedBeaconBlockBellatrix) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*SignedBlindedBeaconBlockBellatrix) ProtoMessage()
- func (x *SignedBlindedBeaconBlockBellatrix) ProtoReflect() protoreflect.Message
- func (x *SignedBlindedBeaconBlockBellatrix) Reset()
- func (s *SignedBlindedBeaconBlockBellatrix) SizeSSZ() (size int)
- func (x *SignedBlindedBeaconBlockBellatrix) String() string
- func (s *SignedBlindedBeaconBlockBellatrix) UnmarshalSSZ(buf []byte) error
- type SignedBlindedBeaconBlockCapella
- func (*SignedBlindedBeaconBlockCapella) Descriptor() ([]byte, []int)deprecated
- func (x *SignedBlindedBeaconBlockCapella) GetMessage() *BlindedBeaconBlockCapella
- func (x *SignedBlindedBeaconBlockCapella) GetSignature() []byte
- func (s *SignedBlindedBeaconBlockCapella) HashTreeRoot() ([32]byte, error)
- func (s *SignedBlindedBeaconBlockCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (s *SignedBlindedBeaconBlockCapella) MarshalSSZ() ([]byte, error)
- func (s *SignedBlindedBeaconBlockCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*SignedBlindedBeaconBlockCapella) ProtoMessage()
- func (x *SignedBlindedBeaconBlockCapella) ProtoReflect() protoreflect.Message
- func (x *SignedBlindedBeaconBlockCapella) Reset()
- func (s *SignedBlindedBeaconBlockCapella) SizeSSZ() (size int)
- func (x *SignedBlindedBeaconBlockCapella) String() string
- func (s *SignedBlindedBeaconBlockCapella) UnmarshalSSZ(buf []byte) error
- type SignedBlindedBeaconBlockContainer
- func (*SignedBlindedBeaconBlockContainer) Descriptor() ([]byte, []int)deprecated
- func (x *SignedBlindedBeaconBlockContainer) GetAltairBlock() *BeaconBlockAltair
- func (x *SignedBlindedBeaconBlockContainer) GetBellatrixBlock() *BlindedBeaconBlockBellatrix
- func (x *SignedBlindedBeaconBlockContainer) GetCapellaBlock() *BlindedBeaconBlockCapella
- func (m *SignedBlindedBeaconBlockContainer) GetMessage() isSignedBlindedBeaconBlockContainer_Message
- func (x *SignedBlindedBeaconBlockContainer) GetPhase0Block() *v1.BeaconBlock
- func (x *SignedBlindedBeaconBlockContainer) GetSignature() []byte
- func (*SignedBlindedBeaconBlockContainer) ProtoMessage()
- func (x *SignedBlindedBeaconBlockContainer) ProtoReflect() protoreflect.Message
- func (x *SignedBlindedBeaconBlockContainer) Reset()
- func (x *SignedBlindedBeaconBlockContainer) String() string
- type SignedBlindedBeaconBlockContainer_AltairBlock
- type SignedBlindedBeaconBlockContainer_BellatrixBlock
- type SignedBlindedBeaconBlockContainer_CapellaBlock
- type SignedBlindedBeaconBlockContainer_Phase0Block
- type SignedContributionAndProof
- func (*SignedContributionAndProof) Descriptor() ([]byte, []int)deprecated
- func (x *SignedContributionAndProof) GetMessage() *ContributionAndProof
- func (x *SignedContributionAndProof) GetSignature() []byte
- func (*SignedContributionAndProof) ProtoMessage()
- func (x *SignedContributionAndProof) ProtoReflect() protoreflect.Message
- func (x *SignedContributionAndProof) Reset()
- func (x *SignedContributionAndProof) String() string
- type StateSyncCommitteesRequest
- func (*StateSyncCommitteesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StateSyncCommitteesRequest) GetEpoch() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Epoch
- func (x *StateSyncCommitteesRequest) GetStateId() []byte
- func (*StateSyncCommitteesRequest) ProtoMessage()
- func (x *StateSyncCommitteesRequest) ProtoReflect() protoreflect.Message
- func (x *StateSyncCommitteesRequest) Reset()
- func (x *StateSyncCommitteesRequest) String() string
- type StateSyncCommitteesResponse
- func (*StateSyncCommitteesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StateSyncCommitteesResponse) GetData() *SyncCommitteeValidators
- func (x *StateSyncCommitteesResponse) GetExecutionOptimistic() bool
- func (x *StateSyncCommitteesResponse) GetFinalized() bool
- func (*StateSyncCommitteesResponse) ProtoMessage()
- func (x *StateSyncCommitteesResponse) ProtoReflect() protoreflect.Message
- func (x *StateSyncCommitteesResponse) Reset()
- func (x *StateSyncCommitteesResponse) String() string
- type SubmitBLSToExecutionChangesRequest
- func (*SubmitBLSToExecutionChangesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SubmitBLSToExecutionChangesRequest) GetChanges() []*SignedBLSToExecutionChange
- func (*SubmitBLSToExecutionChangesRequest) ProtoMessage()
- func (x *SubmitBLSToExecutionChangesRequest) ProtoReflect() protoreflect.Message
- func (x *SubmitBLSToExecutionChangesRequest) Reset()
- func (x *SubmitBLSToExecutionChangesRequest) String() string
- type SubmitContributionAndProofsRequest
- func (*SubmitContributionAndProofsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SubmitContributionAndProofsRequest) GetData() []*SignedContributionAndProof
- func (*SubmitContributionAndProofsRequest) ProtoMessage()
- func (x *SubmitContributionAndProofsRequest) ProtoReflect() protoreflect.Message
- func (x *SubmitContributionAndProofsRequest) Reset()
- func (x *SubmitContributionAndProofsRequest) String() string
- type SubmitPoolSyncCommitteeSignatures
- func (*SubmitPoolSyncCommitteeSignatures) Descriptor() ([]byte, []int)deprecated
- func (x *SubmitPoolSyncCommitteeSignatures) GetData() []*SyncCommitteeMessage
- func (*SubmitPoolSyncCommitteeSignatures) ProtoMessage()
- func (x *SubmitPoolSyncCommitteeSignatures) ProtoReflect() protoreflect.Message
- func (x *SubmitPoolSyncCommitteeSignatures) Reset()
- func (x *SubmitPoolSyncCommitteeSignatures) String() string
- type SubmitSyncCommitteeSignaturesRequest
- func (*SubmitSyncCommitteeSignaturesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SubmitSyncCommitteeSignaturesRequest) GetData() []*SyncCommitteeMessage
- func (*SubmitSyncCommitteeSignaturesRequest) ProtoMessage()
- func (x *SubmitSyncCommitteeSignaturesRequest) ProtoReflect() protoreflect.Message
- func (x *SubmitSyncCommitteeSignaturesRequest) Reset()
- func (x *SubmitSyncCommitteeSignaturesRequest) String() string
- type SubmitSyncCommitteeSubscriptionsRequest
- func (*SubmitSyncCommitteeSubscriptionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SubmitSyncCommitteeSubscriptionsRequest) GetData() []*SyncCommitteeSubscription
- func (*SubmitSyncCommitteeSubscriptionsRequest) ProtoMessage()
- func (x *SubmitSyncCommitteeSubscriptionsRequest) ProtoReflect() protoreflect.Message
- func (x *SubmitSyncCommitteeSubscriptionsRequest) Reset()
- func (x *SubmitSyncCommitteeSubscriptionsRequest) String() string
- type SyncCommittee
- func (*SyncCommittee) Descriptor() ([]byte, []int)deprecated
- func (x *SyncCommittee) GetAggregatePubkey() []byte
- func (x *SyncCommittee) GetPubkeys() [][]byte
- func (*SyncCommittee) ProtoMessage()
- func (x *SyncCommittee) ProtoReflect() protoreflect.Message
- func (x *SyncCommittee) Reset()
- func (x *SyncCommittee) String() string
- type SyncCommitteeContribution
- func (*SyncCommitteeContribution) Descriptor() ([]byte, []int)deprecated
- func (x *SyncCommitteeContribution) GetAggregationBits() github_com_prysmaticlabs_go_bitfield.Bitvector128
- func (x *SyncCommitteeContribution) GetBeaconBlockRoot() []byte
- func (x *SyncCommitteeContribution) GetSignature() []byte
- func (x *SyncCommitteeContribution) GetSlot() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot
- func (x *SyncCommitteeContribution) GetSubcommitteeIndex() uint64
- func (*SyncCommitteeContribution) ProtoMessage()
- func (x *SyncCommitteeContribution) ProtoReflect() protoreflect.Message
- func (x *SyncCommitteeContribution) Reset()
- func (x *SyncCommitteeContribution) String() string
- type SyncCommitteeDutiesRequest
- func (*SyncCommitteeDutiesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SyncCommitteeDutiesRequest) GetEpoch() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Epoch
- func (x *SyncCommitteeDutiesRequest) GetIndex() []github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex
- func (*SyncCommitteeDutiesRequest) ProtoMessage()
- func (x *SyncCommitteeDutiesRequest) ProtoReflect() protoreflect.Message
- func (x *SyncCommitteeDutiesRequest) Reset()
- func (x *SyncCommitteeDutiesRequest) String() string
- type SyncCommitteeDutiesResponse
- func (*SyncCommitteeDutiesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SyncCommitteeDutiesResponse) GetData() []*SyncCommitteeDuty
- func (x *SyncCommitteeDutiesResponse) GetExecutionOptimistic() bool
- func (*SyncCommitteeDutiesResponse) ProtoMessage()
- func (x *SyncCommitteeDutiesResponse) ProtoReflect() protoreflect.Message
- func (x *SyncCommitteeDutiesResponse) Reset()
- func (x *SyncCommitteeDutiesResponse) String() string
- type SyncCommitteeDuty
- func (*SyncCommitteeDuty) Descriptor() ([]byte, []int)deprecated
- func (x *SyncCommitteeDuty) GetPubkey() []byte
- func (x *SyncCommitteeDuty) GetValidatorIndex() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex
- func (x *SyncCommitteeDuty) GetValidatorSyncCommitteeIndices() []uint64
- func (*SyncCommitteeDuty) ProtoMessage()
- func (x *SyncCommitteeDuty) ProtoReflect() protoreflect.Message
- func (x *SyncCommitteeDuty) Reset()
- func (x *SyncCommitteeDuty) String() string
- type SyncCommitteeMessage
- func (*SyncCommitteeMessage) Descriptor() ([]byte, []int)deprecated
- func (x *SyncCommitteeMessage) GetBeaconBlockRoot() []byte
- func (x *SyncCommitteeMessage) GetSignature() []byte
- func (x *SyncCommitteeMessage) GetSlot() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot
- func (x *SyncCommitteeMessage) GetValidatorIndex() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex
- func (*SyncCommitteeMessage) ProtoMessage()
- func (x *SyncCommitteeMessage) ProtoReflect() protoreflect.Message
- func (x *SyncCommitteeMessage) Reset()
- func (x *SyncCommitteeMessage) String() string
- type SyncCommitteeSubscription
- func (*SyncCommitteeSubscription) Descriptor() ([]byte, []int)deprecated
- func (x *SyncCommitteeSubscription) GetSyncCommitteeIndices() []uint64
- func (x *SyncCommitteeSubscription) GetUntilEpoch() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Epoch
- func (x *SyncCommitteeSubscription) GetValidatorIndex() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex
- func (*SyncCommitteeSubscription) ProtoMessage()
- func (x *SyncCommitteeSubscription) ProtoReflect() protoreflect.Message
- func (x *SyncCommitteeSubscription) Reset()
- func (x *SyncCommitteeSubscription) String() string
- type SyncCommitteeValidators
- func (*SyncCommitteeValidators) Descriptor() ([]byte, []int)deprecated
- func (x *SyncCommitteeValidators) GetValidatorAggregates() []*SyncSubcommitteeValidators
- func (x *SyncCommitteeValidators) GetValidators() []github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex
- func (*SyncCommitteeValidators) ProtoMessage()
- func (x *SyncCommitteeValidators) ProtoReflect() protoreflect.Message
- func (x *SyncCommitteeValidators) Reset()
- func (x *SyncCommitteeValidators) String() string
- type SyncSubcommitteeValidators
- func (*SyncSubcommitteeValidators) Descriptor() ([]byte, []int)deprecated
- func (x *SyncSubcommitteeValidators) GetValidators() []github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex
- func (*SyncSubcommitteeValidators) ProtoMessage()
- func (x *SyncSubcommitteeValidators) ProtoReflect() protoreflect.Message
- func (x *SyncSubcommitteeValidators) Reset()
- func (x *SyncSubcommitteeValidators) String() string
- type Version
Constants ¶
This section is empty.
Variables ¶
var ( Version_name = map[int32]string{ 0: "PHASE0", 1: "ALTAIR", 2: "BELLATRIX", 3: "CAPELLA", } Version_value = map[string]int32{ "PHASE0": 0, "ALTAIR": 1, "BELLATRIX": 2, "CAPELLA": 3, } )
Enum value maps for Version.
var File_proto_eth_v2_beacon_block_proto protoreflect.FileDescriptor
var File_proto_eth_v2_beacon_chain_proto protoreflect.FileDescriptor
var File_proto_eth_v2_beacon_state_proto protoreflect.FileDescriptor
var File_proto_eth_v2_ssz_proto protoreflect.FileDescriptor
var File_proto_eth_v2_sync_committee_proto protoreflect.FileDescriptor
var File_proto_eth_v2_validator_proto protoreflect.FileDescriptor
var File_proto_eth_v2_version_proto protoreflect.FileDescriptor
var File_proto_eth_v2_withdrawals_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type BLSToExecutionChange ¶ added in v3.2.0
type BLSToExecutionChange struct { ValidatorIndex github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex `` /* 192-byte string literal not displayed */ FromBlsPubkey []byte `protobuf:"bytes,2,opt,name=from_bls_pubkey,json=fromBlsPubkey,proto3" json:"from_bls_pubkey,omitempty" ssz-size:"48"` ToExecutionAddress []byte `` /* 131-byte string literal not displayed */ // contains filtered or unexported fields }
func (*BLSToExecutionChange) Descriptor
deprecated
added in
v3.2.0
func (*BLSToExecutionChange) Descriptor() ([]byte, []int)
Deprecated: Use BLSToExecutionChange.ProtoReflect.Descriptor instead.
func (*BLSToExecutionChange) GetFromBlsPubkey ¶ added in v3.2.0
func (x *BLSToExecutionChange) GetFromBlsPubkey() []byte
func (*BLSToExecutionChange) GetToExecutionAddress ¶ added in v3.2.0
func (x *BLSToExecutionChange) GetToExecutionAddress() []byte
func (*BLSToExecutionChange) GetValidatorIndex ¶ added in v3.2.0
func (x *BLSToExecutionChange) GetValidatorIndex() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex
func (*BLSToExecutionChange) HashTreeRoot ¶ added in v3.2.0
func (b *BLSToExecutionChange) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BLSToExecutionChange object
func (*BLSToExecutionChange) HashTreeRootWith ¶ added in v3.2.0
func (b *BLSToExecutionChange) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BLSToExecutionChange object with a hasher
func (*BLSToExecutionChange) MarshalSSZ ¶ added in v3.2.0
func (b *BLSToExecutionChange) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BLSToExecutionChange object
func (*BLSToExecutionChange) MarshalSSZTo ¶ added in v3.2.0
func (b *BLSToExecutionChange) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BLSToExecutionChange object to a target array
func (*BLSToExecutionChange) ProtoMessage ¶ added in v3.2.0
func (*BLSToExecutionChange) ProtoMessage()
func (*BLSToExecutionChange) ProtoReflect ¶ added in v3.2.0
func (x *BLSToExecutionChange) ProtoReflect() protoreflect.Message
func (*BLSToExecutionChange) Reset ¶ added in v3.2.0
func (x *BLSToExecutionChange) Reset()
func (*BLSToExecutionChange) SizeSSZ ¶ added in v3.2.0
func (b *BLSToExecutionChange) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BLSToExecutionChange object
func (*BLSToExecutionChange) String ¶ added in v3.2.0
func (x *BLSToExecutionChange) String() string
func (*BLSToExecutionChange) UnmarshalSSZ ¶ added in v3.2.0
func (b *BLSToExecutionChange) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BLSToExecutionChange object
type BLSToExecutionChangesPoolResponse ¶ added in v3.2.1
type BLSToExecutionChangesPoolResponse struct { Data []*SignedBLSToExecutionChange `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*BLSToExecutionChangesPoolResponse) Descriptor
deprecated
added in
v3.2.1
func (*BLSToExecutionChangesPoolResponse) Descriptor() ([]byte, []int)
Deprecated: Use BLSToExecutionChangesPoolResponse.ProtoReflect.Descriptor instead.
func (*BLSToExecutionChangesPoolResponse) GetData ¶ added in v3.2.1
func (x *BLSToExecutionChangesPoolResponse) GetData() []*SignedBLSToExecutionChange
func (*BLSToExecutionChangesPoolResponse) ProtoMessage ¶ added in v3.2.1
func (*BLSToExecutionChangesPoolResponse) ProtoMessage()
func (*BLSToExecutionChangesPoolResponse) ProtoReflect ¶ added in v3.2.1
func (x *BLSToExecutionChangesPoolResponse) ProtoReflect() protoreflect.Message
func (*BLSToExecutionChangesPoolResponse) Reset ¶ added in v3.2.1
func (x *BLSToExecutionChangesPoolResponse) Reset()
func (*BLSToExecutionChangesPoolResponse) String ¶ added in v3.2.1
func (x *BLSToExecutionChangesPoolResponse) String() string
type BeaconBlockAltair ¶
type BeaconBlockAltair struct { Slot github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot `` /* 140-byte string literal not displayed */ ProposerIndex github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex `` /* 189-byte string literal not displayed */ ParentRoot []byte `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"` StateRoot []byte `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"` Body *BeaconBlockBodyAltair `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"` // contains filtered or unexported fields }
func (*BeaconBlockAltair) Descriptor
deprecated
func (*BeaconBlockAltair) Descriptor() ([]byte, []int)
Deprecated: Use BeaconBlockAltair.ProtoReflect.Descriptor instead.
func (*BeaconBlockAltair) GetBody ¶
func (x *BeaconBlockAltair) GetBody() *BeaconBlockBodyAltair
func (*BeaconBlockAltair) GetParentRoot ¶
func (x *BeaconBlockAltair) GetParentRoot() []byte
func (*BeaconBlockAltair) GetProposerIndex ¶
func (x *BeaconBlockAltair) GetProposerIndex() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex
func (*BeaconBlockAltair) GetSlot ¶
func (x *BeaconBlockAltair) GetSlot() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot
func (*BeaconBlockAltair) GetStateRoot ¶
func (x *BeaconBlockAltair) GetStateRoot() []byte
func (*BeaconBlockAltair) HashTreeRoot ¶
func (b *BeaconBlockAltair) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BeaconBlockAltair object
func (*BeaconBlockAltair) HashTreeRootWith ¶
func (b *BeaconBlockAltair) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BeaconBlockAltair object with a hasher
func (*BeaconBlockAltair) MarshalSSZ ¶
func (b *BeaconBlockAltair) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BeaconBlockAltair object
func (*BeaconBlockAltair) MarshalSSZTo ¶
func (b *BeaconBlockAltair) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BeaconBlockAltair object to a target array
func (*BeaconBlockAltair) ProtoMessage ¶
func (*BeaconBlockAltair) ProtoMessage()
func (*BeaconBlockAltair) ProtoReflect ¶
func (x *BeaconBlockAltair) ProtoReflect() protoreflect.Message
func (*BeaconBlockAltair) Reset ¶
func (x *BeaconBlockAltair) Reset()
func (*BeaconBlockAltair) SizeSSZ ¶
func (b *BeaconBlockAltair) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockAltair object
func (*BeaconBlockAltair) String ¶
func (x *BeaconBlockAltair) String() string
func (*BeaconBlockAltair) UnmarshalSSZ ¶
func (b *BeaconBlockAltair) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BeaconBlockAltair object
type BeaconBlockBellatrix ¶
type BeaconBlockBellatrix struct { Slot github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot `` /* 140-byte string literal not displayed */ ProposerIndex github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex `` /* 189-byte string literal not displayed */ ParentRoot []byte `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"` StateRoot []byte `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"` Body *BeaconBlockBodyBellatrix `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"` // contains filtered or unexported fields }
func (*BeaconBlockBellatrix) Descriptor
deprecated
func (*BeaconBlockBellatrix) Descriptor() ([]byte, []int)
Deprecated: Use BeaconBlockBellatrix.ProtoReflect.Descriptor instead.
func (*BeaconBlockBellatrix) GetBody ¶
func (x *BeaconBlockBellatrix) GetBody() *BeaconBlockBodyBellatrix
func (*BeaconBlockBellatrix) GetParentRoot ¶
func (x *BeaconBlockBellatrix) GetParentRoot() []byte
func (*BeaconBlockBellatrix) GetProposerIndex ¶
func (x *BeaconBlockBellatrix) GetProposerIndex() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex
func (*BeaconBlockBellatrix) GetSlot ¶
func (x *BeaconBlockBellatrix) GetSlot() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot
func (*BeaconBlockBellatrix) GetStateRoot ¶
func (x *BeaconBlockBellatrix) GetStateRoot() []byte
func (*BeaconBlockBellatrix) HashTreeRoot ¶
func (b *BeaconBlockBellatrix) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BeaconBlockBellatrix object
func (*BeaconBlockBellatrix) HashTreeRootWith ¶
func (b *BeaconBlockBellatrix) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BeaconBlockBellatrix object with a hasher
func (*BeaconBlockBellatrix) MarshalSSZ ¶
func (b *BeaconBlockBellatrix) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BeaconBlockBellatrix object
func (*BeaconBlockBellatrix) MarshalSSZTo ¶
func (b *BeaconBlockBellatrix) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BeaconBlockBellatrix object to a target array
func (*BeaconBlockBellatrix) ProtoMessage ¶
func (*BeaconBlockBellatrix) ProtoMessage()
func (*BeaconBlockBellatrix) ProtoReflect ¶
func (x *BeaconBlockBellatrix) ProtoReflect() protoreflect.Message
func (*BeaconBlockBellatrix) Reset ¶
func (x *BeaconBlockBellatrix) Reset()
func (*BeaconBlockBellatrix) SizeSSZ ¶
func (b *BeaconBlockBellatrix) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockBellatrix object
func (*BeaconBlockBellatrix) String ¶
func (x *BeaconBlockBellatrix) String() string
func (*BeaconBlockBellatrix) UnmarshalSSZ ¶
func (b *BeaconBlockBellatrix) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BeaconBlockBellatrix object
type BeaconBlockBodyAltair ¶
type BeaconBlockBodyAltair struct { RandaoReveal []byte `protobuf:"bytes,1,opt,name=randao_reveal,json=randaoReveal,proto3" json:"randao_reveal,omitempty" ssz-size:"96"` Eth1Data *v1.Eth1Data `protobuf:"bytes,2,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"` Graffiti []byte `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty" ssz-size:"32"` ProposerSlashings []*v1.ProposerSlashing `protobuf:"bytes,4,rep,name=proposer_slashings,json=proposerSlashings,proto3" json:"proposer_slashings,omitempty" ssz-max:"16"` AttesterSlashings []*v1.AttesterSlashing `protobuf:"bytes,5,rep,name=attester_slashings,json=attesterSlashings,proto3" json:"attester_slashings,omitempty" ssz-max:"2"` Attestations []*v1.Attestation `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty" ssz-max:"128"` Deposits []*v1.Deposit `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty" ssz-max:"16"` VoluntaryExits []*v1.SignedVoluntaryExit `protobuf:"bytes,8,rep,name=voluntary_exits,json=voluntaryExits,proto3" json:"voluntary_exits,omitempty" ssz-max:"16"` SyncAggregate *v1.SyncAggregate `protobuf:"bytes,9,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"` // contains filtered or unexported fields }
func (*BeaconBlockBodyAltair) Descriptor
deprecated
func (*BeaconBlockBodyAltair) Descriptor() ([]byte, []int)
Deprecated: Use BeaconBlockBodyAltair.ProtoReflect.Descriptor instead.
func (*BeaconBlockBodyAltair) GetAttestations ¶
func (x *BeaconBlockBodyAltair) GetAttestations() []*v1.Attestation
func (*BeaconBlockBodyAltair) GetAttesterSlashings ¶
func (x *BeaconBlockBodyAltair) GetAttesterSlashings() []*v1.AttesterSlashing
func (*BeaconBlockBodyAltair) GetDeposits ¶
func (x *BeaconBlockBodyAltair) GetDeposits() []*v1.Deposit
func (*BeaconBlockBodyAltair) GetEth1Data ¶
func (x *BeaconBlockBodyAltair) GetEth1Data() *v1.Eth1Data
func (*BeaconBlockBodyAltair) GetGraffiti ¶
func (x *BeaconBlockBodyAltair) GetGraffiti() []byte
func (*BeaconBlockBodyAltair) GetProposerSlashings ¶
func (x *BeaconBlockBodyAltair) GetProposerSlashings() []*v1.ProposerSlashing
func (*BeaconBlockBodyAltair) GetRandaoReveal ¶
func (x *BeaconBlockBodyAltair) GetRandaoReveal() []byte
func (*BeaconBlockBodyAltair) GetSyncAggregate ¶
func (x *BeaconBlockBodyAltair) GetSyncAggregate() *v1.SyncAggregate
func (*BeaconBlockBodyAltair) GetVoluntaryExits ¶
func (x *BeaconBlockBodyAltair) GetVoluntaryExits() []*v1.SignedVoluntaryExit
func (*BeaconBlockBodyAltair) HashTreeRoot ¶
func (b *BeaconBlockBodyAltair) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BeaconBlockBodyAltair object
func (*BeaconBlockBodyAltair) HashTreeRootWith ¶
func (b *BeaconBlockBodyAltair) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BeaconBlockBodyAltair object with a hasher
func (*BeaconBlockBodyAltair) MarshalSSZ ¶
func (b *BeaconBlockBodyAltair) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BeaconBlockBodyAltair object
func (*BeaconBlockBodyAltair) MarshalSSZTo ¶
func (b *BeaconBlockBodyAltair) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BeaconBlockBodyAltair object to a target array
func (*BeaconBlockBodyAltair) ProtoMessage ¶
func (*BeaconBlockBodyAltair) ProtoMessage()
func (*BeaconBlockBodyAltair) ProtoReflect ¶
func (x *BeaconBlockBodyAltair) ProtoReflect() protoreflect.Message
func (*BeaconBlockBodyAltair) Reset ¶
func (x *BeaconBlockBodyAltair) Reset()
func (*BeaconBlockBodyAltair) SizeSSZ ¶
func (b *BeaconBlockBodyAltair) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockBodyAltair object
func (*BeaconBlockBodyAltair) String ¶
func (x *BeaconBlockBodyAltair) String() string
func (*BeaconBlockBodyAltair) UnmarshalSSZ ¶
func (b *BeaconBlockBodyAltair) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BeaconBlockBodyAltair object
type BeaconBlockBodyBellatrix ¶
type BeaconBlockBodyBellatrix struct { RandaoReveal []byte `protobuf:"bytes,1,opt,name=randao_reveal,json=randaoReveal,proto3" json:"randao_reveal,omitempty" ssz-size:"96"` Eth1Data *v1.Eth1Data `protobuf:"bytes,2,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"` Graffiti []byte `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty" ssz-size:"32"` ProposerSlashings []*v1.ProposerSlashing `protobuf:"bytes,4,rep,name=proposer_slashings,json=proposerSlashings,proto3" json:"proposer_slashings,omitempty" ssz-max:"16"` AttesterSlashings []*v1.AttesterSlashing `protobuf:"bytes,5,rep,name=attester_slashings,json=attesterSlashings,proto3" json:"attester_slashings,omitempty" ssz-max:"2"` Attestations []*v1.Attestation `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty" ssz-max:"128"` Deposits []*v1.Deposit `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty" ssz-max:"16"` VoluntaryExits []*v1.SignedVoluntaryExit `protobuf:"bytes,8,rep,name=voluntary_exits,json=voluntaryExits,proto3" json:"voluntary_exits,omitempty" ssz-max:"16"` SyncAggregate *v1.SyncAggregate `protobuf:"bytes,9,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"` ExecutionPayload *v11.ExecutionPayload `protobuf:"bytes,10,opt,name=execution_payload,json=executionPayload,proto3" json:"execution_payload,omitempty"` // contains filtered or unexported fields }
func (*BeaconBlockBodyBellatrix) Descriptor
deprecated
func (*BeaconBlockBodyBellatrix) Descriptor() ([]byte, []int)
Deprecated: Use BeaconBlockBodyBellatrix.ProtoReflect.Descriptor instead.
func (*BeaconBlockBodyBellatrix) GetAttestations ¶
func (x *BeaconBlockBodyBellatrix) GetAttestations() []*v1.Attestation
func (*BeaconBlockBodyBellatrix) GetAttesterSlashings ¶
func (x *BeaconBlockBodyBellatrix) GetAttesterSlashings() []*v1.AttesterSlashing
func (*BeaconBlockBodyBellatrix) GetDeposits ¶
func (x *BeaconBlockBodyBellatrix) GetDeposits() []*v1.Deposit
func (*BeaconBlockBodyBellatrix) GetEth1Data ¶
func (x *BeaconBlockBodyBellatrix) GetEth1Data() *v1.Eth1Data
func (*BeaconBlockBodyBellatrix) GetExecutionPayload ¶
func (x *BeaconBlockBodyBellatrix) GetExecutionPayload() *v11.ExecutionPayload
func (*BeaconBlockBodyBellatrix) GetGraffiti ¶
func (x *BeaconBlockBodyBellatrix) GetGraffiti() []byte
func (*BeaconBlockBodyBellatrix) GetProposerSlashings ¶
func (x *BeaconBlockBodyBellatrix) GetProposerSlashings() []*v1.ProposerSlashing
func (*BeaconBlockBodyBellatrix) GetRandaoReveal ¶
func (x *BeaconBlockBodyBellatrix) GetRandaoReveal() []byte
func (*BeaconBlockBodyBellatrix) GetSyncAggregate ¶
func (x *BeaconBlockBodyBellatrix) GetSyncAggregate() *v1.SyncAggregate
func (*BeaconBlockBodyBellatrix) GetVoluntaryExits ¶
func (x *BeaconBlockBodyBellatrix) GetVoluntaryExits() []*v1.SignedVoluntaryExit
func (*BeaconBlockBodyBellatrix) HashTreeRoot ¶
func (b *BeaconBlockBodyBellatrix) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BeaconBlockBodyBellatrix object
func (*BeaconBlockBodyBellatrix) HashTreeRootWith ¶
func (b *BeaconBlockBodyBellatrix) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BeaconBlockBodyBellatrix object with a hasher
func (*BeaconBlockBodyBellatrix) MarshalSSZ ¶
func (b *BeaconBlockBodyBellatrix) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BeaconBlockBodyBellatrix object
func (*BeaconBlockBodyBellatrix) MarshalSSZTo ¶
func (b *BeaconBlockBodyBellatrix) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BeaconBlockBodyBellatrix object to a target array
func (*BeaconBlockBodyBellatrix) ProtoMessage ¶
func (*BeaconBlockBodyBellatrix) ProtoMessage()
func (*BeaconBlockBodyBellatrix) ProtoReflect ¶
func (x *BeaconBlockBodyBellatrix) ProtoReflect() protoreflect.Message
func (*BeaconBlockBodyBellatrix) Reset ¶
func (x *BeaconBlockBodyBellatrix) Reset()
func (*BeaconBlockBodyBellatrix) SizeSSZ ¶
func (b *BeaconBlockBodyBellatrix) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockBodyBellatrix object
func (*BeaconBlockBodyBellatrix) String ¶
func (x *BeaconBlockBodyBellatrix) String() string
func (*BeaconBlockBodyBellatrix) UnmarshalSSZ ¶
func (b *BeaconBlockBodyBellatrix) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BeaconBlockBodyBellatrix object
type BeaconBlockBodyCapella ¶ added in v3.2.0
type BeaconBlockBodyCapella struct { RandaoReveal []byte `protobuf:"bytes,1,opt,name=randao_reveal,json=randaoReveal,proto3" json:"randao_reveal,omitempty" ssz-size:"96"` Eth1Data *v1.Eth1Data `protobuf:"bytes,2,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"` Graffiti []byte `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty" ssz-size:"32"` ProposerSlashings []*v1.ProposerSlashing `protobuf:"bytes,4,rep,name=proposer_slashings,json=proposerSlashings,proto3" json:"proposer_slashings,omitempty" ssz-max:"16"` AttesterSlashings []*v1.AttesterSlashing `protobuf:"bytes,5,rep,name=attester_slashings,json=attesterSlashings,proto3" json:"attester_slashings,omitempty" ssz-max:"2"` Attestations []*v1.Attestation `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty" ssz-max:"128"` Deposits []*v1.Deposit `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty" ssz-max:"16"` VoluntaryExits []*v1.SignedVoluntaryExit `protobuf:"bytes,8,rep,name=voluntary_exits,json=voluntaryExits,proto3" json:"voluntary_exits,omitempty" ssz-max:"16"` SyncAggregate *v1.SyncAggregate `protobuf:"bytes,9,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"` ExecutionPayload *v11.ExecutionPayloadCapella `protobuf:"bytes,10,opt,name=execution_payload,json=executionPayload,proto3" json:"execution_payload,omitempty"` BlsToExecutionChanges []*SignedBLSToExecutionChange `` /* 142-byte string literal not displayed */ // contains filtered or unexported fields }
func (*BeaconBlockBodyCapella) Descriptor
deprecated
added in
v3.2.0
func (*BeaconBlockBodyCapella) Descriptor() ([]byte, []int)
Deprecated: Use BeaconBlockBodyCapella.ProtoReflect.Descriptor instead.
func (*BeaconBlockBodyCapella) GetAttestations ¶ added in v3.2.0
func (x *BeaconBlockBodyCapella) GetAttestations() []*v1.Attestation
func (*BeaconBlockBodyCapella) GetAttesterSlashings ¶ added in v3.2.0
func (x *BeaconBlockBodyCapella) GetAttesterSlashings() []*v1.AttesterSlashing
func (*BeaconBlockBodyCapella) GetBlsToExecutionChanges ¶ added in v3.2.0
func (x *BeaconBlockBodyCapella) GetBlsToExecutionChanges() []*SignedBLSToExecutionChange
func (*BeaconBlockBodyCapella) GetDeposits ¶ added in v3.2.0
func (x *BeaconBlockBodyCapella) GetDeposits() []*v1.Deposit
func (*BeaconBlockBodyCapella) GetEth1Data ¶ added in v3.2.0
func (x *BeaconBlockBodyCapella) GetEth1Data() *v1.Eth1Data
func (*BeaconBlockBodyCapella) GetExecutionPayload ¶ added in v3.2.0
func (x *BeaconBlockBodyCapella) GetExecutionPayload() *v11.ExecutionPayloadCapella
func (*BeaconBlockBodyCapella) GetGraffiti ¶ added in v3.2.0
func (x *BeaconBlockBodyCapella) GetGraffiti() []byte
func (*BeaconBlockBodyCapella) GetProposerSlashings ¶ added in v3.2.0
func (x *BeaconBlockBodyCapella) GetProposerSlashings() []*v1.ProposerSlashing
func (*BeaconBlockBodyCapella) GetRandaoReveal ¶ added in v3.2.0
func (x *BeaconBlockBodyCapella) GetRandaoReveal() []byte
func (*BeaconBlockBodyCapella) GetSyncAggregate ¶ added in v3.2.0
func (x *BeaconBlockBodyCapella) GetSyncAggregate() *v1.SyncAggregate
func (*BeaconBlockBodyCapella) GetVoluntaryExits ¶ added in v3.2.0
func (x *BeaconBlockBodyCapella) GetVoluntaryExits() []*v1.SignedVoluntaryExit
func (*BeaconBlockBodyCapella) HashTreeRoot ¶ added in v3.2.0
func (b *BeaconBlockBodyCapella) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BeaconBlockBodyCapella object
func (*BeaconBlockBodyCapella) HashTreeRootWith ¶ added in v3.2.0
func (b *BeaconBlockBodyCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BeaconBlockBodyCapella object with a hasher
func (*BeaconBlockBodyCapella) MarshalSSZ ¶ added in v3.2.0
func (b *BeaconBlockBodyCapella) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BeaconBlockBodyCapella object
func (*BeaconBlockBodyCapella) MarshalSSZTo ¶ added in v3.2.0
func (b *BeaconBlockBodyCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BeaconBlockBodyCapella object to a target array
func (*BeaconBlockBodyCapella) ProtoMessage ¶ added in v3.2.0
func (*BeaconBlockBodyCapella) ProtoMessage()
func (*BeaconBlockBodyCapella) ProtoReflect ¶ added in v3.2.0
func (x *BeaconBlockBodyCapella) ProtoReflect() protoreflect.Message
func (*BeaconBlockBodyCapella) Reset ¶ added in v3.2.0
func (x *BeaconBlockBodyCapella) Reset()
func (*BeaconBlockBodyCapella) SizeSSZ ¶ added in v3.2.0
func (b *BeaconBlockBodyCapella) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockBodyCapella object
func (*BeaconBlockBodyCapella) String ¶ added in v3.2.0
func (x *BeaconBlockBodyCapella) String() string
func (*BeaconBlockBodyCapella) UnmarshalSSZ ¶ added in v3.2.0
func (b *BeaconBlockBodyCapella) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BeaconBlockBodyCapella object
type BeaconBlockCapella ¶ added in v3.2.0
type BeaconBlockCapella struct { Slot github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot `` /* 140-byte string literal not displayed */ ProposerIndex github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex `` /* 189-byte string literal not displayed */ ParentRoot []byte `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"` StateRoot []byte `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"` Body *BeaconBlockBodyCapella `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"` // contains filtered or unexported fields }
func (*BeaconBlockCapella) Descriptor
deprecated
added in
v3.2.0
func (*BeaconBlockCapella) Descriptor() ([]byte, []int)
Deprecated: Use BeaconBlockCapella.ProtoReflect.Descriptor instead.
func (*BeaconBlockCapella) GetBody ¶ added in v3.2.0
func (x *BeaconBlockCapella) GetBody() *BeaconBlockBodyCapella
func (*BeaconBlockCapella) GetParentRoot ¶ added in v3.2.0
func (x *BeaconBlockCapella) GetParentRoot() []byte
func (*BeaconBlockCapella) GetProposerIndex ¶ added in v3.2.0
func (x *BeaconBlockCapella) GetProposerIndex() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex
func (*BeaconBlockCapella) GetSlot ¶ added in v3.2.0
func (x *BeaconBlockCapella) GetSlot() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot
func (*BeaconBlockCapella) GetStateRoot ¶ added in v3.2.0
func (x *BeaconBlockCapella) GetStateRoot() []byte
func (*BeaconBlockCapella) HashTreeRoot ¶ added in v3.2.0
func (b *BeaconBlockCapella) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BeaconBlockCapella object
func (*BeaconBlockCapella) HashTreeRootWith ¶ added in v3.2.0
func (b *BeaconBlockCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BeaconBlockCapella object with a hasher
func (*BeaconBlockCapella) MarshalSSZ ¶ added in v3.2.0
func (b *BeaconBlockCapella) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BeaconBlockCapella object
func (*BeaconBlockCapella) MarshalSSZTo ¶ added in v3.2.0
func (b *BeaconBlockCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BeaconBlockCapella object to a target array
func (*BeaconBlockCapella) ProtoMessage ¶ added in v3.2.0
func (*BeaconBlockCapella) ProtoMessage()
func (*BeaconBlockCapella) ProtoReflect ¶ added in v3.2.0
func (x *BeaconBlockCapella) ProtoReflect() protoreflect.Message
func (*BeaconBlockCapella) Reset ¶ added in v3.2.0
func (x *BeaconBlockCapella) Reset()
func (*BeaconBlockCapella) SizeSSZ ¶ added in v3.2.0
func (b *BeaconBlockCapella) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockCapella object
func (*BeaconBlockCapella) String ¶ added in v3.2.0
func (x *BeaconBlockCapella) String() string
func (*BeaconBlockCapella) UnmarshalSSZ ¶ added in v3.2.0
func (b *BeaconBlockCapella) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BeaconBlockCapella object
type BeaconBlockContainerV2 ¶
type BeaconBlockContainerV2 struct { // Types that are assignable to Block: // // *BeaconBlockContainerV2_Phase0Block // *BeaconBlockContainerV2_AltairBlock // *BeaconBlockContainerV2_BellatrixBlock // *BeaconBlockContainerV2_CapellaBlock Block isBeaconBlockContainerV2_Block `protobuf_oneof:"block"` // contains filtered or unexported fields }
func (*BeaconBlockContainerV2) Descriptor
deprecated
func (*BeaconBlockContainerV2) Descriptor() ([]byte, []int)
Deprecated: Use BeaconBlockContainerV2.ProtoReflect.Descriptor instead.
func (*BeaconBlockContainerV2) GetAltairBlock ¶
func (x *BeaconBlockContainerV2) GetAltairBlock() *BeaconBlockAltair
func (*BeaconBlockContainerV2) GetBellatrixBlock ¶
func (x *BeaconBlockContainerV2) GetBellatrixBlock() *BeaconBlockBellatrix
func (*BeaconBlockContainerV2) GetBlock ¶
func (m *BeaconBlockContainerV2) GetBlock() isBeaconBlockContainerV2_Block
func (*BeaconBlockContainerV2) GetCapellaBlock ¶ added in v3.2.0
func (x *BeaconBlockContainerV2) GetCapellaBlock() *BeaconBlockCapella
func (*BeaconBlockContainerV2) GetPhase0Block ¶
func (x *BeaconBlockContainerV2) GetPhase0Block() *v1.BeaconBlock
func (*BeaconBlockContainerV2) ProtoMessage ¶
func (*BeaconBlockContainerV2) ProtoMessage()
func (*BeaconBlockContainerV2) ProtoReflect ¶
func (x *BeaconBlockContainerV2) ProtoReflect() protoreflect.Message
func (*BeaconBlockContainerV2) Reset ¶
func (x *BeaconBlockContainerV2) Reset()
func (*BeaconBlockContainerV2) String ¶
func (x *BeaconBlockContainerV2) String() string
type BeaconBlockContainerV2_AltairBlock ¶
type BeaconBlockContainerV2_AltairBlock struct {
AltairBlock *BeaconBlockAltair `protobuf:"bytes,2,opt,name=altair_block,json=altairBlock,proto3,oneof"`
}
type BeaconBlockContainerV2_BellatrixBlock ¶
type BeaconBlockContainerV2_BellatrixBlock struct {
BellatrixBlock *BeaconBlockBellatrix `protobuf:"bytes,3,opt,name=bellatrix_block,json=bellatrixBlock,proto3,oneof"`
}
type BeaconBlockContainerV2_CapellaBlock ¶ added in v3.2.0
type BeaconBlockContainerV2_CapellaBlock struct {
CapellaBlock *BeaconBlockCapella `protobuf:"bytes,4,opt,name=capella_block,json=capellaBlock,proto3,oneof"`
}
type BeaconBlockContainerV2_Phase0Block ¶
type BeaconBlockContainerV2_Phase0Block struct {
Phase0Block *v1.BeaconBlock `protobuf:"bytes,1,opt,name=phase0_block,json=phase0Block,proto3,oneof"`
}
type BeaconState ¶
type BeaconState struct { GenesisTime uint64 `protobuf:"varint,1001,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"` GenesisValidatorsRoot []byte `` /* 143-byte string literal not displayed */ Slot github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot `` /* 143-byte string literal not displayed */ Fork *v1.Fork `protobuf:"bytes,1004,opt,name=fork,proto3" json:"fork,omitempty"` LatestBlockHeader *v1.BeaconBlockHeader `protobuf:"bytes,2001,opt,name=latest_block_header,json=latestBlockHeader,proto3" json:"latest_block_header,omitempty"` BlockRoots [][]byte `protobuf:"bytes,2002,rep,name=block_roots,json=blockRoots,proto3" json:"block_roots,omitempty" ssz-size:"8192,32"` StateRoots [][]byte `protobuf:"bytes,2003,rep,name=state_roots,json=stateRoots,proto3" json:"state_roots,omitempty" ssz-size:"8192,32"` HistoricalRoots [][]byte `` /* 144-byte string literal not displayed */ Eth1Data *v1.Eth1Data `protobuf:"bytes,3001,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"` Eth1DataVotes []*v1.Eth1Data `protobuf:"bytes,3002,rep,name=eth1_data_votes,json=eth1DataVotes,proto3" json:"eth1_data_votes,omitempty" ssz-max:"2048"` Eth1DepositIndex uint64 `protobuf:"varint,3003,opt,name=eth1_deposit_index,json=eth1DepositIndex,proto3" json:"eth1_deposit_index,omitempty"` Validators []*v1.Validator `protobuf:"bytes,4001,rep,name=validators,proto3" json:"validators,omitempty" ssz-max:"1099511627776"` Balances []uint64 `protobuf:"varint,4002,rep,packed,name=balances,proto3" json:"balances,omitempty" ssz-max:"1099511627776"` RandaoMixes [][]byte `protobuf:"bytes,5001,rep,name=randao_mixes,json=randaoMixes,proto3" json:"randao_mixes,omitempty" ssz-size:"65536,32"` Slashings []uint64 `protobuf:"varint,6001,rep,packed,name=slashings,proto3" json:"slashings,omitempty" ssz-size:"8192"` PreviousEpochParticipation []byte `` /* 168-byte string literal not displayed */ CurrentEpochParticipation []byte `` /* 165-byte string literal not displayed */ JustificationBits github_com_prysmaticlabs_go_bitfield.Bitvector4 `` /* 188-byte string literal not displayed */ PreviousJustifiedCheckpoint *v1.Checkpoint `` /* 147-byte string literal not displayed */ CurrentJustifiedCheckpoint *v1.Checkpoint `` /* 144-byte string literal not displayed */ FinalizedCheckpoint *v1.Checkpoint `protobuf:"bytes,8004,opt,name=finalized_checkpoint,json=finalizedCheckpoint,proto3" json:"finalized_checkpoint,omitempty"` InactivityScores []uint64 `` /* 144-byte string literal not displayed */ CurrentSyncCommittee *SyncCommittee `` /* 126-byte string literal not displayed */ NextSyncCommittee *SyncCommittee `protobuf:"bytes,9003,opt,name=next_sync_committee,json=nextSyncCommittee,proto3" json:"next_sync_committee,omitempty"` // contains filtered or unexported fields }
func (*BeaconState) Descriptor
deprecated
func (*BeaconState) Descriptor() ([]byte, []int)
Deprecated: Use BeaconState.ProtoReflect.Descriptor instead.
func (*BeaconState) GetBalances ¶
func (x *BeaconState) GetBalances() []uint64
func (*BeaconState) GetBlockRoots ¶
func (x *BeaconState) GetBlockRoots() [][]byte
func (*BeaconState) GetCurrentEpochParticipation ¶
func (x *BeaconState) GetCurrentEpochParticipation() []byte
func (*BeaconState) GetCurrentJustifiedCheckpoint ¶
func (x *BeaconState) GetCurrentJustifiedCheckpoint() *v1.Checkpoint
func (*BeaconState) GetCurrentSyncCommittee ¶
func (x *BeaconState) GetCurrentSyncCommittee() *SyncCommittee
func (*BeaconState) GetEth1Data ¶
func (x *BeaconState) GetEth1Data() *v1.Eth1Data
func (*BeaconState) GetEth1DataVotes ¶
func (x *BeaconState) GetEth1DataVotes() []*v1.Eth1Data
func (*BeaconState) GetEth1DepositIndex ¶
func (x *BeaconState) GetEth1DepositIndex() uint64
func (*BeaconState) GetFinalizedCheckpoint ¶
func (x *BeaconState) GetFinalizedCheckpoint() *v1.Checkpoint
func (*BeaconState) GetFork ¶
func (x *BeaconState) GetFork() *v1.Fork
func (*BeaconState) GetGenesisTime ¶
func (x *BeaconState) GetGenesisTime() uint64
func (*BeaconState) GetGenesisValidatorsRoot ¶
func (x *BeaconState) GetGenesisValidatorsRoot() []byte
func (*BeaconState) GetHistoricalRoots ¶
func (x *BeaconState) GetHistoricalRoots() [][]byte
func (*BeaconState) GetInactivityScores ¶
func (x *BeaconState) GetInactivityScores() []uint64
func (*BeaconState) GetJustificationBits ¶
func (x *BeaconState) GetJustificationBits() github_com_prysmaticlabs_go_bitfield.Bitvector4
func (*BeaconState) GetLatestBlockHeader ¶
func (x *BeaconState) GetLatestBlockHeader() *v1.BeaconBlockHeader
func (*BeaconState) GetNextSyncCommittee ¶
func (x *BeaconState) GetNextSyncCommittee() *SyncCommittee
func (*BeaconState) GetPreviousEpochParticipation ¶
func (x *BeaconState) GetPreviousEpochParticipation() []byte
func (*BeaconState) GetPreviousJustifiedCheckpoint ¶
func (x *BeaconState) GetPreviousJustifiedCheckpoint() *v1.Checkpoint
func (*BeaconState) GetRandaoMixes ¶
func (x *BeaconState) GetRandaoMixes() [][]byte
func (*BeaconState) GetSlashings ¶
func (x *BeaconState) GetSlashings() []uint64
func (*BeaconState) GetSlot ¶
func (x *BeaconState) GetSlot() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot
func (*BeaconState) GetStateRoots ¶
func (x *BeaconState) GetStateRoots() [][]byte
func (*BeaconState) GetValidators ¶
func (x *BeaconState) GetValidators() []*v1.Validator
func (*BeaconState) ProtoMessage ¶
func (*BeaconState) ProtoMessage()
func (*BeaconState) ProtoReflect ¶
func (x *BeaconState) ProtoReflect() protoreflect.Message
func (*BeaconState) Reset ¶
func (x *BeaconState) Reset()
func (*BeaconState) String ¶
func (x *BeaconState) String() string
type BeaconStateBellatrix ¶
type BeaconStateBellatrix struct { GenesisTime uint64 `protobuf:"varint,1001,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"` GenesisValidatorsRoot []byte `` /* 143-byte string literal not displayed */ Slot github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot `` /* 143-byte string literal not displayed */ Fork *v1.Fork `protobuf:"bytes,1004,opt,name=fork,proto3" json:"fork,omitempty"` LatestBlockHeader *v1.BeaconBlockHeader `protobuf:"bytes,2001,opt,name=latest_block_header,json=latestBlockHeader,proto3" json:"latest_block_header,omitempty"` BlockRoots [][]byte `protobuf:"bytes,2002,rep,name=block_roots,json=blockRoots,proto3" json:"block_roots,omitempty" ssz-size:"8192,32"` StateRoots [][]byte `protobuf:"bytes,2003,rep,name=state_roots,json=stateRoots,proto3" json:"state_roots,omitempty" ssz-size:"8192,32"` HistoricalRoots [][]byte `` /* 144-byte string literal not displayed */ Eth1Data *v1.Eth1Data `protobuf:"bytes,3001,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"` Eth1DataVotes []*v1.Eth1Data `protobuf:"bytes,3002,rep,name=eth1_data_votes,json=eth1DataVotes,proto3" json:"eth1_data_votes,omitempty" ssz-max:"2048"` Eth1DepositIndex uint64 `protobuf:"varint,3003,opt,name=eth1_deposit_index,json=eth1DepositIndex,proto3" json:"eth1_deposit_index,omitempty"` Validators []*v1.Validator `protobuf:"bytes,4001,rep,name=validators,proto3" json:"validators,omitempty" ssz-max:"1099511627776"` Balances []uint64 `protobuf:"varint,4002,rep,packed,name=balances,proto3" json:"balances,omitempty" ssz-max:"1099511627776"` RandaoMixes [][]byte `protobuf:"bytes,5001,rep,name=randao_mixes,json=randaoMixes,proto3" json:"randao_mixes,omitempty" ssz-size:"65536,32"` Slashings []uint64 `protobuf:"varint,6001,rep,packed,name=slashings,proto3" json:"slashings,omitempty" ssz-size:"8192"` PreviousEpochParticipation []byte `` /* 168-byte string literal not displayed */ CurrentEpochParticipation []byte `` /* 165-byte string literal not displayed */ JustificationBits github_com_prysmaticlabs_go_bitfield.Bitvector4 `` /* 188-byte string literal not displayed */ PreviousJustifiedCheckpoint *v1.Checkpoint `` /* 147-byte string literal not displayed */ CurrentJustifiedCheckpoint *v1.Checkpoint `` /* 144-byte string literal not displayed */ FinalizedCheckpoint *v1.Checkpoint `protobuf:"bytes,8004,opt,name=finalized_checkpoint,json=finalizedCheckpoint,proto3" json:"finalized_checkpoint,omitempty"` InactivityScores []uint64 `` /* 144-byte string literal not displayed */ CurrentSyncCommittee *SyncCommittee `` /* 126-byte string literal not displayed */ NextSyncCommittee *SyncCommittee `protobuf:"bytes,9003,opt,name=next_sync_committee,json=nextSyncCommittee,proto3" json:"next_sync_committee,omitempty"` LatestExecutionPayloadHeader *v11.ExecutionPayloadHeader `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*BeaconStateBellatrix) Descriptor
deprecated
func (*BeaconStateBellatrix) Descriptor() ([]byte, []int)
Deprecated: Use BeaconStateBellatrix.ProtoReflect.Descriptor instead.
func (*BeaconStateBellatrix) GetBalances ¶
func (x *BeaconStateBellatrix) GetBalances() []uint64
func (*BeaconStateBellatrix) GetBlockRoots ¶
func (x *BeaconStateBellatrix) GetBlockRoots() [][]byte
func (*BeaconStateBellatrix) GetCurrentEpochParticipation ¶
func (x *BeaconStateBellatrix) GetCurrentEpochParticipation() []byte
func (*BeaconStateBellatrix) GetCurrentJustifiedCheckpoint ¶
func (x *BeaconStateBellatrix) GetCurrentJustifiedCheckpoint() *v1.Checkpoint
func (*BeaconStateBellatrix) GetCurrentSyncCommittee ¶
func (x *BeaconStateBellatrix) GetCurrentSyncCommittee() *SyncCommittee
func (*BeaconStateBellatrix) GetEth1Data ¶
func (x *BeaconStateBellatrix) GetEth1Data() *v1.Eth1Data
func (*BeaconStateBellatrix) GetEth1DataVotes ¶
func (x *BeaconStateBellatrix) GetEth1DataVotes() []*v1.Eth1Data
func (*BeaconStateBellatrix) GetEth1DepositIndex ¶
func (x *BeaconStateBellatrix) GetEth1DepositIndex() uint64
func (*BeaconStateBellatrix) GetFinalizedCheckpoint ¶
func (x *BeaconStateBellatrix) GetFinalizedCheckpoint() *v1.Checkpoint
func (*BeaconStateBellatrix) GetFork ¶
func (x *BeaconStateBellatrix) GetFork() *v1.Fork
func (*BeaconStateBellatrix) GetGenesisTime ¶
func (x *BeaconStateBellatrix) GetGenesisTime() uint64
func (*BeaconStateBellatrix) GetGenesisValidatorsRoot ¶
func (x *BeaconStateBellatrix) GetGenesisValidatorsRoot() []byte
func (*BeaconStateBellatrix) GetHistoricalRoots ¶
func (x *BeaconStateBellatrix) GetHistoricalRoots() [][]byte
func (*BeaconStateBellatrix) GetInactivityScores ¶
func (x *BeaconStateBellatrix) GetInactivityScores() []uint64
func (*BeaconStateBellatrix) GetJustificationBits ¶
func (x *BeaconStateBellatrix) GetJustificationBits() github_com_prysmaticlabs_go_bitfield.Bitvector4
func (*BeaconStateBellatrix) GetLatestBlockHeader ¶
func (x *BeaconStateBellatrix) GetLatestBlockHeader() *v1.BeaconBlockHeader
func (*BeaconStateBellatrix) GetLatestExecutionPayloadHeader ¶
func (x *BeaconStateBellatrix) GetLatestExecutionPayloadHeader() *v11.ExecutionPayloadHeader
func (*BeaconStateBellatrix) GetNextSyncCommittee ¶
func (x *BeaconStateBellatrix) GetNextSyncCommittee() *SyncCommittee
func (*BeaconStateBellatrix) GetPreviousEpochParticipation ¶
func (x *BeaconStateBellatrix) GetPreviousEpochParticipation() []byte
func (*BeaconStateBellatrix) GetPreviousJustifiedCheckpoint ¶
func (x *BeaconStateBellatrix) GetPreviousJustifiedCheckpoint() *v1.Checkpoint
func (*BeaconStateBellatrix) GetRandaoMixes ¶
func (x *BeaconStateBellatrix) GetRandaoMixes() [][]byte
func (*BeaconStateBellatrix) GetSlashings ¶
func (x *BeaconStateBellatrix) GetSlashings() []uint64
func (*BeaconStateBellatrix) GetSlot ¶
func (x *BeaconStateBellatrix) GetSlot() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot
func (*BeaconStateBellatrix) GetStateRoots ¶
func (x *BeaconStateBellatrix) GetStateRoots() [][]byte
func (*BeaconStateBellatrix) GetValidators ¶
func (x *BeaconStateBellatrix) GetValidators() []*v1.Validator
func (*BeaconStateBellatrix) ProtoMessage ¶
func (*BeaconStateBellatrix) ProtoMessage()
func (*BeaconStateBellatrix) ProtoReflect ¶
func (x *BeaconStateBellatrix) ProtoReflect() protoreflect.Message
func (*BeaconStateBellatrix) Reset ¶
func (x *BeaconStateBellatrix) Reset()
func (*BeaconStateBellatrix) String ¶
func (x *BeaconStateBellatrix) String() string
type BeaconStateCapella ¶ added in v3.2.0
type BeaconStateCapella struct { GenesisTime uint64 `protobuf:"varint,1001,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"` GenesisValidatorsRoot []byte `` /* 143-byte string literal not displayed */ Slot github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot `` /* 143-byte string literal not displayed */ Fork *v1.Fork `protobuf:"bytes,1004,opt,name=fork,proto3" json:"fork,omitempty"` LatestBlockHeader *v1.BeaconBlockHeader `protobuf:"bytes,2001,opt,name=latest_block_header,json=latestBlockHeader,proto3" json:"latest_block_header,omitempty"` BlockRoots [][]byte `protobuf:"bytes,2002,rep,name=block_roots,json=blockRoots,proto3" json:"block_roots,omitempty" ssz-size:"8192,32"` StateRoots [][]byte `protobuf:"bytes,2003,rep,name=state_roots,json=stateRoots,proto3" json:"state_roots,omitempty" ssz-size:"8192,32"` HistoricalRoots [][]byte `` /* 144-byte string literal not displayed */ Eth1Data *v1.Eth1Data `protobuf:"bytes,3001,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"` Eth1DataVotes []*v1.Eth1Data `protobuf:"bytes,3002,rep,name=eth1_data_votes,json=eth1DataVotes,proto3" json:"eth1_data_votes,omitempty" ssz-max:"2048"` Eth1DepositIndex uint64 `protobuf:"varint,3003,opt,name=eth1_deposit_index,json=eth1DepositIndex,proto3" json:"eth1_deposit_index,omitempty"` Validators []*v1.Validator `protobuf:"bytes,4001,rep,name=validators,proto3" json:"validators,omitempty" ssz-max:"1099511627776"` Balances []uint64 `protobuf:"varint,4002,rep,packed,name=balances,proto3" json:"balances,omitempty" ssz-max:"1099511627776"` RandaoMixes [][]byte `protobuf:"bytes,5001,rep,name=randao_mixes,json=randaoMixes,proto3" json:"randao_mixes,omitempty" ssz-size:"65536,32"` Slashings []uint64 `protobuf:"varint,6001,rep,packed,name=slashings,proto3" json:"slashings,omitempty" ssz-size:"8192"` PreviousEpochParticipation []byte `` /* 168-byte string literal not displayed */ CurrentEpochParticipation []byte `` /* 165-byte string literal not displayed */ JustificationBits github_com_prysmaticlabs_go_bitfield.Bitvector4 `` /* 188-byte string literal not displayed */ PreviousJustifiedCheckpoint *v1.Checkpoint `` /* 147-byte string literal not displayed */ CurrentJustifiedCheckpoint *v1.Checkpoint `` /* 144-byte string literal not displayed */ FinalizedCheckpoint *v1.Checkpoint `protobuf:"bytes,8004,opt,name=finalized_checkpoint,json=finalizedCheckpoint,proto3" json:"finalized_checkpoint,omitempty"` InactivityScores []uint64 `` /* 144-byte string literal not displayed */ CurrentSyncCommittee *SyncCommittee `` /* 126-byte string literal not displayed */ NextSyncCommittee *SyncCommittee `protobuf:"bytes,9003,opt,name=next_sync_committee,json=nextSyncCommittee,proto3" json:"next_sync_committee,omitempty"` LatestExecutionPayloadHeader *v11.ExecutionPayloadHeaderCapella `` /* 153-byte string literal not displayed */ NextWithdrawalIndex uint64 `protobuf:"varint,11001,opt,name=next_withdrawal_index,json=nextWithdrawalIndex,proto3" json:"next_withdrawal_index,omitempty"` NextWithdrawalValidatorIndex github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex `` /* 242-byte string literal not displayed */ HistoricalSummaries []*HistoricalSummary `` /* 141-byte string literal not displayed */ // contains filtered or unexported fields }
func (*BeaconStateCapella) Descriptor
deprecated
added in
v3.2.0
func (*BeaconStateCapella) Descriptor() ([]byte, []int)
Deprecated: Use BeaconStateCapella.ProtoReflect.Descriptor instead.
func (*BeaconStateCapella) GetBalances ¶ added in v3.2.0
func (x *BeaconStateCapella) GetBalances() []uint64
func (*BeaconStateCapella) GetBlockRoots ¶ added in v3.2.0
func (x *BeaconStateCapella) GetBlockRoots() [][]byte
func (*BeaconStateCapella) GetCurrentEpochParticipation ¶ added in v3.2.0
func (x *BeaconStateCapella) GetCurrentEpochParticipation() []byte
func (*BeaconStateCapella) GetCurrentJustifiedCheckpoint ¶ added in v3.2.0
func (x *BeaconStateCapella) GetCurrentJustifiedCheckpoint() *v1.Checkpoint
func (*BeaconStateCapella) GetCurrentSyncCommittee ¶ added in v3.2.0
func (x *BeaconStateCapella) GetCurrentSyncCommittee() *SyncCommittee
func (*BeaconStateCapella) GetEth1Data ¶ added in v3.2.0
func (x *BeaconStateCapella) GetEth1Data() *v1.Eth1Data
func (*BeaconStateCapella) GetEth1DataVotes ¶ added in v3.2.0
func (x *BeaconStateCapella) GetEth1DataVotes() []*v1.Eth1Data
func (*BeaconStateCapella) GetEth1DepositIndex ¶ added in v3.2.0
func (x *BeaconStateCapella) GetEth1DepositIndex() uint64
func (*BeaconStateCapella) GetFinalizedCheckpoint ¶ added in v3.2.0
func (x *BeaconStateCapella) GetFinalizedCheckpoint() *v1.Checkpoint
func (*BeaconStateCapella) GetFork ¶ added in v3.2.0
func (x *BeaconStateCapella) GetFork() *v1.Fork
func (*BeaconStateCapella) GetGenesisTime ¶ added in v3.2.0
func (x *BeaconStateCapella) GetGenesisTime() uint64
func (*BeaconStateCapella) GetGenesisValidatorsRoot ¶ added in v3.2.0
func (x *BeaconStateCapella) GetGenesisValidatorsRoot() []byte
func (*BeaconStateCapella) GetHistoricalRoots ¶ added in v3.2.0
func (x *BeaconStateCapella) GetHistoricalRoots() [][]byte
func (*BeaconStateCapella) GetHistoricalSummaries ¶ added in v3.2.1
func (x *BeaconStateCapella) GetHistoricalSummaries() []*HistoricalSummary
func (*BeaconStateCapella) GetInactivityScores ¶ added in v3.2.0
func (x *BeaconStateCapella) GetInactivityScores() []uint64
func (*BeaconStateCapella) GetJustificationBits ¶ added in v3.2.0
func (x *BeaconStateCapella) GetJustificationBits() github_com_prysmaticlabs_go_bitfield.Bitvector4
func (*BeaconStateCapella) GetLatestBlockHeader ¶ added in v3.2.0
func (x *BeaconStateCapella) GetLatestBlockHeader() *v1.BeaconBlockHeader
func (*BeaconStateCapella) GetLatestExecutionPayloadHeader ¶ added in v3.2.0
func (x *BeaconStateCapella) GetLatestExecutionPayloadHeader() *v11.ExecutionPayloadHeaderCapella
func (*BeaconStateCapella) GetNextSyncCommittee ¶ added in v3.2.0
func (x *BeaconStateCapella) GetNextSyncCommittee() *SyncCommittee
func (*BeaconStateCapella) GetNextWithdrawalIndex ¶ added in v3.2.0
func (x *BeaconStateCapella) GetNextWithdrawalIndex() uint64
func (*BeaconStateCapella) GetNextWithdrawalValidatorIndex ¶ added in v3.2.0
func (x *BeaconStateCapella) GetNextWithdrawalValidatorIndex() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex
func (*BeaconStateCapella) GetPreviousEpochParticipation ¶ added in v3.2.0
func (x *BeaconStateCapella) GetPreviousEpochParticipation() []byte
func (*BeaconStateCapella) GetPreviousJustifiedCheckpoint ¶ added in v3.2.0
func (x *BeaconStateCapella) GetPreviousJustifiedCheckpoint() *v1.Checkpoint
func (*BeaconStateCapella) GetRandaoMixes ¶ added in v3.2.0
func (x *BeaconStateCapella) GetRandaoMixes() [][]byte
func (*BeaconStateCapella) GetSlashings ¶ added in v3.2.0
func (x *BeaconStateCapella) GetSlashings() []uint64
func (*BeaconStateCapella) GetSlot ¶ added in v3.2.0
func (x *BeaconStateCapella) GetSlot() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot
func (*BeaconStateCapella) GetStateRoots ¶ added in v3.2.0
func (x *BeaconStateCapella) GetStateRoots() [][]byte
func (*BeaconStateCapella) GetValidators ¶ added in v3.2.0
func (x *BeaconStateCapella) GetValidators() []*v1.Validator
func (*BeaconStateCapella) ProtoMessage ¶ added in v3.2.0
func (*BeaconStateCapella) ProtoMessage()
func (*BeaconStateCapella) ProtoReflect ¶ added in v3.2.0
func (x *BeaconStateCapella) ProtoReflect() protoreflect.Message
func (*BeaconStateCapella) Reset ¶ added in v3.2.0
func (x *BeaconStateCapella) Reset()
func (*BeaconStateCapella) String ¶ added in v3.2.0
func (x *BeaconStateCapella) String() string
type BeaconStateContainer ¶
type BeaconStateContainer struct { // Types that are assignable to State: // // *BeaconStateContainer_Phase0State // *BeaconStateContainer_AltairState // *BeaconStateContainer_BellatrixState // *BeaconStateContainer_CapellaState State isBeaconStateContainer_State `protobuf_oneof:"state"` // contains filtered or unexported fields }
func (*BeaconStateContainer) Descriptor
deprecated
func (*BeaconStateContainer) Descriptor() ([]byte, []int)
Deprecated: Use BeaconStateContainer.ProtoReflect.Descriptor instead.
func (*BeaconStateContainer) GetAltairState ¶
func (x *BeaconStateContainer) GetAltairState() *BeaconState
func (*BeaconStateContainer) GetBellatrixState ¶
func (x *BeaconStateContainer) GetBellatrixState() *BeaconStateBellatrix
func (*BeaconStateContainer) GetCapellaState ¶ added in v3.2.0
func (x *BeaconStateContainer) GetCapellaState() *BeaconStateCapella
func (*BeaconStateContainer) GetPhase0State ¶
func (x *BeaconStateContainer) GetPhase0State() *v1.BeaconState
func (*BeaconStateContainer) GetState ¶
func (m *BeaconStateContainer) GetState() isBeaconStateContainer_State
func (*BeaconStateContainer) ProtoMessage ¶
func (*BeaconStateContainer) ProtoMessage()
func (*BeaconStateContainer) ProtoReflect ¶
func (x *BeaconStateContainer) ProtoReflect() protoreflect.Message
func (*BeaconStateContainer) Reset ¶
func (x *BeaconStateContainer) Reset()
func (*BeaconStateContainer) String ¶
func (x *BeaconStateContainer) String() string
type BeaconStateContainer_AltairState ¶
type BeaconStateContainer_AltairState struct {
AltairState *BeaconState `protobuf:"bytes,2,opt,name=altair_state,json=altairState,proto3,oneof"`
}
type BeaconStateContainer_BellatrixState ¶
type BeaconStateContainer_BellatrixState struct {
BellatrixState *BeaconStateBellatrix `protobuf:"bytes,3,opt,name=bellatrix_state,json=bellatrixState,proto3,oneof"`
}
type BeaconStateContainer_CapellaState ¶ added in v3.2.0
type BeaconStateContainer_CapellaState struct {
CapellaState *BeaconStateCapella `protobuf:"bytes,4,opt,name=capella_state,json=capellaState,proto3,oneof"`
}
type BeaconStateContainer_Phase0State ¶
type BeaconStateContainer_Phase0State struct {
Phase0State *v1.BeaconState `protobuf:"bytes,1,opt,name=phase0_state,json=phase0State,proto3,oneof"`
}
type BeaconStateRequestV2 ¶
type BeaconStateRequestV2 struct { StateId []byte `protobuf:"bytes,1,opt,name=state_id,json=stateId,proto3" json:"state_id,omitempty"` // contains filtered or unexported fields }
func (*BeaconStateRequestV2) Descriptor
deprecated
func (*BeaconStateRequestV2) Descriptor() ([]byte, []int)
Deprecated: Use BeaconStateRequestV2.ProtoReflect.Descriptor instead.
func (*BeaconStateRequestV2) GetStateId ¶
func (x *BeaconStateRequestV2) GetStateId() []byte
func (*BeaconStateRequestV2) ProtoMessage ¶
func (*BeaconStateRequestV2) ProtoMessage()
func (*BeaconStateRequestV2) ProtoReflect ¶
func (x *BeaconStateRequestV2) ProtoReflect() protoreflect.Message
func (*BeaconStateRequestV2) Reset ¶
func (x *BeaconStateRequestV2) Reset()
func (*BeaconStateRequestV2) String ¶
func (x *BeaconStateRequestV2) String() string
type BeaconStateResponseV2 ¶
type BeaconStateResponseV2 struct { Version Version `protobuf:"varint,1,opt,name=version,proto3,enum=ethereum.eth.v2.Version" json:"version,omitempty"` Data *BeaconStateContainer `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` ExecutionOptimistic bool `protobuf:"varint,3,opt,name=execution_optimistic,json=executionOptimistic,proto3" json:"execution_optimistic,omitempty"` Finalized bool `protobuf:"varint,4,opt,name=finalized,proto3" json:"finalized,omitempty"` // contains filtered or unexported fields }
func (*BeaconStateResponseV2) Descriptor
deprecated
func (*BeaconStateResponseV2) Descriptor() ([]byte, []int)
Deprecated: Use BeaconStateResponseV2.ProtoReflect.Descriptor instead.
func (*BeaconStateResponseV2) GetData ¶
func (x *BeaconStateResponseV2) GetData() *BeaconStateContainer
func (*BeaconStateResponseV2) GetExecutionOptimistic ¶
func (x *BeaconStateResponseV2) GetExecutionOptimistic() bool
func (*BeaconStateResponseV2) GetFinalized ¶ added in v3.2.1
func (x *BeaconStateResponseV2) GetFinalized() bool
func (*BeaconStateResponseV2) GetVersion ¶
func (x *BeaconStateResponseV2) GetVersion() Version
func (*BeaconStateResponseV2) ProtoMessage ¶
func (*BeaconStateResponseV2) ProtoMessage()
func (*BeaconStateResponseV2) ProtoReflect ¶
func (x *BeaconStateResponseV2) ProtoReflect() protoreflect.Message
func (*BeaconStateResponseV2) Reset ¶
func (x *BeaconStateResponseV2) Reset()
func (*BeaconStateResponseV2) String ¶
func (x *BeaconStateResponseV2) String() string
type BeaconStateSSZResponseV2 ¶
type BeaconStateSSZResponseV2 struct { Version Version `protobuf:"varint,1,opt,name=version,proto3,enum=ethereum.eth.v2.Version" json:"version,omitempty"` Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*BeaconStateSSZResponseV2) Descriptor
deprecated
func (*BeaconStateSSZResponseV2) Descriptor() ([]byte, []int)
Deprecated: Use BeaconStateSSZResponseV2.ProtoReflect.Descriptor instead.
func (*BeaconStateSSZResponseV2) GetData ¶
func (x *BeaconStateSSZResponseV2) GetData() []byte
func (*BeaconStateSSZResponseV2) GetVersion ¶
func (x *BeaconStateSSZResponseV2) GetVersion() Version
func (*BeaconStateSSZResponseV2) ProtoMessage ¶
func (*BeaconStateSSZResponseV2) ProtoMessage()
func (*BeaconStateSSZResponseV2) ProtoReflect ¶
func (x *BeaconStateSSZResponseV2) ProtoReflect() protoreflect.Message
func (*BeaconStateSSZResponseV2) Reset ¶
func (x *BeaconStateSSZResponseV2) Reset()
func (*BeaconStateSSZResponseV2) String ¶
func (x *BeaconStateSSZResponseV2) String() string
type BlindedBeaconBlockBellatrix ¶
type BlindedBeaconBlockBellatrix struct { Slot github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot `` /* 140-byte string literal not displayed */ ProposerIndex github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex `` /* 189-byte string literal not displayed */ ParentRoot []byte `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"` StateRoot []byte `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"` Body *BlindedBeaconBlockBodyBellatrix `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"` // contains filtered or unexported fields }
func (*BlindedBeaconBlockBellatrix) Descriptor
deprecated
func (*BlindedBeaconBlockBellatrix) Descriptor() ([]byte, []int)
Deprecated: Use BlindedBeaconBlockBellatrix.ProtoReflect.Descriptor instead.
func (*BlindedBeaconBlockBellatrix) GetBody ¶
func (x *BlindedBeaconBlockBellatrix) GetBody() *BlindedBeaconBlockBodyBellatrix
func (*BlindedBeaconBlockBellatrix) GetParentRoot ¶
func (x *BlindedBeaconBlockBellatrix) GetParentRoot() []byte
func (*BlindedBeaconBlockBellatrix) GetProposerIndex ¶
func (x *BlindedBeaconBlockBellatrix) GetProposerIndex() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex
func (*BlindedBeaconBlockBellatrix) GetStateRoot ¶
func (x *BlindedBeaconBlockBellatrix) GetStateRoot() []byte
func (*BlindedBeaconBlockBellatrix) HashTreeRoot ¶
func (b *BlindedBeaconBlockBellatrix) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BlindedBeaconBlockBellatrix object
func (*BlindedBeaconBlockBellatrix) HashTreeRootWith ¶
func (b *BlindedBeaconBlockBellatrix) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BlindedBeaconBlockBellatrix object with a hasher
func (*BlindedBeaconBlockBellatrix) MarshalSSZ ¶
func (b *BlindedBeaconBlockBellatrix) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BlindedBeaconBlockBellatrix object
func (*BlindedBeaconBlockBellatrix) MarshalSSZTo ¶
func (b *BlindedBeaconBlockBellatrix) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BlindedBeaconBlockBellatrix object to a target array
func (*BlindedBeaconBlockBellatrix) ProtoMessage ¶
func (*BlindedBeaconBlockBellatrix) ProtoMessage()
func (*BlindedBeaconBlockBellatrix) ProtoReflect ¶
func (x *BlindedBeaconBlockBellatrix) ProtoReflect() protoreflect.Message
func (*BlindedBeaconBlockBellatrix) Reset ¶
func (x *BlindedBeaconBlockBellatrix) Reset()
func (*BlindedBeaconBlockBellatrix) SizeSSZ ¶
func (b *BlindedBeaconBlockBellatrix) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BlindedBeaconBlockBellatrix object
func (*BlindedBeaconBlockBellatrix) String ¶
func (x *BlindedBeaconBlockBellatrix) String() string
func (*BlindedBeaconBlockBellatrix) UnmarshalSSZ ¶
func (b *BlindedBeaconBlockBellatrix) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BlindedBeaconBlockBellatrix object
type BlindedBeaconBlockBodyBellatrix ¶
type BlindedBeaconBlockBodyBellatrix struct { RandaoReveal []byte `protobuf:"bytes,1,opt,name=randao_reveal,json=randaoReveal,proto3" json:"randao_reveal,omitempty" ssz-size:"96"` Eth1Data *v1.Eth1Data `protobuf:"bytes,2,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"` Graffiti []byte `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty" ssz-size:"32"` ProposerSlashings []*v1.ProposerSlashing `protobuf:"bytes,4,rep,name=proposer_slashings,json=proposerSlashings,proto3" json:"proposer_slashings,omitempty" ssz-max:"16"` AttesterSlashings []*v1.AttesterSlashing `protobuf:"bytes,5,rep,name=attester_slashings,json=attesterSlashings,proto3" json:"attester_slashings,omitempty" ssz-max:"2"` Attestations []*v1.Attestation `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty" ssz-max:"128"` Deposits []*v1.Deposit `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty" ssz-max:"16"` VoluntaryExits []*v1.SignedVoluntaryExit `protobuf:"bytes,8,rep,name=voluntary_exits,json=voluntaryExits,proto3" json:"voluntary_exits,omitempty" ssz-max:"16"` SyncAggregate *v1.SyncAggregate `protobuf:"bytes,9,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"` ExecutionPayloadHeader *v11.ExecutionPayloadHeader `` /* 130-byte string literal not displayed */ // contains filtered or unexported fields }
func (*BlindedBeaconBlockBodyBellatrix) Descriptor
deprecated
func (*BlindedBeaconBlockBodyBellatrix) Descriptor() ([]byte, []int)
Deprecated: Use BlindedBeaconBlockBodyBellatrix.ProtoReflect.Descriptor instead.
func (*BlindedBeaconBlockBodyBellatrix) GetAttestations ¶
func (x *BlindedBeaconBlockBodyBellatrix) GetAttestations() []*v1.Attestation
func (*BlindedBeaconBlockBodyBellatrix) GetAttesterSlashings ¶
func (x *BlindedBeaconBlockBodyBellatrix) GetAttesterSlashings() []*v1.AttesterSlashing
func (*BlindedBeaconBlockBodyBellatrix) GetDeposits ¶
func (x *BlindedBeaconBlockBodyBellatrix) GetDeposits() []*v1.Deposit
func (*BlindedBeaconBlockBodyBellatrix) GetEth1Data ¶
func (x *BlindedBeaconBlockBodyBellatrix) GetEth1Data() *v1.Eth1Data
func (*BlindedBeaconBlockBodyBellatrix) GetExecutionPayloadHeader ¶
func (x *BlindedBeaconBlockBodyBellatrix) GetExecutionPayloadHeader() *v11.ExecutionPayloadHeader
func (*BlindedBeaconBlockBodyBellatrix) GetGraffiti ¶
func (x *BlindedBeaconBlockBodyBellatrix) GetGraffiti() []byte
func (*BlindedBeaconBlockBodyBellatrix) GetProposerSlashings ¶
func (x *BlindedBeaconBlockBodyBellatrix) GetProposerSlashings() []*v1.ProposerSlashing
func (*BlindedBeaconBlockBodyBellatrix) GetRandaoReveal ¶
func (x *BlindedBeaconBlockBodyBellatrix) GetRandaoReveal() []byte
func (*BlindedBeaconBlockBodyBellatrix) GetSyncAggregate ¶
func (x *BlindedBeaconBlockBodyBellatrix) GetSyncAggregate() *v1.SyncAggregate
func (*BlindedBeaconBlockBodyBellatrix) GetVoluntaryExits ¶
func (x *BlindedBeaconBlockBodyBellatrix) GetVoluntaryExits() []*v1.SignedVoluntaryExit
func (*BlindedBeaconBlockBodyBellatrix) HashTreeRoot ¶
func (b *BlindedBeaconBlockBodyBellatrix) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BlindedBeaconBlockBodyBellatrix object
func (*BlindedBeaconBlockBodyBellatrix) HashTreeRootWith ¶
func (b *BlindedBeaconBlockBodyBellatrix) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BlindedBeaconBlockBodyBellatrix object with a hasher
func (*BlindedBeaconBlockBodyBellatrix) MarshalSSZ ¶
func (b *BlindedBeaconBlockBodyBellatrix) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BlindedBeaconBlockBodyBellatrix object
func (*BlindedBeaconBlockBodyBellatrix) MarshalSSZTo ¶
func (b *BlindedBeaconBlockBodyBellatrix) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BlindedBeaconBlockBodyBellatrix object to a target array
func (*BlindedBeaconBlockBodyBellatrix) ProtoMessage ¶
func (*BlindedBeaconBlockBodyBellatrix) ProtoMessage()
func (*BlindedBeaconBlockBodyBellatrix) ProtoReflect ¶
func (x *BlindedBeaconBlockBodyBellatrix) ProtoReflect() protoreflect.Message
func (*BlindedBeaconBlockBodyBellatrix) Reset ¶
func (x *BlindedBeaconBlockBodyBellatrix) Reset()
func (*BlindedBeaconBlockBodyBellatrix) SizeSSZ ¶
func (b *BlindedBeaconBlockBodyBellatrix) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BlindedBeaconBlockBodyBellatrix object
func (*BlindedBeaconBlockBodyBellatrix) String ¶
func (x *BlindedBeaconBlockBodyBellatrix) String() string
func (*BlindedBeaconBlockBodyBellatrix) UnmarshalSSZ ¶
func (b *BlindedBeaconBlockBodyBellatrix) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BlindedBeaconBlockBodyBellatrix object
type BlindedBeaconBlockBodyCapella ¶ added in v3.2.0
type BlindedBeaconBlockBodyCapella struct { RandaoReveal []byte `protobuf:"bytes,1,opt,name=randao_reveal,json=randaoReveal,proto3" json:"randao_reveal,omitempty" ssz-size:"96"` Eth1Data *v1.Eth1Data `protobuf:"bytes,2,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"` Graffiti []byte `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty" ssz-size:"32"` ProposerSlashings []*v1.ProposerSlashing `protobuf:"bytes,4,rep,name=proposer_slashings,json=proposerSlashings,proto3" json:"proposer_slashings,omitempty" ssz-max:"16"` AttesterSlashings []*v1.AttesterSlashing `protobuf:"bytes,5,rep,name=attester_slashings,json=attesterSlashings,proto3" json:"attester_slashings,omitempty" ssz-max:"2"` Attestations []*v1.Attestation `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty" ssz-max:"128"` Deposits []*v1.Deposit `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty" ssz-max:"16"` VoluntaryExits []*v1.SignedVoluntaryExit `protobuf:"bytes,8,rep,name=voluntary_exits,json=voluntaryExits,proto3" json:"voluntary_exits,omitempty" ssz-max:"16"` SyncAggregate *v1.SyncAggregate `protobuf:"bytes,9,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"` ExecutionPayloadHeader *v11.ExecutionPayloadHeaderCapella `` /* 130-byte string literal not displayed */ BlsToExecutionChanges []*SignedBLSToExecutionChange `` /* 142-byte string literal not displayed */ // contains filtered or unexported fields }
func (*BlindedBeaconBlockBodyCapella) Descriptor
deprecated
added in
v3.2.0
func (*BlindedBeaconBlockBodyCapella) Descriptor() ([]byte, []int)
Deprecated: Use BlindedBeaconBlockBodyCapella.ProtoReflect.Descriptor instead.
func (*BlindedBeaconBlockBodyCapella) GetAttestations ¶ added in v3.2.0
func (x *BlindedBeaconBlockBodyCapella) GetAttestations() []*v1.Attestation
func (*BlindedBeaconBlockBodyCapella) GetAttesterSlashings ¶ added in v3.2.0
func (x *BlindedBeaconBlockBodyCapella) GetAttesterSlashings() []*v1.AttesterSlashing
func (*BlindedBeaconBlockBodyCapella) GetBlsToExecutionChanges ¶ added in v3.2.0
func (x *BlindedBeaconBlockBodyCapella) GetBlsToExecutionChanges() []*SignedBLSToExecutionChange
func (*BlindedBeaconBlockBodyCapella) GetDeposits ¶ added in v3.2.0
func (x *BlindedBeaconBlockBodyCapella) GetDeposits() []*v1.Deposit
func (*BlindedBeaconBlockBodyCapella) GetEth1Data ¶ added in v3.2.0
func (x *BlindedBeaconBlockBodyCapella) GetEth1Data() *v1.Eth1Data
func (*BlindedBeaconBlockBodyCapella) GetExecutionPayloadHeader ¶ added in v3.2.0
func (x *BlindedBeaconBlockBodyCapella) GetExecutionPayloadHeader() *v11.ExecutionPayloadHeaderCapella
func (*BlindedBeaconBlockBodyCapella) GetGraffiti ¶ added in v3.2.0
func (x *BlindedBeaconBlockBodyCapella) GetGraffiti() []byte
func (*BlindedBeaconBlockBodyCapella) GetProposerSlashings ¶ added in v3.2.0
func (x *BlindedBeaconBlockBodyCapella) GetProposerSlashings() []*v1.ProposerSlashing
func (*BlindedBeaconBlockBodyCapella) GetRandaoReveal ¶ added in v3.2.0
func (x *BlindedBeaconBlockBodyCapella) GetRandaoReveal() []byte
func (*BlindedBeaconBlockBodyCapella) GetSyncAggregate ¶ added in v3.2.0
func (x *BlindedBeaconBlockBodyCapella) GetSyncAggregate() *v1.SyncAggregate
func (*BlindedBeaconBlockBodyCapella) GetVoluntaryExits ¶ added in v3.2.0
func (x *BlindedBeaconBlockBodyCapella) GetVoluntaryExits() []*v1.SignedVoluntaryExit
func (*BlindedBeaconBlockBodyCapella) HashTreeRoot ¶ added in v3.2.0
func (b *BlindedBeaconBlockBodyCapella) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BlindedBeaconBlockBodyCapella object
func (*BlindedBeaconBlockBodyCapella) HashTreeRootWith ¶ added in v3.2.0
func (b *BlindedBeaconBlockBodyCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BlindedBeaconBlockBodyCapella object with a hasher
func (*BlindedBeaconBlockBodyCapella) MarshalSSZ ¶ added in v3.2.0
func (b *BlindedBeaconBlockBodyCapella) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BlindedBeaconBlockBodyCapella object
func (*BlindedBeaconBlockBodyCapella) MarshalSSZTo ¶ added in v3.2.0
func (b *BlindedBeaconBlockBodyCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BlindedBeaconBlockBodyCapella object to a target array
func (*BlindedBeaconBlockBodyCapella) ProtoMessage ¶ added in v3.2.0
func (*BlindedBeaconBlockBodyCapella) ProtoMessage()
func (*BlindedBeaconBlockBodyCapella) ProtoReflect ¶ added in v3.2.0
func (x *BlindedBeaconBlockBodyCapella) ProtoReflect() protoreflect.Message
func (*BlindedBeaconBlockBodyCapella) Reset ¶ added in v3.2.0
func (x *BlindedBeaconBlockBodyCapella) Reset()
func (*BlindedBeaconBlockBodyCapella) SizeSSZ ¶ added in v3.2.0
func (b *BlindedBeaconBlockBodyCapella) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BlindedBeaconBlockBodyCapella object
func (*BlindedBeaconBlockBodyCapella) String ¶ added in v3.2.0
func (x *BlindedBeaconBlockBodyCapella) String() string
func (*BlindedBeaconBlockBodyCapella) UnmarshalSSZ ¶ added in v3.2.0
func (b *BlindedBeaconBlockBodyCapella) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BlindedBeaconBlockBodyCapella object
type BlindedBeaconBlockCapella ¶ added in v3.2.0
type BlindedBeaconBlockCapella struct { Slot github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot `` /* 140-byte string literal not displayed */ ProposerIndex github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex `` /* 189-byte string literal not displayed */ ParentRoot []byte `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"` StateRoot []byte `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"` Body *BlindedBeaconBlockBodyCapella `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"` // contains filtered or unexported fields }
func (*BlindedBeaconBlockCapella) Descriptor
deprecated
added in
v3.2.0
func (*BlindedBeaconBlockCapella) Descriptor() ([]byte, []int)
Deprecated: Use BlindedBeaconBlockCapella.ProtoReflect.Descriptor instead.
func (*BlindedBeaconBlockCapella) GetBody ¶ added in v3.2.0
func (x *BlindedBeaconBlockCapella) GetBody() *BlindedBeaconBlockBodyCapella
func (*BlindedBeaconBlockCapella) GetParentRoot ¶ added in v3.2.0
func (x *BlindedBeaconBlockCapella) GetParentRoot() []byte
func (*BlindedBeaconBlockCapella) GetProposerIndex ¶ added in v3.2.0
func (x *BlindedBeaconBlockCapella) GetProposerIndex() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex
func (*BlindedBeaconBlockCapella) GetStateRoot ¶ added in v3.2.0
func (x *BlindedBeaconBlockCapella) GetStateRoot() []byte
func (*BlindedBeaconBlockCapella) HashTreeRoot ¶ added in v3.2.0
func (b *BlindedBeaconBlockCapella) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BlindedBeaconBlockCapella object
func (*BlindedBeaconBlockCapella) HashTreeRootWith ¶ added in v3.2.0
func (b *BlindedBeaconBlockCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BlindedBeaconBlockCapella object with a hasher
func (*BlindedBeaconBlockCapella) MarshalSSZ ¶ added in v3.2.0
func (b *BlindedBeaconBlockCapella) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BlindedBeaconBlockCapella object
func (*BlindedBeaconBlockCapella) MarshalSSZTo ¶ added in v3.2.0
func (b *BlindedBeaconBlockCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BlindedBeaconBlockCapella object to a target array
func (*BlindedBeaconBlockCapella) ProtoMessage ¶ added in v3.2.0
func (*BlindedBeaconBlockCapella) ProtoMessage()
func (*BlindedBeaconBlockCapella) ProtoReflect ¶ added in v3.2.0
func (x *BlindedBeaconBlockCapella) ProtoReflect() protoreflect.Message
func (*BlindedBeaconBlockCapella) Reset ¶ added in v3.2.0
func (x *BlindedBeaconBlockCapella) Reset()
func (*BlindedBeaconBlockCapella) SizeSSZ ¶ added in v3.2.0
func (b *BlindedBeaconBlockCapella) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BlindedBeaconBlockCapella object
func (*BlindedBeaconBlockCapella) String ¶ added in v3.2.0
func (x *BlindedBeaconBlockCapella) String() string
func (*BlindedBeaconBlockCapella) UnmarshalSSZ ¶ added in v3.2.0
func (b *BlindedBeaconBlockCapella) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BlindedBeaconBlockCapella object
type BlindedBeaconBlockContainer ¶
type BlindedBeaconBlockContainer struct { // Types that are assignable to Block: // // *BlindedBeaconBlockContainer_Phase0Block // *BlindedBeaconBlockContainer_AltairBlock // *BlindedBeaconBlockContainer_BellatrixBlock // *BlindedBeaconBlockContainer_CapellaBlock Block isBlindedBeaconBlockContainer_Block `protobuf_oneof:"block"` // contains filtered or unexported fields }
func (*BlindedBeaconBlockContainer) Descriptor
deprecated
func (*BlindedBeaconBlockContainer) Descriptor() ([]byte, []int)
Deprecated: Use BlindedBeaconBlockContainer.ProtoReflect.Descriptor instead.
func (*BlindedBeaconBlockContainer) GetAltairBlock ¶
func (x *BlindedBeaconBlockContainer) GetAltairBlock() *BeaconBlockAltair
func (*BlindedBeaconBlockContainer) GetBellatrixBlock ¶
func (x *BlindedBeaconBlockContainer) GetBellatrixBlock() *BlindedBeaconBlockBellatrix
func (*BlindedBeaconBlockContainer) GetBlock ¶
func (m *BlindedBeaconBlockContainer) GetBlock() isBlindedBeaconBlockContainer_Block
func (*BlindedBeaconBlockContainer) GetCapellaBlock ¶ added in v3.2.0
func (x *BlindedBeaconBlockContainer) GetCapellaBlock() *BlindedBeaconBlockCapella
func (*BlindedBeaconBlockContainer) GetPhase0Block ¶
func (x *BlindedBeaconBlockContainer) GetPhase0Block() *v1.BeaconBlock
func (*BlindedBeaconBlockContainer) ProtoMessage ¶
func (*BlindedBeaconBlockContainer) ProtoMessage()
func (*BlindedBeaconBlockContainer) ProtoReflect ¶
func (x *BlindedBeaconBlockContainer) ProtoReflect() protoreflect.Message
func (*BlindedBeaconBlockContainer) Reset ¶
func (x *BlindedBeaconBlockContainer) Reset()
func (*BlindedBeaconBlockContainer) String ¶
func (x *BlindedBeaconBlockContainer) String() string
type BlindedBeaconBlockContainer_AltairBlock ¶
type BlindedBeaconBlockContainer_AltairBlock struct {
AltairBlock *BeaconBlockAltair `protobuf:"bytes,2,opt,name=altair_block,json=altairBlock,proto3,oneof"`
}
type BlindedBeaconBlockContainer_BellatrixBlock ¶
type BlindedBeaconBlockContainer_BellatrixBlock struct {
BellatrixBlock *BlindedBeaconBlockBellatrix `protobuf:"bytes,3,opt,name=bellatrix_block,json=bellatrixBlock,proto3,oneof"`
}
type BlindedBeaconBlockContainer_CapellaBlock ¶ added in v3.2.0
type BlindedBeaconBlockContainer_CapellaBlock struct {
CapellaBlock *BlindedBeaconBlockCapella `protobuf:"bytes,4,opt,name=capella_block,json=capellaBlock,proto3,oneof"`
}
type BlindedBeaconBlockContainer_Phase0Block ¶
type BlindedBeaconBlockContainer_Phase0Block struct {
Phase0Block *v1.BeaconBlock `protobuf:"bytes,1,opt,name=phase0_block,json=phase0Block,proto3,oneof"`
}
type BlindedBlockResponse ¶ added in v3.1.2
type BlindedBlockResponse struct { Version Version `protobuf:"varint,1,opt,name=version,proto3,enum=ethereum.eth.v2.Version" json:"version,omitempty"` Data *SignedBlindedBeaconBlockContainer `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` ExecutionOptimistic bool `protobuf:"varint,3,opt,name=execution_optimistic,json=executionOptimistic,proto3" json:"execution_optimistic,omitempty"` Finalized bool `protobuf:"varint,4,opt,name=finalized,proto3" json:"finalized,omitempty"` // contains filtered or unexported fields }
func (*BlindedBlockResponse) Descriptor
deprecated
added in
v3.1.2
func (*BlindedBlockResponse) Descriptor() ([]byte, []int)
Deprecated: Use BlindedBlockResponse.ProtoReflect.Descriptor instead.
func (*BlindedBlockResponse) GetData ¶ added in v3.1.2
func (x *BlindedBlockResponse) GetData() *SignedBlindedBeaconBlockContainer
func (*BlindedBlockResponse) GetExecutionOptimistic ¶ added in v3.1.2
func (x *BlindedBlockResponse) GetExecutionOptimistic() bool
func (*BlindedBlockResponse) GetFinalized ¶ added in v3.2.1
func (x *BlindedBlockResponse) GetFinalized() bool
func (*BlindedBlockResponse) GetVersion ¶ added in v3.1.2
func (x *BlindedBlockResponse) GetVersion() Version
func (*BlindedBlockResponse) ProtoMessage ¶ added in v3.1.2
func (*BlindedBlockResponse) ProtoMessage()
func (*BlindedBlockResponse) ProtoReflect ¶ added in v3.1.2
func (x *BlindedBlockResponse) ProtoReflect() protoreflect.Message
func (*BlindedBlockResponse) Reset ¶ added in v3.1.2
func (x *BlindedBlockResponse) Reset()
func (*BlindedBlockResponse) String ¶ added in v3.1.2
func (x *BlindedBlockResponse) String() string
type BlockRequestV2 ¶
type BlockRequestV2 struct { BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` // contains filtered or unexported fields }
func (*BlockRequestV2) Descriptor
deprecated
func (*BlockRequestV2) Descriptor() ([]byte, []int)
Deprecated: Use BlockRequestV2.ProtoReflect.Descriptor instead.
func (*BlockRequestV2) GetBlockId ¶
func (x *BlockRequestV2) GetBlockId() []byte
func (*BlockRequestV2) ProtoMessage ¶
func (*BlockRequestV2) ProtoMessage()
func (*BlockRequestV2) ProtoReflect ¶
func (x *BlockRequestV2) ProtoReflect() protoreflect.Message
func (*BlockRequestV2) Reset ¶
func (x *BlockRequestV2) Reset()
func (*BlockRequestV2) String ¶
func (x *BlockRequestV2) String() string
type BlockResponseV2 ¶
type BlockResponseV2 struct { Version Version `protobuf:"varint,1,opt,name=version,proto3,enum=ethereum.eth.v2.Version" json:"version,omitempty"` Data *SignedBeaconBlockContainer `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` ExecutionOptimistic bool `protobuf:"varint,3,opt,name=execution_optimistic,json=executionOptimistic,proto3" json:"execution_optimistic,omitempty"` Finalized bool `protobuf:"varint,4,opt,name=finalized,proto3" json:"finalized,omitempty"` // contains filtered or unexported fields }
func (*BlockResponseV2) Descriptor
deprecated
func (*BlockResponseV2) Descriptor() ([]byte, []int)
Deprecated: Use BlockResponseV2.ProtoReflect.Descriptor instead.
func (*BlockResponseV2) GetData ¶
func (x *BlockResponseV2) GetData() *SignedBeaconBlockContainer
func (*BlockResponseV2) GetExecutionOptimistic ¶
func (x *BlockResponseV2) GetExecutionOptimistic() bool
func (*BlockResponseV2) GetFinalized ¶ added in v3.2.1
func (x *BlockResponseV2) GetFinalized() bool
func (*BlockResponseV2) GetVersion ¶
func (x *BlockResponseV2) GetVersion() Version
func (*BlockResponseV2) ProtoMessage ¶
func (*BlockResponseV2) ProtoMessage()
func (*BlockResponseV2) ProtoReflect ¶
func (x *BlockResponseV2) ProtoReflect() protoreflect.Message
func (*BlockResponseV2) Reset ¶
func (x *BlockResponseV2) Reset()
func (*BlockResponseV2) String ¶
func (x *BlockResponseV2) String() string
type ContributionAndProof ¶
type ContributionAndProof struct { AggregatorIndex github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex `` /* 195-byte string literal not displayed */ Contribution *SyncCommitteeContribution `protobuf:"bytes,2,opt,name=contribution,proto3" json:"contribution,omitempty"` SelectionProof []byte `protobuf:"bytes,3,opt,name=selection_proof,json=selectionProof,proto3" json:"selection_proof,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func (*ContributionAndProof) Descriptor
deprecated
func (*ContributionAndProof) Descriptor() ([]byte, []int)
Deprecated: Use ContributionAndProof.ProtoReflect.Descriptor instead.
func (*ContributionAndProof) GetAggregatorIndex ¶
func (x *ContributionAndProof) GetAggregatorIndex() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex
func (*ContributionAndProof) GetContribution ¶
func (x *ContributionAndProof) GetContribution() *SyncCommitteeContribution
func (*ContributionAndProof) GetSelectionProof ¶
func (x *ContributionAndProof) GetSelectionProof() []byte
func (*ContributionAndProof) ProtoMessage ¶
func (*ContributionAndProof) ProtoMessage()
func (*ContributionAndProof) ProtoReflect ¶
func (x *ContributionAndProof) ProtoReflect() protoreflect.Message
func (*ContributionAndProof) Reset ¶
func (x *ContributionAndProof) Reset()
func (*ContributionAndProof) String ¶
func (x *ContributionAndProof) String() string
type ForkChoiceHead ¶
type ForkChoiceHead struct { Root []byte `protobuf:"bytes,1,opt,name=root,proto3" json:"root,omitempty" ssz-size:"32"` Slot github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot `` /* 140-byte string literal not displayed */ ExecutionOptimistic bool `protobuf:"varint,3,opt,name=execution_optimistic,json=executionOptimistic,proto3" json:"execution_optimistic,omitempty"` // contains filtered or unexported fields }
func (*ForkChoiceHead) Descriptor
deprecated
func (*ForkChoiceHead) Descriptor() ([]byte, []int)
Deprecated: Use ForkChoiceHead.ProtoReflect.Descriptor instead.
func (*ForkChoiceHead) GetExecutionOptimistic ¶
func (x *ForkChoiceHead) GetExecutionOptimistic() bool
func (*ForkChoiceHead) GetRoot ¶
func (x *ForkChoiceHead) GetRoot() []byte
func (*ForkChoiceHead) GetSlot ¶
func (x *ForkChoiceHead) GetSlot() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot
func (*ForkChoiceHead) ProtoMessage ¶
func (*ForkChoiceHead) ProtoMessage()
func (*ForkChoiceHead) ProtoReflect ¶
func (x *ForkChoiceHead) ProtoReflect() protoreflect.Message
func (*ForkChoiceHead) Reset ¶
func (x *ForkChoiceHead) Reset()
func (*ForkChoiceHead) String ¶
func (x *ForkChoiceHead) String() string
type ForkChoiceHeadsResponse ¶
type ForkChoiceHeadsResponse struct { Data []*ForkChoiceHead `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*ForkChoiceHeadsResponse) Descriptor
deprecated
func (*ForkChoiceHeadsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ForkChoiceHeadsResponse.ProtoReflect.Descriptor instead.
func (*ForkChoiceHeadsResponse) GetData ¶
func (x *ForkChoiceHeadsResponse) GetData() []*ForkChoiceHead
func (*ForkChoiceHeadsResponse) ProtoMessage ¶
func (*ForkChoiceHeadsResponse) ProtoMessage()
func (*ForkChoiceHeadsResponse) ProtoReflect ¶
func (x *ForkChoiceHeadsResponse) ProtoReflect() protoreflect.Message
func (*ForkChoiceHeadsResponse) Reset ¶
func (x *ForkChoiceHeadsResponse) Reset()
func (*ForkChoiceHeadsResponse) String ¶
func (x *ForkChoiceHeadsResponse) String() string
type GetLivenessRequest ¶ added in v3.2.0
type GetLivenessRequest struct { Epoch github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Epoch `` /* 143-byte string literal not displayed */ Index []github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex `` /* 159-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetLivenessRequest) Descriptor
deprecated
added in
v3.2.0
func (*GetLivenessRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetLivenessRequest.ProtoReflect.Descriptor instead.
func (*GetLivenessRequest) GetEpoch ¶ added in v3.2.0
func (x *GetLivenessRequest) GetEpoch() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Epoch
func (*GetLivenessRequest) GetIndex ¶ added in v3.2.0
func (x *GetLivenessRequest) GetIndex() []github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex
func (*GetLivenessRequest) ProtoMessage ¶ added in v3.2.0
func (*GetLivenessRequest) ProtoMessage()
func (*GetLivenessRequest) ProtoReflect ¶ added in v3.2.0
func (x *GetLivenessRequest) ProtoReflect() protoreflect.Message
func (*GetLivenessRequest) Reset ¶ added in v3.2.0
func (x *GetLivenessRequest) Reset()
func (*GetLivenessRequest) String ¶ added in v3.2.0
func (x *GetLivenessRequest) String() string
type GetLivenessResponse ¶ added in v3.2.0
type GetLivenessResponse struct { Data []*GetLivenessResponse_Liveness `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GetLivenessResponse) Descriptor
deprecated
added in
v3.2.0
func (*GetLivenessResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetLivenessResponse.ProtoReflect.Descriptor instead.
func (*GetLivenessResponse) GetData ¶ added in v3.2.0
func (x *GetLivenessResponse) GetData() []*GetLivenessResponse_Liveness
func (*GetLivenessResponse) ProtoMessage ¶ added in v3.2.0
func (*GetLivenessResponse) ProtoMessage()
func (*GetLivenessResponse) ProtoReflect ¶ added in v3.2.0
func (x *GetLivenessResponse) ProtoReflect() protoreflect.Message
func (*GetLivenessResponse) Reset ¶ added in v3.2.0
func (x *GetLivenessResponse) Reset()
func (*GetLivenessResponse) String ¶ added in v3.2.0
func (x *GetLivenessResponse) String() string
type GetLivenessResponse_Liveness ¶ added in v3.2.0
type GetLivenessResponse_Liveness struct { Index github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex `` /* 152-byte string literal not displayed */ IsLive bool `protobuf:"varint,2,opt,name=is_live,json=isLive,proto3" json:"is_live,omitempty"` // contains filtered or unexported fields }
func (*GetLivenessResponse_Liveness) Descriptor
deprecated
added in
v3.2.0
func (*GetLivenessResponse_Liveness) Descriptor() ([]byte, []int)
Deprecated: Use GetLivenessResponse_Liveness.ProtoReflect.Descriptor instead.
func (*GetLivenessResponse_Liveness) GetIsLive ¶ added in v3.2.0
func (x *GetLivenessResponse_Liveness) GetIsLive() bool
func (*GetLivenessResponse_Liveness) ProtoMessage ¶ added in v3.2.0
func (*GetLivenessResponse_Liveness) ProtoMessage()
func (*GetLivenessResponse_Liveness) ProtoReflect ¶ added in v3.2.0
func (x *GetLivenessResponse_Liveness) ProtoReflect() protoreflect.Message
func (*GetLivenessResponse_Liveness) Reset ¶ added in v3.2.0
func (x *GetLivenessResponse_Liveness) Reset()
func (*GetLivenessResponse_Liveness) String ¶ added in v3.2.0
func (x *GetLivenessResponse_Liveness) String() string
type HistoricalSummary ¶ added in v3.2.1
type HistoricalSummary struct { BlockSummaryRoot []byte `protobuf:"bytes,1,opt,name=block_summary_root,json=blockSummaryRoot,proto3" json:"block_summary_root,omitempty" ssz-size:"32"` StateSummaryRoot []byte `protobuf:"bytes,2,opt,name=state_summary_root,json=stateSummaryRoot,proto3" json:"state_summary_root,omitempty" ssz-size:"32"` // contains filtered or unexported fields }
func (*HistoricalSummary) Descriptor
deprecated
added in
v3.2.1
func (*HistoricalSummary) Descriptor() ([]byte, []int)
Deprecated: Use HistoricalSummary.ProtoReflect.Descriptor instead.
func (*HistoricalSummary) GetBlockSummaryRoot ¶ added in v3.2.1
func (x *HistoricalSummary) GetBlockSummaryRoot() []byte
func (*HistoricalSummary) GetStateSummaryRoot ¶ added in v3.2.1
func (x *HistoricalSummary) GetStateSummaryRoot() []byte
func (*HistoricalSummary) ProtoMessage ¶ added in v3.2.1
func (*HistoricalSummary) ProtoMessage()
func (*HistoricalSummary) ProtoReflect ¶ added in v3.2.1
func (x *HistoricalSummary) ProtoReflect() protoreflect.Message
func (*HistoricalSummary) Reset ¶ added in v3.2.1
func (x *HistoricalSummary) Reset()
func (*HistoricalSummary) String ¶ added in v3.2.1
func (x *HistoricalSummary) String() string
type ProduceBlindedBlockResponse ¶
type ProduceBlindedBlockResponse struct { Version Version `protobuf:"varint,1,opt,name=version,proto3,enum=ethereum.eth.v2.Version" json:"version,omitempty"` Data *BlindedBeaconBlockContainer `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*ProduceBlindedBlockResponse) Descriptor
deprecated
func (*ProduceBlindedBlockResponse) Descriptor() ([]byte, []int)
Deprecated: Use ProduceBlindedBlockResponse.ProtoReflect.Descriptor instead.
func (*ProduceBlindedBlockResponse) GetData ¶
func (x *ProduceBlindedBlockResponse) GetData() *BlindedBeaconBlockContainer
func (*ProduceBlindedBlockResponse) GetVersion ¶
func (x *ProduceBlindedBlockResponse) GetVersion() Version
func (*ProduceBlindedBlockResponse) ProtoMessage ¶
func (*ProduceBlindedBlockResponse) ProtoMessage()
func (*ProduceBlindedBlockResponse) ProtoReflect ¶
func (x *ProduceBlindedBlockResponse) ProtoReflect() protoreflect.Message
func (*ProduceBlindedBlockResponse) Reset ¶
func (x *ProduceBlindedBlockResponse) Reset()
func (*ProduceBlindedBlockResponse) String ¶
func (x *ProduceBlindedBlockResponse) String() string
type ProduceBlockResponseV2 ¶
type ProduceBlockResponseV2 struct { Version Version `protobuf:"varint,1,opt,name=version,proto3,enum=ethereum.eth.v2.Version" json:"version,omitempty"` Data *BeaconBlockContainerV2 `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*ProduceBlockResponseV2) Descriptor
deprecated
func (*ProduceBlockResponseV2) Descriptor() ([]byte, []int)
Deprecated: Use ProduceBlockResponseV2.ProtoReflect.Descriptor instead.
func (*ProduceBlockResponseV2) GetData ¶
func (x *ProduceBlockResponseV2) GetData() *BeaconBlockContainerV2
func (*ProduceBlockResponseV2) GetVersion ¶
func (x *ProduceBlockResponseV2) GetVersion() Version
func (*ProduceBlockResponseV2) ProtoMessage ¶
func (*ProduceBlockResponseV2) ProtoMessage()
func (*ProduceBlockResponseV2) ProtoReflect ¶
func (x *ProduceBlockResponseV2) ProtoReflect() protoreflect.Message
func (*ProduceBlockResponseV2) Reset ¶
func (x *ProduceBlockResponseV2) Reset()
func (*ProduceBlockResponseV2) String ¶
func (x *ProduceBlockResponseV2) String() string
type ProduceSyncCommitteeContributionRequest ¶
type ProduceSyncCommitteeContributionRequest struct { Slot github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot `` /* 140-byte string literal not displayed */ SubcommitteeIndex uint64 `protobuf:"varint,2,opt,name=subcommittee_index,json=subcommitteeIndex,proto3" json:"subcommittee_index,omitempty"` BeaconBlockRoot []byte `protobuf:"bytes,3,opt,name=beacon_block_root,json=beaconBlockRoot,proto3" json:"beacon_block_root,omitempty" ssz-size:"32"` // contains filtered or unexported fields }
func (*ProduceSyncCommitteeContributionRequest) Descriptor
deprecated
func (*ProduceSyncCommitteeContributionRequest) Descriptor() ([]byte, []int)
Deprecated: Use ProduceSyncCommitteeContributionRequest.ProtoReflect.Descriptor instead.
func (*ProduceSyncCommitteeContributionRequest) GetBeaconBlockRoot ¶
func (x *ProduceSyncCommitteeContributionRequest) GetBeaconBlockRoot() []byte
func (*ProduceSyncCommitteeContributionRequest) GetSubcommitteeIndex ¶
func (x *ProduceSyncCommitteeContributionRequest) GetSubcommitteeIndex() uint64
func (*ProduceSyncCommitteeContributionRequest) ProtoMessage ¶
func (*ProduceSyncCommitteeContributionRequest) ProtoMessage()
func (*ProduceSyncCommitteeContributionRequest) ProtoReflect ¶
func (x *ProduceSyncCommitteeContributionRequest) ProtoReflect() protoreflect.Message
func (*ProduceSyncCommitteeContributionRequest) Reset ¶
func (x *ProduceSyncCommitteeContributionRequest) Reset()
func (*ProduceSyncCommitteeContributionRequest) String ¶
func (x *ProduceSyncCommitteeContributionRequest) String() string
type ProduceSyncCommitteeContributionResponse ¶
type ProduceSyncCommitteeContributionResponse struct { Data *SyncCommitteeContribution `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*ProduceSyncCommitteeContributionResponse) Descriptor
deprecated
func (*ProduceSyncCommitteeContributionResponse) Descriptor() ([]byte, []int)
Deprecated: Use ProduceSyncCommitteeContributionResponse.ProtoReflect.Descriptor instead.
func (*ProduceSyncCommitteeContributionResponse) GetData ¶
func (x *ProduceSyncCommitteeContributionResponse) GetData() *SyncCommitteeContribution
func (*ProduceSyncCommitteeContributionResponse) ProtoMessage ¶
func (*ProduceSyncCommitteeContributionResponse) ProtoMessage()
func (*ProduceSyncCommitteeContributionResponse) ProtoReflect ¶
func (x *ProduceSyncCommitteeContributionResponse) ProtoReflect() protoreflect.Message
func (*ProduceSyncCommitteeContributionResponse) Reset ¶
func (x *ProduceSyncCommitteeContributionResponse) Reset()
func (*ProduceSyncCommitteeContributionResponse) String ¶
func (x *ProduceSyncCommitteeContributionResponse) String() string
type RandaoRequest ¶ added in v3.2.0
type RandaoRequest struct { StateId []byte `protobuf:"bytes,1,opt,name=state_id,json=stateId,proto3" json:"state_id,omitempty"` Epoch *github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Epoch `` /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
func (*RandaoRequest) Descriptor
deprecated
added in
v3.2.0
func (*RandaoRequest) Descriptor() ([]byte, []int)
Deprecated: Use RandaoRequest.ProtoReflect.Descriptor instead.
func (*RandaoRequest) GetEpoch ¶ added in v3.2.0
func (x *RandaoRequest) GetEpoch() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Epoch
func (*RandaoRequest) GetStateId ¶ added in v3.2.0
func (x *RandaoRequest) GetStateId() []byte
func (*RandaoRequest) ProtoMessage ¶ added in v3.2.0
func (*RandaoRequest) ProtoMessage()
func (*RandaoRequest) ProtoReflect ¶ added in v3.2.0
func (x *RandaoRequest) ProtoReflect() protoreflect.Message
func (*RandaoRequest) Reset ¶ added in v3.2.0
func (x *RandaoRequest) Reset()
func (*RandaoRequest) String ¶ added in v3.2.0
func (x *RandaoRequest) String() string
type RandaoResponse ¶ added in v3.2.0
type RandaoResponse struct { Data *RandaoResponse_Randao `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` ExecutionOptimistic bool `protobuf:"varint,2,opt,name=execution_optimistic,json=executionOptimistic,proto3" json:"execution_optimistic,omitempty"` Finalized bool `protobuf:"varint,3,opt,name=finalized,proto3" json:"finalized,omitempty"` // contains filtered or unexported fields }
func (*RandaoResponse) Descriptor
deprecated
added in
v3.2.0
func (*RandaoResponse) Descriptor() ([]byte, []int)
Deprecated: Use RandaoResponse.ProtoReflect.Descriptor instead.
func (*RandaoResponse) GetData ¶ added in v3.2.0
func (x *RandaoResponse) GetData() *RandaoResponse_Randao
func (*RandaoResponse) GetExecutionOptimistic ¶ added in v3.2.0
func (x *RandaoResponse) GetExecutionOptimistic() bool
func (*RandaoResponse) GetFinalized ¶ added in v3.2.1
func (x *RandaoResponse) GetFinalized() bool
func (*RandaoResponse) ProtoMessage ¶ added in v3.2.0
func (*RandaoResponse) ProtoMessage()
func (*RandaoResponse) ProtoReflect ¶ added in v3.2.0
func (x *RandaoResponse) ProtoReflect() protoreflect.Message
func (*RandaoResponse) Reset ¶ added in v3.2.0
func (x *RandaoResponse) Reset()
func (*RandaoResponse) String ¶ added in v3.2.0
func (x *RandaoResponse) String() string
type RandaoResponse_Randao ¶ added in v3.2.0
type RandaoResponse_Randao struct { Randao []byte `protobuf:"bytes,1,opt,name=randao,proto3" json:"randao,omitempty" ssz-size:"32"` // contains filtered or unexported fields }
func (*RandaoResponse_Randao) Descriptor
deprecated
added in
v3.2.0
func (*RandaoResponse_Randao) Descriptor() ([]byte, []int)
Deprecated: Use RandaoResponse_Randao.ProtoReflect.Descriptor instead.
func (*RandaoResponse_Randao) GetRandao ¶ added in v3.2.0
func (x *RandaoResponse_Randao) GetRandao() []byte
func (*RandaoResponse_Randao) ProtoMessage ¶ added in v3.2.0
func (*RandaoResponse_Randao) ProtoMessage()
func (*RandaoResponse_Randao) ProtoReflect ¶ added in v3.2.0
func (x *RandaoResponse_Randao) ProtoReflect() protoreflect.Message
func (*RandaoResponse_Randao) Reset ¶ added in v3.2.0
func (x *RandaoResponse_Randao) Reset()
func (*RandaoResponse_Randao) String ¶ added in v3.2.0
func (x *RandaoResponse_Randao) String() string
type SSZContainer ¶
type SSZContainer struct { Version Version `protobuf:"varint,1,opt,name=version,proto3,enum=ethereum.eth.v2.Version" json:"version,omitempty"` ExecutionOptimistic bool `protobuf:"varint,2,opt,name=execution_optimistic,json=executionOptimistic,proto3" json:"execution_optimistic,omitempty"` Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` Finalized bool `protobuf:"varint,4,opt,name=finalized,proto3" json:"finalized,omitempty"` // contains filtered or unexported fields }
func (*SSZContainer) Descriptor
deprecated
func (*SSZContainer) Descriptor() ([]byte, []int)
Deprecated: Use SSZContainer.ProtoReflect.Descriptor instead.
func (*SSZContainer) GetData ¶
func (x *SSZContainer) GetData() []byte
func (*SSZContainer) GetExecutionOptimistic ¶ added in v3.1.2
func (x *SSZContainer) GetExecutionOptimistic() bool
func (*SSZContainer) GetFinalized ¶ added in v3.2.1
func (x *SSZContainer) GetFinalized() bool
func (*SSZContainer) GetVersion ¶
func (x *SSZContainer) GetVersion() Version
func (*SSZContainer) ProtoMessage ¶
func (*SSZContainer) ProtoMessage()
func (*SSZContainer) ProtoReflect ¶
func (x *SSZContainer) ProtoReflect() protoreflect.Message
func (*SSZContainer) Reset ¶
func (x *SSZContainer) Reset()
func (*SSZContainer) String ¶
func (x *SSZContainer) String() string
type SignedBLSToExecutionChange ¶ added in v3.2.0
type SignedBLSToExecutionChange struct { Message *BLSToExecutionChange `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func (*SignedBLSToExecutionChange) Descriptor
deprecated
added in
v3.2.0
func (*SignedBLSToExecutionChange) Descriptor() ([]byte, []int)
Deprecated: Use SignedBLSToExecutionChange.ProtoReflect.Descriptor instead.
func (*SignedBLSToExecutionChange) GetMessage ¶ added in v3.2.0
func (x *SignedBLSToExecutionChange) GetMessage() *BLSToExecutionChange
func (*SignedBLSToExecutionChange) GetSignature ¶ added in v3.2.0
func (x *SignedBLSToExecutionChange) GetSignature() []byte
func (*SignedBLSToExecutionChange) HashTreeRoot ¶ added in v3.2.0
func (s *SignedBLSToExecutionChange) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SignedBLSToExecutionChange object
func (*SignedBLSToExecutionChange) HashTreeRootWith ¶ added in v3.2.0
func (s *SignedBLSToExecutionChange) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SignedBLSToExecutionChange object with a hasher
func (*SignedBLSToExecutionChange) MarshalSSZ ¶ added in v3.2.0
func (s *SignedBLSToExecutionChange) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SignedBLSToExecutionChange object
func (*SignedBLSToExecutionChange) MarshalSSZTo ¶ added in v3.2.0
func (s *SignedBLSToExecutionChange) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SignedBLSToExecutionChange object to a target array
func (*SignedBLSToExecutionChange) ProtoMessage ¶ added in v3.2.0
func (*SignedBLSToExecutionChange) ProtoMessage()
func (*SignedBLSToExecutionChange) ProtoReflect ¶ added in v3.2.0
func (x *SignedBLSToExecutionChange) ProtoReflect() protoreflect.Message
func (*SignedBLSToExecutionChange) Reset ¶ added in v3.2.0
func (x *SignedBLSToExecutionChange) Reset()
func (*SignedBLSToExecutionChange) SizeSSZ ¶ added in v3.2.0
func (s *SignedBLSToExecutionChange) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SignedBLSToExecutionChange object
func (*SignedBLSToExecutionChange) String ¶ added in v3.2.0
func (x *SignedBLSToExecutionChange) String() string
func (*SignedBLSToExecutionChange) UnmarshalSSZ ¶ added in v3.2.0
func (s *SignedBLSToExecutionChange) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SignedBLSToExecutionChange object
type SignedBeaconBlockAltair ¶
type SignedBeaconBlockAltair struct { Message *BeaconBlockAltair `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func (*SignedBeaconBlockAltair) Descriptor
deprecated
func (*SignedBeaconBlockAltair) Descriptor() ([]byte, []int)
Deprecated: Use SignedBeaconBlockAltair.ProtoReflect.Descriptor instead.
func (*SignedBeaconBlockAltair) GetMessage ¶
func (x *SignedBeaconBlockAltair) GetMessage() *BeaconBlockAltair
func (*SignedBeaconBlockAltair) GetSignature ¶
func (x *SignedBeaconBlockAltair) GetSignature() []byte
func (*SignedBeaconBlockAltair) HashTreeRoot ¶
func (s *SignedBeaconBlockAltair) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SignedBeaconBlockAltair object
func (*SignedBeaconBlockAltair) HashTreeRootWith ¶
func (s *SignedBeaconBlockAltair) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SignedBeaconBlockAltair object with a hasher
func (*SignedBeaconBlockAltair) MarshalSSZ ¶
func (s *SignedBeaconBlockAltair) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SignedBeaconBlockAltair object
func (*SignedBeaconBlockAltair) MarshalSSZTo ¶
func (s *SignedBeaconBlockAltair) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SignedBeaconBlockAltair object to a target array
func (*SignedBeaconBlockAltair) ProtoMessage ¶
func (*SignedBeaconBlockAltair) ProtoMessage()
func (*SignedBeaconBlockAltair) ProtoReflect ¶
func (x *SignedBeaconBlockAltair) ProtoReflect() protoreflect.Message
func (*SignedBeaconBlockAltair) Reset ¶
func (x *SignedBeaconBlockAltair) Reset()
func (*SignedBeaconBlockAltair) SizeSSZ ¶
func (s *SignedBeaconBlockAltair) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SignedBeaconBlockAltair object
func (*SignedBeaconBlockAltair) String ¶
func (x *SignedBeaconBlockAltair) String() string
func (*SignedBeaconBlockAltair) UnmarshalSSZ ¶
func (s *SignedBeaconBlockAltair) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SignedBeaconBlockAltair object
type SignedBeaconBlockBellatrix ¶
type SignedBeaconBlockBellatrix struct { Message *BeaconBlockBellatrix `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func (*SignedBeaconBlockBellatrix) Descriptor
deprecated
func (*SignedBeaconBlockBellatrix) Descriptor() ([]byte, []int)
Deprecated: Use SignedBeaconBlockBellatrix.ProtoReflect.Descriptor instead.
func (*SignedBeaconBlockBellatrix) GetMessage ¶
func (x *SignedBeaconBlockBellatrix) GetMessage() *BeaconBlockBellatrix
func (*SignedBeaconBlockBellatrix) GetSignature ¶
func (x *SignedBeaconBlockBellatrix) GetSignature() []byte
func (*SignedBeaconBlockBellatrix) HashTreeRoot ¶
func (s *SignedBeaconBlockBellatrix) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SignedBeaconBlockBellatrix object
func (*SignedBeaconBlockBellatrix) HashTreeRootWith ¶
func (s *SignedBeaconBlockBellatrix) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SignedBeaconBlockBellatrix object with a hasher
func (*SignedBeaconBlockBellatrix) MarshalSSZ ¶
func (s *SignedBeaconBlockBellatrix) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SignedBeaconBlockBellatrix object
func (*SignedBeaconBlockBellatrix) MarshalSSZTo ¶
func (s *SignedBeaconBlockBellatrix) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SignedBeaconBlockBellatrix object to a target array
func (*SignedBeaconBlockBellatrix) ProtoMessage ¶
func (*SignedBeaconBlockBellatrix) ProtoMessage()
func (*SignedBeaconBlockBellatrix) ProtoReflect ¶
func (x *SignedBeaconBlockBellatrix) ProtoReflect() protoreflect.Message
func (*SignedBeaconBlockBellatrix) Reset ¶
func (x *SignedBeaconBlockBellatrix) Reset()
func (*SignedBeaconBlockBellatrix) SizeSSZ ¶
func (s *SignedBeaconBlockBellatrix) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SignedBeaconBlockBellatrix object
func (*SignedBeaconBlockBellatrix) String ¶
func (x *SignedBeaconBlockBellatrix) String() string
func (*SignedBeaconBlockBellatrix) UnmarshalSSZ ¶
func (s *SignedBeaconBlockBellatrix) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SignedBeaconBlockBellatrix object
type SignedBeaconBlockCapella ¶ added in v3.2.0
type SignedBeaconBlockCapella struct { Message *BeaconBlockCapella `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func (*SignedBeaconBlockCapella) Descriptor
deprecated
added in
v3.2.0
func (*SignedBeaconBlockCapella) Descriptor() ([]byte, []int)
Deprecated: Use SignedBeaconBlockCapella.ProtoReflect.Descriptor instead.
func (*SignedBeaconBlockCapella) GetMessage ¶ added in v3.2.0
func (x *SignedBeaconBlockCapella) GetMessage() *BeaconBlockCapella
func (*SignedBeaconBlockCapella) GetSignature ¶ added in v3.2.0
func (x *SignedBeaconBlockCapella) GetSignature() []byte
func (*SignedBeaconBlockCapella) HashTreeRoot ¶ added in v3.2.0
func (s *SignedBeaconBlockCapella) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SignedBeaconBlockCapella object
func (*SignedBeaconBlockCapella) HashTreeRootWith ¶ added in v3.2.0
func (s *SignedBeaconBlockCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SignedBeaconBlockCapella object with a hasher
func (*SignedBeaconBlockCapella) MarshalSSZ ¶ added in v3.2.0
func (s *SignedBeaconBlockCapella) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SignedBeaconBlockCapella object
func (*SignedBeaconBlockCapella) MarshalSSZTo ¶ added in v3.2.0
func (s *SignedBeaconBlockCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SignedBeaconBlockCapella object to a target array
func (*SignedBeaconBlockCapella) ProtoMessage ¶ added in v3.2.0
func (*SignedBeaconBlockCapella) ProtoMessage()
func (*SignedBeaconBlockCapella) ProtoReflect ¶ added in v3.2.0
func (x *SignedBeaconBlockCapella) ProtoReflect() protoreflect.Message
func (*SignedBeaconBlockCapella) Reset ¶ added in v3.2.0
func (x *SignedBeaconBlockCapella) Reset()
func (*SignedBeaconBlockCapella) SizeSSZ ¶ added in v3.2.0
func (s *SignedBeaconBlockCapella) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SignedBeaconBlockCapella object
func (*SignedBeaconBlockCapella) String ¶ added in v3.2.0
func (x *SignedBeaconBlockCapella) String() string
func (*SignedBeaconBlockCapella) UnmarshalSSZ ¶ added in v3.2.0
func (s *SignedBeaconBlockCapella) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SignedBeaconBlockCapella object
type SignedBeaconBlockContainer ¶
type SignedBeaconBlockContainer struct { // Types that are assignable to Message: // // *SignedBeaconBlockContainer_Phase0Block // *SignedBeaconBlockContainer_AltairBlock // *SignedBeaconBlockContainer_BellatrixBlock // *SignedBeaconBlockContainer_CapellaBlock Message isSignedBeaconBlockContainer_Message `protobuf_oneof:"message"` Signature []byte `protobuf:"bytes,5,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func (*SignedBeaconBlockContainer) Descriptor
deprecated
func (*SignedBeaconBlockContainer) Descriptor() ([]byte, []int)
Deprecated: Use SignedBeaconBlockContainer.ProtoReflect.Descriptor instead.
func (*SignedBeaconBlockContainer) GetAltairBlock ¶
func (x *SignedBeaconBlockContainer) GetAltairBlock() *BeaconBlockAltair
func (*SignedBeaconBlockContainer) GetBellatrixBlock ¶
func (x *SignedBeaconBlockContainer) GetBellatrixBlock() *BeaconBlockBellatrix
func (*SignedBeaconBlockContainer) GetCapellaBlock ¶ added in v3.2.0
func (x *SignedBeaconBlockContainer) GetCapellaBlock() *BeaconBlockCapella
func (*SignedBeaconBlockContainer) GetMessage ¶
func (m *SignedBeaconBlockContainer) GetMessage() isSignedBeaconBlockContainer_Message
func (*SignedBeaconBlockContainer) GetPhase0Block ¶
func (x *SignedBeaconBlockContainer) GetPhase0Block() *v1.BeaconBlock
func (*SignedBeaconBlockContainer) GetSignature ¶
func (x *SignedBeaconBlockContainer) GetSignature() []byte
func (*SignedBeaconBlockContainer) ProtoMessage ¶
func (*SignedBeaconBlockContainer) ProtoMessage()
func (*SignedBeaconBlockContainer) ProtoReflect ¶
func (x *SignedBeaconBlockContainer) ProtoReflect() protoreflect.Message
func (*SignedBeaconBlockContainer) Reset ¶
func (x *SignedBeaconBlockContainer) Reset()
func (*SignedBeaconBlockContainer) String ¶
func (x *SignedBeaconBlockContainer) String() string
type SignedBeaconBlockContainer_AltairBlock ¶
type SignedBeaconBlockContainer_AltairBlock struct {
AltairBlock *BeaconBlockAltair `protobuf:"bytes,2,opt,name=altair_block,json=altairBlock,proto3,oneof"`
}
type SignedBeaconBlockContainer_BellatrixBlock ¶
type SignedBeaconBlockContainer_BellatrixBlock struct {
BellatrixBlock *BeaconBlockBellatrix `protobuf:"bytes,3,opt,name=bellatrix_block,json=bellatrixBlock,proto3,oneof"`
}
type SignedBeaconBlockContainer_CapellaBlock ¶ added in v3.2.0
type SignedBeaconBlockContainer_CapellaBlock struct {
CapellaBlock *BeaconBlockCapella `protobuf:"bytes,4,opt,name=capella_block,json=capellaBlock,proto3,oneof"`
}
type SignedBeaconBlockContainer_Phase0Block ¶
type SignedBeaconBlockContainer_Phase0Block struct {
Phase0Block *v1.BeaconBlock `protobuf:"bytes,1,opt,name=phase0_block,json=phase0Block,proto3,oneof"`
}
type SignedBlindedBeaconBlockBellatrix ¶
type SignedBlindedBeaconBlockBellatrix struct { Message *BlindedBeaconBlockBellatrix `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func (*SignedBlindedBeaconBlockBellatrix) Descriptor
deprecated
func (*SignedBlindedBeaconBlockBellatrix) Descriptor() ([]byte, []int)
Deprecated: Use SignedBlindedBeaconBlockBellatrix.ProtoReflect.Descriptor instead.
func (*SignedBlindedBeaconBlockBellatrix) GetMessage ¶
func (x *SignedBlindedBeaconBlockBellatrix) GetMessage() *BlindedBeaconBlockBellatrix
func (*SignedBlindedBeaconBlockBellatrix) GetSignature ¶
func (x *SignedBlindedBeaconBlockBellatrix) GetSignature() []byte
func (*SignedBlindedBeaconBlockBellatrix) HashTreeRoot ¶
func (s *SignedBlindedBeaconBlockBellatrix) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SignedBlindedBeaconBlockBellatrix object
func (*SignedBlindedBeaconBlockBellatrix) HashTreeRootWith ¶
func (s *SignedBlindedBeaconBlockBellatrix) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SignedBlindedBeaconBlockBellatrix object with a hasher
func (*SignedBlindedBeaconBlockBellatrix) MarshalSSZ ¶
func (s *SignedBlindedBeaconBlockBellatrix) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SignedBlindedBeaconBlockBellatrix object
func (*SignedBlindedBeaconBlockBellatrix) MarshalSSZTo ¶
func (s *SignedBlindedBeaconBlockBellatrix) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SignedBlindedBeaconBlockBellatrix object to a target array
func (*SignedBlindedBeaconBlockBellatrix) ProtoMessage ¶
func (*SignedBlindedBeaconBlockBellatrix) ProtoMessage()
func (*SignedBlindedBeaconBlockBellatrix) ProtoReflect ¶
func (x *SignedBlindedBeaconBlockBellatrix) ProtoReflect() protoreflect.Message
func (*SignedBlindedBeaconBlockBellatrix) Reset ¶
func (x *SignedBlindedBeaconBlockBellatrix) Reset()
func (*SignedBlindedBeaconBlockBellatrix) SizeSSZ ¶
func (s *SignedBlindedBeaconBlockBellatrix) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SignedBlindedBeaconBlockBellatrix object
func (*SignedBlindedBeaconBlockBellatrix) String ¶
func (x *SignedBlindedBeaconBlockBellatrix) String() string
func (*SignedBlindedBeaconBlockBellatrix) UnmarshalSSZ ¶
func (s *SignedBlindedBeaconBlockBellatrix) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SignedBlindedBeaconBlockBellatrix object
type SignedBlindedBeaconBlockCapella ¶ added in v3.2.0
type SignedBlindedBeaconBlockCapella struct { Message *BlindedBeaconBlockCapella `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func (*SignedBlindedBeaconBlockCapella) Descriptor
deprecated
added in
v3.2.0
func (*SignedBlindedBeaconBlockCapella) Descriptor() ([]byte, []int)
Deprecated: Use SignedBlindedBeaconBlockCapella.ProtoReflect.Descriptor instead.
func (*SignedBlindedBeaconBlockCapella) GetMessage ¶ added in v3.2.0
func (x *SignedBlindedBeaconBlockCapella) GetMessage() *BlindedBeaconBlockCapella
func (*SignedBlindedBeaconBlockCapella) GetSignature ¶ added in v3.2.0
func (x *SignedBlindedBeaconBlockCapella) GetSignature() []byte
func (*SignedBlindedBeaconBlockCapella) HashTreeRoot ¶ added in v3.2.0
func (s *SignedBlindedBeaconBlockCapella) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SignedBlindedBeaconBlockCapella object
func (*SignedBlindedBeaconBlockCapella) HashTreeRootWith ¶ added in v3.2.0
func (s *SignedBlindedBeaconBlockCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SignedBlindedBeaconBlockCapella object with a hasher
func (*SignedBlindedBeaconBlockCapella) MarshalSSZ ¶ added in v3.2.0
func (s *SignedBlindedBeaconBlockCapella) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SignedBlindedBeaconBlockCapella object
func (*SignedBlindedBeaconBlockCapella) MarshalSSZTo ¶ added in v3.2.0
func (s *SignedBlindedBeaconBlockCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SignedBlindedBeaconBlockCapella object to a target array
func (*SignedBlindedBeaconBlockCapella) ProtoMessage ¶ added in v3.2.0
func (*SignedBlindedBeaconBlockCapella) ProtoMessage()
func (*SignedBlindedBeaconBlockCapella) ProtoReflect ¶ added in v3.2.0
func (x *SignedBlindedBeaconBlockCapella) ProtoReflect() protoreflect.Message
func (*SignedBlindedBeaconBlockCapella) Reset ¶ added in v3.2.0
func (x *SignedBlindedBeaconBlockCapella) Reset()
func (*SignedBlindedBeaconBlockCapella) SizeSSZ ¶ added in v3.2.0
func (s *SignedBlindedBeaconBlockCapella) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SignedBlindedBeaconBlockCapella object
func (*SignedBlindedBeaconBlockCapella) String ¶ added in v3.2.0
func (x *SignedBlindedBeaconBlockCapella) String() string
func (*SignedBlindedBeaconBlockCapella) UnmarshalSSZ ¶ added in v3.2.0
func (s *SignedBlindedBeaconBlockCapella) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SignedBlindedBeaconBlockCapella object
type SignedBlindedBeaconBlockContainer ¶
type SignedBlindedBeaconBlockContainer struct { // Types that are assignable to Message: // // *SignedBlindedBeaconBlockContainer_Phase0Block // *SignedBlindedBeaconBlockContainer_AltairBlock // *SignedBlindedBeaconBlockContainer_BellatrixBlock // *SignedBlindedBeaconBlockContainer_CapellaBlock Message isSignedBlindedBeaconBlockContainer_Message `protobuf_oneof:"message"` Signature []byte `protobuf:"bytes,5,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func (*SignedBlindedBeaconBlockContainer) Descriptor
deprecated
func (*SignedBlindedBeaconBlockContainer) Descriptor() ([]byte, []int)
Deprecated: Use SignedBlindedBeaconBlockContainer.ProtoReflect.Descriptor instead.
func (*SignedBlindedBeaconBlockContainer) GetAltairBlock ¶
func (x *SignedBlindedBeaconBlockContainer) GetAltairBlock() *BeaconBlockAltair
func (*SignedBlindedBeaconBlockContainer) GetBellatrixBlock ¶
func (x *SignedBlindedBeaconBlockContainer) GetBellatrixBlock() *BlindedBeaconBlockBellatrix
func (*SignedBlindedBeaconBlockContainer) GetCapellaBlock ¶ added in v3.2.0
func (x *SignedBlindedBeaconBlockContainer) GetCapellaBlock() *BlindedBeaconBlockCapella
func (*SignedBlindedBeaconBlockContainer) GetMessage ¶
func (m *SignedBlindedBeaconBlockContainer) GetMessage() isSignedBlindedBeaconBlockContainer_Message
func (*SignedBlindedBeaconBlockContainer) GetPhase0Block ¶
func (x *SignedBlindedBeaconBlockContainer) GetPhase0Block() *v1.BeaconBlock
func (*SignedBlindedBeaconBlockContainer) GetSignature ¶
func (x *SignedBlindedBeaconBlockContainer) GetSignature() []byte
func (*SignedBlindedBeaconBlockContainer) ProtoMessage ¶
func (*SignedBlindedBeaconBlockContainer) ProtoMessage()
func (*SignedBlindedBeaconBlockContainer) ProtoReflect ¶
func (x *SignedBlindedBeaconBlockContainer) ProtoReflect() protoreflect.Message
func (*SignedBlindedBeaconBlockContainer) Reset ¶
func (x *SignedBlindedBeaconBlockContainer) Reset()
func (*SignedBlindedBeaconBlockContainer) String ¶
func (x *SignedBlindedBeaconBlockContainer) String() string
type SignedBlindedBeaconBlockContainer_AltairBlock ¶
type SignedBlindedBeaconBlockContainer_AltairBlock struct {
AltairBlock *BeaconBlockAltair `protobuf:"bytes,2,opt,name=altair_block,json=altairBlock,proto3,oneof"`
}
type SignedBlindedBeaconBlockContainer_BellatrixBlock ¶
type SignedBlindedBeaconBlockContainer_BellatrixBlock struct {
BellatrixBlock *BlindedBeaconBlockBellatrix `protobuf:"bytes,3,opt,name=bellatrix_block,json=bellatrixBlock,proto3,oneof"`
}
type SignedBlindedBeaconBlockContainer_CapellaBlock ¶ added in v3.2.0
type SignedBlindedBeaconBlockContainer_CapellaBlock struct {
CapellaBlock *BlindedBeaconBlockCapella `protobuf:"bytes,4,opt,name=capella_block,json=capellaBlock,proto3,oneof"`
}
type SignedBlindedBeaconBlockContainer_Phase0Block ¶
type SignedBlindedBeaconBlockContainer_Phase0Block struct {
Phase0Block *v1.BeaconBlock `protobuf:"bytes,1,opt,name=phase0_block,json=phase0Block,proto3,oneof"`
}
type SignedContributionAndProof ¶
type SignedContributionAndProof struct { Message *ContributionAndProof `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` Signature []byte `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func (*SignedContributionAndProof) Descriptor
deprecated
func (*SignedContributionAndProof) Descriptor() ([]byte, []int)
Deprecated: Use SignedContributionAndProof.ProtoReflect.Descriptor instead.
func (*SignedContributionAndProof) GetMessage ¶
func (x *SignedContributionAndProof) GetMessage() *ContributionAndProof
func (*SignedContributionAndProof) GetSignature ¶
func (x *SignedContributionAndProof) GetSignature() []byte
func (*SignedContributionAndProof) ProtoMessage ¶
func (*SignedContributionAndProof) ProtoMessage()
func (*SignedContributionAndProof) ProtoReflect ¶
func (x *SignedContributionAndProof) ProtoReflect() protoreflect.Message
func (*SignedContributionAndProof) Reset ¶
func (x *SignedContributionAndProof) Reset()
func (*SignedContributionAndProof) String ¶
func (x *SignedContributionAndProof) String() string
type StateSyncCommitteesRequest ¶
type StateSyncCommitteesRequest struct { StateId []byte `protobuf:"bytes,1,opt,name=state_id,json=stateId,proto3" json:"state_id,omitempty"` Epoch *github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Epoch `` /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
func (*StateSyncCommitteesRequest) Descriptor
deprecated
func (*StateSyncCommitteesRequest) Descriptor() ([]byte, []int)
Deprecated: Use StateSyncCommitteesRequest.ProtoReflect.Descriptor instead.
func (*StateSyncCommitteesRequest) GetEpoch ¶
func (x *StateSyncCommitteesRequest) GetEpoch() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Epoch
func (*StateSyncCommitteesRequest) GetStateId ¶
func (x *StateSyncCommitteesRequest) GetStateId() []byte
func (*StateSyncCommitteesRequest) ProtoMessage ¶
func (*StateSyncCommitteesRequest) ProtoMessage()
func (*StateSyncCommitteesRequest) ProtoReflect ¶
func (x *StateSyncCommitteesRequest) ProtoReflect() protoreflect.Message
func (*StateSyncCommitteesRequest) Reset ¶
func (x *StateSyncCommitteesRequest) Reset()
func (*StateSyncCommitteesRequest) String ¶
func (x *StateSyncCommitteesRequest) String() string
type StateSyncCommitteesResponse ¶
type StateSyncCommitteesResponse struct { Data *SyncCommitteeValidators `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` ExecutionOptimistic bool `protobuf:"varint,2,opt,name=execution_optimistic,json=executionOptimistic,proto3" json:"execution_optimistic,omitempty"` Finalized bool `protobuf:"varint,3,opt,name=finalized,proto3" json:"finalized,omitempty"` // contains filtered or unexported fields }
func (*StateSyncCommitteesResponse) Descriptor
deprecated
func (*StateSyncCommitteesResponse) Descriptor() ([]byte, []int)
Deprecated: Use StateSyncCommitteesResponse.ProtoReflect.Descriptor instead.
func (*StateSyncCommitteesResponse) GetData ¶
func (x *StateSyncCommitteesResponse) GetData() *SyncCommitteeValidators
func (*StateSyncCommitteesResponse) GetExecutionOptimistic ¶
func (x *StateSyncCommitteesResponse) GetExecutionOptimistic() bool
func (*StateSyncCommitteesResponse) GetFinalized ¶ added in v3.2.1
func (x *StateSyncCommitteesResponse) GetFinalized() bool
func (*StateSyncCommitteesResponse) ProtoMessage ¶
func (*StateSyncCommitteesResponse) ProtoMessage()
func (*StateSyncCommitteesResponse) ProtoReflect ¶
func (x *StateSyncCommitteesResponse) ProtoReflect() protoreflect.Message
func (*StateSyncCommitteesResponse) Reset ¶
func (x *StateSyncCommitteesResponse) Reset()
func (*StateSyncCommitteesResponse) String ¶
func (x *StateSyncCommitteesResponse) String() string
type SubmitBLSToExecutionChangesRequest ¶ added in v3.2.1
type SubmitBLSToExecutionChangesRequest struct { Changes []*SignedBLSToExecutionChange `protobuf:"bytes,1,rep,name=changes,proto3" json:"changes,omitempty"` // contains filtered or unexported fields }
func (*SubmitBLSToExecutionChangesRequest) Descriptor
deprecated
added in
v3.2.1
func (*SubmitBLSToExecutionChangesRequest) Descriptor() ([]byte, []int)
Deprecated: Use SubmitBLSToExecutionChangesRequest.ProtoReflect.Descriptor instead.
func (*SubmitBLSToExecutionChangesRequest) GetChanges ¶ added in v3.2.1
func (x *SubmitBLSToExecutionChangesRequest) GetChanges() []*SignedBLSToExecutionChange
func (*SubmitBLSToExecutionChangesRequest) ProtoMessage ¶ added in v3.2.1
func (*SubmitBLSToExecutionChangesRequest) ProtoMessage()
func (*SubmitBLSToExecutionChangesRequest) ProtoReflect ¶ added in v3.2.1
func (x *SubmitBLSToExecutionChangesRequest) ProtoReflect() protoreflect.Message
func (*SubmitBLSToExecutionChangesRequest) Reset ¶ added in v3.2.1
func (x *SubmitBLSToExecutionChangesRequest) Reset()
func (*SubmitBLSToExecutionChangesRequest) String ¶ added in v3.2.1
func (x *SubmitBLSToExecutionChangesRequest) String() string
type SubmitContributionAndProofsRequest ¶
type SubmitContributionAndProofsRequest struct { Data []*SignedContributionAndProof `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*SubmitContributionAndProofsRequest) Descriptor
deprecated
func (*SubmitContributionAndProofsRequest) Descriptor() ([]byte, []int)
Deprecated: Use SubmitContributionAndProofsRequest.ProtoReflect.Descriptor instead.
func (*SubmitContributionAndProofsRequest) GetData ¶
func (x *SubmitContributionAndProofsRequest) GetData() []*SignedContributionAndProof
func (*SubmitContributionAndProofsRequest) ProtoMessage ¶
func (*SubmitContributionAndProofsRequest) ProtoMessage()
func (*SubmitContributionAndProofsRequest) ProtoReflect ¶
func (x *SubmitContributionAndProofsRequest) ProtoReflect() protoreflect.Message
func (*SubmitContributionAndProofsRequest) Reset ¶
func (x *SubmitContributionAndProofsRequest) Reset()
func (*SubmitContributionAndProofsRequest) String ¶
func (x *SubmitContributionAndProofsRequest) String() string
type SubmitPoolSyncCommitteeSignatures ¶
type SubmitPoolSyncCommitteeSignatures struct { Data []*SyncCommitteeMessage `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*SubmitPoolSyncCommitteeSignatures) Descriptor
deprecated
func (*SubmitPoolSyncCommitteeSignatures) Descriptor() ([]byte, []int)
Deprecated: Use SubmitPoolSyncCommitteeSignatures.ProtoReflect.Descriptor instead.
func (*SubmitPoolSyncCommitteeSignatures) GetData ¶
func (x *SubmitPoolSyncCommitteeSignatures) GetData() []*SyncCommitteeMessage
func (*SubmitPoolSyncCommitteeSignatures) ProtoMessage ¶
func (*SubmitPoolSyncCommitteeSignatures) ProtoMessage()
func (*SubmitPoolSyncCommitteeSignatures) ProtoReflect ¶
func (x *SubmitPoolSyncCommitteeSignatures) ProtoReflect() protoreflect.Message
func (*SubmitPoolSyncCommitteeSignatures) Reset ¶
func (x *SubmitPoolSyncCommitteeSignatures) Reset()
func (*SubmitPoolSyncCommitteeSignatures) String ¶
func (x *SubmitPoolSyncCommitteeSignatures) String() string
type SubmitSyncCommitteeSignaturesRequest ¶
type SubmitSyncCommitteeSignaturesRequest struct { Data []*SyncCommitteeMessage `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*SubmitSyncCommitteeSignaturesRequest) Descriptor
deprecated
func (*SubmitSyncCommitteeSignaturesRequest) Descriptor() ([]byte, []int)
Deprecated: Use SubmitSyncCommitteeSignaturesRequest.ProtoReflect.Descriptor instead.
func (*SubmitSyncCommitteeSignaturesRequest) GetData ¶
func (x *SubmitSyncCommitteeSignaturesRequest) GetData() []*SyncCommitteeMessage
func (*SubmitSyncCommitteeSignaturesRequest) ProtoMessage ¶
func (*SubmitSyncCommitteeSignaturesRequest) ProtoMessage()
func (*SubmitSyncCommitteeSignaturesRequest) ProtoReflect ¶
func (x *SubmitSyncCommitteeSignaturesRequest) ProtoReflect() protoreflect.Message
func (*SubmitSyncCommitteeSignaturesRequest) Reset ¶
func (x *SubmitSyncCommitteeSignaturesRequest) Reset()
func (*SubmitSyncCommitteeSignaturesRequest) String ¶
func (x *SubmitSyncCommitteeSignaturesRequest) String() string
type SubmitSyncCommitteeSubscriptionsRequest ¶
type SubmitSyncCommitteeSubscriptionsRequest struct { Data []*SyncCommitteeSubscription `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*SubmitSyncCommitteeSubscriptionsRequest) Descriptor
deprecated
func (*SubmitSyncCommitteeSubscriptionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use SubmitSyncCommitteeSubscriptionsRequest.ProtoReflect.Descriptor instead.
func (*SubmitSyncCommitteeSubscriptionsRequest) GetData ¶
func (x *SubmitSyncCommitteeSubscriptionsRequest) GetData() []*SyncCommitteeSubscription
func (*SubmitSyncCommitteeSubscriptionsRequest) ProtoMessage ¶
func (*SubmitSyncCommitteeSubscriptionsRequest) ProtoMessage()
func (*SubmitSyncCommitteeSubscriptionsRequest) ProtoReflect ¶
func (x *SubmitSyncCommitteeSubscriptionsRequest) ProtoReflect() protoreflect.Message
func (*SubmitSyncCommitteeSubscriptionsRequest) Reset ¶
func (x *SubmitSyncCommitteeSubscriptionsRequest) Reset()
func (*SubmitSyncCommitteeSubscriptionsRequest) String ¶
func (x *SubmitSyncCommitteeSubscriptionsRequest) String() string
type SyncCommittee ¶
type SyncCommittee struct { Pubkeys [][]byte `protobuf:"bytes,1,rep,name=pubkeys,proto3" json:"pubkeys,omitempty" ssz-size:"512,48"` AggregatePubkey []byte `protobuf:"bytes,2,opt,name=aggregate_pubkey,json=aggregatePubkey,proto3" json:"aggregate_pubkey,omitempty" ssz-size:"48"` // contains filtered or unexported fields }
func (*SyncCommittee) Descriptor
deprecated
func (*SyncCommittee) Descriptor() ([]byte, []int)
Deprecated: Use SyncCommittee.ProtoReflect.Descriptor instead.
func (*SyncCommittee) GetAggregatePubkey ¶
func (x *SyncCommittee) GetAggregatePubkey() []byte
func (*SyncCommittee) GetPubkeys ¶
func (x *SyncCommittee) GetPubkeys() [][]byte
func (*SyncCommittee) ProtoMessage ¶
func (*SyncCommittee) ProtoMessage()
func (*SyncCommittee) ProtoReflect ¶
func (x *SyncCommittee) ProtoReflect() protoreflect.Message
func (*SyncCommittee) Reset ¶
func (x *SyncCommittee) Reset()
func (*SyncCommittee) String ¶
func (x *SyncCommittee) String() string
type SyncCommitteeContribution ¶
type SyncCommitteeContribution struct { Slot github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot `` /* 140-byte string literal not displayed */ BeaconBlockRoot []byte `protobuf:"bytes,2,opt,name=beacon_block_root,json=beaconBlockRoot,proto3" json:"beacon_block_root,omitempty" ssz-size:"32"` SubcommitteeIndex uint64 `protobuf:"varint,3,opt,name=subcommittee_index,json=subcommitteeIndex,proto3" json:"subcommittee_index,omitempty"` AggregationBits github_com_prysmaticlabs_go_bitfield.Bitvector128 `` /* 182-byte string literal not displayed */ Signature []byte `protobuf:"bytes,5,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func (*SyncCommitteeContribution) Descriptor
deprecated
func (*SyncCommitteeContribution) Descriptor() ([]byte, []int)
Deprecated: Use SyncCommitteeContribution.ProtoReflect.Descriptor instead.
func (*SyncCommitteeContribution) GetAggregationBits ¶
func (x *SyncCommitteeContribution) GetAggregationBits() github_com_prysmaticlabs_go_bitfield.Bitvector128
func (*SyncCommitteeContribution) GetBeaconBlockRoot ¶
func (x *SyncCommitteeContribution) GetBeaconBlockRoot() []byte
func (*SyncCommitteeContribution) GetSignature ¶
func (x *SyncCommitteeContribution) GetSignature() []byte
func (*SyncCommitteeContribution) GetSubcommitteeIndex ¶
func (x *SyncCommitteeContribution) GetSubcommitteeIndex() uint64
func (*SyncCommitteeContribution) ProtoMessage ¶
func (*SyncCommitteeContribution) ProtoMessage()
func (*SyncCommitteeContribution) ProtoReflect ¶
func (x *SyncCommitteeContribution) ProtoReflect() protoreflect.Message
func (*SyncCommitteeContribution) Reset ¶
func (x *SyncCommitteeContribution) Reset()
func (*SyncCommitteeContribution) String ¶
func (x *SyncCommitteeContribution) String() string
type SyncCommitteeDutiesRequest ¶
type SyncCommitteeDutiesRequest struct { Epoch github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Epoch `` /* 143-byte string literal not displayed */ Index []github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex `` /* 159-byte string literal not displayed */ // contains filtered or unexported fields }
func (*SyncCommitteeDutiesRequest) Descriptor
deprecated
func (*SyncCommitteeDutiesRequest) Descriptor() ([]byte, []int)
Deprecated: Use SyncCommitteeDutiesRequest.ProtoReflect.Descriptor instead.
func (*SyncCommitteeDutiesRequest) GetEpoch ¶
func (x *SyncCommitteeDutiesRequest) GetEpoch() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Epoch
func (*SyncCommitteeDutiesRequest) GetIndex ¶
func (x *SyncCommitteeDutiesRequest) GetIndex() []github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex
func (*SyncCommitteeDutiesRequest) ProtoMessage ¶
func (*SyncCommitteeDutiesRequest) ProtoMessage()
func (*SyncCommitteeDutiesRequest) ProtoReflect ¶
func (x *SyncCommitteeDutiesRequest) ProtoReflect() protoreflect.Message
func (*SyncCommitteeDutiesRequest) Reset ¶
func (x *SyncCommitteeDutiesRequest) Reset()
func (*SyncCommitteeDutiesRequest) String ¶
func (x *SyncCommitteeDutiesRequest) String() string
type SyncCommitteeDutiesResponse ¶
type SyncCommitteeDutiesResponse struct { Data []*SyncCommitteeDuty `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` ExecutionOptimistic bool `protobuf:"varint,2,opt,name=execution_optimistic,json=executionOptimistic,proto3" json:"execution_optimistic,omitempty"` // contains filtered or unexported fields }
func (*SyncCommitteeDutiesResponse) Descriptor
deprecated
func (*SyncCommitteeDutiesResponse) Descriptor() ([]byte, []int)
Deprecated: Use SyncCommitteeDutiesResponse.ProtoReflect.Descriptor instead.
func (*SyncCommitteeDutiesResponse) GetData ¶
func (x *SyncCommitteeDutiesResponse) GetData() []*SyncCommitteeDuty
func (*SyncCommitteeDutiesResponse) GetExecutionOptimistic ¶
func (x *SyncCommitteeDutiesResponse) GetExecutionOptimistic() bool
func (*SyncCommitteeDutiesResponse) ProtoMessage ¶
func (*SyncCommitteeDutiesResponse) ProtoMessage()
func (*SyncCommitteeDutiesResponse) ProtoReflect ¶
func (x *SyncCommitteeDutiesResponse) ProtoReflect() protoreflect.Message
func (*SyncCommitteeDutiesResponse) Reset ¶
func (x *SyncCommitteeDutiesResponse) Reset()
func (*SyncCommitteeDutiesResponse) String ¶
func (x *SyncCommitteeDutiesResponse) String() string
type SyncCommitteeDuty ¶
type SyncCommitteeDuty struct { Pubkey []byte `protobuf:"bytes,1,opt,name=pubkey,proto3" json:"pubkey,omitempty" ssz-size:"48"` ValidatorIndex github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex `` /* 192-byte string literal not displayed */ ValidatorSyncCommitteeIndices []uint64 `` /* 160-byte string literal not displayed */ // contains filtered or unexported fields }
func (*SyncCommitteeDuty) Descriptor
deprecated
func (*SyncCommitteeDuty) Descriptor() ([]byte, []int)
Deprecated: Use SyncCommitteeDuty.ProtoReflect.Descriptor instead.
func (*SyncCommitteeDuty) GetPubkey ¶
func (x *SyncCommitteeDuty) GetPubkey() []byte
func (*SyncCommitteeDuty) GetValidatorIndex ¶
func (x *SyncCommitteeDuty) GetValidatorIndex() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex
func (*SyncCommitteeDuty) GetValidatorSyncCommitteeIndices ¶
func (x *SyncCommitteeDuty) GetValidatorSyncCommitteeIndices() []uint64
func (*SyncCommitteeDuty) ProtoMessage ¶
func (*SyncCommitteeDuty) ProtoMessage()
func (*SyncCommitteeDuty) ProtoReflect ¶
func (x *SyncCommitteeDuty) ProtoReflect() protoreflect.Message
func (*SyncCommitteeDuty) Reset ¶
func (x *SyncCommitteeDuty) Reset()
func (*SyncCommitteeDuty) String ¶
func (x *SyncCommitteeDuty) String() string
type SyncCommitteeMessage ¶
type SyncCommitteeMessage struct { Slot github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot `` /* 140-byte string literal not displayed */ BeaconBlockRoot []byte `protobuf:"bytes,2,opt,name=beacon_block_root,json=beaconBlockRoot,proto3" json:"beacon_block_root,omitempty" ssz-size:"32"` ValidatorIndex github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex `` /* 192-byte string literal not displayed */ Signature []byte `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func (*SyncCommitteeMessage) Descriptor
deprecated
func (*SyncCommitteeMessage) Descriptor() ([]byte, []int)
Deprecated: Use SyncCommitteeMessage.ProtoReflect.Descriptor instead.
func (*SyncCommitteeMessage) GetBeaconBlockRoot ¶
func (x *SyncCommitteeMessage) GetBeaconBlockRoot() []byte
func (*SyncCommitteeMessage) GetSignature ¶
func (x *SyncCommitteeMessage) GetSignature() []byte
func (*SyncCommitteeMessage) GetSlot ¶
func (x *SyncCommitteeMessage) GetSlot() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Slot
func (*SyncCommitteeMessage) GetValidatorIndex ¶
func (x *SyncCommitteeMessage) GetValidatorIndex() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex
func (*SyncCommitteeMessage) ProtoMessage ¶
func (*SyncCommitteeMessage) ProtoMessage()
func (*SyncCommitteeMessage) ProtoReflect ¶
func (x *SyncCommitteeMessage) ProtoReflect() protoreflect.Message
func (*SyncCommitteeMessage) Reset ¶
func (x *SyncCommitteeMessage) Reset()
func (*SyncCommitteeMessage) String ¶
func (x *SyncCommitteeMessage) String() string
type SyncCommitteeSubscription ¶
type SyncCommitteeSubscription struct { ValidatorIndex github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex `` /* 192-byte string literal not displayed */ SyncCommitteeIndices []uint64 `` /* 131-byte string literal not displayed */ UntilEpoch github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Epoch `` /* 171-byte string literal not displayed */ // contains filtered or unexported fields }
func (*SyncCommitteeSubscription) Descriptor
deprecated
func (*SyncCommitteeSubscription) Descriptor() ([]byte, []int)
Deprecated: Use SyncCommitteeSubscription.ProtoReflect.Descriptor instead.
func (*SyncCommitteeSubscription) GetSyncCommitteeIndices ¶
func (x *SyncCommitteeSubscription) GetSyncCommitteeIndices() []uint64
func (*SyncCommitteeSubscription) GetUntilEpoch ¶
func (x *SyncCommitteeSubscription) GetUntilEpoch() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.Epoch
func (*SyncCommitteeSubscription) GetValidatorIndex ¶
func (x *SyncCommitteeSubscription) GetValidatorIndex() github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex
func (*SyncCommitteeSubscription) ProtoMessage ¶
func (*SyncCommitteeSubscription) ProtoMessage()
func (*SyncCommitteeSubscription) ProtoReflect ¶
func (x *SyncCommitteeSubscription) ProtoReflect() protoreflect.Message
func (*SyncCommitteeSubscription) Reset ¶
func (x *SyncCommitteeSubscription) Reset()
func (*SyncCommitteeSubscription) String ¶
func (x *SyncCommitteeSubscription) String() string
type SyncCommitteeValidators ¶
type SyncCommitteeValidators struct { Validators []github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex `` /* 169-byte string literal not displayed */ ValidatorAggregates []*SyncSubcommitteeValidators `protobuf:"bytes,2,rep,name=validator_aggregates,json=validatorAggregates,proto3" json:"validator_aggregates,omitempty"` // contains filtered or unexported fields }
func (*SyncCommitteeValidators) Descriptor
deprecated
func (*SyncCommitteeValidators) Descriptor() ([]byte, []int)
Deprecated: Use SyncCommitteeValidators.ProtoReflect.Descriptor instead.
func (*SyncCommitteeValidators) GetValidatorAggregates ¶
func (x *SyncCommitteeValidators) GetValidatorAggregates() []*SyncSubcommitteeValidators
func (*SyncCommitteeValidators) GetValidators ¶
func (x *SyncCommitteeValidators) GetValidators() []github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex
func (*SyncCommitteeValidators) ProtoMessage ¶
func (*SyncCommitteeValidators) ProtoMessage()
func (*SyncCommitteeValidators) ProtoReflect ¶
func (x *SyncCommitteeValidators) ProtoReflect() protoreflect.Message
func (*SyncCommitteeValidators) Reset ¶
func (x *SyncCommitteeValidators) Reset()
func (*SyncCommitteeValidators) String ¶
func (x *SyncCommitteeValidators) String() string
type SyncSubcommitteeValidators ¶
type SyncSubcommitteeValidators struct { Validators []github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex `` /* 169-byte string literal not displayed */ // contains filtered or unexported fields }
func (*SyncSubcommitteeValidators) Descriptor
deprecated
func (*SyncSubcommitteeValidators) Descriptor() ([]byte, []int)
Deprecated: Use SyncSubcommitteeValidators.ProtoReflect.Descriptor instead.
func (*SyncSubcommitteeValidators) GetValidators ¶
func (x *SyncSubcommitteeValidators) GetValidators() []github_com_prysmaticlabs_prysm_v3_consensus_types_primitives.ValidatorIndex
func (*SyncSubcommitteeValidators) ProtoMessage ¶
func (*SyncSubcommitteeValidators) ProtoMessage()
func (*SyncSubcommitteeValidators) ProtoReflect ¶
func (x *SyncSubcommitteeValidators) ProtoReflect() protoreflect.Message
func (*SyncSubcommitteeValidators) Reset ¶
func (x *SyncSubcommitteeValidators) Reset()
func (*SyncSubcommitteeValidators) String ¶
func (x *SyncSubcommitteeValidators) String() string
type Version ¶
type Version int32
func (Version) Descriptor ¶
func (Version) Descriptor() protoreflect.EnumDescriptor
func (Version) EnumDescriptor
deprecated
func (Version) Number ¶
func (x Version) Number() protoreflect.EnumNumber
func (Version) Type ¶
func (Version) Type() protoreflect.EnumType