Documentation ¶
Overview ¶
Package eth is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Package eth is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Code generated by fastssz. DO NOT EDIT. Hash: 437628ba689fb27f524848c027086209535727cf259e162754f174e54b3940cc
Package eth is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Package eth is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Package eth is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Package eth is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Variables
- func ConvertToSyncContributionBitVector(b []byte) bitfield.Bitvector128
- func CopyBlobKZGs(b [][]byte) [][]byte
- func CopyExecutionPayload(payload *enginev1.ExecutionPayload) *enginev1.ExecutionPayload
- func CopyExecutionPayloadCapella(payload *enginev1.ExecutionPayloadCapella) *enginev1.ExecutionPayloadCapella
- func CopyExecutionPayloadDeneb(payload *enginev1.ExecutionPayloadDeneb) *enginev1.ExecutionPayloadDeneb
- func CopyExecutionPayloadHeader(payload *enginev1.ExecutionPayloadHeader) *enginev1.ExecutionPayloadHeader
- func CopyExecutionPayloadHeaderCapella(payload *enginev1.ExecutionPayloadHeaderCapella) *enginev1.ExecutionPayloadHeaderCapella
- func CopyExecutionPayloadHeaderDeneb(payload *enginev1.ExecutionPayloadHeaderDeneb) *enginev1.ExecutionPayloadHeaderDeneb
- func CopyWithdrawal(withdrawal *enginev1.Withdrawal) *enginev1.Withdrawal
- func CopyWithdrawalSlice(withdrawals []*enginev1.Withdrawal) []*enginev1.Withdrawal
- func NewSyncCommitteeAggregationBits() bitfield.Bitvector128
- func RegisterBeaconChainHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterBeaconChainHandlerClient(ctx context.Context, mux *runtime.ServeMux, client BeaconChainClient) error
- func RegisterBeaconChainHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterBeaconChainHandlerServer(ctx context.Context, mux *runtime.ServeMux, server BeaconChainServer) error
- func RegisterBeaconChainServer(s *grpc.Server, srv BeaconChainServer)
- func RegisterBeaconNodeValidatorHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterBeaconNodeValidatorHandlerClient(ctx context.Context, mux *runtime.ServeMux, client BeaconNodeValidatorClient) error
- func RegisterBeaconNodeValidatorHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterBeaconNodeValidatorHandlerServer(ctx context.Context, mux *runtime.ServeMux, server BeaconNodeValidatorServer) error
- func RegisterBeaconNodeValidatorServer(s *grpc.Server, srv BeaconNodeValidatorServer)
- func RegisterDebugHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterDebugHandlerClient(ctx context.Context, mux *runtime.ServeMux, client DebugClient) error
- func RegisterDebugHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterDebugHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DebugServer) error
- func RegisterDebugServer(s *grpc.Server, srv DebugServer)
- func RegisterHealthHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterHealthHandlerClient(ctx context.Context, mux *runtime.ServeMux, client HealthClient) error
- func RegisterHealthHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterHealthHandlerServer(ctx context.Context, mux *runtime.ServeMux, server HealthServer) error
- func RegisterHealthServer(s *grpc.Server, srv HealthServer)
- func RegisterNodeHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterNodeHandlerClient(ctx context.Context, mux *runtime.ServeMux, client NodeClient) error
- func RegisterNodeHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterNodeHandlerServer(ctx context.Context, mux *runtime.ServeMux, server NodeServer) error
- func RegisterNodeServer(s *grpc.Server, srv NodeServer)
- func RegisterSlasherHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterSlasherHandlerClient(ctx context.Context, mux *runtime.ServeMux, client SlasherClient) error
- func RegisterSlasherHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterSlasherHandlerServer(ctx context.Context, mux *runtime.ServeMux, server SlasherServer) error
- func RegisterSlasherServer(s *grpc.Server, srv SlasherServer)
- type ActiveSetChanges
- func (*ActiveSetChanges) Descriptor() ([]byte, []int)deprecated
- func (x *ActiveSetChanges) GetActivatedIndices() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (x *ActiveSetChanges) GetActivatedPublicKeys() [][]byte
- func (x *ActiveSetChanges) GetEjectedIndices() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (x *ActiveSetChanges) GetEjectedPublicKeys() [][]byte
- func (x *ActiveSetChanges) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *ActiveSetChanges) GetExitedIndices() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (x *ActiveSetChanges) GetExitedPublicKeys() [][]byte
- func (x *ActiveSetChanges) GetSlashedIndices() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (x *ActiveSetChanges) GetSlashedPublicKeys() [][]byte
- func (*ActiveSetChanges) ProtoMessage()
- func (x *ActiveSetChanges) ProtoReflect() protoreflect.Message
- func (x *ActiveSetChanges) Reset()
- func (x *ActiveSetChanges) String() string
- type AggregateAttestationAndProof
- func (*AggregateAttestationAndProof) Descriptor() ([]byte, []int)deprecated
- func (x *AggregateAttestationAndProof) GetAggregate() *Attestation
- func (x *AggregateAttestationAndProof) GetAggregatorIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (x *AggregateAttestationAndProof) GetSelectionProof() []byte
- func (a *AggregateAttestationAndProof) HashTreeRoot() ([32]byte, error)
- func (a *AggregateAttestationAndProof) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (a *AggregateAttestationAndProof) MarshalSSZ() ([]byte, error)
- func (a *AggregateAttestationAndProof) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*AggregateAttestationAndProof) ProtoMessage()
- func (x *AggregateAttestationAndProof) ProtoReflect() protoreflect.Message
- func (x *AggregateAttestationAndProof) Reset()
- func (a *AggregateAttestationAndProof) SizeSSZ() (size int)
- func (x *AggregateAttestationAndProof) String() string
- func (a *AggregateAttestationAndProof) UnmarshalSSZ(buf []byte) error
- type AggregateSelectionRequest
- func (*AggregateSelectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AggregateSelectionRequest) GetCommitteeIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.CommitteeIndex
- func (x *AggregateSelectionRequest) GetPublicKey() []byte
- func (x *AggregateSelectionRequest) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (x *AggregateSelectionRequest) GetSlotSignature() []byte
- func (*AggregateSelectionRequest) ProtoMessage()
- func (x *AggregateSelectionRequest) ProtoReflect() protoreflect.Message
- func (x *AggregateSelectionRequest) Reset()
- func (x *AggregateSelectionRequest) String() string
- type AggregateSelectionResponse
- func (*AggregateSelectionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AggregateSelectionResponse) GetAggregateAndProof() *AggregateAttestationAndProof
- func (*AggregateSelectionResponse) ProtoMessage()
- func (x *AggregateSelectionResponse) ProtoReflect() protoreflect.Message
- func (x *AggregateSelectionResponse) Reset()
- func (x *AggregateSelectionResponse) String() string
- type AggregatedSigAndAggregationBitsRequest
- func (*AggregatedSigAndAggregationBitsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AggregatedSigAndAggregationBitsRequest) GetBlockRoot() []byte
- func (x *AggregatedSigAndAggregationBitsRequest) GetMsgs() []*SyncCommitteeMessage
- func (x *AggregatedSigAndAggregationBitsRequest) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (x *AggregatedSigAndAggregationBitsRequest) GetSubnetId() uint64
- func (*AggregatedSigAndAggregationBitsRequest) ProtoMessage()
- func (x *AggregatedSigAndAggregationBitsRequest) ProtoReflect() protoreflect.Message
- func (x *AggregatedSigAndAggregationBitsRequest) Reset()
- func (x *AggregatedSigAndAggregationBitsRequest) String() string
- type AggregatedSigAndAggregationBitsResponse
- func (*AggregatedSigAndAggregationBitsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AggregatedSigAndAggregationBitsResponse) GetAggregatedSig() []byte
- func (x *AggregatedSigAndAggregationBitsResponse) GetBits() []byte
- func (*AggregatedSigAndAggregationBitsResponse) ProtoMessage()
- func (x *AggregatedSigAndAggregationBitsResponse) ProtoReflect() protoreflect.Message
- func (x *AggregatedSigAndAggregationBitsResponse) Reset()
- func (x *AggregatedSigAndAggregationBitsResponse) String() string
- type AssignValidatorToSubnetRequest
- func (*AssignValidatorToSubnetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AssignValidatorToSubnetRequest) GetPublicKey() []byte
- func (x *AssignValidatorToSubnetRequest) GetStatus() ValidatorStatus
- func (*AssignValidatorToSubnetRequest) ProtoMessage()
- func (x *AssignValidatorToSubnetRequest) ProtoReflect() protoreflect.Message
- func (x *AssignValidatorToSubnetRequest) Reset()
- func (x *AssignValidatorToSubnetRequest) String() string
- type AttestResponse
- type Attestation
- func (*Attestation) Descriptor() ([]byte, []int)deprecated
- func (x *Attestation) GetAggregationBits() github_com_prysmaticlabs_go_bitfield.Bitlist
- func (x *Attestation) GetData() *AttestationData
- func (x *Attestation) GetSignature() []byte
- func (a *Attestation) HashTreeRoot() ([32]byte, error)
- func (a *Attestation) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (a *Attestation) MarshalSSZ() ([]byte, error)
- func (a *Attestation) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*Attestation) ProtoMessage()
- func (x *Attestation) ProtoReflect() protoreflect.Message
- func (x *Attestation) Reset()
- func (a *Attestation) SizeSSZ() (size int)
- func (x *Attestation) String() string
- func (a *Attestation) UnmarshalSSZ(buf []byte) error
- type AttestationData
- func (*AttestationData) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationData) GetBeaconBlockRoot() []byte
- func (x *AttestationData) GetCommitteeIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.CommitteeIndex
- func (x *AttestationData) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (x *AttestationData) GetSource() *Checkpoint
- func (x *AttestationData) GetTarget() *Checkpoint
- func (a *AttestationData) HashTreeRoot() ([32]byte, error)
- func (a *AttestationData) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (a *AttestationData) MarshalSSZ() ([]byte, error)
- func (a *AttestationData) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*AttestationData) ProtoMessage()
- func (x *AttestationData) ProtoReflect() protoreflect.Message
- func (x *AttestationData) Reset()
- func (a *AttestationData) SizeSSZ() (size int)
- func (x *AttestationData) String() string
- func (a *AttestationData) UnmarshalSSZ(buf []byte) error
- type AttestationDataRequest
- func (*AttestationDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationDataRequest) GetCommitteeIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.CommitteeIndex
- func (x *AttestationDataRequest) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (*AttestationDataRequest) ProtoMessage()
- func (x *AttestationDataRequest) ProtoReflect() protoreflect.Message
- func (x *AttestationDataRequest) Reset()
- func (x *AttestationDataRequest) String() string
- type AttestationPoolRequest
- func (*AttestationPoolRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationPoolRequest) GetPageSize() int32
- func (x *AttestationPoolRequest) GetPageToken() string
- func (*AttestationPoolRequest) ProtoMessage()
- func (x *AttestationPoolRequest) ProtoReflect() protoreflect.Message
- func (x *AttestationPoolRequest) Reset()
- func (x *AttestationPoolRequest) String() string
- type AttestationPoolResponse
- func (*AttestationPoolResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationPoolResponse) GetAttestations() []*Attestation
- func (x *AttestationPoolResponse) GetNextPageToken() string
- func (x *AttestationPoolResponse) GetTotalSize() int32
- func (*AttestationPoolResponse) ProtoMessage()
- func (x *AttestationPoolResponse) ProtoReflect() protoreflect.Message
- func (x *AttestationPoolResponse) Reset()
- func (x *AttestationPoolResponse) String() string
- type AttesterSlashing
- func (*AttesterSlashing) Descriptor() ([]byte, []int)deprecated
- func (x *AttesterSlashing) GetAttestation_1() *IndexedAttestation
- func (x *AttesterSlashing) GetAttestation_2() *IndexedAttestation
- func (a *AttesterSlashing) HashTreeRoot() ([32]byte, error)
- func (a *AttesterSlashing) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (a *AttesterSlashing) MarshalSSZ() ([]byte, error)
- func (a *AttesterSlashing) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*AttesterSlashing) ProtoMessage()
- func (x *AttesterSlashing) ProtoReflect() protoreflect.Message
- func (x *AttesterSlashing) Reset()
- func (a *AttesterSlashing) SizeSSZ() (size int)
- func (x *AttesterSlashing) String() string
- func (a *AttesterSlashing) UnmarshalSSZ(buf []byte) error
- type AttesterSlashingResponse
- func (*AttesterSlashingResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AttesterSlashingResponse) GetAttesterSlashings() []*AttesterSlashing
- func (*AttesterSlashingResponse) ProtoMessage()
- func (x *AttesterSlashingResponse) ProtoReflect() protoreflect.Message
- func (x *AttesterSlashingResponse) Reset()
- func (x *AttesterSlashingResponse) String() string
- 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_v4_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 BeaconBlock
- func (*BeaconBlock) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconBlock) GetBody() *BeaconBlockBody
- func (x *BeaconBlock) GetParentRoot() []byte
- func (x *BeaconBlock) GetProposerIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (x *BeaconBlock) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (x *BeaconBlock) GetStateRoot() []byte
- func (b *BeaconBlock) HashTreeRoot() ([32]byte, error)
- func (b *BeaconBlock) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BeaconBlock) MarshalSSZ() ([]byte, error)
- func (b *BeaconBlock) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BeaconBlock) ProtoMessage()
- func (x *BeaconBlock) ProtoReflect() protoreflect.Message
- func (x *BeaconBlock) Reset()
- func (b *BeaconBlock) SizeSSZ() (size int)
- func (x *BeaconBlock) String() string
- func (b *BeaconBlock) UnmarshalSSZ(buf []byte) error
- 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_v4_consensus_types_primitives.ValidatorIndex
- func (x *BeaconBlockAltair) GetSlot() github_com_prysmaticlabs_prysm_v4_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 BeaconBlockAndBlobsDeneb
- func (*BeaconBlockAndBlobsDeneb) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconBlockAndBlobsDeneb) GetBlobs() []*BlobSidecar
- func (x *BeaconBlockAndBlobsDeneb) GetBlock() *BeaconBlockDeneb
- func (b *BeaconBlockAndBlobsDeneb) HashTreeRoot() ([32]byte, error)
- func (b *BeaconBlockAndBlobsDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BeaconBlockAndBlobsDeneb) MarshalSSZ() ([]byte, error)
- func (b *BeaconBlockAndBlobsDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BeaconBlockAndBlobsDeneb) ProtoMessage()
- func (x *BeaconBlockAndBlobsDeneb) ProtoReflect() protoreflect.Message
- func (x *BeaconBlockAndBlobsDeneb) Reset()
- func (b *BeaconBlockAndBlobsDeneb) SizeSSZ() (size int)
- func (x *BeaconBlockAndBlobsDeneb) String() string
- func (b *BeaconBlockAndBlobsDeneb) 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_v4_consensus_types_primitives.ValidatorIndex
- func (x *BeaconBlockBellatrix) GetSlot() github_com_prysmaticlabs_prysm_v4_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 BeaconBlockBody
- func (*BeaconBlockBody) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconBlockBody) GetAttestations() []*Attestation
- func (x *BeaconBlockBody) GetAttesterSlashings() []*AttesterSlashing
- func (x *BeaconBlockBody) GetDeposits() []*Deposit
- func (x *BeaconBlockBody) GetEth1Data() *Eth1Data
- func (x *BeaconBlockBody) GetGraffiti() []byte
- func (x *BeaconBlockBody) GetProposerSlashings() []*ProposerSlashing
- func (x *BeaconBlockBody) GetRandaoReveal() []byte
- func (x *BeaconBlockBody) GetVoluntaryExits() []*SignedVoluntaryExit
- func (b *BeaconBlockBody) HashTreeRoot() ([32]byte, error)
- func (b *BeaconBlockBody) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BeaconBlockBody) MarshalSSZ() ([]byte, error)
- func (b *BeaconBlockBody) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BeaconBlockBody) ProtoMessage()
- func (x *BeaconBlockBody) ProtoReflect() protoreflect.Message
- func (x *BeaconBlockBody) Reset()
- func (b *BeaconBlockBody) SizeSSZ() (size int)
- func (x *BeaconBlockBody) String() string
- func (b *BeaconBlockBody) UnmarshalSSZ(buf []byte) error
- type BeaconBlockBodyAltair
- func (*BeaconBlockBodyAltair) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconBlockBodyAltair) GetAttestations() []*Attestation
- func (x *BeaconBlockBodyAltair) GetAttesterSlashings() []*AttesterSlashing
- func (x *BeaconBlockBodyAltair) GetDeposits() []*Deposit
- func (x *BeaconBlockBodyAltair) GetEth1Data() *Eth1Data
- func (x *BeaconBlockBodyAltair) GetGraffiti() []byte
- func (x *BeaconBlockBodyAltair) GetProposerSlashings() []*ProposerSlashing
- func (x *BeaconBlockBodyAltair) GetRandaoReveal() []byte
- func (x *BeaconBlockBodyAltair) GetSyncAggregate() *SyncAggregate
- func (x *BeaconBlockBodyAltair) GetVoluntaryExits() []*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() []*Attestation
- func (x *BeaconBlockBodyBellatrix) GetAttesterSlashings() []*AttesterSlashing
- func (x *BeaconBlockBodyBellatrix) GetDeposits() []*Deposit
- func (x *BeaconBlockBodyBellatrix) GetEth1Data() *Eth1Data
- func (x *BeaconBlockBodyBellatrix) GetExecutionPayload() *v1.ExecutionPayload
- func (x *BeaconBlockBodyBellatrix) GetGraffiti() []byte
- func (x *BeaconBlockBodyBellatrix) GetProposerSlashings() []*ProposerSlashing
- func (x *BeaconBlockBodyBellatrix) GetRandaoReveal() []byte
- func (x *BeaconBlockBodyBellatrix) GetSyncAggregate() *SyncAggregate
- func (x *BeaconBlockBodyBellatrix) GetVoluntaryExits() []*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() []*Attestation
- func (x *BeaconBlockBodyCapella) GetAttesterSlashings() []*AttesterSlashing
- func (x *BeaconBlockBodyCapella) GetBlsToExecutionChanges() []*SignedBLSToExecutionChange
- func (x *BeaconBlockBodyCapella) GetDeposits() []*Deposit
- func (x *BeaconBlockBodyCapella) GetEth1Data() *Eth1Data
- func (x *BeaconBlockBodyCapella) GetExecutionPayload() *v1.ExecutionPayloadCapella
- func (x *BeaconBlockBodyCapella) GetGraffiti() []byte
- func (x *BeaconBlockBodyCapella) GetProposerSlashings() []*ProposerSlashing
- func (x *BeaconBlockBodyCapella) GetRandaoReveal() []byte
- func (x *BeaconBlockBodyCapella) GetSyncAggregate() *SyncAggregate
- func (x *BeaconBlockBodyCapella) GetVoluntaryExits() []*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 BeaconBlockBodyDeneb
- func (*BeaconBlockBodyDeneb) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconBlockBodyDeneb) GetAttestations() []*Attestation
- func (x *BeaconBlockBodyDeneb) GetAttesterSlashings() []*AttesterSlashing
- func (x *BeaconBlockBodyDeneb) GetBlobKzgCommitments() [][]byte
- func (x *BeaconBlockBodyDeneb) GetBlsToExecutionChanges() []*SignedBLSToExecutionChange
- func (x *BeaconBlockBodyDeneb) GetDeposits() []*Deposit
- func (x *BeaconBlockBodyDeneb) GetEth1Data() *Eth1Data
- func (x *BeaconBlockBodyDeneb) GetExecutionPayload() *v1.ExecutionPayloadDeneb
- func (x *BeaconBlockBodyDeneb) GetGraffiti() []byte
- func (x *BeaconBlockBodyDeneb) GetProposerSlashings() []*ProposerSlashing
- func (x *BeaconBlockBodyDeneb) GetRandaoReveal() []byte
- func (x *BeaconBlockBodyDeneb) GetSyncAggregate() *SyncAggregate
- func (x *BeaconBlockBodyDeneb) GetVoluntaryExits() []*SignedVoluntaryExit
- func (b *BeaconBlockBodyDeneb) HashTreeRoot() ([32]byte, error)
- func (b *BeaconBlockBodyDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BeaconBlockBodyDeneb) MarshalSSZ() ([]byte, error)
- func (b *BeaconBlockBodyDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BeaconBlockBodyDeneb) ProtoMessage()
- func (x *BeaconBlockBodyDeneb) ProtoReflect() protoreflect.Message
- func (x *BeaconBlockBodyDeneb) Reset()
- func (b *BeaconBlockBodyDeneb) SizeSSZ() (size int)
- func (x *BeaconBlockBodyDeneb) String() string
- func (b *BeaconBlockBodyDeneb) 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_v4_consensus_types_primitives.ValidatorIndex
- func (x *BeaconBlockCapella) GetSlot() github_com_prysmaticlabs_prysm_v4_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 BeaconBlockContainer
- func (*BeaconBlockContainer) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconBlockContainer) GetAltairBlock() *SignedBeaconBlockAltair
- func (x *BeaconBlockContainer) GetBellatrixBlock() *SignedBeaconBlockBellatrix
- func (x *BeaconBlockContainer) GetBlindedBellatrixBlock() *SignedBlindedBeaconBlockBellatrix
- func (x *BeaconBlockContainer) GetBlindedCapellaBlock() *SignedBlindedBeaconBlockCapella
- func (x *BeaconBlockContainer) GetBlindedDenebBlock() *SignedBlindedBeaconBlockDeneb
- func (m *BeaconBlockContainer) GetBlock() isBeaconBlockContainer_Block
- func (x *BeaconBlockContainer) GetBlockRoot() []byte
- func (x *BeaconBlockContainer) GetCanonical() bool
- func (x *BeaconBlockContainer) GetCapellaBlock() *SignedBeaconBlockCapella
- func (x *BeaconBlockContainer) GetDenebBlock() *SignedBeaconBlockDeneb
- func (x *BeaconBlockContainer) GetPhase0Block() *SignedBeaconBlock
- func (*BeaconBlockContainer) ProtoMessage()
- func (x *BeaconBlockContainer) ProtoReflect() protoreflect.Message
- func (x *BeaconBlockContainer) Reset()
- func (x *BeaconBlockContainer) String() string
- type BeaconBlockContainer_AltairBlock
- type BeaconBlockContainer_BellatrixBlock
- type BeaconBlockContainer_BlindedBellatrixBlock
- type BeaconBlockContainer_BlindedCapellaBlock
- type BeaconBlockContainer_BlindedDenebBlock
- type BeaconBlockContainer_CapellaBlock
- type BeaconBlockContainer_DenebBlock
- type BeaconBlockContainer_Phase0Block
- type BeaconBlockDeneb
- func (*BeaconBlockDeneb) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconBlockDeneb) GetBody() *BeaconBlockBodyDeneb
- func (x *BeaconBlockDeneb) GetParentRoot() []byte
- func (x *BeaconBlockDeneb) GetProposerIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (x *BeaconBlockDeneb) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (x *BeaconBlockDeneb) GetStateRoot() []byte
- func (b *BeaconBlockDeneb) HashTreeRoot() ([32]byte, error)
- func (b *BeaconBlockDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BeaconBlockDeneb) MarshalSSZ() ([]byte, error)
- func (b *BeaconBlockDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BeaconBlockDeneb) ProtoMessage()
- func (x *BeaconBlockDeneb) ProtoReflect() protoreflect.Message
- func (x *BeaconBlockDeneb) Reset()
- func (b *BeaconBlockDeneb) SizeSSZ() (size int)
- func (x *BeaconBlockDeneb) String() string
- func (b *BeaconBlockDeneb) UnmarshalSSZ(buf []byte) error
- type BeaconBlockHeader
- func (*BeaconBlockHeader) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconBlockHeader) GetBodyRoot() []byte
- func (x *BeaconBlockHeader) GetParentRoot() []byte
- func (x *BeaconBlockHeader) GetProposerIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (x *BeaconBlockHeader) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (x *BeaconBlockHeader) GetStateRoot() []byte
- func (b *BeaconBlockHeader) HashTreeRoot() ([32]byte, error)
- func (b *BeaconBlockHeader) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BeaconBlockHeader) MarshalSSZ() ([]byte, error)
- func (b *BeaconBlockHeader) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BeaconBlockHeader) ProtoMessage()
- func (x *BeaconBlockHeader) ProtoReflect() protoreflect.Message
- func (x *BeaconBlockHeader) Reset()
- func (b *BeaconBlockHeader) SizeSSZ() (size int)
- func (x *BeaconBlockHeader) String() string
- func (b *BeaconBlockHeader) UnmarshalSSZ(buf []byte) error
- type BeaconBlocksByRangeRequest
- func (*BeaconBlocksByRangeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconBlocksByRangeRequest) GetCount() uint64
- func (x *BeaconBlocksByRangeRequest) GetStartSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (x *BeaconBlocksByRangeRequest) GetStep() uint64
- func (b *BeaconBlocksByRangeRequest) HashTreeRoot() ([32]byte, error)
- func (b *BeaconBlocksByRangeRequest) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BeaconBlocksByRangeRequest) MarshalSSZ() ([]byte, error)
- func (b *BeaconBlocksByRangeRequest) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BeaconBlocksByRangeRequest) ProtoMessage()
- func (x *BeaconBlocksByRangeRequest) ProtoReflect() protoreflect.Message
- func (x *BeaconBlocksByRangeRequest) Reset()
- func (b *BeaconBlocksByRangeRequest) SizeSSZ() (size int)
- func (x *BeaconBlocksByRangeRequest) String() string
- func (b *BeaconBlocksByRangeRequest) UnmarshalSSZ(buf []byte) error
- type BeaconChainClient
- type BeaconChainServer
- type BeaconChain_StreamAttestationsClient
- type BeaconChain_StreamAttestationsServer
- type BeaconChain_StreamBlocksClient
- type BeaconChain_StreamBlocksServer
- type BeaconChain_StreamChainHeadClient
- type BeaconChain_StreamChainHeadServer
- type BeaconChain_StreamIndexedAttestationsClient
- type BeaconChain_StreamIndexedAttestationsServer
- type BeaconChain_StreamValidatorsInfoClient
- type BeaconChain_StreamValidatorsInfoServer
- type BeaconCommittees
- func (*BeaconCommittees) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconCommittees) GetActiveValidatorCount() uint64
- func (x *BeaconCommittees) GetCommittees() map[uint64]*BeaconCommittees_CommitteesList
- func (x *BeaconCommittees) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (*BeaconCommittees) ProtoMessage()
- func (x *BeaconCommittees) ProtoReflect() protoreflect.Message
- func (x *BeaconCommittees) Reset()
- func (x *BeaconCommittees) String() string
- type BeaconCommittees_CommitteeItem
- func (*BeaconCommittees_CommitteeItem) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconCommittees_CommitteeItem) GetValidatorIndices() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (*BeaconCommittees_CommitteeItem) ProtoMessage()
- func (x *BeaconCommittees_CommitteeItem) ProtoReflect() protoreflect.Message
- func (x *BeaconCommittees_CommitteeItem) Reset()
- func (x *BeaconCommittees_CommitteeItem) String() string
- type BeaconCommittees_CommitteesList
- func (*BeaconCommittees_CommitteesList) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconCommittees_CommitteesList) GetCommittees() []*BeaconCommittees_CommitteeItem
- func (*BeaconCommittees_CommitteesList) ProtoMessage()
- func (x *BeaconCommittees_CommitteesList) ProtoReflect() protoreflect.Message
- func (x *BeaconCommittees_CommitteesList) Reset()
- func (x *BeaconCommittees_CommitteesList) String() string
- type BeaconConfig
- type BeaconNodeValidatorClient
- type BeaconNodeValidatorServer
- type BeaconNodeValidator_StreamBlocksAltairClient
- type BeaconNodeValidator_StreamBlocksAltairServer
- type BeaconNodeValidator_StreamDutiesClient
- type BeaconNodeValidator_StreamDutiesServer
- type BeaconNodeValidator_WaitForActivationClient
- type BeaconNodeValidator_WaitForActivationServer
- type BeaconNodeValidator_WaitForChainStartClient
- type BeaconNodeValidator_WaitForChainStartServer
- type BeaconState
- func (*BeaconState) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconState) GetBalances() []uint64
- func (x *BeaconState) GetBlockRoots() [][]byte
- func (x *BeaconState) GetCurrentEpochAttestations() []*PendingAttestation
- func (x *BeaconState) GetCurrentJustifiedCheckpoint() *Checkpoint
- func (x *BeaconState) GetEth1Data() *Eth1Data
- func (x *BeaconState) GetEth1DataVotes() []*Eth1Data
- func (x *BeaconState) GetEth1DepositIndex() uint64
- func (x *BeaconState) GetFinalizedCheckpoint() *Checkpoint
- func (x *BeaconState) GetFork() *Fork
- func (x *BeaconState) GetGenesisTime() uint64
- func (x *BeaconState) GetGenesisValidatorsRoot() []byte
- func (x *BeaconState) GetHistoricalRoots() [][]byte
- func (x *BeaconState) GetJustificationBits() github_com_prysmaticlabs_go_bitfield.Bitvector4
- func (x *BeaconState) GetLatestBlockHeader() *BeaconBlockHeader
- func (x *BeaconState) GetPreviousEpochAttestations() []*PendingAttestation
- func (x *BeaconState) GetPreviousJustifiedCheckpoint() *Checkpoint
- func (x *BeaconState) GetRandaoMixes() [][]byte
- func (x *BeaconState) GetSlashings() []uint64
- func (x *BeaconState) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (x *BeaconState) GetStateRoots() [][]byte
- func (x *BeaconState) GetValidators() []*Validator
- func (b *BeaconState) HashTreeRoot() ([32]byte, error)
- func (b *BeaconState) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BeaconState) MarshalSSZ() ([]byte, error)
- func (b *BeaconState) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BeaconState) ProtoMessage()
- func (x *BeaconState) ProtoReflect() protoreflect.Message
- func (x *BeaconState) Reset()
- func (b *BeaconState) SizeSSZ() (size int)
- func (x *BeaconState) String() string
- func (b *BeaconState) UnmarshalSSZ(buf []byte) error
- type BeaconStateAltair
- func (*BeaconStateAltair) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconStateAltair) GetBalances() []uint64
- func (x *BeaconStateAltair) GetBlockRoots() [][]byte
- func (x *BeaconStateAltair) GetCurrentEpochParticipation() []byte
- func (x *BeaconStateAltair) GetCurrentJustifiedCheckpoint() *Checkpoint
- func (x *BeaconStateAltair) GetCurrentSyncCommittee() *SyncCommittee
- func (x *BeaconStateAltair) GetEth1Data() *Eth1Data
- func (x *BeaconStateAltair) GetEth1DataVotes() []*Eth1Data
- func (x *BeaconStateAltair) GetEth1DepositIndex() uint64
- func (x *BeaconStateAltair) GetFinalizedCheckpoint() *Checkpoint
- func (x *BeaconStateAltair) GetFork() *Fork
- func (x *BeaconStateAltair) GetGenesisTime() uint64
- func (x *BeaconStateAltair) GetGenesisValidatorsRoot() []byte
- func (x *BeaconStateAltair) GetHistoricalRoots() [][]byte
- func (x *BeaconStateAltair) GetInactivityScores() []uint64
- func (x *BeaconStateAltair) GetJustificationBits() github_com_prysmaticlabs_go_bitfield.Bitvector4
- func (x *BeaconStateAltair) GetLatestBlockHeader() *BeaconBlockHeader
- func (x *BeaconStateAltair) GetNextSyncCommittee() *SyncCommittee
- func (x *BeaconStateAltair) GetPreviousEpochParticipation() []byte
- func (x *BeaconStateAltair) GetPreviousJustifiedCheckpoint() *Checkpoint
- func (x *BeaconStateAltair) GetRandaoMixes() [][]byte
- func (x *BeaconStateAltair) GetSlashings() []uint64
- func (x *BeaconStateAltair) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (x *BeaconStateAltair) GetStateRoots() [][]byte
- func (x *BeaconStateAltair) GetValidators() []*Validator
- func (b *BeaconStateAltair) HashTreeRoot() ([32]byte, error)
- func (b *BeaconStateAltair) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BeaconStateAltair) MarshalSSZ() ([]byte, error)
- func (b *BeaconStateAltair) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BeaconStateAltair) ProtoMessage()
- func (x *BeaconStateAltair) ProtoReflect() protoreflect.Message
- func (x *BeaconStateAltair) Reset()
- func (b *BeaconStateAltair) SizeSSZ() (size int)
- func (x *BeaconStateAltair) String() string
- func (b *BeaconStateAltair) UnmarshalSSZ(buf []byte) error
- 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() *Checkpoint
- func (x *BeaconStateBellatrix) GetCurrentSyncCommittee() *SyncCommittee
- func (x *BeaconStateBellatrix) GetEth1Data() *Eth1Data
- func (x *BeaconStateBellatrix) GetEth1DataVotes() []*Eth1Data
- func (x *BeaconStateBellatrix) GetEth1DepositIndex() uint64
- func (x *BeaconStateBellatrix) GetFinalizedCheckpoint() *Checkpoint
- func (x *BeaconStateBellatrix) GetFork() *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() *BeaconBlockHeader
- func (x *BeaconStateBellatrix) GetLatestExecutionPayloadHeader() *v1.ExecutionPayloadHeader
- func (x *BeaconStateBellatrix) GetNextSyncCommittee() *SyncCommittee
- func (x *BeaconStateBellatrix) GetPreviousEpochParticipation() []byte
- func (x *BeaconStateBellatrix) GetPreviousJustifiedCheckpoint() *Checkpoint
- func (x *BeaconStateBellatrix) GetRandaoMixes() [][]byte
- func (x *BeaconStateBellatrix) GetSlashings() []uint64
- func (x *BeaconStateBellatrix) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (x *BeaconStateBellatrix) GetStateRoots() [][]byte
- func (x *BeaconStateBellatrix) GetValidators() []*Validator
- func (b *BeaconStateBellatrix) HashTreeRoot() ([32]byte, error)
- func (b *BeaconStateBellatrix) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BeaconStateBellatrix) MarshalSSZ() ([]byte, error)
- func (b *BeaconStateBellatrix) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BeaconStateBellatrix) ProtoMessage()
- func (x *BeaconStateBellatrix) ProtoReflect() protoreflect.Message
- func (x *BeaconStateBellatrix) Reset()
- func (b *BeaconStateBellatrix) SizeSSZ() (size int)
- func (x *BeaconStateBellatrix) String() string
- func (b *BeaconStateBellatrix) UnmarshalSSZ(buf []byte) error
- 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() *Checkpoint
- func (x *BeaconStateCapella) GetCurrentSyncCommittee() *SyncCommittee
- func (x *BeaconStateCapella) GetEth1Data() *Eth1Data
- func (x *BeaconStateCapella) GetEth1DataVotes() []*Eth1Data
- func (x *BeaconStateCapella) GetEth1DepositIndex() uint64
- func (x *BeaconStateCapella) GetFinalizedCheckpoint() *Checkpoint
- func (x *BeaconStateCapella) GetFork() *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() *BeaconBlockHeader
- func (x *BeaconStateCapella) GetLatestExecutionPayloadHeader() *v1.ExecutionPayloadHeaderCapella
- func (x *BeaconStateCapella) GetNextSyncCommittee() *SyncCommittee
- func (x *BeaconStateCapella) GetNextWithdrawalIndex() uint64
- func (x *BeaconStateCapella) GetNextWithdrawalValidatorIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (x *BeaconStateCapella) GetPreviousEpochParticipation() []byte
- func (x *BeaconStateCapella) GetPreviousJustifiedCheckpoint() *Checkpoint
- func (x *BeaconStateCapella) GetRandaoMixes() [][]byte
- func (x *BeaconStateCapella) GetSlashings() []uint64
- func (x *BeaconStateCapella) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (x *BeaconStateCapella) GetStateRoots() [][]byte
- func (x *BeaconStateCapella) GetValidators() []*Validator
- func (b *BeaconStateCapella) HashTreeRoot() ([32]byte, error)
- func (b *BeaconStateCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BeaconStateCapella) MarshalSSZ() ([]byte, error)
- func (b *BeaconStateCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BeaconStateCapella) ProtoMessage()
- func (x *BeaconStateCapella) ProtoReflect() protoreflect.Message
- func (x *BeaconStateCapella) Reset()
- func (b *BeaconStateCapella) SizeSSZ() (size int)
- func (x *BeaconStateCapella) String() string
- func (b *BeaconStateCapella) UnmarshalSSZ(buf []byte) error
- type BeaconStateDeneb
- func (*BeaconStateDeneb) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconStateDeneb) GetBalances() []uint64
- func (x *BeaconStateDeneb) GetBlockRoots() [][]byte
- func (x *BeaconStateDeneb) GetCurrentEpochParticipation() []byte
- func (x *BeaconStateDeneb) GetCurrentJustifiedCheckpoint() *Checkpoint
- func (x *BeaconStateDeneb) GetCurrentSyncCommittee() *SyncCommittee
- func (x *BeaconStateDeneb) GetEth1Data() *Eth1Data
- func (x *BeaconStateDeneb) GetEth1DataVotes() []*Eth1Data
- func (x *BeaconStateDeneb) GetEth1DepositIndex() uint64
- func (x *BeaconStateDeneb) GetFinalizedCheckpoint() *Checkpoint
- func (x *BeaconStateDeneb) GetFork() *Fork
- func (x *BeaconStateDeneb) GetGenesisTime() uint64
- func (x *BeaconStateDeneb) GetGenesisValidatorsRoot() []byte
- func (x *BeaconStateDeneb) GetHistoricalRoots() [][]byte
- func (x *BeaconStateDeneb) GetHistoricalSummaries() []*HistoricalSummary
- func (x *BeaconStateDeneb) GetInactivityScores() []uint64
- func (x *BeaconStateDeneb) GetJustificationBits() github_com_prysmaticlabs_go_bitfield.Bitvector4
- func (x *BeaconStateDeneb) GetLatestBlockHeader() *BeaconBlockHeader
- func (x *BeaconStateDeneb) GetLatestExecutionPayloadHeader() *v1.ExecutionPayloadHeaderDeneb
- func (x *BeaconStateDeneb) GetNextSyncCommittee() *SyncCommittee
- func (x *BeaconStateDeneb) GetNextWithdrawalIndex() uint64
- func (x *BeaconStateDeneb) GetNextWithdrawalValidatorIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (x *BeaconStateDeneb) GetPreviousEpochParticipation() []byte
- func (x *BeaconStateDeneb) GetPreviousJustifiedCheckpoint() *Checkpoint
- func (x *BeaconStateDeneb) GetRandaoMixes() [][]byte
- func (x *BeaconStateDeneb) GetSlashings() []uint64
- func (x *BeaconStateDeneb) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (x *BeaconStateDeneb) GetStateRoots() [][]byte
- func (x *BeaconStateDeneb) GetValidators() []*Validator
- func (b *BeaconStateDeneb) HashTreeRoot() ([32]byte, error)
- func (b *BeaconStateDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BeaconStateDeneb) MarshalSSZ() ([]byte, error)
- func (b *BeaconStateDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BeaconStateDeneb) ProtoMessage()
- func (x *BeaconStateDeneb) ProtoReflect() protoreflect.Message
- func (x *BeaconStateDeneb) Reset()
- func (b *BeaconStateDeneb) SizeSSZ() (size int)
- func (x *BeaconStateDeneb) String() string
- func (b *BeaconStateDeneb) UnmarshalSSZ(buf []byte) error
- type BeaconStateRequest
- func (*BeaconStateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconStateRequest) GetBlockRoot() []byte
- func (m *BeaconStateRequest) GetQueryFilter() isBeaconStateRequest_QueryFilter
- func (x *BeaconStateRequest) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (*BeaconStateRequest) ProtoMessage()
- func (x *BeaconStateRequest) ProtoReflect() protoreflect.Message
- func (x *BeaconStateRequest) Reset()
- func (x *BeaconStateRequest) String() string
- type BeaconStateRequest_BlockRoot
- type BeaconStateRequest_Slot
- type BlindedBeaconBlockAndBlobsDeneb
- func (*BlindedBeaconBlockAndBlobsDeneb) Descriptor() ([]byte, []int)deprecated
- func (x *BlindedBeaconBlockAndBlobsDeneb) GetBlobs() []*BlindedBlobSidecar
- func (x *BlindedBeaconBlockAndBlobsDeneb) GetBlock() *BlindedBeaconBlockDeneb
- func (b *BlindedBeaconBlockAndBlobsDeneb) HashTreeRoot() ([32]byte, error)
- func (b *BlindedBeaconBlockAndBlobsDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BlindedBeaconBlockAndBlobsDeneb) MarshalSSZ() ([]byte, error)
- func (b *BlindedBeaconBlockAndBlobsDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BlindedBeaconBlockAndBlobsDeneb) ProtoMessage()
- func (x *BlindedBeaconBlockAndBlobsDeneb) ProtoReflect() protoreflect.Message
- func (x *BlindedBeaconBlockAndBlobsDeneb) Reset()
- func (b *BlindedBeaconBlockAndBlobsDeneb) SizeSSZ() (size int)
- func (x *BlindedBeaconBlockAndBlobsDeneb) String() string
- func (b *BlindedBeaconBlockAndBlobsDeneb) UnmarshalSSZ(buf []byte) error
- 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_v4_consensus_types_primitives.ValidatorIndex
- func (x *BlindedBeaconBlockBellatrix) GetSlot() github_com_prysmaticlabs_prysm_v4_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() []*Attestation
- func (x *BlindedBeaconBlockBodyBellatrix) GetAttesterSlashings() []*AttesterSlashing
- func (x *BlindedBeaconBlockBodyBellatrix) GetDeposits() []*Deposit
- func (x *BlindedBeaconBlockBodyBellatrix) GetEth1Data() *Eth1Data
- func (x *BlindedBeaconBlockBodyBellatrix) GetExecutionPayloadHeader() *v1.ExecutionPayloadHeader
- func (x *BlindedBeaconBlockBodyBellatrix) GetGraffiti() []byte
- func (x *BlindedBeaconBlockBodyBellatrix) GetProposerSlashings() []*ProposerSlashing
- func (x *BlindedBeaconBlockBodyBellatrix) GetRandaoReveal() []byte
- func (x *BlindedBeaconBlockBodyBellatrix) GetSyncAggregate() *SyncAggregate
- func (x *BlindedBeaconBlockBodyBellatrix) GetVoluntaryExits() []*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() []*Attestation
- func (x *BlindedBeaconBlockBodyCapella) GetAttesterSlashings() []*AttesterSlashing
- func (x *BlindedBeaconBlockBodyCapella) GetBlsToExecutionChanges() []*SignedBLSToExecutionChange
- func (x *BlindedBeaconBlockBodyCapella) GetDeposits() []*Deposit
- func (x *BlindedBeaconBlockBodyCapella) GetEth1Data() *Eth1Data
- func (x *BlindedBeaconBlockBodyCapella) GetExecutionPayloadHeader() *v1.ExecutionPayloadHeaderCapella
- func (x *BlindedBeaconBlockBodyCapella) GetGraffiti() []byte
- func (x *BlindedBeaconBlockBodyCapella) GetProposerSlashings() []*ProposerSlashing
- func (x *BlindedBeaconBlockBodyCapella) GetRandaoReveal() []byte
- func (x *BlindedBeaconBlockBodyCapella) GetSyncAggregate() *SyncAggregate
- func (x *BlindedBeaconBlockBodyCapella) GetVoluntaryExits() []*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 BlindedBeaconBlockBodyDeneb
- func (*BlindedBeaconBlockBodyDeneb) Descriptor() ([]byte, []int)deprecated
- func (x *BlindedBeaconBlockBodyDeneb) GetAttestations() []*Attestation
- func (x *BlindedBeaconBlockBodyDeneb) GetAttesterSlashings() []*AttesterSlashing
- func (x *BlindedBeaconBlockBodyDeneb) GetBlobKzgCommitments() [][]byte
- func (x *BlindedBeaconBlockBodyDeneb) GetBlsToExecutionChanges() []*SignedBLSToExecutionChange
- func (x *BlindedBeaconBlockBodyDeneb) GetDeposits() []*Deposit
- func (x *BlindedBeaconBlockBodyDeneb) GetEth1Data() *Eth1Data
- func (x *BlindedBeaconBlockBodyDeneb) GetExecutionPayloadHeader() *v1.ExecutionPayloadHeaderDeneb
- func (x *BlindedBeaconBlockBodyDeneb) GetGraffiti() []byte
- func (x *BlindedBeaconBlockBodyDeneb) GetProposerSlashings() []*ProposerSlashing
- func (x *BlindedBeaconBlockBodyDeneb) GetRandaoReveal() []byte
- func (x *BlindedBeaconBlockBodyDeneb) GetSyncAggregate() *SyncAggregate
- func (x *BlindedBeaconBlockBodyDeneb) GetVoluntaryExits() []*SignedVoluntaryExit
- func (b *BlindedBeaconBlockBodyDeneb) HashTreeRoot() ([32]byte, error)
- func (b *BlindedBeaconBlockBodyDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BlindedBeaconBlockBodyDeneb) MarshalSSZ() ([]byte, error)
- func (b *BlindedBeaconBlockBodyDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BlindedBeaconBlockBodyDeneb) ProtoMessage()
- func (x *BlindedBeaconBlockBodyDeneb) ProtoReflect() protoreflect.Message
- func (x *BlindedBeaconBlockBodyDeneb) Reset()
- func (b *BlindedBeaconBlockBodyDeneb) SizeSSZ() (size int)
- func (x *BlindedBeaconBlockBodyDeneb) String() string
- func (b *BlindedBeaconBlockBodyDeneb) 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_v4_consensus_types_primitives.ValidatorIndex
- func (x *BlindedBeaconBlockCapella) GetSlot() github_com_prysmaticlabs_prysm_v4_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 BlindedBeaconBlockDeneb
- func (*BlindedBeaconBlockDeneb) Descriptor() ([]byte, []int)deprecated
- func (x *BlindedBeaconBlockDeneb) GetBody() *BlindedBeaconBlockBodyDeneb
- func (x *BlindedBeaconBlockDeneb) GetParentRoot() []byte
- func (x *BlindedBeaconBlockDeneb) GetProposerIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (x *BlindedBeaconBlockDeneb) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (x *BlindedBeaconBlockDeneb) GetStateRoot() []byte
- func (b *BlindedBeaconBlockDeneb) HashTreeRoot() ([32]byte, error)
- func (b *BlindedBeaconBlockDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BlindedBeaconBlockDeneb) MarshalSSZ() ([]byte, error)
- func (b *BlindedBeaconBlockDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BlindedBeaconBlockDeneb) ProtoMessage()
- func (x *BlindedBeaconBlockDeneb) ProtoReflect() protoreflect.Message
- func (x *BlindedBeaconBlockDeneb) Reset()
- func (b *BlindedBeaconBlockDeneb) SizeSSZ() (size int)
- func (x *BlindedBeaconBlockDeneb) String() string
- func (b *BlindedBeaconBlockDeneb) UnmarshalSSZ(buf []byte) error
- type BlindedBlobSidecar
- func (*BlindedBlobSidecar) Descriptor() ([]byte, []int)deprecated
- func (x *BlindedBlobSidecar) GetBlobRoot() []byte
- func (x *BlindedBlobSidecar) GetBlockParentRoot() []byte
- func (x *BlindedBlobSidecar) GetBlockRoot() []byte
- func (x *BlindedBlobSidecar) GetIndex() uint64
- func (x *BlindedBlobSidecar) GetKzgCommitment() []byte
- func (x *BlindedBlobSidecar) GetKzgProof() []byte
- func (x *BlindedBlobSidecar) GetProposerIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (x *BlindedBlobSidecar) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (b *BlindedBlobSidecar) HashTreeRoot() ([32]byte, error)
- func (b *BlindedBlobSidecar) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BlindedBlobSidecar) MarshalSSZ() ([]byte, error)
- func (b *BlindedBlobSidecar) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BlindedBlobSidecar) ProtoMessage()
- func (x *BlindedBlobSidecar) ProtoReflect() protoreflect.Message
- func (x *BlindedBlobSidecar) Reset()
- func (b *BlindedBlobSidecar) SizeSSZ() (size int)
- func (x *BlindedBlobSidecar) String() string
- func (b *BlindedBlobSidecar) UnmarshalSSZ(buf []byte) error
- type BlindedBlobSidecars
- func (*BlindedBlobSidecars) Descriptor() ([]byte, []int)deprecated
- func (x *BlindedBlobSidecars) GetSidecars() []*BlindedBlobSidecar
- func (*BlindedBlobSidecars) ProtoMessage()
- func (x *BlindedBlobSidecars) ProtoReflect() protoreflect.Message
- func (x *BlindedBlobSidecars) Reset()
- func (x *BlindedBlobSidecars) String() string
- type BlobIdentifier
- func (*BlobIdentifier) Descriptor() ([]byte, []int)deprecated
- func (x *BlobIdentifier) GetBlockRoot() []byte
- func (x *BlobIdentifier) GetIndex() uint64
- func (b *BlobIdentifier) HashTreeRoot() ([32]byte, error)
- func (b *BlobIdentifier) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BlobIdentifier) MarshalSSZ() ([]byte, error)
- func (b *BlobIdentifier) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BlobIdentifier) ProtoMessage()
- func (x *BlobIdentifier) ProtoReflect() protoreflect.Message
- func (x *BlobIdentifier) Reset()
- func (b *BlobIdentifier) SizeSSZ() (size int)
- func (x *BlobIdentifier) String() string
- func (b *BlobIdentifier) UnmarshalSSZ(buf []byte) error
- type BlobSidecar
- func (*BlobSidecar) Descriptor() ([]byte, []int)deprecated
- func (x *BlobSidecar) GetBlob() []byte
- func (x *BlobSidecar) GetBlockParentRoot() []byte
- func (x *BlobSidecar) GetBlockRoot() []byte
- func (x *BlobSidecar) GetIndex() uint64
- func (x *BlobSidecar) GetKzgCommitment() []byte
- func (x *BlobSidecar) GetKzgProof() []byte
- func (x *BlobSidecar) GetProposerIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (x *BlobSidecar) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (b *BlobSidecar) HashTreeRoot() ([32]byte, error)
- func (b *BlobSidecar) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BlobSidecar) MarshalSSZ() ([]byte, error)
- func (b *BlobSidecar) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BlobSidecar) ProtoMessage()
- func (x *BlobSidecar) ProtoReflect() protoreflect.Message
- func (x *BlobSidecar) Reset()
- func (b *BlobSidecar) SizeSSZ() (size int)
- func (x *BlobSidecar) String() string
- func (b *BlobSidecar) UnmarshalSSZ(buf []byte) error
- type BlobSidecars
- type BlobSidecarsByRangeRequest
- func (*BlobSidecarsByRangeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BlobSidecarsByRangeRequest) GetCount() uint64
- func (x *BlobSidecarsByRangeRequest) GetStartSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (b *BlobSidecarsByRangeRequest) HashTreeRoot() ([32]byte, error)
- func (b *BlobSidecarsByRangeRequest) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BlobSidecarsByRangeRequest) MarshalSSZ() ([]byte, error)
- func (b *BlobSidecarsByRangeRequest) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BlobSidecarsByRangeRequest) ProtoMessage()
- func (x *BlobSidecarsByRangeRequest) ProtoReflect() protoreflect.Message
- func (x *BlobSidecarsByRangeRequest) Reset()
- func (b *BlobSidecarsByRangeRequest) SizeSSZ() (size int)
- func (x *BlobSidecarsByRangeRequest) String() string
- func (b *BlobSidecarsByRangeRequest) UnmarshalSSZ(buf []byte) error
- type BlockRequest
- func (*BlockRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BlockRequest) GetGraffiti() []byte
- func (x *BlockRequest) GetRandaoReveal() []byte
- func (x *BlockRequest) GetSkipMevBoost() bool
- func (x *BlockRequest) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (*BlockRequest) ProtoMessage()
- func (x *BlockRequest) ProtoReflect() protoreflect.Message
- func (x *BlockRequest) Reset()
- func (x *BlockRequest) String() string
- type BlockRequestByRoot
- func (*BlockRequestByRoot) Descriptor() ([]byte, []int)deprecated
- func (x *BlockRequestByRoot) GetBlockRoot() []byte
- func (*BlockRequestByRoot) ProtoMessage()
- func (x *BlockRequestByRoot) ProtoReflect() protoreflect.Message
- func (x *BlockRequestByRoot) Reset()
- func (x *BlockRequestByRoot) String() string
- type BuilderBid
- func (*BuilderBid) Descriptor() ([]byte, []int)deprecated
- func (x *BuilderBid) GetHeader() *v1.ExecutionPayloadHeader
- func (x *BuilderBid) GetPubkey() []byte
- func (x *BuilderBid) GetValue() []byte
- func (b *BuilderBid) HashTreeRoot() ([32]byte, error)
- func (b *BuilderBid) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BuilderBid) MarshalSSZ() ([]byte, error)
- func (b *BuilderBid) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BuilderBid) ProtoMessage()
- func (x *BuilderBid) ProtoReflect() protoreflect.Message
- func (x *BuilderBid) Reset()
- func (b *BuilderBid) SizeSSZ() (size int)
- func (x *BuilderBid) String() string
- func (b *BuilderBid) UnmarshalSSZ(buf []byte) error
- type BuilderBidCapella
- func (*BuilderBidCapella) Descriptor() ([]byte, []int)deprecated
- func (x *BuilderBidCapella) GetHeader() *v1.ExecutionPayloadHeaderCapella
- func (x *BuilderBidCapella) GetPubkey() []byte
- func (x *BuilderBidCapella) GetValue() []byte
- func (b *BuilderBidCapella) HashTreeRoot() ([32]byte, error)
- func (b *BuilderBidCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BuilderBidCapella) MarshalSSZ() ([]byte, error)
- func (b *BuilderBidCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BuilderBidCapella) ProtoMessage()
- func (x *BuilderBidCapella) ProtoReflect() protoreflect.Message
- func (x *BuilderBidCapella) Reset()
- func (b *BuilderBidCapella) SizeSSZ() (size int)
- func (x *BuilderBidCapella) String() string
- func (b *BuilderBidCapella) UnmarshalSSZ(buf []byte) error
- type BuilderBidDeneb
- func (*BuilderBidDeneb) Descriptor() ([]byte, []int)deprecated
- func (x *BuilderBidDeneb) GetBlindedBlobsBundle() *v1.BlindedBlobsBundle
- func (x *BuilderBidDeneb) GetHeader() *v1.ExecutionPayloadHeaderDeneb
- func (x *BuilderBidDeneb) GetPubkey() []byte
- func (x *BuilderBidDeneb) GetValue() []byte
- func (b *BuilderBidDeneb) HashTreeRoot() ([32]byte, error)
- func (b *BuilderBidDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BuilderBidDeneb) MarshalSSZ() ([]byte, error)
- func (b *BuilderBidDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BuilderBidDeneb) ProtoMessage()
- func (x *BuilderBidDeneb) ProtoReflect() protoreflect.Message
- func (x *BuilderBidDeneb) Reset()
- func (b *BuilderBidDeneb) SizeSSZ() (size int)
- func (x *BuilderBidDeneb) String() string
- func (b *BuilderBidDeneb) UnmarshalSSZ(buf []byte) error
- type ChainHead
- func (*ChainHead) Descriptor() ([]byte, []int)deprecated
- func (x *ChainHead) GetFinalizedBlockRoot() []byte
- func (x *ChainHead) GetFinalizedEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *ChainHead) GetFinalizedSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (x *ChainHead) GetHeadBlockRoot() []byte
- func (x *ChainHead) GetHeadEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *ChainHead) GetHeadSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (x *ChainHead) GetJustifiedBlockRoot() []byte
- func (x *ChainHead) GetJustifiedEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *ChainHead) GetJustifiedSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (x *ChainHead) GetOptimisticStatus() bool
- func (x *ChainHead) GetPreviousJustifiedBlockRoot() []byte
- func (x *ChainHead) GetPreviousJustifiedEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *ChainHead) GetPreviousJustifiedSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (*ChainHead) ProtoMessage()
- func (x *ChainHead) ProtoReflect() protoreflect.Message
- func (x *ChainHead) Reset()
- func (x *ChainHead) String() string
- type ChainStartData
- func (*ChainStartData) Descriptor() ([]byte, []int)deprecated
- func (x *ChainStartData) GetChainstartDeposits() []*Deposit
- func (x *ChainStartData) GetChainstarted() bool
- func (x *ChainStartData) GetEth1Data() *Eth1Data
- func (x *ChainStartData) GetGenesisBlock() uint64
- func (x *ChainStartData) GetGenesisTime() uint64
- func (*ChainStartData) ProtoMessage()
- func (x *ChainStartData) ProtoReflect() protoreflect.Message
- func (x *ChainStartData) Reset()
- func (x *ChainStartData) String() string
- type ChainStartResponse
- func (*ChainStartResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ChainStartResponse) GetGenesisTime() uint64
- func (x *ChainStartResponse) GetGenesisValidatorsRoot() []byte
- func (x *ChainStartResponse) GetStarted() bool
- func (*ChainStartResponse) ProtoMessage()
- func (x *ChainStartResponse) ProtoReflect() protoreflect.Message
- func (x *ChainStartResponse) Reset()
- func (x *ChainStartResponse) String() string
- type CheckPtInfo
- func (*CheckPtInfo) Descriptor() ([]byte, []int)deprecated
- func (x *CheckPtInfo) GetActiveIndices() []uint64
- func (x *CheckPtInfo) GetFork() *Fork
- func (x *CheckPtInfo) GetGenesisRoot() []byte
- func (x *CheckPtInfo) GetPubKeys() [][]byte
- func (x *CheckPtInfo) GetSeed() []byte
- func (*CheckPtInfo) ProtoMessage()
- func (x *CheckPtInfo) ProtoReflect() protoreflect.Message
- func (x *CheckPtInfo) Reset()
- func (x *CheckPtInfo) String() string
- type Checkpoint
- func (*Checkpoint) Descriptor() ([]byte, []int)deprecated
- func (x *Checkpoint) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *Checkpoint) GetRoot() []byte
- func (c *Checkpoint) HashTreeRoot() ([32]byte, error)
- func (c *Checkpoint) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (c *Checkpoint) MarshalSSZ() ([]byte, error)
- func (c *Checkpoint) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*Checkpoint) ProtoMessage()
- func (x *Checkpoint) ProtoReflect() protoreflect.Message
- func (x *Checkpoint) Reset()
- func (c *Checkpoint) SizeSSZ() (size int)
- func (x *Checkpoint) String() string
- func (c *Checkpoint) UnmarshalSSZ(buf []byte) error
- type CommitteeSubnetsSubscribeRequest
- func (*CommitteeSubnetsSubscribeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CommitteeSubnetsSubscribeRequest) GetCommitteeIds() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.CommitteeIndex
- func (x *CommitteeSubnetsSubscribeRequest) GetIsAggregator() []bool
- func (x *CommitteeSubnetsSubscribeRequest) GetSlots() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (*CommitteeSubnetsSubscribeRequest) ProtoMessage()
- func (x *CommitteeSubnetsSubscribeRequest) ProtoReflect() protoreflect.Message
- func (x *CommitteeSubnetsSubscribeRequest) Reset()
- func (x *CommitteeSubnetsSubscribeRequest) String() string
- type ConnectionState
- func (ConnectionState) Descriptor() protoreflect.EnumDescriptor
- func (x ConnectionState) Enum() *ConnectionState
- func (ConnectionState) EnumDescriptor() ([]byte, []int)deprecated
- func (x ConnectionState) Number() protoreflect.EnumNumber
- func (x ConnectionState) String() string
- func (ConnectionState) Type() protoreflect.EnumType
- type ContributionAndProof
- func (*ContributionAndProof) Descriptor() ([]byte, []int)deprecated
- func (x *ContributionAndProof) GetAggregatorIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (x *ContributionAndProof) GetContribution() *SyncCommitteeContribution
- func (x *ContributionAndProof) GetSelectionProof() []byte
- func (c *ContributionAndProof) HashTreeRoot() ([32]byte, error)
- func (c *ContributionAndProof) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (c *ContributionAndProof) MarshalSSZ() ([]byte, error)
- func (c *ContributionAndProof) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*ContributionAndProof) ProtoMessage()
- func (x *ContributionAndProof) ProtoReflect() protoreflect.Message
- func (x *ContributionAndProof) Reset()
- func (c *ContributionAndProof) SizeSSZ() (size int)
- func (x *ContributionAndProof) String() string
- func (c *ContributionAndProof) UnmarshalSSZ(buf []byte) error
- type DebugClient
- type DebugPeerResponse
- func (*DebugPeerResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DebugPeerResponse) GetConnectionState() ConnectionState
- func (x *DebugPeerResponse) GetDirection() PeerDirection
- func (x *DebugPeerResponse) GetEnr() string
- func (x *DebugPeerResponse) GetLastUpdated() uint64
- func (x *DebugPeerResponse) GetListeningAddresses() []string
- func (x *DebugPeerResponse) GetPeerId() string
- func (x *DebugPeerResponse) GetPeerInfo() *DebugPeerResponse_PeerInfo
- func (x *DebugPeerResponse) GetPeerStatus() *Status
- func (x *DebugPeerResponse) GetScoreInfo() *ScoreInfo
- func (*DebugPeerResponse) ProtoMessage()
- func (x *DebugPeerResponse) ProtoReflect() protoreflect.Message
- func (x *DebugPeerResponse) Reset()
- func (x *DebugPeerResponse) String() string
- type DebugPeerResponse_PeerInfo
- func (*DebugPeerResponse_PeerInfo) Descriptor() ([]byte, []int)deprecated
- func (x *DebugPeerResponse_PeerInfo) GetAgentVersion() string
- func (x *DebugPeerResponse_PeerInfo) GetFaultCount() uint64
- func (x *DebugPeerResponse_PeerInfo) GetMetadataV0() *MetaDataV0
- func (x *DebugPeerResponse_PeerInfo) GetMetadataV1() *MetaDataV1
- func (x *DebugPeerResponse_PeerInfo) GetPeerLatency() uint64
- func (x *DebugPeerResponse_PeerInfo) GetProtocolVersion() string
- func (x *DebugPeerResponse_PeerInfo) GetProtocols() []string
- func (*DebugPeerResponse_PeerInfo) ProtoMessage()
- func (x *DebugPeerResponse_PeerInfo) ProtoReflect() protoreflect.Message
- func (x *DebugPeerResponse_PeerInfo) Reset()
- func (x *DebugPeerResponse_PeerInfo) String() string
- type DebugPeerResponses
- func (*DebugPeerResponses) Descriptor() ([]byte, []int)deprecated
- func (x *DebugPeerResponses) GetResponses() []*DebugPeerResponse
- func (*DebugPeerResponses) ProtoMessage()
- func (x *DebugPeerResponses) ProtoReflect() protoreflect.Message
- func (x *DebugPeerResponses) Reset()
- func (x *DebugPeerResponses) String() string
- type DebugServer
- type Deposit
- func (*Deposit) Descriptor() ([]byte, []int)deprecated
- func (x *Deposit) GetData() *Deposit_Data
- func (x *Deposit) GetProof() [][]byte
- func (d *Deposit) HashTreeRoot() ([32]byte, error)
- func (d *Deposit) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (d *Deposit) MarshalSSZ() ([]byte, error)
- func (d *Deposit) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*Deposit) ProtoMessage()
- func (x *Deposit) ProtoReflect() protoreflect.Message
- func (x *Deposit) Reset()
- func (d *Deposit) SizeSSZ() (size int)
- func (x *Deposit) String() string
- func (d *Deposit) UnmarshalSSZ(buf []byte) error
- type DepositContainer
- func (*DepositContainer) Descriptor() ([]byte, []int)deprecated
- func (x *DepositContainer) GetDeposit() *Deposit
- func (x *DepositContainer) GetDepositRoot() []byte
- func (x *DepositContainer) GetEth1BlockHeight() uint64
- func (x *DepositContainer) GetIndex() int64
- func (*DepositContainer) ProtoMessage()
- func (x *DepositContainer) ProtoReflect() protoreflect.Message
- func (x *DepositContainer) Reset()
- func (x *DepositContainer) String() string
- type DepositMessage
- func (*DepositMessage) Descriptor() ([]byte, []int)deprecated
- func (x *DepositMessage) GetAmount() uint64
- func (x *DepositMessage) GetPublicKey() []byte
- func (x *DepositMessage) GetWithdrawalCredentials() []byte
- func (d *DepositMessage) HashTreeRoot() ([32]byte, error)
- func (d *DepositMessage) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (d *DepositMessage) MarshalSSZ() ([]byte, error)
- func (d *DepositMessage) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*DepositMessage) ProtoMessage()
- func (x *DepositMessage) ProtoReflect() protoreflect.Message
- func (x *DepositMessage) Reset()
- func (d *DepositMessage) SizeSSZ() (size int)
- func (x *DepositMessage) String() string
- func (d *DepositMessage) UnmarshalSSZ(buf []byte) error
- type DepositSnapshot
- func (*DepositSnapshot) Descriptor() ([]byte, []int)deprecated
- func (x *DepositSnapshot) GetDepositCount() uint64
- func (x *DepositSnapshot) GetDepositRoot() []byte
- func (x *DepositSnapshot) GetExecutionDepth() uint64
- func (x *DepositSnapshot) GetExecutionHash() []byte
- func (x *DepositSnapshot) GetFinalized() [][]byte
- func (*DepositSnapshot) ProtoMessage()
- func (x *DepositSnapshot) ProtoReflect() protoreflect.Message
- func (x *DepositSnapshot) Reset()
- func (x *DepositSnapshot) String() string
- type Deposit_Data
- func (*Deposit_Data) Descriptor() ([]byte, []int)deprecated
- func (x *Deposit_Data) GetAmount() uint64
- func (x *Deposit_Data) GetPublicKey() []byte
- func (x *Deposit_Data) GetSignature() []byte
- func (x *Deposit_Data) GetWithdrawalCredentials() []byte
- func (d *Deposit_Data) HashTreeRoot() ([32]byte, error)
- func (d *Deposit_Data) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (d *Deposit_Data) MarshalSSZ() ([]byte, error)
- func (d *Deposit_Data) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*Deposit_Data) ProtoMessage()
- func (x *Deposit_Data) ProtoReflect() protoreflect.Message
- func (x *Deposit_Data) Reset()
- func (d *Deposit_Data) SizeSSZ() (size int)
- func (x *Deposit_Data) String() string
- func (d *Deposit_Data) UnmarshalSSZ(buf []byte) error
- type DomainRequest
- func (*DomainRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DomainRequest) GetDomain() []byte
- func (x *DomainRequest) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (*DomainRequest) ProtoMessage()
- func (x *DomainRequest) ProtoReflect() protoreflect.Message
- func (x *DomainRequest) Reset()
- func (x *DomainRequest) String() string
- type DomainResponse
- type DoppelGangerRequest
- func (*DoppelGangerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DoppelGangerRequest) GetValidatorRequests() []*DoppelGangerRequest_ValidatorRequest
- func (*DoppelGangerRequest) ProtoMessage()
- func (x *DoppelGangerRequest) ProtoReflect() protoreflect.Message
- func (x *DoppelGangerRequest) Reset()
- func (x *DoppelGangerRequest) String() string
- type DoppelGangerRequest_ValidatorRequest
- func (*DoppelGangerRequest_ValidatorRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DoppelGangerRequest_ValidatorRequest) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *DoppelGangerRequest_ValidatorRequest) GetPublicKey() []byte
- func (x *DoppelGangerRequest_ValidatorRequest) GetSignedRoot() []byte
- func (*DoppelGangerRequest_ValidatorRequest) ProtoMessage()
- func (x *DoppelGangerRequest_ValidatorRequest) ProtoReflect() protoreflect.Message
- func (x *DoppelGangerRequest_ValidatorRequest) Reset()
- func (x *DoppelGangerRequest_ValidatorRequest) String() string
- type DoppelGangerResponse
- func (*DoppelGangerResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DoppelGangerResponse) GetResponses() []*DoppelGangerResponse_ValidatorResponse
- func (*DoppelGangerResponse) ProtoMessage()
- func (x *DoppelGangerResponse) ProtoReflect() protoreflect.Message
- func (x *DoppelGangerResponse) Reset()
- func (x *DoppelGangerResponse) String() string
- type DoppelGangerResponse_ValidatorResponse
- func (*DoppelGangerResponse_ValidatorResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DoppelGangerResponse_ValidatorResponse) GetDuplicateExists() bool
- func (x *DoppelGangerResponse_ValidatorResponse) GetPublicKey() []byte
- func (*DoppelGangerResponse_ValidatorResponse) ProtoMessage()
- func (x *DoppelGangerResponse_ValidatorResponse) ProtoReflect() protoreflect.Message
- func (x *DoppelGangerResponse_ValidatorResponse) Reset()
- func (x *DoppelGangerResponse_ValidatorResponse) String() string
- type DutiesRequest
- func (*DutiesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DutiesRequest) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *DutiesRequest) GetPublicKeys() [][]byte
- func (*DutiesRequest) ProtoMessage()
- func (x *DutiesRequest) ProtoReflect() protoreflect.Message
- func (x *DutiesRequest) Reset()
- func (x *DutiesRequest) String() string
- type DutiesResponse
- func (*DutiesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DutiesResponse) GetCurrentEpochDuties() []*DutiesResponse_Duty
- func (x *DutiesResponse) GetDuties() []*DutiesResponse_Dutydeprecated
- func (x *DutiesResponse) GetNextEpochDuties() []*DutiesResponse_Duty
- func (*DutiesResponse) ProtoMessage()
- func (x *DutiesResponse) ProtoReflect() protoreflect.Message
- func (x *DutiesResponse) Reset()
- func (x *DutiesResponse) String() string
- type DutiesResponse_Duty
- func (*DutiesResponse_Duty) Descriptor() ([]byte, []int)deprecated
- func (x *DutiesResponse_Duty) GetAttesterSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (x *DutiesResponse_Duty) GetCommittee() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (x *DutiesResponse_Duty) GetCommitteeIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.CommitteeIndex
- func (x *DutiesResponse_Duty) GetIsSyncCommittee() bool
- func (x *DutiesResponse_Duty) GetProposerSlots() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (x *DutiesResponse_Duty) GetPublicKey() []byte
- func (x *DutiesResponse_Duty) GetStatus() ValidatorStatus
- func (x *DutiesResponse_Duty) GetValidatorIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (*DutiesResponse_Duty) ProtoMessage()
- func (x *DutiesResponse_Duty) ProtoReflect() protoreflect.Message
- func (x *DutiesResponse_Duty) Reset()
- func (x *DutiesResponse_Duty) String() string
- type ENRForkID
- func (*ENRForkID) Descriptor() ([]byte, []int)deprecated
- func (x *ENRForkID) GetCurrentForkDigest() []byte
- func (x *ENRForkID) GetNextForkEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *ENRForkID) GetNextForkVersion() []byte
- func (e *ENRForkID) HashTreeRoot() ([32]byte, error)
- func (e *ENRForkID) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (e *ENRForkID) MarshalSSZ() ([]byte, error)
- func (e *ENRForkID) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*ENRForkID) ProtoMessage()
- func (x *ENRForkID) ProtoReflect() protoreflect.Message
- func (x *ENRForkID) Reset()
- func (e *ENRForkID) SizeSSZ() (size int)
- func (x *ENRForkID) String() string
- func (e *ENRForkID) UnmarshalSSZ(buf []byte) error
- type ETH1ChainData
- func (*ETH1ChainData) Descriptor() ([]byte, []int)deprecated
- func (x *ETH1ChainData) GetBeaconState() *BeaconState
- func (x *ETH1ChainData) GetChainstartData() *ChainStartData
- func (x *ETH1ChainData) GetCurrentEth1Data() *LatestETH1Data
- func (x *ETH1ChainData) GetDepositContainers() []*DepositContainer
- func (x *ETH1ChainData) GetDepositSnapshot() *DepositSnapshot
- func (x *ETH1ChainData) GetTrie() *SparseMerkleTrie
- func (*ETH1ChainData) ProtoMessage()
- func (x *ETH1ChainData) ProtoReflect() protoreflect.Message
- func (x *ETH1ChainData) Reset()
- func (x *ETH1ChainData) String() string
- type ETH1ConnectionStatus
- func (*ETH1ConnectionStatus) Descriptor() ([]byte, []int)deprecated
- func (x *ETH1ConnectionStatus) GetAddresses() []string
- func (x *ETH1ConnectionStatus) GetConnectionErrors() []string
- func (x *ETH1ConnectionStatus) GetCurrentAddress() string
- func (x *ETH1ConnectionStatus) GetCurrentConnectionError() string
- func (*ETH1ConnectionStatus) ProtoMessage()
- func (x *ETH1ConnectionStatus) ProtoReflect() protoreflect.Message
- func (x *ETH1ConnectionStatus) Reset()
- func (x *ETH1ConnectionStatus) String() string
- type Eth1Data
- func (*Eth1Data) Descriptor() ([]byte, []int)deprecated
- func (x *Eth1Data) GetBlockHash() []byte
- func (x *Eth1Data) GetDepositCount() uint64
- func (x *Eth1Data) GetDepositRoot() []byte
- func (e *Eth1Data) HashTreeRoot() ([32]byte, error)
- func (e *Eth1Data) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (e *Eth1Data) MarshalSSZ() ([]byte, error)
- func (e *Eth1Data) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*Eth1Data) ProtoMessage()
- func (x *Eth1Data) ProtoReflect() protoreflect.Message
- func (x *Eth1Data) Reset()
- func (e *Eth1Data) SizeSSZ() (size int)
- func (x *Eth1Data) String() string
- func (e *Eth1Data) UnmarshalSSZ(buf []byte) error
- type FeeRecipientByPubKeyRequest
- func (*FeeRecipientByPubKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FeeRecipientByPubKeyRequest) GetPublicKey() []byte
- func (*FeeRecipientByPubKeyRequest) ProtoMessage()
- func (x *FeeRecipientByPubKeyRequest) ProtoReflect() protoreflect.Message
- func (x *FeeRecipientByPubKeyRequest) Reset()
- func (x *FeeRecipientByPubKeyRequest) String() string
- type FeeRecipientByPubKeyResponse
- func (*FeeRecipientByPubKeyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FeeRecipientByPubKeyResponse) GetFeeRecipient() []byte
- func (*FeeRecipientByPubKeyResponse) ProtoMessage()
- func (x *FeeRecipientByPubKeyResponse) ProtoReflect() protoreflect.Message
- func (x *FeeRecipientByPubKeyResponse) Reset()
- func (x *FeeRecipientByPubKeyResponse) String() string
- type FinalizedBlockRootContainer
- func (*FinalizedBlockRootContainer) Descriptor() ([]byte, []int)deprecated
- func (x *FinalizedBlockRootContainer) GetChildRoot() []byte
- func (x *FinalizedBlockRootContainer) GetParentRoot() []byte
- func (*FinalizedBlockRootContainer) ProtoMessage()
- func (x *FinalizedBlockRootContainer) ProtoReflect() protoreflect.Message
- func (x *FinalizedBlockRootContainer) Reset()
- func (x *FinalizedBlockRootContainer) String() string
- type Fork
- func (*Fork) Descriptor() ([]byte, []int)deprecated
- func (x *Fork) GetCurrentVersion() []byte
- func (x *Fork) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *Fork) GetPreviousVersion() []byte
- func (f *Fork) HashTreeRoot() ([32]byte, error)
- func (f *Fork) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (f *Fork) MarshalSSZ() ([]byte, error)
- func (f *Fork) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*Fork) ProtoMessage()
- func (x *Fork) ProtoReflect() protoreflect.Message
- func (x *Fork) Reset()
- func (f *Fork) SizeSSZ() (size int)
- func (x *Fork) String() string
- func (f *Fork) UnmarshalSSZ(buf []byte) error
- type ForkData
- func (*ForkData) Descriptor() ([]byte, []int)deprecated
- func (x *ForkData) GetCurrentVersion() []byte
- func (x *ForkData) GetGenesisValidatorsRoot() []byte
- func (f *ForkData) HashTreeRoot() ([32]byte, error)
- func (f *ForkData) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (f *ForkData) MarshalSSZ() ([]byte, error)
- func (f *ForkData) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*ForkData) ProtoMessage()
- func (x *ForkData) ProtoReflect() protoreflect.Message
- func (x *ForkData) Reset()
- func (f *ForkData) SizeSSZ() (size int)
- func (x *ForkData) String() string
- func (f *ForkData) UnmarshalSSZ(buf []byte) error
- type GenericBeaconBlock
- func (*GenericBeaconBlock) Descriptor() ([]byte, []int)deprecated
- func (x *GenericBeaconBlock) GetAltair() *BeaconBlockAltair
- func (x *GenericBeaconBlock) GetBellatrix() *BeaconBlockBellatrix
- func (x *GenericBeaconBlock) GetBlindedBellatrix() *BlindedBeaconBlockBellatrix
- func (x *GenericBeaconBlock) GetBlindedCapella() *BlindedBeaconBlockCapella
- func (x *GenericBeaconBlock) GetBlindedDeneb() *BlindedBeaconBlockAndBlobsDeneb
- func (m *GenericBeaconBlock) GetBlock() isGenericBeaconBlock_Block
- func (x *GenericBeaconBlock) GetCapella() *BeaconBlockCapella
- func (x *GenericBeaconBlock) GetDeneb() *BeaconBlockAndBlobsDeneb
- func (x *GenericBeaconBlock) GetIsBlinded() bool
- func (x *GenericBeaconBlock) GetPayloadValue() uint64
- func (x *GenericBeaconBlock) GetPhase0() *BeaconBlock
- func (*GenericBeaconBlock) ProtoMessage()
- func (x *GenericBeaconBlock) ProtoReflect() protoreflect.Message
- func (x *GenericBeaconBlock) Reset()
- func (x *GenericBeaconBlock) String() string
- type GenericBeaconBlock_Altair
- type GenericBeaconBlock_Bellatrix
- type GenericBeaconBlock_BlindedBellatrix
- type GenericBeaconBlock_BlindedCapella
- type GenericBeaconBlock_BlindedDeneb
- type GenericBeaconBlock_Capella
- type GenericBeaconBlock_Deneb
- type GenericBeaconBlock_Phase0
- type GenericSignedBeaconBlock
- func (*GenericSignedBeaconBlock) Descriptor() ([]byte, []int)deprecated
- func (x *GenericSignedBeaconBlock) GetAltair() *SignedBeaconBlockAltair
- func (x *GenericSignedBeaconBlock) GetBellatrix() *SignedBeaconBlockBellatrix
- func (x *GenericSignedBeaconBlock) GetBlindedBellatrix() *SignedBlindedBeaconBlockBellatrix
- func (x *GenericSignedBeaconBlock) GetBlindedCapella() *SignedBlindedBeaconBlockCapella
- func (x *GenericSignedBeaconBlock) GetBlindedDeneb() *SignedBlindedBeaconBlockAndBlobsDeneb
- func (m *GenericSignedBeaconBlock) GetBlock() isGenericSignedBeaconBlock_Block
- func (x *GenericSignedBeaconBlock) GetCapella() *SignedBeaconBlockCapella
- func (x *GenericSignedBeaconBlock) GetDeneb() *SignedBeaconBlockAndBlobsDeneb
- func (x *GenericSignedBeaconBlock) GetIsBlinded() bool
- func (x *GenericSignedBeaconBlock) GetPayloadValue() uint64
- func (x *GenericSignedBeaconBlock) GetPhase0() *SignedBeaconBlock
- func (*GenericSignedBeaconBlock) ProtoMessage()
- func (x *GenericSignedBeaconBlock) ProtoReflect() protoreflect.Message
- func (x *GenericSignedBeaconBlock) Reset()
- func (x *GenericSignedBeaconBlock) String() string
- type GenericSignedBeaconBlock_Altair
- type GenericSignedBeaconBlock_Bellatrix
- type GenericSignedBeaconBlock_BlindedBellatrix
- type GenericSignedBeaconBlock_BlindedCapella
- type GenericSignedBeaconBlock_BlindedDeneb
- type GenericSignedBeaconBlock_Capella
- type GenericSignedBeaconBlock_Deneb
- type GenericSignedBeaconBlock_Phase0
- type Genesis
- func (*Genesis) Descriptor() ([]byte, []int)deprecated
- func (x *Genesis) GetDepositContractAddress() []byte
- func (x *Genesis) GetGenesisTime() *timestamp.Timestamp
- func (x *Genesis) GetGenesisValidatorsRoot() []byte
- func (*Genesis) ProtoMessage()
- func (x *Genesis) ProtoReflect() protoreflect.Message
- func (x *Genesis) Reset()
- func (x *Genesis) String() string
- type GetValidatorActiveSetChangesRequest
- func (*GetValidatorActiveSetChangesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetValidatorActiveSetChangesRequest) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *GetValidatorActiveSetChangesRequest) GetGenesis() bool
- func (m *GetValidatorActiveSetChangesRequest) GetQueryFilter() isGetValidatorActiveSetChangesRequest_QueryFilter
- func (*GetValidatorActiveSetChangesRequest) ProtoMessage()
- func (x *GetValidatorActiveSetChangesRequest) ProtoReflect() protoreflect.Message
- func (x *GetValidatorActiveSetChangesRequest) Reset()
- func (x *GetValidatorActiveSetChangesRequest) String() string
- type GetValidatorActiveSetChangesRequest_Epoch
- type GetValidatorActiveSetChangesRequest_Genesis
- type GetValidatorParticipationRequestdeprecated
- func (*GetValidatorParticipationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetValidatorParticipationRequest) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *GetValidatorParticipationRequest) GetGenesis() bool
- func (m *GetValidatorParticipationRequest) GetQueryFilter() isGetValidatorParticipationRequest_QueryFilter
- func (*GetValidatorParticipationRequest) ProtoMessage()
- func (x *GetValidatorParticipationRequest) ProtoReflect() protoreflect.Message
- func (x *GetValidatorParticipationRequest) Reset()
- func (x *GetValidatorParticipationRequest) String() string
- type GetValidatorParticipationRequest_Epoch
- type GetValidatorParticipationRequest_Genesis
- type GetValidatorRequest
- func (*GetValidatorRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetValidatorRequest) GetIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (x *GetValidatorRequest) GetPublicKey() []byte
- func (m *GetValidatorRequest) GetQueryFilter() isGetValidatorRequest_QueryFilter
- func (*GetValidatorRequest) ProtoMessage()
- func (x *GetValidatorRequest) ProtoReflect() protoreflect.Message
- func (x *GetValidatorRequest) Reset()
- func (x *GetValidatorRequest) String() string
- type GetValidatorRequest_Index
- type GetValidatorRequest_PublicKey
- type HealthClient
- type HealthServer
- type Health_StreamBeaconLogsClient
- type Health_StreamBeaconLogsServer
- type HighestAttestation
- func (*HighestAttestation) Descriptor() ([]byte, []int)deprecated
- func (x *HighestAttestation) GetHighestSourceEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *HighestAttestation) GetHighestTargetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *HighestAttestation) GetValidatorIndex() uint64
- func (*HighestAttestation) ProtoMessage()
- func (x *HighestAttestation) ProtoReflect() protoreflect.Message
- func (x *HighestAttestation) Reset()
- func (x *HighestAttestation) String() string
- type HighestAttestationRequest
- func (*HighestAttestationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *HighestAttestationRequest) GetValidatorIndices() []uint64
- func (*HighestAttestationRequest) ProtoMessage()
- func (x *HighestAttestationRequest) ProtoReflect() protoreflect.Message
- func (x *HighestAttestationRequest) Reset()
- func (x *HighestAttestationRequest) String() string
- type HighestAttestationResponse
- func (*HighestAttestationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *HighestAttestationResponse) GetAttestations() []*HighestAttestation
- func (*HighestAttestationResponse) ProtoMessage()
- func (x *HighestAttestationResponse) ProtoReflect() protoreflect.Message
- func (x *HighestAttestationResponse) Reset()
- func (x *HighestAttestationResponse) String() string
- type HistoricalBatch
- func (*HistoricalBatch) Descriptor() ([]byte, []int)deprecated
- func (x *HistoricalBatch) GetBlockRoots() [][]byte
- func (x *HistoricalBatch) GetStateRoots() [][]byte
- func (h *HistoricalBatch) HashTreeRoot() ([32]byte, error)
- func (h *HistoricalBatch) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (h *HistoricalBatch) MarshalSSZ() ([]byte, error)
- func (h *HistoricalBatch) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*HistoricalBatch) ProtoMessage()
- func (x *HistoricalBatch) ProtoReflect() protoreflect.Message
- func (x *HistoricalBatch) Reset()
- func (h *HistoricalBatch) SizeSSZ() (size int)
- func (x *HistoricalBatch) String() string
- func (h *HistoricalBatch) UnmarshalSSZ(buf []byte) error
- type HistoricalSummary
- func (*HistoricalSummary) Descriptor() ([]byte, []int)deprecated
- func (x *HistoricalSummary) GetBlockSummaryRoot() []byte
- func (x *HistoricalSummary) GetStateSummaryRoot() []byte
- func (h *HistoricalSummary) HashTreeRoot() ([32]byte, error)
- func (h *HistoricalSummary) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (h *HistoricalSummary) MarshalSSZ() ([]byte, error)
- func (h *HistoricalSummary) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*HistoricalSummary) ProtoMessage()
- func (x *HistoricalSummary) ProtoReflect() protoreflect.Message
- func (x *HistoricalSummary) Reset()
- func (h *HistoricalSummary) SizeSSZ() (size int)
- func (x *HistoricalSummary) String() string
- func (h *HistoricalSummary) UnmarshalSSZ(buf []byte) error
- type HostData
- func (*HostData) Descriptor() ([]byte, []int)deprecated
- func (x *HostData) GetAddresses() []string
- func (x *HostData) GetEnr() string
- func (x *HostData) GetPeerId() string
- func (*HostData) ProtoMessage()
- func (x *HostData) ProtoReflect() protoreflect.Message
- func (x *HostData) Reset()
- func (x *HostData) String() string
- type ImplementedServices
- func (*ImplementedServices) Descriptor() ([]byte, []int)deprecated
- func (x *ImplementedServices) GetServices() []string
- func (*ImplementedServices) ProtoMessage()
- func (x *ImplementedServices) ProtoReflect() protoreflect.Message
- func (x *ImplementedServices) Reset()
- func (x *ImplementedServices) String() string
- type InclusionSlotRequest
- func (*InclusionSlotRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InclusionSlotRequest) GetId() uint64
- func (x *InclusionSlotRequest) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (*InclusionSlotRequest) ProtoMessage()
- func (x *InclusionSlotRequest) ProtoReflect() protoreflect.Message
- func (x *InclusionSlotRequest) Reset()
- func (x *InclusionSlotRequest) String() string
- type InclusionSlotResponse
- func (*InclusionSlotResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InclusionSlotResponse) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (*InclusionSlotResponse) ProtoMessage()
- func (x *InclusionSlotResponse) ProtoReflect() protoreflect.Message
- func (x *InclusionSlotResponse) Reset()
- func (x *InclusionSlotResponse) String() string
- type IndexedAttestation
- func (*IndexedAttestation) Descriptor() ([]byte, []int)deprecated
- func (x *IndexedAttestation) GetAttestingIndices() []uint64
- func (x *IndexedAttestation) GetData() *AttestationData
- func (x *IndexedAttestation) GetSignature() []byte
- func (i *IndexedAttestation) HashTreeRoot() ([32]byte, error)
- func (i *IndexedAttestation) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (i *IndexedAttestation) MarshalSSZ() ([]byte, error)
- func (i *IndexedAttestation) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*IndexedAttestation) ProtoMessage()
- func (x *IndexedAttestation) ProtoReflect() protoreflect.Message
- func (x *IndexedAttestation) Reset()
- func (i *IndexedAttestation) SizeSSZ() (size int)
- func (x *IndexedAttestation) String() string
- func (i *IndexedAttestation) UnmarshalSSZ(buf []byte) error
- type IndividualVotesRequest
- func (*IndividualVotesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *IndividualVotesRequest) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *IndividualVotesRequest) GetIndices() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (x *IndividualVotesRequest) GetPublicKeys() [][]byte
- func (*IndividualVotesRequest) ProtoMessage()
- func (x *IndividualVotesRequest) ProtoReflect() protoreflect.Message
- func (x *IndividualVotesRequest) Reset()
- func (x *IndividualVotesRequest) String() string
- type IndividualVotesRespond
- func (*IndividualVotesRespond) Descriptor() ([]byte, []int)deprecated
- func (x *IndividualVotesRespond) GetIndividualVotes() []*IndividualVotesRespond_IndividualVote
- func (*IndividualVotesRespond) ProtoMessage()
- func (x *IndividualVotesRespond) ProtoReflect() protoreflect.Message
- func (x *IndividualVotesRespond) Reset()
- func (x *IndividualVotesRespond) String() string
- type IndividualVotesRespond_IndividualVote
- func (*IndividualVotesRespond_IndividualVote) Descriptor() ([]byte, []int)deprecated
- func (x *IndividualVotesRespond_IndividualVote) GetCurrentEpochEffectiveBalanceGwei() uint64
- func (x *IndividualVotesRespond_IndividualVote) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *IndividualVotesRespond_IndividualVote) GetInactivityScore() uint64
- func (x *IndividualVotesRespond_IndividualVote) GetInclusionDistance() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slotdeprecated
- func (x *IndividualVotesRespond_IndividualVote) GetInclusionSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slotdeprecated
- func (x *IndividualVotesRespond_IndividualVote) GetIsActiveInCurrentEpoch() bool
- func (x *IndividualVotesRespond_IndividualVote) GetIsActiveInPreviousEpoch() bool
- func (x *IndividualVotesRespond_IndividualVote) GetIsCurrentEpochAttester() bool
- func (x *IndividualVotesRespond_IndividualVote) GetIsCurrentEpochTargetAttester() bool
- func (x *IndividualVotesRespond_IndividualVote) GetIsPreviousEpochAttester() bool
- func (x *IndividualVotesRespond_IndividualVote) GetIsPreviousEpochHeadAttester() bool
- func (x *IndividualVotesRespond_IndividualVote) GetIsPreviousEpochTargetAttester() bool
- func (x *IndividualVotesRespond_IndividualVote) GetIsSlashed() bool
- func (x *IndividualVotesRespond_IndividualVote) GetIsWithdrawableInCurrentEpoch() bool
- func (x *IndividualVotesRespond_IndividualVote) GetPublicKey() []byte
- func (x *IndividualVotesRespond_IndividualVote) GetValidatorIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (*IndividualVotesRespond_IndividualVote) ProtoMessage()
- func (x *IndividualVotesRespond_IndividualVote) ProtoReflect() protoreflect.Message
- func (x *IndividualVotesRespond_IndividualVote) Reset()
- func (x *IndividualVotesRespond_IndividualVote) String() string
- type LatestETH1Data
- func (*LatestETH1Data) Descriptor() ([]byte, []int)deprecated
- func (x *LatestETH1Data) GetBlockHash() []byte
- func (x *LatestETH1Data) GetBlockHeight() uint64
- func (x *LatestETH1Data) GetBlockTime() uint64
- func (x *LatestETH1Data) GetLastRequestedBlock() uint64
- func (*LatestETH1Data) ProtoMessage()
- func (x *LatestETH1Data) ProtoReflect() protoreflect.Message
- func (x *LatestETH1Data) Reset()
- func (x *LatestETH1Data) String() string
- type ListAttestationsRequest
- func (*ListAttestationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListAttestationsRequest) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *ListAttestationsRequest) GetGenesisEpoch() bool
- func (x *ListAttestationsRequest) GetPageSize() int32
- func (x *ListAttestationsRequest) GetPageToken() string
- func (m *ListAttestationsRequest) GetQueryFilter() isListAttestationsRequest_QueryFilter
- func (*ListAttestationsRequest) ProtoMessage()
- func (x *ListAttestationsRequest) ProtoReflect() protoreflect.Message
- func (x *ListAttestationsRequest) Reset()
- func (x *ListAttestationsRequest) String() string
- type ListAttestationsRequest_Epoch
- type ListAttestationsRequest_GenesisEpoch
- type ListAttestationsResponse
- func (*ListAttestationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAttestationsResponse) GetAttestations() []*Attestation
- func (x *ListAttestationsResponse) GetNextPageToken() string
- func (x *ListAttestationsResponse) GetTotalSize() int32
- func (*ListAttestationsResponse) ProtoMessage()
- func (x *ListAttestationsResponse) ProtoReflect() protoreflect.Message
- func (x *ListAttestationsResponse) Reset()
- func (x *ListAttestationsResponse) String() string
- type ListBeaconBlocksResponse
- func (*ListBeaconBlocksResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListBeaconBlocksResponse) GetBlockContainers() []*BeaconBlockContainer
- func (x *ListBeaconBlocksResponse) GetNextPageToken() string
- func (x *ListBeaconBlocksResponse) GetTotalSize() int32
- func (*ListBeaconBlocksResponse) ProtoMessage()
- func (x *ListBeaconBlocksResponse) ProtoReflect() protoreflect.Message
- func (x *ListBeaconBlocksResponse) Reset()
- func (x *ListBeaconBlocksResponse) String() string
- type ListBlocksRequest
- func (*ListBlocksRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListBlocksRequest) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *ListBlocksRequest) GetGenesis() bool
- func (x *ListBlocksRequest) GetPageSize() int32
- func (x *ListBlocksRequest) GetPageToken() string
- func (m *ListBlocksRequest) GetQueryFilter() isListBlocksRequest_QueryFilter
- func (x *ListBlocksRequest) GetRoot() []byte
- func (x *ListBlocksRequest) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (*ListBlocksRequest) ProtoMessage()
- func (x *ListBlocksRequest) ProtoReflect() protoreflect.Message
- func (x *ListBlocksRequest) Reset()
- func (x *ListBlocksRequest) String() string
- type ListBlocksRequest_Epoch
- type ListBlocksRequest_Genesis
- type ListBlocksRequest_Root
- type ListBlocksRequest_Slot
- type ListCommitteesRequest
- func (*ListCommitteesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListCommitteesRequest) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *ListCommitteesRequest) GetGenesis() bool
- func (m *ListCommitteesRequest) GetQueryFilter() isListCommitteesRequest_QueryFilter
- func (*ListCommitteesRequest) ProtoMessage()
- func (x *ListCommitteesRequest) ProtoReflect() protoreflect.Message
- func (x *ListCommitteesRequest) Reset()
- func (x *ListCommitteesRequest) String() string
- type ListCommitteesRequest_Epoch
- type ListCommitteesRequest_Genesis
- type ListIndexedAttestationsRequest
- func (*ListIndexedAttestationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListIndexedAttestationsRequest) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *ListIndexedAttestationsRequest) GetGenesisEpoch() bool
- func (x *ListIndexedAttestationsRequest) GetPageSize() int32
- func (x *ListIndexedAttestationsRequest) GetPageToken() string
- func (m *ListIndexedAttestationsRequest) GetQueryFilter() isListIndexedAttestationsRequest_QueryFilter
- func (*ListIndexedAttestationsRequest) ProtoMessage()
- func (x *ListIndexedAttestationsRequest) ProtoReflect() protoreflect.Message
- func (x *ListIndexedAttestationsRequest) Reset()
- func (x *ListIndexedAttestationsRequest) String() string
- type ListIndexedAttestationsRequest_Epoch
- type ListIndexedAttestationsRequest_GenesisEpoch
- type ListIndexedAttestationsResponse
- func (*ListIndexedAttestationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListIndexedAttestationsResponse) GetIndexedAttestations() []*IndexedAttestation
- func (x *ListIndexedAttestationsResponse) GetNextPageToken() string
- func (x *ListIndexedAttestationsResponse) GetTotalSize() int32
- func (*ListIndexedAttestationsResponse) ProtoMessage()
- func (x *ListIndexedAttestationsResponse) ProtoReflect() protoreflect.Message
- func (x *ListIndexedAttestationsResponse) Reset()
- func (x *ListIndexedAttestationsResponse) String() string
- type ListValidatorAssignmentsRequest
- func (*ListValidatorAssignmentsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListValidatorAssignmentsRequest) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *ListValidatorAssignmentsRequest) GetGenesis() bool
- func (x *ListValidatorAssignmentsRequest) GetIndices() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (x *ListValidatorAssignmentsRequest) GetPageSize() int32
- func (x *ListValidatorAssignmentsRequest) GetPageToken() string
- func (x *ListValidatorAssignmentsRequest) GetPublicKeys() [][]byte
- func (m *ListValidatorAssignmentsRequest) GetQueryFilter() isListValidatorAssignmentsRequest_QueryFilter
- func (*ListValidatorAssignmentsRequest) ProtoMessage()
- func (x *ListValidatorAssignmentsRequest) ProtoReflect() protoreflect.Message
- func (x *ListValidatorAssignmentsRequest) Reset()
- func (x *ListValidatorAssignmentsRequest) String() string
- type ListValidatorAssignmentsRequest_Epoch
- type ListValidatorAssignmentsRequest_Genesis
- type ListValidatorBalancesRequest
- func (*ListValidatorBalancesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListValidatorBalancesRequest) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *ListValidatorBalancesRequest) GetGenesis() bool
- func (x *ListValidatorBalancesRequest) GetIndices() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (x *ListValidatorBalancesRequest) GetPageSize() int32
- func (x *ListValidatorBalancesRequest) GetPageToken() string
- func (x *ListValidatorBalancesRequest) GetPublicKeys() [][]byte
- func (m *ListValidatorBalancesRequest) GetQueryFilter() isListValidatorBalancesRequest_QueryFilter
- func (*ListValidatorBalancesRequest) ProtoMessage()
- func (x *ListValidatorBalancesRequest) ProtoReflect() protoreflect.Message
- func (x *ListValidatorBalancesRequest) Reset()
- func (x *ListValidatorBalancesRequest) String() string
- type ListValidatorBalancesRequest_Epoch
- type ListValidatorBalancesRequest_Genesis
- type ListValidatorsRequest
- func (*ListValidatorsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListValidatorsRequest) GetActive() bool
- func (x *ListValidatorsRequest) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *ListValidatorsRequest) GetGenesis() bool
- func (x *ListValidatorsRequest) GetIndices() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (x *ListValidatorsRequest) GetPageSize() int32
- func (x *ListValidatorsRequest) GetPageToken() string
- func (x *ListValidatorsRequest) GetPublicKeys() [][]byte
- func (m *ListValidatorsRequest) GetQueryFilter() isListValidatorsRequest_QueryFilter
- func (*ListValidatorsRequest) ProtoMessage()
- func (x *ListValidatorsRequest) ProtoReflect() protoreflect.Message
- func (x *ListValidatorsRequest) Reset()
- func (x *ListValidatorsRequest) String() string
- type ListValidatorsRequest_Epoch
- type ListValidatorsRequest_Genesis
- type LoggingLevelRequest
- func (*LoggingLevelRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LoggingLevelRequest) GetLevel() LoggingLevelRequest_Level
- func (*LoggingLevelRequest) ProtoMessage()
- func (x *LoggingLevelRequest) ProtoReflect() protoreflect.Message
- func (x *LoggingLevelRequest) Reset()
- func (x *LoggingLevelRequest) String() string
- type LoggingLevelRequest_Level
- func (LoggingLevelRequest_Level) Descriptor() protoreflect.EnumDescriptor
- func (x LoggingLevelRequest_Level) Enum() *LoggingLevelRequest_Level
- func (LoggingLevelRequest_Level) EnumDescriptor() ([]byte, []int)deprecated
- func (x LoggingLevelRequest_Level) Number() protoreflect.EnumNumber
- func (x LoggingLevelRequest_Level) String() string
- func (LoggingLevelRequest_Level) Type() protoreflect.EnumType
- type LogsResponsedeprecated
- type MetaDataV0
- func (*MetaDataV0) Descriptor() ([]byte, []int)deprecated
- func (x *MetaDataV0) GetAttnets() github_com_prysmaticlabs_go_bitfield.Bitvector64
- func (x *MetaDataV0) GetSeqNumber() uint64
- func (m *MetaDataV0) HashTreeRoot() ([32]byte, error)
- func (m *MetaDataV0) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (m *MetaDataV0) MarshalSSZ() ([]byte, error)
- func (m *MetaDataV0) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*MetaDataV0) ProtoMessage()
- func (x *MetaDataV0) ProtoReflect() protoreflect.Message
- func (x *MetaDataV0) Reset()
- func (m *MetaDataV0) SizeSSZ() (size int)
- func (x *MetaDataV0) String() string
- func (m *MetaDataV0) UnmarshalSSZ(buf []byte) error
- type MetaDataV1
- func (*MetaDataV1) Descriptor() ([]byte, []int)deprecated
- func (x *MetaDataV1) GetAttnets() github_com_prysmaticlabs_go_bitfield.Bitvector64
- func (x *MetaDataV1) GetSeqNumber() uint64
- func (x *MetaDataV1) GetSyncnets() github_com_prysmaticlabs_go_bitfield.Bitvector4
- func (m *MetaDataV1) HashTreeRoot() ([32]byte, error)
- func (m *MetaDataV1) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (m *MetaDataV1) MarshalSSZ() ([]byte, error)
- func (m *MetaDataV1) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*MetaDataV1) ProtoMessage()
- func (x *MetaDataV1) ProtoReflect() protoreflect.Message
- func (x *MetaDataV1) Reset()
- func (m *MetaDataV1) SizeSSZ() (size int)
- func (x *MetaDataV1) String() string
- func (m *MetaDataV1) UnmarshalSSZ(buf []byte) error
- type MultipleValidatorStatusRequest
- func (*MultipleValidatorStatusRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MultipleValidatorStatusRequest) GetIndices() []int64
- func (x *MultipleValidatorStatusRequest) GetPublicKeys() [][]byte
- func (*MultipleValidatorStatusRequest) ProtoMessage()
- func (x *MultipleValidatorStatusRequest) ProtoReflect() protoreflect.Message
- func (x *MultipleValidatorStatusRequest) Reset()
- func (x *MultipleValidatorStatusRequest) String() string
- type MultipleValidatorStatusResponse
- func (*MultipleValidatorStatusResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MultipleValidatorStatusResponse) GetIndices() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (x *MultipleValidatorStatusResponse) GetPublicKeys() [][]byte
- func (x *MultipleValidatorStatusResponse) GetStatuses() []*ValidatorStatusResponse
- func (*MultipleValidatorStatusResponse) ProtoMessage()
- func (x *MultipleValidatorStatusResponse) ProtoReflect() protoreflect.Message
- func (x *MultipleValidatorStatusResponse) Reset()
- func (x *MultipleValidatorStatusResponse) String() string
- type NodeClient
- type NodeServer
- type Peer
- func (*Peer) Descriptor() ([]byte, []int)deprecated
- func (x *Peer) GetAddress() string
- func (x *Peer) GetConnectionState() ConnectionState
- func (x *Peer) GetDirection() PeerDirection
- func (x *Peer) GetEnr() string
- func (x *Peer) GetPeerId() string
- func (*Peer) ProtoMessage()
- func (x *Peer) ProtoReflect() protoreflect.Message
- func (x *Peer) Reset()
- func (x *Peer) String() string
- type PeerDirection
- func (PeerDirection) Descriptor() protoreflect.EnumDescriptor
- func (x PeerDirection) Enum() *PeerDirection
- func (PeerDirection) EnumDescriptor() ([]byte, []int)deprecated
- func (x PeerDirection) Number() protoreflect.EnumNumber
- func (x PeerDirection) String() string
- func (PeerDirection) Type() protoreflect.EnumType
- type PeerRequest
- type Peers
- type PendingAttestation
- func (*PendingAttestation) Descriptor() ([]byte, []int)deprecated
- func (x *PendingAttestation) GetAggregationBits() github_com_prysmaticlabs_go_bitfield.Bitlist
- func (x *PendingAttestation) GetData() *AttestationData
- func (x *PendingAttestation) GetInclusionDelay() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (x *PendingAttestation) GetProposerIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (p *PendingAttestation) HashTreeRoot() ([32]byte, error)
- func (p *PendingAttestation) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (p *PendingAttestation) MarshalSSZ() ([]byte, error)
- func (p *PendingAttestation) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*PendingAttestation) ProtoMessage()
- func (x *PendingAttestation) ProtoReflect() protoreflect.Message
- func (x *PendingAttestation) Reset()
- func (p *PendingAttestation) SizeSSZ() (size int)
- func (x *PendingAttestation) String() string
- func (p *PendingAttestation) UnmarshalSSZ(buf []byte) error
- type PowBlock
- func (*PowBlock) Descriptor() ([]byte, []int)deprecated
- func (x *PowBlock) GetBlockHash() []byte
- func (x *PowBlock) GetParentHash() []byte
- func (x *PowBlock) GetTotalDifficulty() []byte
- func (p *PowBlock) HashTreeRoot() ([32]byte, error)
- func (p *PowBlock) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (p *PowBlock) MarshalSSZ() ([]byte, error)
- func (p *PowBlock) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*PowBlock) ProtoMessage()
- func (x *PowBlock) ProtoReflect() protoreflect.Message
- func (x *PowBlock) Reset()
- func (p *PowBlock) SizeSSZ() (size int)
- func (x *PowBlock) String() string
- func (p *PowBlock) UnmarshalSSZ(buf []byte) error
- type PrepareBeaconProposerRequest
- func (*PrepareBeaconProposerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PrepareBeaconProposerRequest) GetRecipients() []*PrepareBeaconProposerRequest_FeeRecipientContainer
- func (*PrepareBeaconProposerRequest) ProtoMessage()
- func (x *PrepareBeaconProposerRequest) ProtoReflect() protoreflect.Message
- func (x *PrepareBeaconProposerRequest) Reset()
- func (x *PrepareBeaconProposerRequest) String() string
- type PrepareBeaconProposerRequest_FeeRecipientContainer
- func (*PrepareBeaconProposerRequest_FeeRecipientContainer) Descriptor() ([]byte, []int)deprecated
- func (x *PrepareBeaconProposerRequest_FeeRecipientContainer) GetFeeRecipient() []byte
- func (x *PrepareBeaconProposerRequest_FeeRecipientContainer) GetValidatorIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (*PrepareBeaconProposerRequest_FeeRecipientContainer) ProtoMessage()
- func (x *PrepareBeaconProposerRequest_FeeRecipientContainer) ProtoReflect() protoreflect.Message
- func (x *PrepareBeaconProposerRequest_FeeRecipientContainer) Reset()
- func (x *PrepareBeaconProposerRequest_FeeRecipientContainer) String() string
- type ProposeExitResponse
- func (*ProposeExitResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ProposeExitResponse) GetExitRoot() []byte
- func (*ProposeExitResponse) ProtoMessage()
- func (x *ProposeExitResponse) ProtoReflect() protoreflect.Message
- func (x *ProposeExitResponse) Reset()
- func (x *ProposeExitResponse) String() string
- type ProposeResponse
- type ProposerSlashing
- func (*ProposerSlashing) Descriptor() ([]byte, []int)deprecated
- func (x *ProposerSlashing) GetHeader_1() *SignedBeaconBlockHeader
- func (x *ProposerSlashing) GetHeader_2() *SignedBeaconBlockHeader
- func (p *ProposerSlashing) HashTreeRoot() ([32]byte, error)
- func (p *ProposerSlashing) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (p *ProposerSlashing) MarshalSSZ() ([]byte, error)
- func (p *ProposerSlashing) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*ProposerSlashing) ProtoMessage()
- func (x *ProposerSlashing) ProtoReflect() protoreflect.Message
- func (x *ProposerSlashing) Reset()
- func (p *ProposerSlashing) SizeSSZ() (size int)
- func (x *ProposerSlashing) String() string
- func (p *ProposerSlashing) UnmarshalSSZ(buf []byte) error
- type ProposerSlashingResponse
- func (*ProposerSlashingResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ProposerSlashingResponse) GetProposerSlashings() []*ProposerSlashing
- func (*ProposerSlashingResponse) ProtoMessage()
- func (x *ProposerSlashingResponse) ProtoReflect() protoreflect.Message
- func (x *ProposerSlashingResponse) Reset()
- func (x *ProposerSlashingResponse) String() string
- type SSZResponse
- type ScoreInfo
- func (*ScoreInfo) Descriptor() ([]byte, []int)deprecated
- func (x *ScoreInfo) GetBehaviourPenalty() float32
- func (x *ScoreInfo) GetBlockProviderScore() float32
- func (x *ScoreInfo) GetGossipScore() float32
- func (x *ScoreInfo) GetOverallScore() float32
- func (x *ScoreInfo) GetProcessedBlocks() uint64
- func (x *ScoreInfo) GetTopicScores() map[string]*TopicScoreSnapshot
- func (x *ScoreInfo) GetValidationError() string
- func (*ScoreInfo) ProtoMessage()
- func (x *ScoreInfo) ProtoReflect() protoreflect.Message
- func (x *ScoreInfo) Reset()
- func (x *ScoreInfo) String() string
- type SetAction
- type SignedAggregateAttestationAndProof
- func (*SignedAggregateAttestationAndProof) Descriptor() ([]byte, []int)deprecated
- func (x *SignedAggregateAttestationAndProof) GetMessage() *AggregateAttestationAndProof
- func (x *SignedAggregateAttestationAndProof) GetSignature() []byte
- func (s *SignedAggregateAttestationAndProof) HashTreeRoot() ([32]byte, error)
- func (s *SignedAggregateAttestationAndProof) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (s *SignedAggregateAttestationAndProof) MarshalSSZ() ([]byte, error)
- func (s *SignedAggregateAttestationAndProof) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*SignedAggregateAttestationAndProof) ProtoMessage()
- func (x *SignedAggregateAttestationAndProof) ProtoReflect() protoreflect.Message
- func (x *SignedAggregateAttestationAndProof) Reset()
- func (s *SignedAggregateAttestationAndProof) SizeSSZ() (size int)
- func (x *SignedAggregateAttestationAndProof) String() string
- func (s *SignedAggregateAttestationAndProof) UnmarshalSSZ(buf []byte) error
- type SignedAggregateSubmitRequest
- func (*SignedAggregateSubmitRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SignedAggregateSubmitRequest) GetSignedAggregateAndProof() *SignedAggregateAttestationAndProof
- func (*SignedAggregateSubmitRequest) ProtoMessage()
- func (x *SignedAggregateSubmitRequest) ProtoReflect() protoreflect.Message
- func (x *SignedAggregateSubmitRequest) Reset()
- func (x *SignedAggregateSubmitRequest) String() string
- type SignedAggregateSubmitResponse
- func (*SignedAggregateSubmitResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SignedAggregateSubmitResponse) GetAttestationDataRoot() []byte
- func (*SignedAggregateSubmitResponse) ProtoMessage()
- func (x *SignedAggregateSubmitResponse) ProtoReflect() protoreflect.Message
- func (x *SignedAggregateSubmitResponse) Reset()
- func (x *SignedAggregateSubmitResponse) 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 SignedBeaconBlock
- func (*SignedBeaconBlock) Descriptor() ([]byte, []int)deprecated
- func (x *SignedBeaconBlock) GetBlock() *BeaconBlock
- func (x *SignedBeaconBlock) GetSignature() []byte
- func (s *SignedBeaconBlock) HashTreeRoot() ([32]byte, error)
- func (s *SignedBeaconBlock) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (s *SignedBeaconBlock) MarshalSSZ() ([]byte, error)
- func (s *SignedBeaconBlock) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*SignedBeaconBlock) ProtoMessage()
- func (x *SignedBeaconBlock) ProtoReflect() protoreflect.Message
- func (x *SignedBeaconBlock) Reset()
- func (s *SignedBeaconBlock) SizeSSZ() (size int)
- func (x *SignedBeaconBlock) String() string
- func (s *SignedBeaconBlock) UnmarshalSSZ(buf []byte) error
- type SignedBeaconBlockAltair
- func (*SignedBeaconBlockAltair) Descriptor() ([]byte, []int)deprecated
- func (x *SignedBeaconBlockAltair) GetBlock() *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 SignedBeaconBlockAndBlobsDeneb
- func (*SignedBeaconBlockAndBlobsDeneb) Descriptor() ([]byte, []int)deprecated
- func (x *SignedBeaconBlockAndBlobsDeneb) GetBlobs() []*SignedBlobSidecar
- func (x *SignedBeaconBlockAndBlobsDeneb) GetBlock() *SignedBeaconBlockDeneb
- func (s *SignedBeaconBlockAndBlobsDeneb) HashTreeRoot() ([32]byte, error)
- func (s *SignedBeaconBlockAndBlobsDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (s *SignedBeaconBlockAndBlobsDeneb) MarshalSSZ() ([]byte, error)
- func (s *SignedBeaconBlockAndBlobsDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*SignedBeaconBlockAndBlobsDeneb) ProtoMessage()
- func (x *SignedBeaconBlockAndBlobsDeneb) ProtoReflect() protoreflect.Message
- func (x *SignedBeaconBlockAndBlobsDeneb) Reset()
- func (s *SignedBeaconBlockAndBlobsDeneb) SizeSSZ() (size int)
- func (x *SignedBeaconBlockAndBlobsDeneb) String() string
- func (s *SignedBeaconBlockAndBlobsDeneb) UnmarshalSSZ(buf []byte) error
- type SignedBeaconBlockBellatrix
- func (*SignedBeaconBlockBellatrix) Descriptor() ([]byte, []int)deprecated
- func (x *SignedBeaconBlockBellatrix) GetBlock() *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) GetBlock() *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 SignedBeaconBlockDeneb
- func (*SignedBeaconBlockDeneb) Descriptor() ([]byte, []int)deprecated
- func (x *SignedBeaconBlockDeneb) GetBlock() *BeaconBlockDeneb
- func (x *SignedBeaconBlockDeneb) GetSignature() []byte
- func (s *SignedBeaconBlockDeneb) HashTreeRoot() ([32]byte, error)
- func (s *SignedBeaconBlockDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (s *SignedBeaconBlockDeneb) MarshalSSZ() ([]byte, error)
- func (s *SignedBeaconBlockDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*SignedBeaconBlockDeneb) ProtoMessage()
- func (x *SignedBeaconBlockDeneb) ProtoReflect() protoreflect.Message
- func (x *SignedBeaconBlockDeneb) Reset()
- func (s *SignedBeaconBlockDeneb) SizeSSZ() (size int)
- func (x *SignedBeaconBlockDeneb) String() string
- func (s *SignedBeaconBlockDeneb) UnmarshalSSZ(buf []byte) error
- type SignedBeaconBlockHeader
- func (*SignedBeaconBlockHeader) Descriptor() ([]byte, []int)deprecated
- func (x *SignedBeaconBlockHeader) GetHeader() *BeaconBlockHeader
- func (x *SignedBeaconBlockHeader) GetSignature() []byte
- func (s *SignedBeaconBlockHeader) HashTreeRoot() ([32]byte, error)
- func (s *SignedBeaconBlockHeader) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (s *SignedBeaconBlockHeader) MarshalSSZ() ([]byte, error)
- func (s *SignedBeaconBlockHeader) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*SignedBeaconBlockHeader) ProtoMessage()
- func (x *SignedBeaconBlockHeader) ProtoReflect() protoreflect.Message
- func (x *SignedBeaconBlockHeader) Reset()
- func (s *SignedBeaconBlockHeader) SizeSSZ() (size int)
- func (x *SignedBeaconBlockHeader) String() string
- func (s *SignedBeaconBlockHeader) UnmarshalSSZ(buf []byte) error
- type SignedBlindedBeaconBlockAndBlobsDeneb
- func (*SignedBlindedBeaconBlockAndBlobsDeneb) Descriptor() ([]byte, []int)deprecated
- func (x *SignedBlindedBeaconBlockAndBlobsDeneb) GetSignedBlindedBlobSidecars() []*SignedBlindedBlobSidecar
- func (x *SignedBlindedBeaconBlockAndBlobsDeneb) GetSignedBlindedBlock() *SignedBlindedBeaconBlockDeneb
- func (s *SignedBlindedBeaconBlockAndBlobsDeneb) HashTreeRoot() ([32]byte, error)
- func (s *SignedBlindedBeaconBlockAndBlobsDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (s *SignedBlindedBeaconBlockAndBlobsDeneb) MarshalSSZ() ([]byte, error)
- func (s *SignedBlindedBeaconBlockAndBlobsDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*SignedBlindedBeaconBlockAndBlobsDeneb) ProtoMessage()
- func (x *SignedBlindedBeaconBlockAndBlobsDeneb) ProtoReflect() protoreflect.Message
- func (x *SignedBlindedBeaconBlockAndBlobsDeneb) Reset()
- func (s *SignedBlindedBeaconBlockAndBlobsDeneb) SizeSSZ() (size int)
- func (x *SignedBlindedBeaconBlockAndBlobsDeneb) String() string
- func (s *SignedBlindedBeaconBlockAndBlobsDeneb) UnmarshalSSZ(buf []byte) error
- type SignedBlindedBeaconBlockBellatrix
- func (*SignedBlindedBeaconBlockBellatrix) Descriptor() ([]byte, []int)deprecated
- func (x *SignedBlindedBeaconBlockBellatrix) GetBlock() *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) GetBlock() *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 SignedBlindedBeaconBlockDeneb
- func (*SignedBlindedBeaconBlockDeneb) Descriptor() ([]byte, []int)deprecated
- func (x *SignedBlindedBeaconBlockDeneb) GetMessage() *BlindedBeaconBlockDeneb
- func (x *SignedBlindedBeaconBlockDeneb) GetSignature() []byte
- func (s *SignedBlindedBeaconBlockDeneb) HashTreeRoot() ([32]byte, error)
- func (s *SignedBlindedBeaconBlockDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (s *SignedBlindedBeaconBlockDeneb) MarshalSSZ() ([]byte, error)
- func (s *SignedBlindedBeaconBlockDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*SignedBlindedBeaconBlockDeneb) ProtoMessage()
- func (x *SignedBlindedBeaconBlockDeneb) ProtoReflect() protoreflect.Message
- func (x *SignedBlindedBeaconBlockDeneb) Reset()
- func (s *SignedBlindedBeaconBlockDeneb) SizeSSZ() (size int)
- func (x *SignedBlindedBeaconBlockDeneb) String() string
- func (s *SignedBlindedBeaconBlockDeneb) UnmarshalSSZ(buf []byte) error
- type SignedBlindedBlobSidecar
- func (*SignedBlindedBlobSidecar) Descriptor() ([]byte, []int)deprecated
- func (x *SignedBlindedBlobSidecar) GetMessage() *BlindedBlobSidecar
- func (x *SignedBlindedBlobSidecar) GetSignature() []byte
- func (s *SignedBlindedBlobSidecar) HashTreeRoot() ([32]byte, error)
- func (s *SignedBlindedBlobSidecar) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (s *SignedBlindedBlobSidecar) MarshalSSZ() ([]byte, error)
- func (s *SignedBlindedBlobSidecar) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*SignedBlindedBlobSidecar) ProtoMessage()
- func (x *SignedBlindedBlobSidecar) ProtoReflect() protoreflect.Message
- func (x *SignedBlindedBlobSidecar) Reset()
- func (s *SignedBlindedBlobSidecar) SizeSSZ() (size int)
- func (x *SignedBlindedBlobSidecar) String() string
- func (s *SignedBlindedBlobSidecar) UnmarshalSSZ(buf []byte) error
- type SignedBlobSidecar
- func (*SignedBlobSidecar) Descriptor() ([]byte, []int)deprecated
- func (x *SignedBlobSidecar) GetMessage() *BlobSidecar
- func (x *SignedBlobSidecar) GetSignature() []byte
- func (s *SignedBlobSidecar) HashTreeRoot() ([32]byte, error)
- func (s *SignedBlobSidecar) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (s *SignedBlobSidecar) MarshalSSZ() ([]byte, error)
- func (s *SignedBlobSidecar) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*SignedBlobSidecar) ProtoMessage()
- func (x *SignedBlobSidecar) ProtoReflect() protoreflect.Message
- func (x *SignedBlobSidecar) Reset()
- func (s *SignedBlobSidecar) SizeSSZ() (size int)
- func (x *SignedBlobSidecar) String() string
- func (s *SignedBlobSidecar) UnmarshalSSZ(buf []byte) error
- type SignedBuilderBid
- func (*SignedBuilderBid) Descriptor() ([]byte, []int)deprecated
- func (x *SignedBuilderBid) GetMessage() *BuilderBid
- func (x *SignedBuilderBid) GetSignature() []byte
- func (*SignedBuilderBid) ProtoMessage()
- func (x *SignedBuilderBid) ProtoReflect() protoreflect.Message
- func (x *SignedBuilderBid) Reset()
- func (x *SignedBuilderBid) String() string
- type SignedBuilderBidCapella
- func (*SignedBuilderBidCapella) Descriptor() ([]byte, []int)deprecated
- func (x *SignedBuilderBidCapella) GetMessage() *BuilderBidCapella
- func (x *SignedBuilderBidCapella) GetSignature() []byte
- func (*SignedBuilderBidCapella) ProtoMessage()
- func (x *SignedBuilderBidCapella) ProtoReflect() protoreflect.Message
- func (x *SignedBuilderBidCapella) Reset()
- func (x *SignedBuilderBidCapella) String() string
- type SignedBuilderBidDeneb
- func (*SignedBuilderBidDeneb) Descriptor() ([]byte, []int)deprecated
- func (x *SignedBuilderBidDeneb) GetMessage() *BuilderBidDeneb
- func (x *SignedBuilderBidDeneb) GetSignature() []byte
- func (*SignedBuilderBidDeneb) ProtoMessage()
- func (x *SignedBuilderBidDeneb) ProtoReflect() protoreflect.Message
- func (x *SignedBuilderBidDeneb) Reset()
- func (x *SignedBuilderBidDeneb) String() string
- type SignedContributionAndProof
- func (*SignedContributionAndProof) Descriptor() ([]byte, []int)deprecated
- func (x *SignedContributionAndProof) GetMessage() *ContributionAndProof
- func (x *SignedContributionAndProof) GetSignature() []byte
- func (s *SignedContributionAndProof) HashTreeRoot() ([32]byte, error)
- func (s *SignedContributionAndProof) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (s *SignedContributionAndProof) MarshalSSZ() ([]byte, error)
- func (s *SignedContributionAndProof) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*SignedContributionAndProof) ProtoMessage()
- func (x *SignedContributionAndProof) ProtoReflect() protoreflect.Message
- func (x *SignedContributionAndProof) Reset()
- func (s *SignedContributionAndProof) SizeSSZ() (size int)
- func (x *SignedContributionAndProof) String() string
- func (s *SignedContributionAndProof) UnmarshalSSZ(buf []byte) error
- type SignedValidatorRegistrationV1
- func (*SignedValidatorRegistrationV1) Descriptor() ([]byte, []int)deprecated
- func (x *SignedValidatorRegistrationV1) GetMessage() *ValidatorRegistrationV1
- func (x *SignedValidatorRegistrationV1) GetSignature() []byte
- func (s *SignedValidatorRegistrationV1) HashTreeRoot() ([32]byte, error)
- func (s *SignedValidatorRegistrationV1) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (s *SignedValidatorRegistrationV1) MarshalSSZ() ([]byte, error)
- func (s *SignedValidatorRegistrationV1) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*SignedValidatorRegistrationV1) ProtoMessage()
- func (x *SignedValidatorRegistrationV1) ProtoReflect() protoreflect.Message
- func (x *SignedValidatorRegistrationV1) Reset()
- func (s *SignedValidatorRegistrationV1) SizeSSZ() (size int)
- func (x *SignedValidatorRegistrationV1) String() string
- func (s *SignedValidatorRegistrationV1) UnmarshalSSZ(buf []byte) error
- type SignedValidatorRegistrationsV1
- func (*SignedValidatorRegistrationsV1) Descriptor() ([]byte, []int)deprecated
- func (x *SignedValidatorRegistrationsV1) GetMessages() []*SignedValidatorRegistrationV1
- func (*SignedValidatorRegistrationsV1) ProtoMessage()
- func (x *SignedValidatorRegistrationsV1) ProtoReflect() protoreflect.Message
- func (x *SignedValidatorRegistrationsV1) Reset()
- func (x *SignedValidatorRegistrationsV1) String() string
- type SignedVoluntaryExit
- func (*SignedVoluntaryExit) Descriptor() ([]byte, []int)deprecated
- func (x *SignedVoluntaryExit) GetExit() *VoluntaryExit
- func (x *SignedVoluntaryExit) GetSignature() []byte
- func (s *SignedVoluntaryExit) HashTreeRoot() ([32]byte, error)
- func (s *SignedVoluntaryExit) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (s *SignedVoluntaryExit) MarshalSSZ() ([]byte, error)
- func (s *SignedVoluntaryExit) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*SignedVoluntaryExit) ProtoMessage()
- func (x *SignedVoluntaryExit) ProtoReflect() protoreflect.Message
- func (x *SignedVoluntaryExit) Reset()
- func (s *SignedVoluntaryExit) SizeSSZ() (size int)
- func (x *SignedVoluntaryExit) String() string
- func (s *SignedVoluntaryExit) UnmarshalSSZ(buf []byte) error
- type SigningData
- func (*SigningData) Descriptor() ([]byte, []int)deprecated
- func (x *SigningData) GetDomain() []byte
- func (x *SigningData) GetObjectRoot() []byte
- func (s *SigningData) HashTreeRoot() ([32]byte, error)
- func (s *SigningData) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (s *SigningData) MarshalSSZ() ([]byte, error)
- func (s *SigningData) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*SigningData) ProtoMessage()
- func (x *SigningData) ProtoReflect() protoreflect.Message
- func (x *SigningData) Reset()
- func (s *SigningData) SizeSSZ() (size int)
- func (x *SigningData) String() string
- func (s *SigningData) UnmarshalSSZ(buf []byte) error
- type SlasherClient
- type SlasherServer
- type SparseMerkleTrie
- func (*SparseMerkleTrie) Descriptor() ([]byte, []int)deprecated
- func (x *SparseMerkleTrie) GetDepth() uint64
- func (x *SparseMerkleTrie) GetLayers() []*TrieLayer
- func (x *SparseMerkleTrie) GetOriginalItems() [][]byte
- func (*SparseMerkleTrie) ProtoMessage()
- func (x *SparseMerkleTrie) ProtoReflect() protoreflect.Message
- func (x *SparseMerkleTrie) Reset()
- func (x *SparseMerkleTrie) String() string
- type StateSummary
- func (*StateSummary) Descriptor() ([]byte, []int)deprecated
- func (x *StateSummary) GetRoot() []byte
- func (x *StateSummary) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (*StateSummary) ProtoMessage()
- func (x *StateSummary) ProtoReflect() protoreflect.Message
- func (x *StateSummary) Reset()
- func (x *StateSummary) String() string
- type Status
- func (*Status) Descriptor() ([]byte, []int)deprecated
- func (x *Status) GetFinalizedEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *Status) GetFinalizedRoot() []byte
- func (x *Status) GetForkDigest() []byte
- func (x *Status) GetHeadRoot() []byte
- func (x *Status) GetHeadSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (s *Status) HashTreeRoot() ([32]byte, error)
- func (s *Status) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (s *Status) MarshalSSZ() ([]byte, error)
- func (s *Status) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*Status) ProtoMessage()
- func (x *Status) ProtoReflect() protoreflect.Message
- func (x *Status) Reset()
- func (s *Status) SizeSSZ() (size int)
- func (x *Status) String() string
- func (s *Status) UnmarshalSSZ(buf []byte) error
- type StreamBlocksRequestdeprecated
- func (*StreamBlocksRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StreamBlocksRequest) GetVerifiedOnly() bool
- func (*StreamBlocksRequest) ProtoMessage()
- func (x *StreamBlocksRequest) ProtoReflect() protoreflect.Message
- func (x *StreamBlocksRequest) Reset()
- func (x *StreamBlocksRequest) String() string
- type StreamBlocksResponsedeprecated
- func (*StreamBlocksResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StreamBlocksResponse) GetAltairBlock() *SignedBeaconBlockAltair
- func (x *StreamBlocksResponse) GetBellatrixBlock() *SignedBeaconBlockBellatrix
- func (m *StreamBlocksResponse) GetBlock() isStreamBlocksResponse_Block
- func (x *StreamBlocksResponse) GetCapellaBlock() *SignedBeaconBlockCapella
- func (x *StreamBlocksResponse) GetDenebBlock() *SignedBeaconBlockDeneb
- func (x *StreamBlocksResponse) GetPhase0Block() *SignedBeaconBlock
- func (*StreamBlocksResponse) ProtoMessage()
- func (x *StreamBlocksResponse) ProtoReflect() protoreflect.Message
- func (x *StreamBlocksResponse) Reset()
- func (x *StreamBlocksResponse) String() string
- type StreamBlocksResponse_AltairBlock
- type StreamBlocksResponse_BellatrixBlock
- type StreamBlocksResponse_CapellaBlock
- type StreamBlocksResponse_DenebBlock
- type StreamBlocksResponse_Phase0Block
- type SubmitSlashingResponse
- func (*SubmitSlashingResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SubmitSlashingResponse) GetSlashedIndices() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (*SubmitSlashingResponse) ProtoMessage()
- func (x *SubmitSlashingResponse) ProtoReflect() protoreflect.Message
- func (x *SubmitSlashingResponse) Reset()
- func (x *SubmitSlashingResponse) String() string
- type SyncAggregate
- func (*SyncAggregate) Descriptor() ([]byte, []int)deprecated
- func (x *SyncAggregate) GetSyncCommitteeBits() github_com_prysmaticlabs_go_bitfield.Bitvector512
- func (x *SyncAggregate) GetSyncCommitteeSignature() []byte
- func (s *SyncAggregate) HashTreeRoot() ([32]byte, error)
- func (s *SyncAggregate) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (s *SyncAggregate) MarshalSSZ() ([]byte, error)
- func (s *SyncAggregate) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*SyncAggregate) ProtoMessage()
- func (x *SyncAggregate) ProtoReflect() protoreflect.Message
- func (x *SyncAggregate) Reset()
- func (s *SyncAggregate) SizeSSZ() (size int)
- func (x *SyncAggregate) String() string
- func (s *SyncAggregate) UnmarshalSSZ(buf []byte) error
- type SyncAggregatorSelectionData
- func (*SyncAggregatorSelectionData) Descriptor() ([]byte, []int)deprecated
- func (x *SyncAggregatorSelectionData) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (x *SyncAggregatorSelectionData) GetSubcommitteeIndex() uint64
- func (s *SyncAggregatorSelectionData) HashTreeRoot() ([32]byte, error)
- func (s *SyncAggregatorSelectionData) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (s *SyncAggregatorSelectionData) MarshalSSZ() ([]byte, error)
- func (s *SyncAggregatorSelectionData) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*SyncAggregatorSelectionData) ProtoMessage()
- func (x *SyncAggregatorSelectionData) ProtoReflect() protoreflect.Message
- func (x *SyncAggregatorSelectionData) Reset()
- func (s *SyncAggregatorSelectionData) SizeSSZ() (size int)
- func (x *SyncAggregatorSelectionData) String() string
- func (s *SyncAggregatorSelectionData) UnmarshalSSZ(buf []byte) error
- type SyncCommittee
- func (*SyncCommittee) Descriptor() ([]byte, []int)deprecated
- func (x *SyncCommittee) GetAggregatePubkey() []byte
- func (x *SyncCommittee) GetPubkeys() [][]byte
- func (s *SyncCommittee) HashTreeRoot() ([32]byte, error)
- func (s *SyncCommittee) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (s *SyncCommittee) MarshalSSZ() ([]byte, error)
- func (s *SyncCommittee) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*SyncCommittee) ProtoMessage()
- func (x *SyncCommittee) ProtoReflect() protoreflect.Message
- func (x *SyncCommittee) Reset()
- func (s *SyncCommittee) SizeSSZ() (size int)
- func (x *SyncCommittee) String() string
- func (s *SyncCommittee) UnmarshalSSZ(buf []byte) error
- type SyncCommitteeContribution
- func (*SyncCommitteeContribution) Descriptor() ([]byte, []int)deprecated
- func (x *SyncCommitteeContribution) GetAggregationBits() github_com_prysmaticlabs_go_bitfield.Bitvector128
- func (x *SyncCommitteeContribution) GetBlockRoot() []byte
- func (x *SyncCommitteeContribution) GetSignature() []byte
- func (x *SyncCommitteeContribution) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (x *SyncCommitteeContribution) GetSubcommitteeIndex() uint64
- func (s *SyncCommitteeContribution) HashTreeRoot() ([32]byte, error)
- func (s *SyncCommitteeContribution) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (s *SyncCommitteeContribution) MarshalSSZ() ([]byte, error)
- func (s *SyncCommitteeContribution) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*SyncCommitteeContribution) ProtoMessage()
- func (x *SyncCommitteeContribution) ProtoReflect() protoreflect.Message
- func (x *SyncCommitteeContribution) Reset()
- func (s *SyncCommitteeContribution) SizeSSZ() (size int)
- func (x *SyncCommitteeContribution) String() string
- func (s *SyncCommitteeContribution) UnmarshalSSZ(buf []byte) error
- type SyncCommitteeContributionRequest
- func (*SyncCommitteeContributionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SyncCommitteeContributionRequest) GetPublicKey() []byte
- func (x *SyncCommitteeContributionRequest) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (x *SyncCommitteeContributionRequest) GetSubnetId() uint64
- func (*SyncCommitteeContributionRequest) ProtoMessage()
- func (x *SyncCommitteeContributionRequest) ProtoReflect() protoreflect.Message
- func (x *SyncCommitteeContributionRequest) Reset()
- func (x *SyncCommitteeContributionRequest) String() string
- type SyncCommitteeMessage
- func (*SyncCommitteeMessage) Descriptor() ([]byte, []int)deprecated
- func (x *SyncCommitteeMessage) GetBlockRoot() []byte
- func (x *SyncCommitteeMessage) GetSignature() []byte
- func (x *SyncCommitteeMessage) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (x *SyncCommitteeMessage) GetValidatorIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (s *SyncCommitteeMessage) HashTreeRoot() ([32]byte, error)
- func (s *SyncCommitteeMessage) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (s *SyncCommitteeMessage) MarshalSSZ() ([]byte, error)
- func (s *SyncCommitteeMessage) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*SyncCommitteeMessage) ProtoMessage()
- func (x *SyncCommitteeMessage) ProtoReflect() protoreflect.Message
- func (x *SyncCommitteeMessage) Reset()
- func (s *SyncCommitteeMessage) SizeSSZ() (size int)
- func (x *SyncCommitteeMessage) String() string
- func (s *SyncCommitteeMessage) UnmarshalSSZ(buf []byte) error
- type SyncMessageBlockRootResponse
- func (*SyncMessageBlockRootResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SyncMessageBlockRootResponse) GetRoot() []byte
- func (*SyncMessageBlockRootResponse) ProtoMessage()
- func (x *SyncMessageBlockRootResponse) ProtoReflect() protoreflect.Message
- func (x *SyncMessageBlockRootResponse) Reset()
- func (x *SyncMessageBlockRootResponse) String() string
- type SyncStatus
- type SyncSubcommitteeIndexRequest
- func (*SyncSubcommitteeIndexRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SyncSubcommitteeIndexRequest) GetPublicKey() []byte
- func (x *SyncSubcommitteeIndexRequest) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (*SyncSubcommitteeIndexRequest) ProtoMessage()
- func (x *SyncSubcommitteeIndexRequest) ProtoReflect() protoreflect.Message
- func (x *SyncSubcommitteeIndexRequest) Reset()
- func (x *SyncSubcommitteeIndexRequest) String() string
- type SyncSubcommitteeIndexResponse
- func (*SyncSubcommitteeIndexResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SyncSubcommitteeIndexResponse) GetIndices() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.CommitteeIndex
- func (*SyncSubcommitteeIndexResponse) ProtoMessage()
- func (x *SyncSubcommitteeIndexResponse) ProtoReflect() protoreflect.Message
- func (x *SyncSubcommitteeIndexResponse) Reset()
- func (x *SyncSubcommitteeIndexResponse) String() string
- type SyncedResponse
- func (*SyncedResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SyncedResponse) GetGenesisTime() uint64
- func (x *SyncedResponse) GetSynced() bool
- func (*SyncedResponse) ProtoMessage()
- func (x *SyncedResponse) ProtoReflect() protoreflect.Message
- func (x *SyncedResponse) Reset()
- func (x *SyncedResponse) String() string
- type TopicScoreSnapshot
- func (*TopicScoreSnapshot) Descriptor() ([]byte, []int)deprecated
- func (x *TopicScoreSnapshot) GetFirstMessageDeliveries() float32
- func (x *TopicScoreSnapshot) GetInvalidMessageDeliveries() float32
- func (x *TopicScoreSnapshot) GetMeshMessageDeliveries() float32
- func (x *TopicScoreSnapshot) GetTimeInMesh() uint64
- func (*TopicScoreSnapshot) ProtoMessage()
- func (x *TopicScoreSnapshot) ProtoReflect() protoreflect.Message
- func (x *TopicScoreSnapshot) Reset()
- func (x *TopicScoreSnapshot) String() string
- type TrieLayer
- type UnimplementedBeaconChainServer
- func (*UnimplementedBeaconChainServer) AttestationPool(context.Context, *AttestationPoolRequest) (*AttestationPoolResponse, error)
- func (*UnimplementedBeaconChainServer) GetBeaconConfig(context.Context, *empty.Empty) (*BeaconConfig, error)
- func (*UnimplementedBeaconChainServer) GetChainHead(context.Context, *empty.Empty) (*ChainHead, error)
- func (*UnimplementedBeaconChainServer) GetIndividualVotes(context.Context, *IndividualVotesRequest) (*IndividualVotesRespond, error)
- func (*UnimplementedBeaconChainServer) GetValidator(context.Context, *GetValidatorRequest) (*Validator, error)
- func (*UnimplementedBeaconChainServer) GetValidatorActiveSetChanges(context.Context, *GetValidatorActiveSetChangesRequest) (*ActiveSetChanges, error)
- func (*UnimplementedBeaconChainServer) GetValidatorParticipation(context.Context, *GetValidatorParticipationRequest) (*ValidatorParticipationResponse, error)
- func (*UnimplementedBeaconChainServer) GetValidatorPerformance(context.Context, *ValidatorPerformanceRequest) (*ValidatorPerformanceResponse, error)
- func (*UnimplementedBeaconChainServer) GetValidatorQueue(context.Context, *empty.Empty) (*ValidatorQueue, error)
- func (*UnimplementedBeaconChainServer) ListAttestations(context.Context, *ListAttestationsRequest) (*ListAttestationsResponse, error)
- func (*UnimplementedBeaconChainServer) ListBeaconBlocks(context.Context, *ListBlocksRequest) (*ListBeaconBlocksResponse, error)
- func (*UnimplementedBeaconChainServer) ListBeaconCommittees(context.Context, *ListCommitteesRequest) (*BeaconCommittees, error)
- func (*UnimplementedBeaconChainServer) ListIndexedAttestations(context.Context, *ListIndexedAttestationsRequest) (*ListIndexedAttestationsResponse, error)
- func (*UnimplementedBeaconChainServer) ListValidatorAssignments(context.Context, *ListValidatorAssignmentsRequest) (*ValidatorAssignments, error)
- func (*UnimplementedBeaconChainServer) ListValidatorBalances(context.Context, *ListValidatorBalancesRequest) (*ValidatorBalances, error)
- func (*UnimplementedBeaconChainServer) ListValidators(context.Context, *ListValidatorsRequest) (*Validators, error)
- func (*UnimplementedBeaconChainServer) StreamAttestations(*empty.Empty, BeaconChain_StreamAttestationsServer) error
- func (*UnimplementedBeaconChainServer) StreamBlocks(*StreamBlocksRequest, BeaconChain_StreamBlocksServer) error
- func (*UnimplementedBeaconChainServer) StreamChainHead(*empty.Empty, BeaconChain_StreamChainHeadServer) error
- func (*UnimplementedBeaconChainServer) StreamIndexedAttestations(*empty.Empty, BeaconChain_StreamIndexedAttestationsServer) error
- func (*UnimplementedBeaconChainServer) StreamValidatorsInfo(BeaconChain_StreamValidatorsInfoServer) error
- func (*UnimplementedBeaconChainServer) SubmitAttesterSlashing(context.Context, *AttesterSlashing) (*SubmitSlashingResponse, error)
- func (*UnimplementedBeaconChainServer) SubmitProposerSlashing(context.Context, *ProposerSlashing) (*SubmitSlashingResponse, error)
- type UnimplementedBeaconNodeValidatorServer
- func (*UnimplementedBeaconNodeValidatorServer) AggregatedSigAndAggregationBits(context.Context, *AggregatedSigAndAggregationBitsRequest) (*AggregatedSigAndAggregationBitsResponse, error)
- func (*UnimplementedBeaconNodeValidatorServer) AssignValidatorToSubnet(context.Context, *AssignValidatorToSubnetRequest) (*empty.Empty, error)
- func (*UnimplementedBeaconNodeValidatorServer) CheckDoppelGanger(context.Context, *DoppelGangerRequest) (*DoppelGangerResponse, error)
- func (*UnimplementedBeaconNodeValidatorServer) DomainData(context.Context, *DomainRequest) (*DomainResponse, error)
- func (*UnimplementedBeaconNodeValidatorServer) GetAttestationData(context.Context, *AttestationDataRequest) (*AttestationData, error)
- func (*UnimplementedBeaconNodeValidatorServer) GetBeaconBlock(context.Context, *BlockRequest) (*GenericBeaconBlock, error)
- func (*UnimplementedBeaconNodeValidatorServer) GetDuties(context.Context, *DutiesRequest) (*DutiesResponse, error)
- func (*UnimplementedBeaconNodeValidatorServer) GetFeeRecipientByPubKey(context.Context, *FeeRecipientByPubKeyRequest) (*FeeRecipientByPubKeyResponse, error)
- func (*UnimplementedBeaconNodeValidatorServer) GetSyncCommitteeContribution(context.Context, *SyncCommitteeContributionRequest) (*SyncCommitteeContribution, error)
- func (*UnimplementedBeaconNodeValidatorServer) GetSyncMessageBlockRoot(context.Context, *empty.Empty) (*SyncMessageBlockRootResponse, error)
- func (*UnimplementedBeaconNodeValidatorServer) GetSyncSubcommitteeIndex(context.Context, *SyncSubcommitteeIndexRequest) (*SyncSubcommitteeIndexResponse, error)
- func (*UnimplementedBeaconNodeValidatorServer) MultipleValidatorStatus(context.Context, *MultipleValidatorStatusRequest) (*MultipleValidatorStatusResponse, error)
- func (*UnimplementedBeaconNodeValidatorServer) PrepareBeaconProposer(context.Context, *PrepareBeaconProposerRequest) (*empty.Empty, error)
- func (*UnimplementedBeaconNodeValidatorServer) ProposeAttestation(context.Context, *Attestation) (*AttestResponse, error)
- func (*UnimplementedBeaconNodeValidatorServer) ProposeBeaconBlock(context.Context, *GenericSignedBeaconBlock) (*ProposeResponse, error)
- func (*UnimplementedBeaconNodeValidatorServer) ProposeExit(context.Context, *SignedVoluntaryExit) (*ProposeExitResponse, error)
- func (*UnimplementedBeaconNodeValidatorServer) StreamBlocksAltair(*StreamBlocksRequest, BeaconNodeValidator_StreamBlocksAltairServer) error
- func (*UnimplementedBeaconNodeValidatorServer) StreamDuties(*DutiesRequest, BeaconNodeValidator_StreamDutiesServer) error
- func (*UnimplementedBeaconNodeValidatorServer) SubmitAggregateSelectionProof(context.Context, *AggregateSelectionRequest) (*AggregateSelectionResponse, error)
- func (*UnimplementedBeaconNodeValidatorServer) SubmitSignedAggregateSelectionProof(context.Context, *SignedAggregateSubmitRequest) (*SignedAggregateSubmitResponse, error)
- func (*UnimplementedBeaconNodeValidatorServer) SubmitSignedContributionAndProof(context.Context, *SignedContributionAndProof) (*empty.Empty, error)
- func (*UnimplementedBeaconNodeValidatorServer) SubmitSyncMessage(context.Context, *SyncCommitteeMessage) (*empty.Empty, error)
- func (*UnimplementedBeaconNodeValidatorServer) SubmitValidatorRegistrations(context.Context, *SignedValidatorRegistrationsV1) (*empty.Empty, error)
- func (*UnimplementedBeaconNodeValidatorServer) SubscribeCommitteeSubnets(context.Context, *CommitteeSubnetsSubscribeRequest) (*empty.Empty, error)
- func (*UnimplementedBeaconNodeValidatorServer) ValidatorIndex(context.Context, *ValidatorIndexRequest) (*ValidatorIndexResponse, error)
- func (*UnimplementedBeaconNodeValidatorServer) ValidatorStatus(context.Context, *ValidatorStatusRequest) (*ValidatorStatusResponse, error)
- func (*UnimplementedBeaconNodeValidatorServer) WaitForActivation(*ValidatorActivationRequest, BeaconNodeValidator_WaitForActivationServer) error
- func (*UnimplementedBeaconNodeValidatorServer) WaitForChainStart(*empty.Empty, BeaconNodeValidator_WaitForChainStartServer) error
- type UnimplementedDebugServer
- func (*UnimplementedDebugServer) GetBeaconState(context.Context, *BeaconStateRequest) (*SSZResponse, error)
- func (*UnimplementedDebugServer) GetBlock(context.Context, *BlockRequestByRoot) (*SSZResponse, error)
- func (*UnimplementedDebugServer) GetInclusionSlot(context.Context, *InclusionSlotRequest) (*InclusionSlotResponse, error)
- func (*UnimplementedDebugServer) GetPeer(context.Context, *PeerRequest) (*DebugPeerResponse, error)
- func (*UnimplementedDebugServer) ListPeers(context.Context, *empty.Empty) (*DebugPeerResponses, error)
- func (*UnimplementedDebugServer) SetLoggingLevel(context.Context, *LoggingLevelRequest) (*empty.Empty, error)
- type UnimplementedHealthServer
- type UnimplementedNodeServer
- func (*UnimplementedNodeServer) GetETH1ConnectionStatus(context.Context, *empty.Empty) (*ETH1ConnectionStatus, error)
- func (*UnimplementedNodeServer) GetGenesis(context.Context, *empty.Empty) (*Genesis, error)
- func (*UnimplementedNodeServer) GetHost(context.Context, *empty.Empty) (*HostData, error)
- func (*UnimplementedNodeServer) GetPeer(context.Context, *PeerRequest) (*Peer, error)
- func (*UnimplementedNodeServer) GetSyncStatus(context.Context, *empty.Empty) (*SyncStatus, error)
- func (*UnimplementedNodeServer) GetVersion(context.Context, *empty.Empty) (*Version, error)
- func (*UnimplementedNodeServer) ListImplementedServices(context.Context, *empty.Empty) (*ImplementedServices, error)
- func (*UnimplementedNodeServer) ListPeers(context.Context, *empty.Empty) (*Peers, error)
- type UnimplementedSlasherServer
- func (*UnimplementedSlasherServer) HighestAttestations(context.Context, *HighestAttestationRequest) (*HighestAttestationResponse, error)
- func (*UnimplementedSlasherServer) IsSlashableAttestation(context.Context, *IndexedAttestation) (*AttesterSlashingResponse, error)
- func (*UnimplementedSlasherServer) IsSlashableBlock(context.Context, *SignedBeaconBlockHeader) (*ProposerSlashingResponse, error)
- type Validator
- func (*Validator) Descriptor() ([]byte, []int)deprecated
- func (x *Validator) GetActivationEligibilityEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *Validator) GetActivationEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *Validator) GetEffectiveBalance() uint64
- func (x *Validator) GetExitEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *Validator) GetPublicKey() []byte
- func (x *Validator) GetSlashed() bool
- func (x *Validator) GetWithdrawableEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *Validator) GetWithdrawalCredentials() []byte
- func (v *Validator) HashTreeRoot() ([32]byte, error)
- func (v *Validator) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (v *Validator) MarshalSSZ() ([]byte, error)
- func (v *Validator) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*Validator) ProtoMessage()
- func (x *Validator) ProtoReflect() protoreflect.Message
- func (x *Validator) Reset()
- func (v *Validator) SizeSSZ() (size int)
- func (x *Validator) String() string
- func (v *Validator) UnmarshalSSZ(buf []byte) error
- type ValidatorActivationRequest
- func (*ValidatorActivationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorActivationRequest) GetPublicKeys() [][]byte
- func (*ValidatorActivationRequest) ProtoMessage()
- func (x *ValidatorActivationRequest) ProtoReflect() protoreflect.Message
- func (x *ValidatorActivationRequest) Reset()
- func (x *ValidatorActivationRequest) String() string
- type ValidatorActivationResponse
- func (*ValidatorActivationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorActivationResponse) GetStatuses() []*ValidatorActivationResponse_Status
- func (*ValidatorActivationResponse) ProtoMessage()
- func (x *ValidatorActivationResponse) ProtoReflect() protoreflect.Message
- func (x *ValidatorActivationResponse) Reset()
- func (x *ValidatorActivationResponse) String() string
- type ValidatorActivationResponse_Status
- func (*ValidatorActivationResponse_Status) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorActivationResponse_Status) GetIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (x *ValidatorActivationResponse_Status) GetPublicKey() []byte
- func (x *ValidatorActivationResponse_Status) GetStatus() *ValidatorStatusResponse
- func (*ValidatorActivationResponse_Status) ProtoMessage()
- func (x *ValidatorActivationResponse_Status) ProtoReflect() protoreflect.Message
- func (x *ValidatorActivationResponse_Status) Reset()
- func (x *ValidatorActivationResponse_Status) String() string
- type ValidatorAssignments
- func (*ValidatorAssignments) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorAssignments) GetAssignments() []*ValidatorAssignments_CommitteeAssignment
- func (x *ValidatorAssignments) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *ValidatorAssignments) GetNextPageToken() string
- func (x *ValidatorAssignments) GetTotalSize() int32
- func (*ValidatorAssignments) ProtoMessage()
- func (x *ValidatorAssignments) ProtoReflect() protoreflect.Message
- func (x *ValidatorAssignments) Reset()
- func (x *ValidatorAssignments) String() string
- type ValidatorAssignments_CommitteeAssignment
- func (*ValidatorAssignments_CommitteeAssignment) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorAssignments_CommitteeAssignment) GetAttesterSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (x *ValidatorAssignments_CommitteeAssignment) GetBeaconCommittees() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (x *ValidatorAssignments_CommitteeAssignment) GetCommitteeIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.CommitteeIndex
- func (x *ValidatorAssignments_CommitteeAssignment) GetProposerSlots() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (x *ValidatorAssignments_CommitteeAssignment) GetPublicKey() []bytedeprecated
- func (x *ValidatorAssignments_CommitteeAssignment) GetValidatorIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (*ValidatorAssignments_CommitteeAssignment) ProtoMessage()
- func (x *ValidatorAssignments_CommitteeAssignment) ProtoReflect() protoreflect.Message
- func (x *ValidatorAssignments_CommitteeAssignment) Reset()
- func (x *ValidatorAssignments_CommitteeAssignment) String() string
- type ValidatorBalances
- func (*ValidatorBalances) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorBalances) GetBalances() []*ValidatorBalances_Balance
- func (x *ValidatorBalances) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *ValidatorBalances) GetNextPageToken() string
- func (x *ValidatorBalances) GetTotalSize() int32
- func (*ValidatorBalances) ProtoMessage()
- func (x *ValidatorBalances) ProtoReflect() protoreflect.Message
- func (x *ValidatorBalances) Reset()
- func (x *ValidatorBalances) String() string
- type ValidatorBalances_Balance
- func (*ValidatorBalances_Balance) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorBalances_Balance) GetBalance() uint64
- func (x *ValidatorBalances_Balance) GetIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (x *ValidatorBalances_Balance) GetPublicKey() []byte
- func (x *ValidatorBalances_Balance) GetStatus() string
- func (*ValidatorBalances_Balance) ProtoMessage()
- func (x *ValidatorBalances_Balance) ProtoReflect() protoreflect.Message
- func (x *ValidatorBalances_Balance) Reset()
- func (x *ValidatorBalances_Balance) String() string
- type ValidatorChangeSetdeprecated
- func (*ValidatorChangeSet) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorChangeSet) GetAction() SetAction
- func (x *ValidatorChangeSet) GetPublicKeys() [][]byte
- func (*ValidatorChangeSet) ProtoMessage()
- func (x *ValidatorChangeSet) ProtoReflect() protoreflect.Message
- func (x *ValidatorChangeSet) Reset()
- func (x *ValidatorChangeSet) String() string
- type ValidatorIndexRequest
- func (*ValidatorIndexRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorIndexRequest) GetPublicKey() []byte
- func (*ValidatorIndexRequest) ProtoMessage()
- func (x *ValidatorIndexRequest) ProtoReflect() protoreflect.Message
- func (x *ValidatorIndexRequest) Reset()
- func (x *ValidatorIndexRequest) String() string
- type ValidatorIndexResponse
- func (*ValidatorIndexResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorIndexResponse) GetIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (*ValidatorIndexResponse) ProtoMessage()
- func (x *ValidatorIndexResponse) ProtoReflect() protoreflect.Message
- func (x *ValidatorIndexResponse) Reset()
- func (x *ValidatorIndexResponse) String() string
- type ValidatorInfo
- func (*ValidatorInfo) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorInfo) GetBalance() uint64
- func (x *ValidatorInfo) GetEffectiveBalance() uint64
- func (x *ValidatorInfo) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *ValidatorInfo) GetIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (x *ValidatorInfo) GetPublicKey() []byte
- func (x *ValidatorInfo) GetStatus() ValidatorStatus
- func (x *ValidatorInfo) GetTransitionTimestamp() uint64
- func (*ValidatorInfo) ProtoMessage()
- func (x *ValidatorInfo) ProtoReflect() protoreflect.Message
- func (x *ValidatorInfo) Reset()
- func (x *ValidatorInfo) String() string
- type ValidatorParticipation
- func (*ValidatorParticipation) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorParticipation) GetCurrentEpochActiveGwei() uint64
- func (x *ValidatorParticipation) GetCurrentEpochAttestingGwei() uint64
- func (x *ValidatorParticipation) GetCurrentEpochTargetAttestingGwei() uint64
- func (x *ValidatorParticipation) GetEligibleEther() uint64deprecated
- func (x *ValidatorParticipation) GetGlobalParticipationRate() float32deprecated
- func (x *ValidatorParticipation) GetPreviousEpochActiveGwei() uint64
- func (x *ValidatorParticipation) GetPreviousEpochAttestingGwei() uint64
- func (x *ValidatorParticipation) GetPreviousEpochHeadAttestingGwei() uint64
- func (x *ValidatorParticipation) GetPreviousEpochTargetAttestingGwei() uint64
- func (x *ValidatorParticipation) GetVotedEther() uint64deprecated
- func (*ValidatorParticipation) ProtoMessage()
- func (x *ValidatorParticipation) ProtoReflect() protoreflect.Message
- func (x *ValidatorParticipation) Reset()
- func (x *ValidatorParticipation) String() string
- type ValidatorParticipationResponsedeprecated
- func (*ValidatorParticipationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorParticipationResponse) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *ValidatorParticipationResponse) GetFinalized() bool
- func (x *ValidatorParticipationResponse) GetParticipation() *ValidatorParticipation
- func (*ValidatorParticipationResponse) ProtoMessage()
- func (x *ValidatorParticipationResponse) ProtoReflect() protoreflect.Message
- func (x *ValidatorParticipationResponse) Reset()
- func (x *ValidatorParticipationResponse) String() string
- type ValidatorPerformanceRequest
- func (*ValidatorPerformanceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorPerformanceRequest) GetIndices() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (x *ValidatorPerformanceRequest) GetPublicKeys() [][]bytedeprecated
- func (*ValidatorPerformanceRequest) ProtoMessage()
- func (x *ValidatorPerformanceRequest) ProtoReflect() protoreflect.Message
- func (x *ValidatorPerformanceRequest) Reset()
- func (x *ValidatorPerformanceRequest) String() string
- type ValidatorPerformanceResponse
- func (*ValidatorPerformanceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorPerformanceResponse) GetAverageActiveValidatorBalance() float32
- func (x *ValidatorPerformanceResponse) GetBalancesAfterEpochTransition() []uint64
- func (x *ValidatorPerformanceResponse) GetBalancesBeforeEpochTransition() []uint64
- func (x *ValidatorPerformanceResponse) GetCorrectlyVotedHead() []bool
- func (x *ValidatorPerformanceResponse) GetCorrectlyVotedSource() []bool
- func (x *ValidatorPerformanceResponse) GetCorrectlyVotedTarget() []bool
- func (x *ValidatorPerformanceResponse) GetCurrentEffectiveBalances() []uint64
- func (x *ValidatorPerformanceResponse) GetInactivityScores() []uint64
- func (x *ValidatorPerformanceResponse) GetInclusionDistances() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slotdeprecated
- func (x *ValidatorPerformanceResponse) GetInclusionSlots() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slotdeprecated
- func (x *ValidatorPerformanceResponse) GetMissingValidators() [][]byte
- func (x *ValidatorPerformanceResponse) GetPublicKeys() [][]byte
- func (*ValidatorPerformanceResponse) ProtoMessage()
- func (x *ValidatorPerformanceResponse) ProtoReflect() protoreflect.Message
- func (x *ValidatorPerformanceResponse) Reset()
- func (x *ValidatorPerformanceResponse) String() string
- type ValidatorQueuedeprecated
- func (*ValidatorQueue) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorQueue) GetActivationPublicKeys() [][]bytedeprecated
- func (x *ValidatorQueue) GetActivationValidatorIndices() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (x *ValidatorQueue) GetChurnLimit() uint64
- func (x *ValidatorQueue) GetExitPublicKeys() [][]bytedeprecated
- func (x *ValidatorQueue) GetExitValidatorIndices() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (*ValidatorQueue) ProtoMessage()
- func (x *ValidatorQueue) ProtoReflect() protoreflect.Message
- func (x *ValidatorQueue) Reset()
- func (x *ValidatorQueue) String() string
- type ValidatorRegistrationV1
- func (*ValidatorRegistrationV1) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorRegistrationV1) GetFeeRecipient() []byte
- func (x *ValidatorRegistrationV1) GetGasLimit() uint64
- func (x *ValidatorRegistrationV1) GetPubkey() []byte
- func (x *ValidatorRegistrationV1) GetTimestamp() uint64
- func (v *ValidatorRegistrationV1) HashTreeRoot() ([32]byte, error)
- func (v *ValidatorRegistrationV1) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (v *ValidatorRegistrationV1) MarshalSSZ() ([]byte, error)
- func (v *ValidatorRegistrationV1) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*ValidatorRegistrationV1) ProtoMessage()
- func (x *ValidatorRegistrationV1) ProtoReflect() protoreflect.Message
- func (x *ValidatorRegistrationV1) Reset()
- func (v *ValidatorRegistrationV1) SizeSSZ() (size int)
- func (x *ValidatorRegistrationV1) String() string
- func (v *ValidatorRegistrationV1) UnmarshalSSZ(buf []byte) error
- type ValidatorStatus
- func (ValidatorStatus) Descriptor() protoreflect.EnumDescriptor
- func (x ValidatorStatus) Enum() *ValidatorStatus
- func (ValidatorStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x ValidatorStatus) Number() protoreflect.EnumNumber
- func (x ValidatorStatus) String() string
- func (ValidatorStatus) Type() protoreflect.EnumType
- type ValidatorStatusRequest
- func (*ValidatorStatusRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorStatusRequest) GetPublicKey() []byte
- func (*ValidatorStatusRequest) ProtoMessage()
- func (x *ValidatorStatusRequest) ProtoReflect() protoreflect.Message
- func (x *ValidatorStatusRequest) Reset()
- func (x *ValidatorStatusRequest) String() string
- type ValidatorStatusResponse
- func (*ValidatorStatusResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorStatusResponse) GetActivationEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *ValidatorStatusResponse) GetDepositInclusionSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
- func (x *ValidatorStatusResponse) GetEth1DepositBlockNumber() uint64
- func (x *ValidatorStatusResponse) GetPositionInActivationQueue() uint64
- func (x *ValidatorStatusResponse) GetStatus() ValidatorStatus
- func (*ValidatorStatusResponse) ProtoMessage()
- func (x *ValidatorStatusResponse) ProtoReflect() protoreflect.Message
- func (x *ValidatorStatusResponse) Reset()
- func (x *ValidatorStatusResponse) String() string
- type Validators
- func (*Validators) Descriptor() ([]byte, []int)deprecated
- func (x *Validators) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *Validators) GetNextPageToken() string
- func (x *Validators) GetTotalSize() int32
- func (x *Validators) GetValidatorList() []*Validators_ValidatorContainer
- func (*Validators) ProtoMessage()
- func (x *Validators) ProtoReflect() protoreflect.Message
- func (x *Validators) Reset()
- func (x *Validators) String() string
- type Validators_ValidatorContainer
- func (*Validators_ValidatorContainer) Descriptor() ([]byte, []int)deprecated
- func (x *Validators_ValidatorContainer) GetIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (x *Validators_ValidatorContainer) GetValidator() *Validator
- func (*Validators_ValidatorContainer) ProtoMessage()
- func (x *Validators_ValidatorContainer) ProtoReflect() protoreflect.Message
- func (x *Validators_ValidatorContainer) Reset()
- func (x *Validators_ValidatorContainer) String() string
- type Version
- type VoluntaryExit
- func (*VoluntaryExit) Descriptor() ([]byte, []int)deprecated
- func (x *VoluntaryExit) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
- func (x *VoluntaryExit) GetValidatorIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
- func (v *VoluntaryExit) HashTreeRoot() ([32]byte, error)
- func (v *VoluntaryExit) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (v *VoluntaryExit) MarshalSSZ() ([]byte, error)
- func (v *VoluntaryExit) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*VoluntaryExit) ProtoMessage()
- func (x *VoluntaryExit) ProtoReflect() protoreflect.Message
- func (x *VoluntaryExit) Reset()
- func (v *VoluntaryExit) SizeSSZ() (size int)
- func (x *VoluntaryExit) String() string
- func (v *VoluntaryExit) UnmarshalSSZ(buf []byte) error
Constants ¶
This section is empty.
Variables ¶
var ( SetAction_name = map[int32]string{ 0: "ADD_VALIDATOR_KEYS", 1: "REMOVE_VALIDATOR_KEYS", 2: "SET_VALIDATOR_KEYS", } SetAction_value = map[string]int32{ "ADD_VALIDATOR_KEYS": 0, "REMOVE_VALIDATOR_KEYS": 1, "SET_VALIDATOR_KEYS": 2, } )
Enum value maps for SetAction.
var ( LoggingLevelRequest_Level_name = map[int32]string{ 0: "INFO", 1: "DEBUG", 2: "TRACE", } LoggingLevelRequest_Level_value = map[string]int32{ "INFO": 0, "DEBUG": 1, "TRACE": 2, } )
Enum value maps for LoggingLevelRequest_Level.
var ( PeerDirection_name = map[int32]string{ 0: "UNKNOWN", 1: "INBOUND", 2: "OUTBOUND", } PeerDirection_value = map[string]int32{ "UNKNOWN": 0, "INBOUND": 1, "OUTBOUND": 2, } )
Enum value maps for PeerDirection.
var ( ConnectionState_name = map[int32]string{ 0: "DISCONNECTED", 1: "DISCONNECTING", 2: "CONNECTED", 3: "CONNECTING", } ConnectionState_value = map[string]int32{ "DISCONNECTED": 0, "DISCONNECTING": 1, "CONNECTED": 2, "CONNECTING": 3, } )
Enum value maps for ConnectionState.
var ( ValidatorStatus_name = map[int32]string{ 0: "UNKNOWN_STATUS", 1: "DEPOSITED", 2: "PENDING", 3: "ACTIVE", 4: "EXITING", 5: "SLASHING", 6: "EXITED", 7: "INVALID", 8: "PARTIALLY_DEPOSITED", } ValidatorStatus_value = map[string]int32{ "UNKNOWN_STATUS": 0, "DEPOSITED": 1, "PENDING": 2, "ACTIVE": 3, "EXITING": 4, "SLASHING": 5, "EXITED": 6, "INVALID": 7, "PARTIALLY_DEPOSITED": 8, } )
Enum value maps for ValidatorStatus.
var File_proto_prysm_v1alpha1_attestation_proto protoreflect.FileDescriptor
var File_proto_prysm_v1alpha1_beacon_block_proto protoreflect.FileDescriptor
var File_proto_prysm_v1alpha1_beacon_chain_proto protoreflect.FileDescriptor
var File_proto_prysm_v1alpha1_beacon_state_proto protoreflect.FileDescriptor
var File_proto_prysm_v1alpha1_blobs_proto protoreflect.FileDescriptor
var File_proto_prysm_v1alpha1_debug_proto protoreflect.FileDescriptor
var File_proto_prysm_v1alpha1_finalized_block_root_container_proto protoreflect.FileDescriptor
var File_proto_prysm_v1alpha1_health_proto protoreflect.FileDescriptor
var File_proto_prysm_v1alpha1_node_proto protoreflect.FileDescriptor
var File_proto_prysm_v1alpha1_p2p_messages_proto protoreflect.FileDescriptor
var File_proto_prysm_v1alpha1_powchain_proto protoreflect.FileDescriptor
var File_proto_prysm_v1alpha1_slasher_proto protoreflect.FileDescriptor
var File_proto_prysm_v1alpha1_sync_committee_proto protoreflect.FileDescriptor
var File_proto_prysm_v1alpha1_validator_proto protoreflect.FileDescriptor
var File_proto_prysm_v1alpha1_withdrawals_proto protoreflect.FileDescriptor
Functions ¶
func ConvertToSyncContributionBitVector ¶
func ConvertToSyncContributionBitVector(b []byte) bitfield.Bitvector128
func CopyBlobKZGs ¶
CopyBlobKZGs copies the provided blob kzgs object.
func CopyExecutionPayload ¶
func CopyExecutionPayload(payload *enginev1.ExecutionPayload) *enginev1.ExecutionPayload
CopyExecutionPayload copies the provided execution payload.
func CopyExecutionPayloadCapella ¶
func CopyExecutionPayloadCapella(payload *enginev1.ExecutionPayloadCapella) *enginev1.ExecutionPayloadCapella
CopyExecutionPayloadCapella copies the provided execution payload.
func CopyExecutionPayloadDeneb ¶
func CopyExecutionPayloadDeneb(payload *enginev1.ExecutionPayloadDeneb) *enginev1.ExecutionPayloadDeneb
CopyExecutionPayloadDeneb copies the provided execution payload.
func CopyExecutionPayloadHeader ¶
func CopyExecutionPayloadHeader(payload *enginev1.ExecutionPayloadHeader) *enginev1.ExecutionPayloadHeader
CopyExecutionPayloadHeader copies the provided execution payload object.
func CopyExecutionPayloadHeaderCapella ¶
func CopyExecutionPayloadHeaderCapella(payload *enginev1.ExecutionPayloadHeaderCapella) *enginev1.ExecutionPayloadHeaderCapella
CopyExecutionPayloadHeaderCapella copies the provided execution payload object.
func CopyExecutionPayloadHeaderDeneb ¶
func CopyExecutionPayloadHeaderDeneb(payload *enginev1.ExecutionPayloadHeaderDeneb) *enginev1.ExecutionPayloadHeaderDeneb
CopyExecutionPayloadHeaderDeneb copies the provided execution payload object.
func CopyWithdrawal ¶
func CopyWithdrawal(withdrawal *enginev1.Withdrawal) *enginev1.Withdrawal
CopyWithdrawal copies the provided withdrawal object.
func CopyWithdrawalSlice ¶
func CopyWithdrawalSlice(withdrawals []*enginev1.Withdrawal) []*enginev1.Withdrawal
CopyWithdrawalSlice copies the provided slice of withdrawals.
func NewSyncCommitteeAggregationBits ¶
func NewSyncCommitteeAggregationBits() bitfield.Bitvector128
func RegisterBeaconChainHandler ¶
func RegisterBeaconChainHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterBeaconChainHandler registers the http handlers for service BeaconChain to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterBeaconChainHandlerClient ¶
func RegisterBeaconChainHandlerClient(ctx context.Context, mux *runtime.ServeMux, client BeaconChainClient) error
RegisterBeaconChainHandlerClient registers the http handlers for service BeaconChain to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "BeaconChainClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "BeaconChainClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "BeaconChainClient" to call the correct interceptors.
func RegisterBeaconChainHandlerFromEndpoint ¶
func RegisterBeaconChainHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterBeaconChainHandlerFromEndpoint is same as RegisterBeaconChainHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterBeaconChainHandlerServer ¶
func RegisterBeaconChainHandlerServer(ctx context.Context, mux *runtime.ServeMux, server BeaconChainServer) error
RegisterBeaconChainHandlerServer registers the http handlers for service BeaconChain to "mux". UnaryRPC :call BeaconChainServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterBeaconChainHandlerFromEndpoint instead.
func RegisterBeaconChainServer ¶
func RegisterBeaconChainServer(s *grpc.Server, srv BeaconChainServer)
func RegisterBeaconNodeValidatorHandler ¶
func RegisterBeaconNodeValidatorHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterBeaconNodeValidatorHandler registers the http handlers for service BeaconNodeValidator to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterBeaconNodeValidatorHandlerClient ¶
func RegisterBeaconNodeValidatorHandlerClient(ctx context.Context, mux *runtime.ServeMux, client BeaconNodeValidatorClient) error
RegisterBeaconNodeValidatorHandlerClient registers the http handlers for service BeaconNodeValidator to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "BeaconNodeValidatorClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "BeaconNodeValidatorClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "BeaconNodeValidatorClient" to call the correct interceptors.
func RegisterBeaconNodeValidatorHandlerFromEndpoint ¶
func RegisterBeaconNodeValidatorHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterBeaconNodeValidatorHandlerFromEndpoint is same as RegisterBeaconNodeValidatorHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterBeaconNodeValidatorHandlerServer ¶
func RegisterBeaconNodeValidatorHandlerServer(ctx context.Context, mux *runtime.ServeMux, server BeaconNodeValidatorServer) error
RegisterBeaconNodeValidatorHandlerServer registers the http handlers for service BeaconNodeValidator to "mux". UnaryRPC :call BeaconNodeValidatorServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterBeaconNodeValidatorHandlerFromEndpoint instead.
func RegisterBeaconNodeValidatorServer ¶
func RegisterBeaconNodeValidatorServer(s *grpc.Server, srv BeaconNodeValidatorServer)
func RegisterDebugHandler ¶
RegisterDebugHandler registers the http handlers for service Debug to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterDebugHandlerClient ¶
func RegisterDebugHandlerClient(ctx context.Context, mux *runtime.ServeMux, client DebugClient) error
RegisterDebugHandlerClient registers the http handlers for service Debug to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "DebugClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "DebugClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "DebugClient" to call the correct interceptors.
func RegisterDebugHandlerFromEndpoint ¶
func RegisterDebugHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterDebugHandlerFromEndpoint is same as RegisterDebugHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterDebugHandlerServer ¶
func RegisterDebugHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DebugServer) error
RegisterDebugHandlerServer registers the http handlers for service Debug to "mux". UnaryRPC :call DebugServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterDebugHandlerFromEndpoint instead.
func RegisterDebugServer ¶
func RegisterDebugServer(s *grpc.Server, srv DebugServer)
func RegisterHealthHandler ¶
RegisterHealthHandler registers the http handlers for service Health to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterHealthHandlerClient ¶
func RegisterHealthHandlerClient(ctx context.Context, mux *runtime.ServeMux, client HealthClient) error
RegisterHealthHandlerClient registers the http handlers for service Health to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "HealthClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "HealthClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "HealthClient" to call the correct interceptors.
func RegisterHealthHandlerFromEndpoint ¶
func RegisterHealthHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterHealthHandlerFromEndpoint is same as RegisterHealthHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterHealthHandlerServer ¶
func RegisterHealthHandlerServer(ctx context.Context, mux *runtime.ServeMux, server HealthServer) error
RegisterHealthHandlerServer registers the http handlers for service Health to "mux". UnaryRPC :call HealthServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterHealthHandlerFromEndpoint instead.
func RegisterHealthServer ¶
func RegisterHealthServer(s *grpc.Server, srv HealthServer)
func RegisterNodeHandler ¶
RegisterNodeHandler registers the http handlers for service Node to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterNodeHandlerClient ¶
RegisterNodeHandlerClient registers the http handlers for service Node to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "NodeClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "NodeClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "NodeClient" to call the correct interceptors.
func RegisterNodeHandlerFromEndpoint ¶
func RegisterNodeHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterNodeHandlerFromEndpoint is same as RegisterNodeHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterNodeHandlerServer ¶
RegisterNodeHandlerServer registers the http handlers for service Node to "mux". UnaryRPC :call NodeServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterNodeHandlerFromEndpoint instead.
func RegisterNodeServer ¶
func RegisterNodeServer(s *grpc.Server, srv NodeServer)
func RegisterSlasherHandler ¶
func RegisterSlasherHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterSlasherHandler registers the http handlers for service Slasher to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterSlasherHandlerClient ¶
func RegisterSlasherHandlerClient(ctx context.Context, mux *runtime.ServeMux, client SlasherClient) error
RegisterSlasherHandlerClient registers the http handlers for service Slasher to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "SlasherClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "SlasherClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "SlasherClient" to call the correct interceptors.
func RegisterSlasherHandlerFromEndpoint ¶
func RegisterSlasherHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterSlasherHandlerFromEndpoint is same as RegisterSlasherHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterSlasherHandlerServer ¶
func RegisterSlasherHandlerServer(ctx context.Context, mux *runtime.ServeMux, server SlasherServer) error
RegisterSlasherHandlerServer registers the http handlers for service Slasher to "mux". UnaryRPC :call SlasherServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterSlasherHandlerFromEndpoint instead.
func RegisterSlasherServer ¶
func RegisterSlasherServer(s *grpc.Server, srv SlasherServer)
Types ¶
type ActiveSetChanges ¶
type ActiveSetChanges struct { Epoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 155-byte string literal not displayed */ ActivatedPublicKeys [][]byte `` /* 136-byte string literal not displayed */ ActivatedIndices []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 217-byte string literal not displayed */ ExitedPublicKeys [][]byte `` /* 127-byte string literal not displayed */ ExitedIndices []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 208-byte string literal not displayed */ SlashedPublicKeys [][]byte `` /* 130-byte string literal not displayed */ SlashedIndices []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 211-byte string literal not displayed */ EjectedPublicKeys [][]byte `` /* 130-byte string literal not displayed */ EjectedIndices []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 211-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ActiveSetChanges) Descriptor
deprecated
func (*ActiveSetChanges) Descriptor() ([]byte, []int)
Deprecated: Use ActiveSetChanges.ProtoReflect.Descriptor instead.
func (*ActiveSetChanges) GetActivatedIndices ¶
func (x *ActiveSetChanges) GetActivatedIndices() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*ActiveSetChanges) GetActivatedPublicKeys ¶
func (x *ActiveSetChanges) GetActivatedPublicKeys() [][]byte
func (*ActiveSetChanges) GetEjectedIndices ¶
func (x *ActiveSetChanges) GetEjectedIndices() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*ActiveSetChanges) GetEjectedPublicKeys ¶
func (x *ActiveSetChanges) GetEjectedPublicKeys() [][]byte
func (*ActiveSetChanges) GetEpoch ¶
func (x *ActiveSetChanges) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
func (*ActiveSetChanges) GetExitedIndices ¶
func (x *ActiveSetChanges) GetExitedIndices() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*ActiveSetChanges) GetExitedPublicKeys ¶
func (x *ActiveSetChanges) GetExitedPublicKeys() [][]byte
func (*ActiveSetChanges) GetSlashedIndices ¶
func (x *ActiveSetChanges) GetSlashedIndices() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*ActiveSetChanges) GetSlashedPublicKeys ¶
func (x *ActiveSetChanges) GetSlashedPublicKeys() [][]byte
func (*ActiveSetChanges) ProtoMessage ¶
func (*ActiveSetChanges) ProtoMessage()
func (*ActiveSetChanges) ProtoReflect ¶
func (x *ActiveSetChanges) ProtoReflect() protoreflect.Message
func (*ActiveSetChanges) Reset ¶
func (x *ActiveSetChanges) Reset()
func (*ActiveSetChanges) String ¶
func (x *ActiveSetChanges) String() string
type AggregateAttestationAndProof ¶
type AggregateAttestationAndProof struct { AggregatorIndex github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 207-byte string literal not displayed */ Aggregate *Attestation `protobuf:"bytes,3,opt,name=aggregate,proto3" json:"aggregate,omitempty"` SelectionProof []byte `protobuf:"bytes,2,opt,name=selection_proof,json=selectionProof,proto3" json:"selection_proof,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func (*AggregateAttestationAndProof) Descriptor
deprecated
func (*AggregateAttestationAndProof) Descriptor() ([]byte, []int)
Deprecated: Use AggregateAttestationAndProof.ProtoReflect.Descriptor instead.
func (*AggregateAttestationAndProof) GetAggregate ¶
func (x *AggregateAttestationAndProof) GetAggregate() *Attestation
func (*AggregateAttestationAndProof) GetAggregatorIndex ¶
func (x *AggregateAttestationAndProof) GetAggregatorIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*AggregateAttestationAndProof) GetSelectionProof ¶
func (x *AggregateAttestationAndProof) GetSelectionProof() []byte
func (*AggregateAttestationAndProof) HashTreeRoot ¶
func (a *AggregateAttestationAndProof) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the AggregateAttestationAndProof object
func (*AggregateAttestationAndProof) HashTreeRootWith ¶
func (a *AggregateAttestationAndProof) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the AggregateAttestationAndProof object with a hasher
func (*AggregateAttestationAndProof) MarshalSSZ ¶
func (a *AggregateAttestationAndProof) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the AggregateAttestationAndProof object
func (*AggregateAttestationAndProof) MarshalSSZTo ¶
func (a *AggregateAttestationAndProof) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the AggregateAttestationAndProof object to a target array
func (*AggregateAttestationAndProof) ProtoMessage ¶
func (*AggregateAttestationAndProof) ProtoMessage()
func (*AggregateAttestationAndProof) ProtoReflect ¶
func (x *AggregateAttestationAndProof) ProtoReflect() protoreflect.Message
func (*AggregateAttestationAndProof) Reset ¶
func (x *AggregateAttestationAndProof) Reset()
func (*AggregateAttestationAndProof) SizeSSZ ¶
func (a *AggregateAttestationAndProof) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the AggregateAttestationAndProof object
func (*AggregateAttestationAndProof) String ¶
func (x *AggregateAttestationAndProof) String() string
func (*AggregateAttestationAndProof) UnmarshalSSZ ¶
func (a *AggregateAttestationAndProof) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the AggregateAttestationAndProof object
type AggregateSelectionRequest ¶
type AggregateSelectionRequest struct { Slot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 152-byte string literal not displayed */ CommitteeIndex github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.CommitteeIndex `` /* 204-byte string literal not displayed */ PublicKey []byte `protobuf:"bytes,3,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" spec-name:"pubkey" ssz-size:"48"` SlotSignature []byte `protobuf:"bytes,4,opt,name=slot_signature,json=slotSignature,proto3" json:"slot_signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func (*AggregateSelectionRequest) Descriptor
deprecated
func (*AggregateSelectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use AggregateSelectionRequest.ProtoReflect.Descriptor instead.
func (*AggregateSelectionRequest) GetCommitteeIndex ¶
func (x *AggregateSelectionRequest) GetCommitteeIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.CommitteeIndex
func (*AggregateSelectionRequest) GetPublicKey ¶
func (x *AggregateSelectionRequest) GetPublicKey() []byte
func (*AggregateSelectionRequest) GetSlotSignature ¶
func (x *AggregateSelectionRequest) GetSlotSignature() []byte
func (*AggregateSelectionRequest) ProtoMessage ¶
func (*AggregateSelectionRequest) ProtoMessage()
func (*AggregateSelectionRequest) ProtoReflect ¶
func (x *AggregateSelectionRequest) ProtoReflect() protoreflect.Message
func (*AggregateSelectionRequest) Reset ¶
func (x *AggregateSelectionRequest) Reset()
func (*AggregateSelectionRequest) String ¶
func (x *AggregateSelectionRequest) String() string
type AggregateSelectionResponse ¶
type AggregateSelectionResponse struct { AggregateAndProof *AggregateAttestationAndProof `protobuf:"bytes,1,opt,name=aggregate_and_proof,json=aggregateAndProof,proto3" json:"aggregate_and_proof,omitempty"` // contains filtered or unexported fields }
func (*AggregateSelectionResponse) Descriptor
deprecated
func (*AggregateSelectionResponse) Descriptor() ([]byte, []int)
Deprecated: Use AggregateSelectionResponse.ProtoReflect.Descriptor instead.
func (*AggregateSelectionResponse) GetAggregateAndProof ¶
func (x *AggregateSelectionResponse) GetAggregateAndProof() *AggregateAttestationAndProof
func (*AggregateSelectionResponse) ProtoMessage ¶
func (*AggregateSelectionResponse) ProtoMessage()
func (*AggregateSelectionResponse) ProtoReflect ¶
func (x *AggregateSelectionResponse) ProtoReflect() protoreflect.Message
func (*AggregateSelectionResponse) Reset ¶
func (x *AggregateSelectionResponse) Reset()
func (*AggregateSelectionResponse) String ¶
func (x *AggregateSelectionResponse) String() string
type AggregatedSigAndAggregationBitsRequest ¶
type AggregatedSigAndAggregationBitsRequest struct { Msgs []*SyncCommitteeMessage `protobuf:"bytes,1,rep,name=msgs,proto3" json:"msgs,omitempty"` Slot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 152-byte string literal not displayed */ SubnetId uint64 `protobuf:"varint,3,opt,name=subnet_id,json=subnetId,proto3" json:"subnet_id,omitempty"` BlockRoot []byte `protobuf:"bytes,4,opt,name=block_root,json=blockRoot,proto3" json:"block_root,omitempty" ssz-size:"32"` // contains filtered or unexported fields }
func (*AggregatedSigAndAggregationBitsRequest) Descriptor
deprecated
func (*AggregatedSigAndAggregationBitsRequest) Descriptor() ([]byte, []int)
Deprecated: Use AggregatedSigAndAggregationBitsRequest.ProtoReflect.Descriptor instead.
func (*AggregatedSigAndAggregationBitsRequest) GetBlockRoot ¶
func (x *AggregatedSigAndAggregationBitsRequest) GetBlockRoot() []byte
func (*AggregatedSigAndAggregationBitsRequest) GetMsgs ¶
func (x *AggregatedSigAndAggregationBitsRequest) GetMsgs() []*SyncCommitteeMessage
func (*AggregatedSigAndAggregationBitsRequest) GetSubnetId ¶
func (x *AggregatedSigAndAggregationBitsRequest) GetSubnetId() uint64
func (*AggregatedSigAndAggregationBitsRequest) ProtoMessage ¶
func (*AggregatedSigAndAggregationBitsRequest) ProtoMessage()
func (*AggregatedSigAndAggregationBitsRequest) ProtoReflect ¶
func (x *AggregatedSigAndAggregationBitsRequest) ProtoReflect() protoreflect.Message
func (*AggregatedSigAndAggregationBitsRequest) Reset ¶
func (x *AggregatedSigAndAggregationBitsRequest) Reset()
func (*AggregatedSigAndAggregationBitsRequest) String ¶
func (x *AggregatedSigAndAggregationBitsRequest) String() string
type AggregatedSigAndAggregationBitsResponse ¶
type AggregatedSigAndAggregationBitsResponse struct { AggregatedSig []byte `protobuf:"bytes,1,opt,name=aggregated_sig,json=aggregatedSig,proto3" json:"aggregated_sig,omitempty"` Bits []byte `protobuf:"bytes,2,opt,name=bits,proto3" json:"bits,omitempty"` // contains filtered or unexported fields }
func (*AggregatedSigAndAggregationBitsResponse) Descriptor
deprecated
func (*AggregatedSigAndAggregationBitsResponse) Descriptor() ([]byte, []int)
Deprecated: Use AggregatedSigAndAggregationBitsResponse.ProtoReflect.Descriptor instead.
func (*AggregatedSigAndAggregationBitsResponse) GetAggregatedSig ¶
func (x *AggregatedSigAndAggregationBitsResponse) GetAggregatedSig() []byte
func (*AggregatedSigAndAggregationBitsResponse) GetBits ¶
func (x *AggregatedSigAndAggregationBitsResponse) GetBits() []byte
func (*AggregatedSigAndAggregationBitsResponse) ProtoMessage ¶
func (*AggregatedSigAndAggregationBitsResponse) ProtoMessage()
func (*AggregatedSigAndAggregationBitsResponse) ProtoReflect ¶
func (x *AggregatedSigAndAggregationBitsResponse) ProtoReflect() protoreflect.Message
func (*AggregatedSigAndAggregationBitsResponse) Reset ¶
func (x *AggregatedSigAndAggregationBitsResponse) Reset()
func (*AggregatedSigAndAggregationBitsResponse) String ¶
func (x *AggregatedSigAndAggregationBitsResponse) String() string
type AssignValidatorToSubnetRequest ¶
type AssignValidatorToSubnetRequest struct { PublicKey []byte `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" spec-name:"pubkey" ssz-size:"48"` Status ValidatorStatus `protobuf:"varint,2,opt,name=status,proto3,enum=ethereum.eth.v1alpha1.ValidatorStatus" json:"status,omitempty"` // contains filtered or unexported fields }
func (*AssignValidatorToSubnetRequest) Descriptor
deprecated
func (*AssignValidatorToSubnetRequest) Descriptor() ([]byte, []int)
Deprecated: Use AssignValidatorToSubnetRequest.ProtoReflect.Descriptor instead.
func (*AssignValidatorToSubnetRequest) GetPublicKey ¶
func (x *AssignValidatorToSubnetRequest) GetPublicKey() []byte
func (*AssignValidatorToSubnetRequest) GetStatus ¶
func (x *AssignValidatorToSubnetRequest) GetStatus() ValidatorStatus
func (*AssignValidatorToSubnetRequest) ProtoMessage ¶
func (*AssignValidatorToSubnetRequest) ProtoMessage()
func (*AssignValidatorToSubnetRequest) ProtoReflect ¶
func (x *AssignValidatorToSubnetRequest) ProtoReflect() protoreflect.Message
func (*AssignValidatorToSubnetRequest) Reset ¶
func (x *AssignValidatorToSubnetRequest) Reset()
func (*AssignValidatorToSubnetRequest) String ¶
func (x *AssignValidatorToSubnetRequest) String() string
type AttestResponse ¶
type AttestResponse struct { AttestationDataRoot []byte `` /* 134-byte string literal not displayed */ // contains filtered or unexported fields }
func (*AttestResponse) Descriptor
deprecated
func (*AttestResponse) Descriptor() ([]byte, []int)
Deprecated: Use AttestResponse.ProtoReflect.Descriptor instead.
func (*AttestResponse) GetAttestationDataRoot ¶
func (x *AttestResponse) GetAttestationDataRoot() []byte
func (*AttestResponse) ProtoMessage ¶
func (*AttestResponse) ProtoMessage()
func (*AttestResponse) ProtoReflect ¶
func (x *AttestResponse) ProtoReflect() protoreflect.Message
func (*AttestResponse) Reset ¶
func (x *AttestResponse) Reset()
func (*AttestResponse) String ¶
func (x *AttestResponse) String() string
type Attestation ¶
type Attestation struct { AggregationBits github_com_prysmaticlabs_go_bitfield.Bitlist `` /* 178-byte string literal not displayed */ Data *AttestationData `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` Signature []byte `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func CopyAttestation ¶
func CopyAttestation(att *Attestation) *Attestation
CopyAttestation copies the provided attestation object.
func CopyAttestations ¶
func CopyAttestations(attestations []*Attestation) []*Attestation
CopyAttestations copies the provided Attestation array.
func (*Attestation) Descriptor
deprecated
func (*Attestation) Descriptor() ([]byte, []int)
Deprecated: Use Attestation.ProtoReflect.Descriptor instead.
func (*Attestation) GetAggregationBits ¶
func (x *Attestation) GetAggregationBits() github_com_prysmaticlabs_go_bitfield.Bitlist
func (*Attestation) GetData ¶
func (x *Attestation) GetData() *AttestationData
func (*Attestation) GetSignature ¶
func (x *Attestation) GetSignature() []byte
func (*Attestation) HashTreeRoot ¶
func (a *Attestation) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the Attestation object
func (*Attestation) HashTreeRootWith ¶
func (a *Attestation) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the Attestation object with a hasher
func (*Attestation) MarshalSSZ ¶
func (a *Attestation) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the Attestation object
func (*Attestation) MarshalSSZTo ¶
func (a *Attestation) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the Attestation object to a target array
func (*Attestation) ProtoMessage ¶
func (*Attestation) ProtoMessage()
func (*Attestation) ProtoReflect ¶
func (x *Attestation) ProtoReflect() protoreflect.Message
func (*Attestation) Reset ¶
func (x *Attestation) Reset()
func (*Attestation) SizeSSZ ¶
func (a *Attestation) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the Attestation object
func (*Attestation) String ¶
func (x *Attestation) String() string
func (*Attestation) UnmarshalSSZ ¶
func (a *Attestation) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the Attestation object
type AttestationData ¶
type AttestationData struct { Slot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 152-byte string literal not displayed */ CommitteeIndex github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.CommitteeIndex `` /* 204-byte string literal not displayed */ BeaconBlockRoot []byte `protobuf:"bytes,3,opt,name=beacon_block_root,json=beaconBlockRoot,proto3" json:"beacon_block_root,omitempty" ssz-size:"32"` Source *Checkpoint `protobuf:"bytes,4,opt,name=source,proto3" json:"source,omitempty"` Target *Checkpoint `protobuf:"bytes,5,opt,name=target,proto3" json:"target,omitempty"` // contains filtered or unexported fields }
func CopyAttestationData ¶
func CopyAttestationData(attData *AttestationData) *AttestationData
CopyAttestationData copies the provided AttestationData object.
func (*AttestationData) Descriptor
deprecated
func (*AttestationData) Descriptor() ([]byte, []int)
Deprecated: Use AttestationData.ProtoReflect.Descriptor instead.
func (*AttestationData) GetBeaconBlockRoot ¶
func (x *AttestationData) GetBeaconBlockRoot() []byte
func (*AttestationData) GetCommitteeIndex ¶
func (x *AttestationData) GetCommitteeIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.CommitteeIndex
func (*AttestationData) GetSlot ¶
func (x *AttestationData) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*AttestationData) GetSource ¶
func (x *AttestationData) GetSource() *Checkpoint
func (*AttestationData) GetTarget ¶
func (x *AttestationData) GetTarget() *Checkpoint
func (*AttestationData) HashTreeRoot ¶
func (a *AttestationData) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the AttestationData object
func (*AttestationData) HashTreeRootWith ¶
func (a *AttestationData) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the AttestationData object with a hasher
func (*AttestationData) MarshalSSZ ¶
func (a *AttestationData) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the AttestationData object
func (*AttestationData) MarshalSSZTo ¶
func (a *AttestationData) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the AttestationData object to a target array
func (*AttestationData) ProtoMessage ¶
func (*AttestationData) ProtoMessage()
func (*AttestationData) ProtoReflect ¶
func (x *AttestationData) ProtoReflect() protoreflect.Message
func (*AttestationData) Reset ¶
func (x *AttestationData) Reset()
func (*AttestationData) SizeSSZ ¶
func (a *AttestationData) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the AttestationData object
func (*AttestationData) String ¶
func (x *AttestationData) String() string
func (*AttestationData) UnmarshalSSZ ¶
func (a *AttestationData) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the AttestationData object
type AttestationDataRequest ¶
type AttestationDataRequest struct { Slot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 152-byte string literal not displayed */ CommitteeIndex github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.CommitteeIndex `` /* 204-byte string literal not displayed */ // contains filtered or unexported fields }
func (*AttestationDataRequest) Descriptor
deprecated
func (*AttestationDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use AttestationDataRequest.ProtoReflect.Descriptor instead.
func (*AttestationDataRequest) GetCommitteeIndex ¶
func (x *AttestationDataRequest) GetCommitteeIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.CommitteeIndex
func (*AttestationDataRequest) GetSlot ¶
func (x *AttestationDataRequest) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*AttestationDataRequest) ProtoMessage ¶
func (*AttestationDataRequest) ProtoMessage()
func (*AttestationDataRequest) ProtoReflect ¶
func (x *AttestationDataRequest) ProtoReflect() protoreflect.Message
func (*AttestationDataRequest) Reset ¶
func (x *AttestationDataRequest) Reset()
func (*AttestationDataRequest) String ¶
func (x *AttestationDataRequest) String() string
type AttestationPoolRequest ¶
type AttestationPoolRequest struct { PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
func (*AttestationPoolRequest) Descriptor
deprecated
func (*AttestationPoolRequest) Descriptor() ([]byte, []int)
Deprecated: Use AttestationPoolRequest.ProtoReflect.Descriptor instead.
func (*AttestationPoolRequest) GetPageSize ¶
func (x *AttestationPoolRequest) GetPageSize() int32
func (*AttestationPoolRequest) GetPageToken ¶
func (x *AttestationPoolRequest) GetPageToken() string
func (*AttestationPoolRequest) ProtoMessage ¶
func (*AttestationPoolRequest) ProtoMessage()
func (*AttestationPoolRequest) ProtoReflect ¶
func (x *AttestationPoolRequest) ProtoReflect() protoreflect.Message
func (*AttestationPoolRequest) Reset ¶
func (x *AttestationPoolRequest) Reset()
func (*AttestationPoolRequest) String ¶
func (x *AttestationPoolRequest) String() string
type AttestationPoolResponse ¶
type AttestationPoolResponse struct { Attestations []*Attestation `protobuf:"bytes,1,rep,name=attestations,proto3" json:"attestations,omitempty"` NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` TotalSize int32 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // contains filtered or unexported fields }
func (*AttestationPoolResponse) Descriptor
deprecated
func (*AttestationPoolResponse) Descriptor() ([]byte, []int)
Deprecated: Use AttestationPoolResponse.ProtoReflect.Descriptor instead.
func (*AttestationPoolResponse) GetAttestations ¶
func (x *AttestationPoolResponse) GetAttestations() []*Attestation
func (*AttestationPoolResponse) GetNextPageToken ¶
func (x *AttestationPoolResponse) GetNextPageToken() string
func (*AttestationPoolResponse) GetTotalSize ¶
func (x *AttestationPoolResponse) GetTotalSize() int32
func (*AttestationPoolResponse) ProtoMessage ¶
func (*AttestationPoolResponse) ProtoMessage()
func (*AttestationPoolResponse) ProtoReflect ¶
func (x *AttestationPoolResponse) ProtoReflect() protoreflect.Message
func (*AttestationPoolResponse) Reset ¶
func (x *AttestationPoolResponse) Reset()
func (*AttestationPoolResponse) String ¶
func (x *AttestationPoolResponse) String() string
type AttesterSlashing ¶
type AttesterSlashing struct { Attestation_1 *IndexedAttestation `protobuf:"bytes,1,opt,name=attestation_1,json=attestation1,proto3" json:"attestation_1,omitempty"` Attestation_2 *IndexedAttestation `protobuf:"bytes,2,opt,name=attestation_2,json=attestation2,proto3" json:"attestation_2,omitempty"` // contains filtered or unexported fields }
func CopyAttesterSlashings ¶
func CopyAttesterSlashings(slashings []*AttesterSlashing) []*AttesterSlashing
CopyAttesterSlashings copies the provided AttesterSlashings array.
func (*AttesterSlashing) Descriptor
deprecated
func (*AttesterSlashing) Descriptor() ([]byte, []int)
Deprecated: Use AttesterSlashing.ProtoReflect.Descriptor instead.
func (*AttesterSlashing) GetAttestation_1 ¶
func (x *AttesterSlashing) GetAttestation_1() *IndexedAttestation
func (*AttesterSlashing) GetAttestation_2 ¶
func (x *AttesterSlashing) GetAttestation_2() *IndexedAttestation
func (*AttesterSlashing) HashTreeRoot ¶
func (a *AttesterSlashing) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the AttesterSlashing object
func (*AttesterSlashing) HashTreeRootWith ¶
func (a *AttesterSlashing) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the AttesterSlashing object with a hasher
func (*AttesterSlashing) MarshalSSZ ¶
func (a *AttesterSlashing) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the AttesterSlashing object
func (*AttesterSlashing) MarshalSSZTo ¶
func (a *AttesterSlashing) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the AttesterSlashing object to a target array
func (*AttesterSlashing) ProtoMessage ¶
func (*AttesterSlashing) ProtoMessage()
func (*AttesterSlashing) ProtoReflect ¶
func (x *AttesterSlashing) ProtoReflect() protoreflect.Message
func (*AttesterSlashing) Reset ¶
func (x *AttesterSlashing) Reset()
func (*AttesterSlashing) SizeSSZ ¶
func (a *AttesterSlashing) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the AttesterSlashing object
func (*AttesterSlashing) String ¶
func (x *AttesterSlashing) String() string
func (*AttesterSlashing) UnmarshalSSZ ¶
func (a *AttesterSlashing) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the AttesterSlashing object
type AttesterSlashingResponse ¶
type AttesterSlashingResponse struct { AttesterSlashings []*AttesterSlashing `protobuf:"bytes,1,rep,name=attester_slashings,json=attesterSlashings,proto3" json:"attester_slashings,omitempty"` // contains filtered or unexported fields }
func (*AttesterSlashingResponse) Descriptor
deprecated
func (*AttesterSlashingResponse) Descriptor() ([]byte, []int)
Deprecated: Use AttesterSlashingResponse.ProtoReflect.Descriptor instead.
func (*AttesterSlashingResponse) GetAttesterSlashings ¶
func (x *AttesterSlashingResponse) GetAttesterSlashings() []*AttesterSlashing
func (*AttesterSlashingResponse) ProtoMessage ¶
func (*AttesterSlashingResponse) ProtoMessage()
func (*AttesterSlashingResponse) ProtoReflect ¶
func (x *AttesterSlashingResponse) ProtoReflect() protoreflect.Message
func (*AttesterSlashingResponse) Reset ¶
func (x *AttesterSlashingResponse) Reset()
func (*AttesterSlashingResponse) String ¶
func (x *AttesterSlashingResponse) String() string
type BLSToExecutionChange ¶
type BLSToExecutionChange struct { ValidatorIndex github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 204-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
func (*BLSToExecutionChange) Descriptor() ([]byte, []int)
Deprecated: Use BLSToExecutionChange.ProtoReflect.Descriptor instead.
func (*BLSToExecutionChange) GetFromBlsPubkey ¶
func (x *BLSToExecutionChange) GetFromBlsPubkey() []byte
func (*BLSToExecutionChange) GetToExecutionAddress ¶
func (x *BLSToExecutionChange) GetToExecutionAddress() []byte
func (*BLSToExecutionChange) GetValidatorIndex ¶
func (x *BLSToExecutionChange) GetValidatorIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*BLSToExecutionChange) HashTreeRoot ¶
func (b *BLSToExecutionChange) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BLSToExecutionChange object
func (*BLSToExecutionChange) HashTreeRootWith ¶
func (b *BLSToExecutionChange) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BLSToExecutionChange object with a hasher
func (*BLSToExecutionChange) MarshalSSZ ¶
func (b *BLSToExecutionChange) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BLSToExecutionChange object
func (*BLSToExecutionChange) MarshalSSZTo ¶
func (b *BLSToExecutionChange) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BLSToExecutionChange object to a target array
func (*BLSToExecutionChange) ProtoMessage ¶
func (*BLSToExecutionChange) ProtoMessage()
func (*BLSToExecutionChange) ProtoReflect ¶
func (x *BLSToExecutionChange) ProtoReflect() protoreflect.Message
func (*BLSToExecutionChange) Reset ¶
func (x *BLSToExecutionChange) Reset()
func (*BLSToExecutionChange) SizeSSZ ¶
func (b *BLSToExecutionChange) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BLSToExecutionChange object
func (*BLSToExecutionChange) String ¶
func (x *BLSToExecutionChange) String() string
func (*BLSToExecutionChange) UnmarshalSSZ ¶
func (b *BLSToExecutionChange) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BLSToExecutionChange object
type BeaconBlock ¶
type BeaconBlock struct { Slot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 152-byte string literal not displayed */ ProposerIndex github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 201-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 *BeaconBlockBody `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"` // contains filtered or unexported fields }
func CopyBeaconBlock ¶
func CopyBeaconBlock(block *BeaconBlock) *BeaconBlock
CopyBeaconBlock copies the provided BeaconBlock.
func (*BeaconBlock) Descriptor
deprecated
func (*BeaconBlock) Descriptor() ([]byte, []int)
Deprecated: Use BeaconBlock.ProtoReflect.Descriptor instead.
func (*BeaconBlock) GetBody ¶
func (x *BeaconBlock) GetBody() *BeaconBlockBody
func (*BeaconBlock) GetParentRoot ¶
func (x *BeaconBlock) GetParentRoot() []byte
func (*BeaconBlock) GetProposerIndex ¶
func (x *BeaconBlock) GetProposerIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*BeaconBlock) GetSlot ¶
func (x *BeaconBlock) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*BeaconBlock) GetStateRoot ¶
func (x *BeaconBlock) GetStateRoot() []byte
func (*BeaconBlock) HashTreeRoot ¶
func (b *BeaconBlock) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BeaconBlock object
func (*BeaconBlock) HashTreeRootWith ¶
func (b *BeaconBlock) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BeaconBlock object with a hasher
func (*BeaconBlock) MarshalSSZ ¶
func (b *BeaconBlock) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BeaconBlock object
func (*BeaconBlock) MarshalSSZTo ¶
func (b *BeaconBlock) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BeaconBlock object to a target array
func (*BeaconBlock) ProtoMessage ¶
func (*BeaconBlock) ProtoMessage()
func (*BeaconBlock) ProtoReflect ¶
func (x *BeaconBlock) ProtoReflect() protoreflect.Message
func (*BeaconBlock) Reset ¶
func (x *BeaconBlock) Reset()
func (*BeaconBlock) SizeSSZ ¶
func (b *BeaconBlock) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BeaconBlock object
func (*BeaconBlock) String ¶
func (x *BeaconBlock) String() string
func (*BeaconBlock) UnmarshalSSZ ¶
func (b *BeaconBlock) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BeaconBlock object
type BeaconBlockAltair ¶
type BeaconBlockAltair struct { Slot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 152-byte string literal not displayed */ ProposerIndex github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 201-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 CopyBeaconBlockAltair ¶
func CopyBeaconBlockAltair(block *BeaconBlockAltair) *BeaconBlockAltair
CopyBeaconBlockAltair copies the provided BeaconBlock.
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_v4_consensus_types_primitives.ValidatorIndex
func (*BeaconBlockAltair) GetSlot ¶
func (x *BeaconBlockAltair) GetSlot() github_com_prysmaticlabs_prysm_v4_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 BeaconBlockAndBlobsDeneb ¶
type BeaconBlockAndBlobsDeneb struct { Block *BeaconBlockDeneb `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` Blobs []*BlobSidecar `protobuf:"bytes,2,rep,name=blobs,proto3" json:"blobs,omitempty" ssz-max:"6"` // contains filtered or unexported fields }
func (*BeaconBlockAndBlobsDeneb) Descriptor
deprecated
func (*BeaconBlockAndBlobsDeneb) Descriptor() ([]byte, []int)
Deprecated: Use BeaconBlockAndBlobsDeneb.ProtoReflect.Descriptor instead.
func (*BeaconBlockAndBlobsDeneb) GetBlobs ¶
func (x *BeaconBlockAndBlobsDeneb) GetBlobs() []*BlobSidecar
func (*BeaconBlockAndBlobsDeneb) GetBlock ¶
func (x *BeaconBlockAndBlobsDeneb) GetBlock() *BeaconBlockDeneb
func (*BeaconBlockAndBlobsDeneb) HashTreeRoot ¶
func (b *BeaconBlockAndBlobsDeneb) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BeaconBlockAndBlobsDeneb object
func (*BeaconBlockAndBlobsDeneb) HashTreeRootWith ¶
func (b *BeaconBlockAndBlobsDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BeaconBlockAndBlobsDeneb object with a hasher
func (*BeaconBlockAndBlobsDeneb) MarshalSSZ ¶
func (b *BeaconBlockAndBlobsDeneb) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BeaconBlockAndBlobsDeneb object
func (*BeaconBlockAndBlobsDeneb) MarshalSSZTo ¶
func (b *BeaconBlockAndBlobsDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BeaconBlockAndBlobsDeneb object to a target array
func (*BeaconBlockAndBlobsDeneb) ProtoMessage ¶
func (*BeaconBlockAndBlobsDeneb) ProtoMessage()
func (*BeaconBlockAndBlobsDeneb) ProtoReflect ¶
func (x *BeaconBlockAndBlobsDeneb) ProtoReflect() protoreflect.Message
func (*BeaconBlockAndBlobsDeneb) Reset ¶
func (x *BeaconBlockAndBlobsDeneb) Reset()
func (*BeaconBlockAndBlobsDeneb) SizeSSZ ¶
func (b *BeaconBlockAndBlobsDeneb) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockAndBlobsDeneb object
func (*BeaconBlockAndBlobsDeneb) String ¶
func (x *BeaconBlockAndBlobsDeneb) String() string
func (*BeaconBlockAndBlobsDeneb) UnmarshalSSZ ¶
func (b *BeaconBlockAndBlobsDeneb) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BeaconBlockAndBlobsDeneb object
type BeaconBlockBellatrix ¶
type BeaconBlockBellatrix struct { Slot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 152-byte string literal not displayed */ ProposerIndex github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 201-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 CopyBeaconBlockBellatrix ¶
func CopyBeaconBlockBellatrix(block *BeaconBlockBellatrix) *BeaconBlockBellatrix
CopyBeaconBlockBellatrix copies the provided BeaconBlockBellatrix.
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_v4_consensus_types_primitives.ValidatorIndex
func (*BeaconBlockBellatrix) GetSlot ¶
func (x *BeaconBlockBellatrix) GetSlot() github_com_prysmaticlabs_prysm_v4_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 BeaconBlockBody ¶
type BeaconBlockBody struct { RandaoReveal []byte `protobuf:"bytes,1,opt,name=randao_reveal,json=randaoReveal,proto3" json:"randao_reveal,omitempty" ssz-size:"96"` Eth1Data *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 []*ProposerSlashing `protobuf:"bytes,4,rep,name=proposer_slashings,json=proposerSlashings,proto3" json:"proposer_slashings,omitempty" ssz-max:"16"` AttesterSlashings []*AttesterSlashing `protobuf:"bytes,5,rep,name=attester_slashings,json=attesterSlashings,proto3" json:"attester_slashings,omitempty" ssz-max:"2"` Attestations []*Attestation `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty" ssz-max:"128"` Deposits []*Deposit `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty" ssz-max:"16"` VoluntaryExits []*SignedVoluntaryExit `protobuf:"bytes,8,rep,name=voluntary_exits,json=voluntaryExits,proto3" json:"voluntary_exits,omitempty" ssz-max:"16"` // contains filtered or unexported fields }
func CopyBeaconBlockBody ¶
func CopyBeaconBlockBody(body *BeaconBlockBody) *BeaconBlockBody
CopyBeaconBlockBody copies the provided BeaconBlockBody.
func (*BeaconBlockBody) Descriptor
deprecated
func (*BeaconBlockBody) Descriptor() ([]byte, []int)
Deprecated: Use BeaconBlockBody.ProtoReflect.Descriptor instead.
func (*BeaconBlockBody) GetAttestations ¶
func (x *BeaconBlockBody) GetAttestations() []*Attestation
func (*BeaconBlockBody) GetAttesterSlashings ¶
func (x *BeaconBlockBody) GetAttesterSlashings() []*AttesterSlashing
func (*BeaconBlockBody) GetDeposits ¶
func (x *BeaconBlockBody) GetDeposits() []*Deposit
func (*BeaconBlockBody) GetEth1Data ¶
func (x *BeaconBlockBody) GetEth1Data() *Eth1Data
func (*BeaconBlockBody) GetGraffiti ¶
func (x *BeaconBlockBody) GetGraffiti() []byte
func (*BeaconBlockBody) GetProposerSlashings ¶
func (x *BeaconBlockBody) GetProposerSlashings() []*ProposerSlashing
func (*BeaconBlockBody) GetRandaoReveal ¶
func (x *BeaconBlockBody) GetRandaoReveal() []byte
func (*BeaconBlockBody) GetVoluntaryExits ¶
func (x *BeaconBlockBody) GetVoluntaryExits() []*SignedVoluntaryExit
func (*BeaconBlockBody) HashTreeRoot ¶
func (b *BeaconBlockBody) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BeaconBlockBody object
func (*BeaconBlockBody) HashTreeRootWith ¶
func (b *BeaconBlockBody) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BeaconBlockBody object with a hasher
func (*BeaconBlockBody) MarshalSSZ ¶
func (b *BeaconBlockBody) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BeaconBlockBody object
func (*BeaconBlockBody) MarshalSSZTo ¶
func (b *BeaconBlockBody) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BeaconBlockBody object to a target array
func (*BeaconBlockBody) ProtoMessage ¶
func (*BeaconBlockBody) ProtoMessage()
func (*BeaconBlockBody) ProtoReflect ¶
func (x *BeaconBlockBody) ProtoReflect() protoreflect.Message
func (*BeaconBlockBody) Reset ¶
func (x *BeaconBlockBody) Reset()
func (*BeaconBlockBody) SizeSSZ ¶
func (b *BeaconBlockBody) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockBody object
func (*BeaconBlockBody) String ¶
func (x *BeaconBlockBody) String() string
func (*BeaconBlockBody) UnmarshalSSZ ¶
func (b *BeaconBlockBody) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BeaconBlockBody 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 *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 []*ProposerSlashing `protobuf:"bytes,4,rep,name=proposer_slashings,json=proposerSlashings,proto3" json:"proposer_slashings,omitempty" ssz-max:"16"` AttesterSlashings []*AttesterSlashing `protobuf:"bytes,5,rep,name=attester_slashings,json=attesterSlashings,proto3" json:"attester_slashings,omitempty" ssz-max:"2"` Attestations []*Attestation `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty" ssz-max:"128"` Deposits []*Deposit `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty" ssz-max:"16"` VoluntaryExits []*SignedVoluntaryExit `protobuf:"bytes,8,rep,name=voluntary_exits,json=voluntaryExits,proto3" json:"voluntary_exits,omitempty" ssz-max:"16"` SyncAggregate *SyncAggregate `protobuf:"bytes,9,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"` // contains filtered or unexported fields }
func CopyBeaconBlockBodyAltair ¶
func CopyBeaconBlockBodyAltair(body *BeaconBlockBodyAltair) *BeaconBlockBodyAltair
CopyBeaconBlockBodyAltair copies the provided BeaconBlockBody.
func (*BeaconBlockBodyAltair) Descriptor
deprecated
func (*BeaconBlockBodyAltair) Descriptor() ([]byte, []int)
Deprecated: Use BeaconBlockBodyAltair.ProtoReflect.Descriptor instead.
func (*BeaconBlockBodyAltair) GetAttestations ¶
func (x *BeaconBlockBodyAltair) GetAttestations() []*Attestation
func (*BeaconBlockBodyAltair) GetAttesterSlashings ¶
func (x *BeaconBlockBodyAltair) GetAttesterSlashings() []*AttesterSlashing
func (*BeaconBlockBodyAltair) GetDeposits ¶
func (x *BeaconBlockBodyAltair) GetDeposits() []*Deposit
func (*BeaconBlockBodyAltair) GetEth1Data ¶
func (x *BeaconBlockBodyAltair) GetEth1Data() *Eth1Data
func (*BeaconBlockBodyAltair) GetGraffiti ¶
func (x *BeaconBlockBodyAltair) GetGraffiti() []byte
func (*BeaconBlockBodyAltair) GetProposerSlashings ¶
func (x *BeaconBlockBodyAltair) GetProposerSlashings() []*ProposerSlashing
func (*BeaconBlockBodyAltair) GetRandaoReveal ¶
func (x *BeaconBlockBodyAltair) GetRandaoReveal() []byte
func (*BeaconBlockBodyAltair) GetSyncAggregate ¶
func (x *BeaconBlockBodyAltair) GetSyncAggregate() *SyncAggregate
func (*BeaconBlockBodyAltair) GetVoluntaryExits ¶
func (x *BeaconBlockBodyAltair) GetVoluntaryExits() []*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 *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 []*ProposerSlashing `protobuf:"bytes,4,rep,name=proposer_slashings,json=proposerSlashings,proto3" json:"proposer_slashings,omitempty" ssz-max:"16"` AttesterSlashings []*AttesterSlashing `protobuf:"bytes,5,rep,name=attester_slashings,json=attesterSlashings,proto3" json:"attester_slashings,omitempty" ssz-max:"2"` Attestations []*Attestation `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty" ssz-max:"128"` Deposits []*Deposit `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty" ssz-max:"16"` VoluntaryExits []*SignedVoluntaryExit `protobuf:"bytes,8,rep,name=voluntary_exits,json=voluntaryExits,proto3" json:"voluntary_exits,omitempty" ssz-max:"16"` SyncAggregate *SyncAggregate `protobuf:"bytes,9,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"` ExecutionPayload *v1.ExecutionPayload `protobuf:"bytes,10,opt,name=execution_payload,json=executionPayload,proto3" json:"execution_payload,omitempty"` // contains filtered or unexported fields }
func CopyBeaconBlockBodyBellatrix ¶
func CopyBeaconBlockBodyBellatrix(body *BeaconBlockBodyBellatrix) *BeaconBlockBodyBellatrix
CopyBeaconBlockBodyBellatrix copies the provided BeaconBlockBodyBellatrix.
func (*BeaconBlockBodyBellatrix) Descriptor
deprecated
func (*BeaconBlockBodyBellatrix) Descriptor() ([]byte, []int)
Deprecated: Use BeaconBlockBodyBellatrix.ProtoReflect.Descriptor instead.
func (*BeaconBlockBodyBellatrix) GetAttestations ¶
func (x *BeaconBlockBodyBellatrix) GetAttestations() []*Attestation
func (*BeaconBlockBodyBellatrix) GetAttesterSlashings ¶
func (x *BeaconBlockBodyBellatrix) GetAttesterSlashings() []*AttesterSlashing
func (*BeaconBlockBodyBellatrix) GetDeposits ¶
func (x *BeaconBlockBodyBellatrix) GetDeposits() []*Deposit
func (*BeaconBlockBodyBellatrix) GetEth1Data ¶
func (x *BeaconBlockBodyBellatrix) GetEth1Data() *Eth1Data
func (*BeaconBlockBodyBellatrix) GetExecutionPayload ¶
func (x *BeaconBlockBodyBellatrix) GetExecutionPayload() *v1.ExecutionPayload
func (*BeaconBlockBodyBellatrix) GetGraffiti ¶
func (x *BeaconBlockBodyBellatrix) GetGraffiti() []byte
func (*BeaconBlockBodyBellatrix) GetProposerSlashings ¶
func (x *BeaconBlockBodyBellatrix) GetProposerSlashings() []*ProposerSlashing
func (*BeaconBlockBodyBellatrix) GetRandaoReveal ¶
func (x *BeaconBlockBodyBellatrix) GetRandaoReveal() []byte
func (*BeaconBlockBodyBellatrix) GetSyncAggregate ¶
func (x *BeaconBlockBodyBellatrix) GetSyncAggregate() *SyncAggregate
func (*BeaconBlockBodyBellatrix) GetVoluntaryExits ¶
func (x *BeaconBlockBodyBellatrix) GetVoluntaryExits() []*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 ¶
type BeaconBlockBodyCapella struct { RandaoReveal []byte `protobuf:"bytes,1,opt,name=randao_reveal,json=randaoReveal,proto3" json:"randao_reveal,omitempty" ssz-size:"96"` Eth1Data *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 []*ProposerSlashing `protobuf:"bytes,4,rep,name=proposer_slashings,json=proposerSlashings,proto3" json:"proposer_slashings,omitempty" ssz-max:"16"` AttesterSlashings []*AttesterSlashing `protobuf:"bytes,5,rep,name=attester_slashings,json=attesterSlashings,proto3" json:"attester_slashings,omitempty" ssz-max:"2"` Attestations []*Attestation `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty" ssz-max:"128"` Deposits []*Deposit `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty" ssz-max:"16"` VoluntaryExits []*SignedVoluntaryExit `protobuf:"bytes,8,rep,name=voluntary_exits,json=voluntaryExits,proto3" json:"voluntary_exits,omitempty" ssz-max:"16"` SyncAggregate *SyncAggregate `protobuf:"bytes,9,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"` ExecutionPayload *v1.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 CopyBeaconBlockBodyCapella ¶
func CopyBeaconBlockBodyCapella(body *BeaconBlockBodyCapella) *BeaconBlockBodyCapella
CopyBeaconBlockBodyCapella copies the provided BeaconBlockBodyCapella.
func (*BeaconBlockBodyCapella) Descriptor
deprecated
func (*BeaconBlockBodyCapella) Descriptor() ([]byte, []int)
Deprecated: Use BeaconBlockBodyCapella.ProtoReflect.Descriptor instead.
func (*BeaconBlockBodyCapella) GetAttestations ¶
func (x *BeaconBlockBodyCapella) GetAttestations() []*Attestation
func (*BeaconBlockBodyCapella) GetAttesterSlashings ¶
func (x *BeaconBlockBodyCapella) GetAttesterSlashings() []*AttesterSlashing
func (*BeaconBlockBodyCapella) GetBlsToExecutionChanges ¶
func (x *BeaconBlockBodyCapella) GetBlsToExecutionChanges() []*SignedBLSToExecutionChange
func (*BeaconBlockBodyCapella) GetDeposits ¶
func (x *BeaconBlockBodyCapella) GetDeposits() []*Deposit
func (*BeaconBlockBodyCapella) GetEth1Data ¶
func (x *BeaconBlockBodyCapella) GetEth1Data() *Eth1Data
func (*BeaconBlockBodyCapella) GetExecutionPayload ¶
func (x *BeaconBlockBodyCapella) GetExecutionPayload() *v1.ExecutionPayloadCapella
func (*BeaconBlockBodyCapella) GetGraffiti ¶
func (x *BeaconBlockBodyCapella) GetGraffiti() []byte
func (*BeaconBlockBodyCapella) GetProposerSlashings ¶
func (x *BeaconBlockBodyCapella) GetProposerSlashings() []*ProposerSlashing
func (*BeaconBlockBodyCapella) GetRandaoReveal ¶
func (x *BeaconBlockBodyCapella) GetRandaoReveal() []byte
func (*BeaconBlockBodyCapella) GetSyncAggregate ¶
func (x *BeaconBlockBodyCapella) GetSyncAggregate() *SyncAggregate
func (*BeaconBlockBodyCapella) GetVoluntaryExits ¶
func (x *BeaconBlockBodyCapella) GetVoluntaryExits() []*SignedVoluntaryExit
func (*BeaconBlockBodyCapella) HashTreeRoot ¶
func (b *BeaconBlockBodyCapella) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BeaconBlockBodyCapella object
func (*BeaconBlockBodyCapella) HashTreeRootWith ¶
func (b *BeaconBlockBodyCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BeaconBlockBodyCapella object with a hasher
func (*BeaconBlockBodyCapella) MarshalSSZ ¶
func (b *BeaconBlockBodyCapella) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BeaconBlockBodyCapella object
func (*BeaconBlockBodyCapella) MarshalSSZTo ¶
func (b *BeaconBlockBodyCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BeaconBlockBodyCapella object to a target array
func (*BeaconBlockBodyCapella) ProtoMessage ¶
func (*BeaconBlockBodyCapella) ProtoMessage()
func (*BeaconBlockBodyCapella) ProtoReflect ¶
func (x *BeaconBlockBodyCapella) ProtoReflect() protoreflect.Message
func (*BeaconBlockBodyCapella) Reset ¶
func (x *BeaconBlockBodyCapella) Reset()
func (*BeaconBlockBodyCapella) SizeSSZ ¶
func (b *BeaconBlockBodyCapella) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockBodyCapella object
func (*BeaconBlockBodyCapella) String ¶
func (x *BeaconBlockBodyCapella) String() string
func (*BeaconBlockBodyCapella) UnmarshalSSZ ¶
func (b *BeaconBlockBodyCapella) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BeaconBlockBodyCapella object
type BeaconBlockBodyDeneb ¶
type BeaconBlockBodyDeneb struct { RandaoReveal []byte `protobuf:"bytes,1,opt,name=randao_reveal,json=randaoReveal,proto3" json:"randao_reveal,omitempty" ssz-size:"96"` Eth1Data *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 []*ProposerSlashing `protobuf:"bytes,4,rep,name=proposer_slashings,json=proposerSlashings,proto3" json:"proposer_slashings,omitempty" ssz-max:"16"` AttesterSlashings []*AttesterSlashing `protobuf:"bytes,5,rep,name=attester_slashings,json=attesterSlashings,proto3" json:"attester_slashings,omitempty" ssz-max:"2"` Attestations []*Attestation `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty" ssz-max:"128"` Deposits []*Deposit `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty" ssz-max:"16"` VoluntaryExits []*SignedVoluntaryExit `protobuf:"bytes,8,rep,name=voluntary_exits,json=voluntaryExits,proto3" json:"voluntary_exits,omitempty" ssz-max:"16"` SyncAggregate *SyncAggregate `protobuf:"bytes,9,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"` ExecutionPayload *v1.ExecutionPayloadDeneb `protobuf:"bytes,10,opt,name=execution_payload,json=executionPayload,proto3" json:"execution_payload,omitempty"` BlsToExecutionChanges []*SignedBLSToExecutionChange `` /* 142-byte string literal not displayed */ BlobKzgCommitments [][]byte `` /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
func CopyBeaconBlockBodyDeneb ¶
func CopyBeaconBlockBodyDeneb(body *BeaconBlockBodyDeneb) *BeaconBlockBodyDeneb
CopyBeaconBlockBodyDeneb copies the provided BeaconBlockBodyDeneb.
func (*BeaconBlockBodyDeneb) Descriptor
deprecated
func (*BeaconBlockBodyDeneb) Descriptor() ([]byte, []int)
Deprecated: Use BeaconBlockBodyDeneb.ProtoReflect.Descriptor instead.
func (*BeaconBlockBodyDeneb) GetAttestations ¶
func (x *BeaconBlockBodyDeneb) GetAttestations() []*Attestation
func (*BeaconBlockBodyDeneb) GetAttesterSlashings ¶
func (x *BeaconBlockBodyDeneb) GetAttesterSlashings() []*AttesterSlashing
func (*BeaconBlockBodyDeneb) GetBlobKzgCommitments ¶
func (x *BeaconBlockBodyDeneb) GetBlobKzgCommitments() [][]byte
func (*BeaconBlockBodyDeneb) GetBlsToExecutionChanges ¶
func (x *BeaconBlockBodyDeneb) GetBlsToExecutionChanges() []*SignedBLSToExecutionChange
func (*BeaconBlockBodyDeneb) GetDeposits ¶
func (x *BeaconBlockBodyDeneb) GetDeposits() []*Deposit
func (*BeaconBlockBodyDeneb) GetEth1Data ¶
func (x *BeaconBlockBodyDeneb) GetEth1Data() *Eth1Data
func (*BeaconBlockBodyDeneb) GetExecutionPayload ¶
func (x *BeaconBlockBodyDeneb) GetExecutionPayload() *v1.ExecutionPayloadDeneb
func (*BeaconBlockBodyDeneb) GetGraffiti ¶
func (x *BeaconBlockBodyDeneb) GetGraffiti() []byte
func (*BeaconBlockBodyDeneb) GetProposerSlashings ¶
func (x *BeaconBlockBodyDeneb) GetProposerSlashings() []*ProposerSlashing
func (*BeaconBlockBodyDeneb) GetRandaoReveal ¶
func (x *BeaconBlockBodyDeneb) GetRandaoReveal() []byte
func (*BeaconBlockBodyDeneb) GetSyncAggregate ¶
func (x *BeaconBlockBodyDeneb) GetSyncAggregate() *SyncAggregate
func (*BeaconBlockBodyDeneb) GetVoluntaryExits ¶
func (x *BeaconBlockBodyDeneb) GetVoluntaryExits() []*SignedVoluntaryExit
func (*BeaconBlockBodyDeneb) HashTreeRoot ¶
func (b *BeaconBlockBodyDeneb) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BeaconBlockBodyDeneb object
func (*BeaconBlockBodyDeneb) HashTreeRootWith ¶
func (b *BeaconBlockBodyDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BeaconBlockBodyDeneb object with a hasher
func (*BeaconBlockBodyDeneb) MarshalSSZ ¶
func (b *BeaconBlockBodyDeneb) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BeaconBlockBodyDeneb object
func (*BeaconBlockBodyDeneb) MarshalSSZTo ¶
func (b *BeaconBlockBodyDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BeaconBlockBodyDeneb object to a target array
func (*BeaconBlockBodyDeneb) ProtoMessage ¶
func (*BeaconBlockBodyDeneb) ProtoMessage()
func (*BeaconBlockBodyDeneb) ProtoReflect ¶
func (x *BeaconBlockBodyDeneb) ProtoReflect() protoreflect.Message
func (*BeaconBlockBodyDeneb) Reset ¶
func (x *BeaconBlockBodyDeneb) Reset()
func (*BeaconBlockBodyDeneb) SizeSSZ ¶
func (b *BeaconBlockBodyDeneb) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockBodyDeneb object
func (*BeaconBlockBodyDeneb) String ¶
func (x *BeaconBlockBodyDeneb) String() string
func (*BeaconBlockBodyDeneb) UnmarshalSSZ ¶
func (b *BeaconBlockBodyDeneb) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BeaconBlockBodyDeneb object
type BeaconBlockCapella ¶
type BeaconBlockCapella struct { Slot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 152-byte string literal not displayed */ ProposerIndex github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 201-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 CopyBeaconBlockCapella ¶
func CopyBeaconBlockCapella(block *BeaconBlockCapella) *BeaconBlockCapella
CopyBeaconBlockCapella copies the provided BeaconBlockCapella.
func (*BeaconBlockCapella) Descriptor
deprecated
func (*BeaconBlockCapella) Descriptor() ([]byte, []int)
Deprecated: Use BeaconBlockCapella.ProtoReflect.Descriptor instead.
func (*BeaconBlockCapella) GetBody ¶
func (x *BeaconBlockCapella) GetBody() *BeaconBlockBodyCapella
func (*BeaconBlockCapella) GetParentRoot ¶
func (x *BeaconBlockCapella) GetParentRoot() []byte
func (*BeaconBlockCapella) GetProposerIndex ¶
func (x *BeaconBlockCapella) GetProposerIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*BeaconBlockCapella) GetSlot ¶
func (x *BeaconBlockCapella) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*BeaconBlockCapella) GetStateRoot ¶
func (x *BeaconBlockCapella) GetStateRoot() []byte
func (*BeaconBlockCapella) HashTreeRoot ¶
func (b *BeaconBlockCapella) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BeaconBlockCapella object
func (*BeaconBlockCapella) HashTreeRootWith ¶
func (b *BeaconBlockCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BeaconBlockCapella object with a hasher
func (*BeaconBlockCapella) MarshalSSZ ¶
func (b *BeaconBlockCapella) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BeaconBlockCapella object
func (*BeaconBlockCapella) MarshalSSZTo ¶
func (b *BeaconBlockCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BeaconBlockCapella object to a target array
func (*BeaconBlockCapella) ProtoMessage ¶
func (*BeaconBlockCapella) ProtoMessage()
func (*BeaconBlockCapella) ProtoReflect ¶
func (x *BeaconBlockCapella) ProtoReflect() protoreflect.Message
func (*BeaconBlockCapella) Reset ¶
func (x *BeaconBlockCapella) Reset()
func (*BeaconBlockCapella) SizeSSZ ¶
func (b *BeaconBlockCapella) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockCapella object
func (*BeaconBlockCapella) String ¶
func (x *BeaconBlockCapella) String() string
func (*BeaconBlockCapella) UnmarshalSSZ ¶
func (b *BeaconBlockCapella) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BeaconBlockCapella object
type BeaconBlockContainer ¶
type BeaconBlockContainer struct { BlockRoot []byte `protobuf:"bytes,1,opt,name=block_root,json=blockRoot,proto3" json:"block_root,omitempty"` Canonical bool `protobuf:"varint,2,opt,name=canonical,proto3" json:"canonical,omitempty"` // Types that are assignable to Block: // // *BeaconBlockContainer_Phase0Block // *BeaconBlockContainer_AltairBlock // *BeaconBlockContainer_BellatrixBlock // *BeaconBlockContainer_BlindedBellatrixBlock // *BeaconBlockContainer_CapellaBlock // *BeaconBlockContainer_BlindedCapellaBlock // *BeaconBlockContainer_DenebBlock // *BeaconBlockContainer_BlindedDenebBlock Block isBeaconBlockContainer_Block `protobuf_oneof:"block"` // contains filtered or unexported fields }
func (*BeaconBlockContainer) Descriptor
deprecated
func (*BeaconBlockContainer) Descriptor() ([]byte, []int)
Deprecated: Use BeaconBlockContainer.ProtoReflect.Descriptor instead.
func (*BeaconBlockContainer) GetAltairBlock ¶
func (x *BeaconBlockContainer) GetAltairBlock() *SignedBeaconBlockAltair
func (*BeaconBlockContainer) GetBellatrixBlock ¶
func (x *BeaconBlockContainer) GetBellatrixBlock() *SignedBeaconBlockBellatrix
func (*BeaconBlockContainer) GetBlindedBellatrixBlock ¶
func (x *BeaconBlockContainer) GetBlindedBellatrixBlock() *SignedBlindedBeaconBlockBellatrix
func (*BeaconBlockContainer) GetBlindedCapellaBlock ¶
func (x *BeaconBlockContainer) GetBlindedCapellaBlock() *SignedBlindedBeaconBlockCapella
func (*BeaconBlockContainer) GetBlindedDenebBlock ¶
func (x *BeaconBlockContainer) GetBlindedDenebBlock() *SignedBlindedBeaconBlockDeneb
func (*BeaconBlockContainer) GetBlock ¶
func (m *BeaconBlockContainer) GetBlock() isBeaconBlockContainer_Block
func (*BeaconBlockContainer) GetBlockRoot ¶
func (x *BeaconBlockContainer) GetBlockRoot() []byte
func (*BeaconBlockContainer) GetCanonical ¶
func (x *BeaconBlockContainer) GetCanonical() bool
func (*BeaconBlockContainer) GetCapellaBlock ¶
func (x *BeaconBlockContainer) GetCapellaBlock() *SignedBeaconBlockCapella
func (*BeaconBlockContainer) GetDenebBlock ¶
func (x *BeaconBlockContainer) GetDenebBlock() *SignedBeaconBlockDeneb
func (*BeaconBlockContainer) GetPhase0Block ¶
func (x *BeaconBlockContainer) GetPhase0Block() *SignedBeaconBlock
func (*BeaconBlockContainer) ProtoMessage ¶
func (*BeaconBlockContainer) ProtoMessage()
func (*BeaconBlockContainer) ProtoReflect ¶
func (x *BeaconBlockContainer) ProtoReflect() protoreflect.Message
func (*BeaconBlockContainer) Reset ¶
func (x *BeaconBlockContainer) Reset()
func (*BeaconBlockContainer) String ¶
func (x *BeaconBlockContainer) String() string
type BeaconBlockContainer_AltairBlock ¶
type BeaconBlockContainer_AltairBlock struct {
AltairBlock *SignedBeaconBlockAltair `protobuf:"bytes,4,opt,name=altair_block,json=altairBlock,proto3,oneof"`
}
type BeaconBlockContainer_BellatrixBlock ¶
type BeaconBlockContainer_BellatrixBlock struct {
BellatrixBlock *SignedBeaconBlockBellatrix `protobuf:"bytes,5,opt,name=bellatrix_block,json=bellatrixBlock,proto3,oneof"`
}
type BeaconBlockContainer_BlindedBellatrixBlock ¶
type BeaconBlockContainer_BlindedBellatrixBlock struct {
BlindedBellatrixBlock *SignedBlindedBeaconBlockBellatrix `protobuf:"bytes,6,opt,name=blinded_bellatrix_block,json=blindedBellatrixBlock,proto3,oneof"`
}
type BeaconBlockContainer_BlindedCapellaBlock ¶
type BeaconBlockContainer_BlindedCapellaBlock struct {
BlindedCapellaBlock *SignedBlindedBeaconBlockCapella `protobuf:"bytes,8,opt,name=blinded_capella_block,json=blindedCapellaBlock,proto3,oneof"`
}
type BeaconBlockContainer_BlindedDenebBlock ¶
type BeaconBlockContainer_BlindedDenebBlock struct {
BlindedDenebBlock *SignedBlindedBeaconBlockDeneb `protobuf:"bytes,10,opt,name=blinded_deneb_block,json=blindedDenebBlock,proto3,oneof"`
}
type BeaconBlockContainer_CapellaBlock ¶
type BeaconBlockContainer_CapellaBlock struct {
CapellaBlock *SignedBeaconBlockCapella `protobuf:"bytes,7,opt,name=capella_block,json=capellaBlock,proto3,oneof"`
}
type BeaconBlockContainer_DenebBlock ¶
type BeaconBlockContainer_DenebBlock struct {
DenebBlock *SignedBeaconBlockDeneb `protobuf:"bytes,9,opt,name=deneb_block,json=denebBlock,proto3,oneof"`
}
type BeaconBlockContainer_Phase0Block ¶
type BeaconBlockContainer_Phase0Block struct {
Phase0Block *SignedBeaconBlock `protobuf:"bytes,3,opt,name=phase0_block,json=phase0Block,proto3,oneof"`
}
type BeaconBlockDeneb ¶
type BeaconBlockDeneb struct { Slot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 152-byte string literal not displayed */ ProposerIndex github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 201-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 *BeaconBlockBodyDeneb `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"` // contains filtered or unexported fields }
func CopyBeaconBlockDeneb ¶
func CopyBeaconBlockDeneb(block *BeaconBlockDeneb) *BeaconBlockDeneb
CopyBeaconBlockDeneb copies the provided BeaconBlockDeneb.
func (*BeaconBlockDeneb) Descriptor
deprecated
func (*BeaconBlockDeneb) Descriptor() ([]byte, []int)
Deprecated: Use BeaconBlockDeneb.ProtoReflect.Descriptor instead.
func (*BeaconBlockDeneb) GetBody ¶
func (x *BeaconBlockDeneb) GetBody() *BeaconBlockBodyDeneb
func (*BeaconBlockDeneb) GetParentRoot ¶
func (x *BeaconBlockDeneb) GetParentRoot() []byte
func (*BeaconBlockDeneb) GetProposerIndex ¶
func (x *BeaconBlockDeneb) GetProposerIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*BeaconBlockDeneb) GetSlot ¶
func (x *BeaconBlockDeneb) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*BeaconBlockDeneb) GetStateRoot ¶
func (x *BeaconBlockDeneb) GetStateRoot() []byte
func (*BeaconBlockDeneb) HashTreeRoot ¶
func (b *BeaconBlockDeneb) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BeaconBlockDeneb object
func (*BeaconBlockDeneb) HashTreeRootWith ¶
func (b *BeaconBlockDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BeaconBlockDeneb object with a hasher
func (*BeaconBlockDeneb) MarshalSSZ ¶
func (b *BeaconBlockDeneb) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BeaconBlockDeneb object
func (*BeaconBlockDeneb) MarshalSSZTo ¶
func (b *BeaconBlockDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BeaconBlockDeneb object to a target array
func (*BeaconBlockDeneb) ProtoMessage ¶
func (*BeaconBlockDeneb) ProtoMessage()
func (*BeaconBlockDeneb) ProtoReflect ¶
func (x *BeaconBlockDeneb) ProtoReflect() protoreflect.Message
func (*BeaconBlockDeneb) Reset ¶
func (x *BeaconBlockDeneb) Reset()
func (*BeaconBlockDeneb) SizeSSZ ¶
func (b *BeaconBlockDeneb) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockDeneb object
func (*BeaconBlockDeneb) String ¶
func (x *BeaconBlockDeneb) String() string
func (*BeaconBlockDeneb) UnmarshalSSZ ¶
func (b *BeaconBlockDeneb) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BeaconBlockDeneb object
type BeaconBlockHeader ¶
type BeaconBlockHeader struct { Slot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 152-byte string literal not displayed */ ProposerIndex github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 201-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"` BodyRoot []byte `protobuf:"bytes,5,opt,name=body_root,json=bodyRoot,proto3" json:"body_root,omitempty" ssz-size:"32"` // contains filtered or unexported fields }
func CopyBeaconBlockHeader ¶
func CopyBeaconBlockHeader(header *BeaconBlockHeader) *BeaconBlockHeader
CopyBeaconBlockHeader copies the provided BeaconBlockHeader.
func (*BeaconBlockHeader) Descriptor
deprecated
func (*BeaconBlockHeader) Descriptor() ([]byte, []int)
Deprecated: Use BeaconBlockHeader.ProtoReflect.Descriptor instead.
func (*BeaconBlockHeader) GetBodyRoot ¶
func (x *BeaconBlockHeader) GetBodyRoot() []byte
func (*BeaconBlockHeader) GetParentRoot ¶
func (x *BeaconBlockHeader) GetParentRoot() []byte
func (*BeaconBlockHeader) GetProposerIndex ¶
func (x *BeaconBlockHeader) GetProposerIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*BeaconBlockHeader) GetSlot ¶
func (x *BeaconBlockHeader) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*BeaconBlockHeader) GetStateRoot ¶
func (x *BeaconBlockHeader) GetStateRoot() []byte
func (*BeaconBlockHeader) HashTreeRoot ¶
func (b *BeaconBlockHeader) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BeaconBlockHeader object
func (*BeaconBlockHeader) HashTreeRootWith ¶
func (b *BeaconBlockHeader) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BeaconBlockHeader object with a hasher
func (*BeaconBlockHeader) MarshalSSZ ¶
func (b *BeaconBlockHeader) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BeaconBlockHeader object
func (*BeaconBlockHeader) MarshalSSZTo ¶
func (b *BeaconBlockHeader) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BeaconBlockHeader object to a target array
func (*BeaconBlockHeader) ProtoMessage ¶
func (*BeaconBlockHeader) ProtoMessage()
func (*BeaconBlockHeader) ProtoReflect ¶
func (x *BeaconBlockHeader) ProtoReflect() protoreflect.Message
func (*BeaconBlockHeader) Reset ¶
func (x *BeaconBlockHeader) Reset()
func (*BeaconBlockHeader) SizeSSZ ¶
func (b *BeaconBlockHeader) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockHeader object
func (*BeaconBlockHeader) String ¶
func (x *BeaconBlockHeader) String() string
func (*BeaconBlockHeader) UnmarshalSSZ ¶
func (b *BeaconBlockHeader) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BeaconBlockHeader object
type BeaconBlocksByRangeRequest ¶
type BeaconBlocksByRangeRequest struct { StartSlot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 179-byte string literal not displayed */ Count uint64 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"` Step uint64 `protobuf:"varint,3,opt,name=step,proto3" json:"step,omitempty"` // contains filtered or unexported fields }
func (*BeaconBlocksByRangeRequest) Descriptor
deprecated
func (*BeaconBlocksByRangeRequest) Descriptor() ([]byte, []int)
Deprecated: Use BeaconBlocksByRangeRequest.ProtoReflect.Descriptor instead.
func (*BeaconBlocksByRangeRequest) GetCount ¶
func (x *BeaconBlocksByRangeRequest) GetCount() uint64
func (*BeaconBlocksByRangeRequest) GetStartSlot ¶
func (x *BeaconBlocksByRangeRequest) GetStartSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*BeaconBlocksByRangeRequest) GetStep ¶
func (x *BeaconBlocksByRangeRequest) GetStep() uint64
func (*BeaconBlocksByRangeRequest) HashTreeRoot ¶
func (b *BeaconBlocksByRangeRequest) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BeaconBlocksByRangeRequest object
func (*BeaconBlocksByRangeRequest) HashTreeRootWith ¶
func (b *BeaconBlocksByRangeRequest) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BeaconBlocksByRangeRequest object with a hasher
func (*BeaconBlocksByRangeRequest) MarshalSSZ ¶
func (b *BeaconBlocksByRangeRequest) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BeaconBlocksByRangeRequest object
func (*BeaconBlocksByRangeRequest) MarshalSSZTo ¶
func (b *BeaconBlocksByRangeRequest) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BeaconBlocksByRangeRequest object to a target array
func (*BeaconBlocksByRangeRequest) ProtoMessage ¶
func (*BeaconBlocksByRangeRequest) ProtoMessage()
func (*BeaconBlocksByRangeRequest) ProtoReflect ¶
func (x *BeaconBlocksByRangeRequest) ProtoReflect() protoreflect.Message
func (*BeaconBlocksByRangeRequest) Reset ¶
func (x *BeaconBlocksByRangeRequest) Reset()
func (*BeaconBlocksByRangeRequest) SizeSSZ ¶
func (b *BeaconBlocksByRangeRequest) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BeaconBlocksByRangeRequest object
func (*BeaconBlocksByRangeRequest) String ¶
func (x *BeaconBlocksByRangeRequest) String() string
func (*BeaconBlocksByRangeRequest) UnmarshalSSZ ¶
func (b *BeaconBlocksByRangeRequest) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BeaconBlocksByRangeRequest object
type BeaconChainClient ¶
type BeaconChainClient interface { ListAttestations(ctx context.Context, in *ListAttestationsRequest, opts ...grpc.CallOption) (*ListAttestationsResponse, error) ListIndexedAttestations(ctx context.Context, in *ListIndexedAttestationsRequest, opts ...grpc.CallOption) (*ListIndexedAttestationsResponse, error) // Deprecated: Do not use. StreamAttestations(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (BeaconChain_StreamAttestationsClient, error) // Deprecated: Do not use. StreamIndexedAttestations(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (BeaconChain_StreamIndexedAttestationsClient, error) AttestationPool(ctx context.Context, in *AttestationPoolRequest, opts ...grpc.CallOption) (*AttestationPoolResponse, error) ListBeaconBlocks(ctx context.Context, in *ListBlocksRequest, opts ...grpc.CallOption) (*ListBeaconBlocksResponse, error) // Deprecated: Do not use. StreamBlocks(ctx context.Context, in *StreamBlocksRequest, opts ...grpc.CallOption) (BeaconChain_StreamBlocksClient, error) // Deprecated: Do not use. StreamChainHead(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (BeaconChain_StreamChainHeadClient, error) // Deprecated: Do not use. GetChainHead(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*ChainHead, error) ListBeaconCommittees(ctx context.Context, in *ListCommitteesRequest, opts ...grpc.CallOption) (*BeaconCommittees, error) ListValidatorBalances(ctx context.Context, in *ListValidatorBalancesRequest, opts ...grpc.CallOption) (*ValidatorBalances, error) ListValidators(ctx context.Context, in *ListValidatorsRequest, opts ...grpc.CallOption) (*Validators, error) GetValidator(ctx context.Context, in *GetValidatorRequest, opts ...grpc.CallOption) (*Validator, error) GetValidatorActiveSetChanges(ctx context.Context, in *GetValidatorActiveSetChangesRequest, opts ...grpc.CallOption) (*ActiveSetChanges, error) GetValidatorQueue(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*ValidatorQueue, error) GetValidatorPerformance(ctx context.Context, in *ValidatorPerformanceRequest, opts ...grpc.CallOption) (*ValidatorPerformanceResponse, error) ListValidatorAssignments(ctx context.Context, in *ListValidatorAssignmentsRequest, opts ...grpc.CallOption) (*ValidatorAssignments, error) GetValidatorParticipation(ctx context.Context, in *GetValidatorParticipationRequest, opts ...grpc.CallOption) (*ValidatorParticipationResponse, error) GetBeaconConfig(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*BeaconConfig, error) // Deprecated: Do not use. StreamValidatorsInfo(ctx context.Context, opts ...grpc.CallOption) (BeaconChain_StreamValidatorsInfoClient, error) SubmitAttesterSlashing(ctx context.Context, in *AttesterSlashing, opts ...grpc.CallOption) (*SubmitSlashingResponse, error) SubmitProposerSlashing(ctx context.Context, in *ProposerSlashing, opts ...grpc.CallOption) (*SubmitSlashingResponse, error) GetIndividualVotes(ctx context.Context, in *IndividualVotesRequest, opts ...grpc.CallOption) (*IndividualVotesRespond, error) }
BeaconChainClient is the client API for BeaconChain service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewBeaconChainClient ¶
func NewBeaconChainClient(cc grpc.ClientConnInterface) BeaconChainClient
type BeaconChainServer ¶
type BeaconChainServer interface { ListAttestations(context.Context, *ListAttestationsRequest) (*ListAttestationsResponse, error) ListIndexedAttestations(context.Context, *ListIndexedAttestationsRequest) (*ListIndexedAttestationsResponse, error) // Deprecated: Do not use. StreamAttestations(*empty.Empty, BeaconChain_StreamAttestationsServer) error // Deprecated: Do not use. StreamIndexedAttestations(*empty.Empty, BeaconChain_StreamIndexedAttestationsServer) error AttestationPool(context.Context, *AttestationPoolRequest) (*AttestationPoolResponse, error) ListBeaconBlocks(context.Context, *ListBlocksRequest) (*ListBeaconBlocksResponse, error) // Deprecated: Do not use. StreamBlocks(*StreamBlocksRequest, BeaconChain_StreamBlocksServer) error // Deprecated: Do not use. StreamChainHead(*empty.Empty, BeaconChain_StreamChainHeadServer) error // Deprecated: Do not use. GetChainHead(context.Context, *empty.Empty) (*ChainHead, error) ListBeaconCommittees(context.Context, *ListCommitteesRequest) (*BeaconCommittees, error) ListValidatorBalances(context.Context, *ListValidatorBalancesRequest) (*ValidatorBalances, error) ListValidators(context.Context, *ListValidatorsRequest) (*Validators, error) GetValidator(context.Context, *GetValidatorRequest) (*Validator, error) GetValidatorActiveSetChanges(context.Context, *GetValidatorActiveSetChangesRequest) (*ActiveSetChanges, error) GetValidatorQueue(context.Context, *empty.Empty) (*ValidatorQueue, error) GetValidatorPerformance(context.Context, *ValidatorPerformanceRequest) (*ValidatorPerformanceResponse, error) ListValidatorAssignments(context.Context, *ListValidatorAssignmentsRequest) (*ValidatorAssignments, error) GetValidatorParticipation(context.Context, *GetValidatorParticipationRequest) (*ValidatorParticipationResponse, error) GetBeaconConfig(context.Context, *empty.Empty) (*BeaconConfig, error) // Deprecated: Do not use. StreamValidatorsInfo(BeaconChain_StreamValidatorsInfoServer) error SubmitAttesterSlashing(context.Context, *AttesterSlashing) (*SubmitSlashingResponse, error) SubmitProposerSlashing(context.Context, *ProposerSlashing) (*SubmitSlashingResponse, error) GetIndividualVotes(context.Context, *IndividualVotesRequest) (*IndividualVotesRespond, error) }
BeaconChainServer is the server API for BeaconChain service.
type BeaconChain_StreamAttestationsClient ¶
type BeaconChain_StreamAttestationsClient interface { Recv() (*Attestation, error) grpc.ClientStream }
type BeaconChain_StreamAttestationsServer ¶
type BeaconChain_StreamAttestationsServer interface { Send(*Attestation) error grpc.ServerStream }
type BeaconChain_StreamBlocksClient ¶
type BeaconChain_StreamBlocksClient interface { Recv() (*SignedBeaconBlock, error) grpc.ClientStream }
type BeaconChain_StreamBlocksServer ¶
type BeaconChain_StreamBlocksServer interface { Send(*SignedBeaconBlock) error grpc.ServerStream }
type BeaconChain_StreamChainHeadClient ¶
type BeaconChain_StreamChainHeadClient interface { Recv() (*ChainHead, error) grpc.ClientStream }
type BeaconChain_StreamChainHeadServer ¶
type BeaconChain_StreamChainHeadServer interface { Send(*ChainHead) error grpc.ServerStream }
type BeaconChain_StreamIndexedAttestationsClient ¶
type BeaconChain_StreamIndexedAttestationsClient interface { Recv() (*IndexedAttestation, error) grpc.ClientStream }
type BeaconChain_StreamIndexedAttestationsServer ¶
type BeaconChain_StreamIndexedAttestationsServer interface { Send(*IndexedAttestation) error grpc.ServerStream }
type BeaconChain_StreamValidatorsInfoClient ¶
type BeaconChain_StreamValidatorsInfoClient interface { Send(*ValidatorChangeSet) error Recv() (*ValidatorInfo, error) grpc.ClientStream }
type BeaconChain_StreamValidatorsInfoServer ¶
type BeaconChain_StreamValidatorsInfoServer interface { Send(*ValidatorInfo) error Recv() (*ValidatorChangeSet, error) grpc.ServerStream }
type BeaconCommittees ¶
type BeaconCommittees struct { Epoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 155-byte string literal not displayed */ Committees map[uint64]*BeaconCommittees_CommitteesList `` /* 162-byte string literal not displayed */ ActiveValidatorCount uint64 `protobuf:"varint,3,opt,name=active_validator_count,json=activeValidatorCount,proto3" json:"active_validator_count,omitempty"` // contains filtered or unexported fields }
func (*BeaconCommittees) Descriptor
deprecated
func (*BeaconCommittees) Descriptor() ([]byte, []int)
Deprecated: Use BeaconCommittees.ProtoReflect.Descriptor instead.
func (*BeaconCommittees) GetActiveValidatorCount ¶
func (x *BeaconCommittees) GetActiveValidatorCount() uint64
func (*BeaconCommittees) GetCommittees ¶
func (x *BeaconCommittees) GetCommittees() map[uint64]*BeaconCommittees_CommitteesList
func (*BeaconCommittees) GetEpoch ¶
func (x *BeaconCommittees) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
func (*BeaconCommittees) ProtoMessage ¶
func (*BeaconCommittees) ProtoMessage()
func (*BeaconCommittees) ProtoReflect ¶
func (x *BeaconCommittees) ProtoReflect() protoreflect.Message
func (*BeaconCommittees) Reset ¶
func (x *BeaconCommittees) Reset()
func (*BeaconCommittees) String ¶
func (x *BeaconCommittees) String() string
type BeaconCommittees_CommitteeItem ¶
type BeaconCommittees_CommitteeItem struct { ValidatorIndices []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 217-byte string literal not displayed */ // contains filtered or unexported fields }
func (*BeaconCommittees_CommitteeItem) Descriptor
deprecated
func (*BeaconCommittees_CommitteeItem) Descriptor() ([]byte, []int)
Deprecated: Use BeaconCommittees_CommitteeItem.ProtoReflect.Descriptor instead.
func (*BeaconCommittees_CommitteeItem) GetValidatorIndices ¶
func (x *BeaconCommittees_CommitteeItem) GetValidatorIndices() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*BeaconCommittees_CommitteeItem) ProtoMessage ¶
func (*BeaconCommittees_CommitteeItem) ProtoMessage()
func (*BeaconCommittees_CommitteeItem) ProtoReflect ¶
func (x *BeaconCommittees_CommitteeItem) ProtoReflect() protoreflect.Message
func (*BeaconCommittees_CommitteeItem) Reset ¶
func (x *BeaconCommittees_CommitteeItem) Reset()
func (*BeaconCommittees_CommitteeItem) String ¶
func (x *BeaconCommittees_CommitteeItem) String() string
type BeaconCommittees_CommitteesList ¶
type BeaconCommittees_CommitteesList struct { Committees []*BeaconCommittees_CommitteeItem `protobuf:"bytes,1,rep,name=committees,proto3" json:"committees,omitempty"` // contains filtered or unexported fields }
func (*BeaconCommittees_CommitteesList) Descriptor
deprecated
func (*BeaconCommittees_CommitteesList) Descriptor() ([]byte, []int)
Deprecated: Use BeaconCommittees_CommitteesList.ProtoReflect.Descriptor instead.
func (*BeaconCommittees_CommitteesList) GetCommittees ¶
func (x *BeaconCommittees_CommitteesList) GetCommittees() []*BeaconCommittees_CommitteeItem
func (*BeaconCommittees_CommitteesList) ProtoMessage ¶
func (*BeaconCommittees_CommitteesList) ProtoMessage()
func (*BeaconCommittees_CommitteesList) ProtoReflect ¶
func (x *BeaconCommittees_CommitteesList) ProtoReflect() protoreflect.Message
func (*BeaconCommittees_CommitteesList) Reset ¶
func (x *BeaconCommittees_CommitteesList) Reset()
func (*BeaconCommittees_CommitteesList) String ¶
func (x *BeaconCommittees_CommitteesList) String() string
type BeaconConfig ¶
type BeaconConfig struct { Config map[string]string `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*BeaconConfig) Descriptor
deprecated
func (*BeaconConfig) Descriptor() ([]byte, []int)
Deprecated: Use BeaconConfig.ProtoReflect.Descriptor instead.
func (*BeaconConfig) GetConfig ¶
func (x *BeaconConfig) GetConfig() map[string]string
func (*BeaconConfig) ProtoMessage ¶
func (*BeaconConfig) ProtoMessage()
func (*BeaconConfig) ProtoReflect ¶
func (x *BeaconConfig) ProtoReflect() protoreflect.Message
func (*BeaconConfig) Reset ¶
func (x *BeaconConfig) Reset()
func (*BeaconConfig) String ¶
func (x *BeaconConfig) String() string
type BeaconNodeValidatorClient ¶
type BeaconNodeValidatorClient interface { GetDuties(ctx context.Context, in *DutiesRequest, opts ...grpc.CallOption) (*DutiesResponse, error) // Deprecated: Do not use. StreamDuties(ctx context.Context, in *DutiesRequest, opts ...grpc.CallOption) (BeaconNodeValidator_StreamDutiesClient, error) DomainData(ctx context.Context, in *DomainRequest, opts ...grpc.CallOption) (*DomainResponse, error) // Deprecated: Do not use. WaitForChainStart(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (BeaconNodeValidator_WaitForChainStartClient, error) WaitForActivation(ctx context.Context, in *ValidatorActivationRequest, opts ...grpc.CallOption) (BeaconNodeValidator_WaitForActivationClient, error) ValidatorIndex(ctx context.Context, in *ValidatorIndexRequest, opts ...grpc.CallOption) (*ValidatorIndexResponse, error) ValidatorStatus(ctx context.Context, in *ValidatorStatusRequest, opts ...grpc.CallOption) (*ValidatorStatusResponse, error) MultipleValidatorStatus(ctx context.Context, in *MultipleValidatorStatusRequest, opts ...grpc.CallOption) (*MultipleValidatorStatusResponse, error) GetBeaconBlock(ctx context.Context, in *BlockRequest, opts ...grpc.CallOption) (*GenericBeaconBlock, error) ProposeBeaconBlock(ctx context.Context, in *GenericSignedBeaconBlock, opts ...grpc.CallOption) (*ProposeResponse, error) PrepareBeaconProposer(ctx context.Context, in *PrepareBeaconProposerRequest, opts ...grpc.CallOption) (*empty.Empty, error) GetFeeRecipientByPubKey(ctx context.Context, in *FeeRecipientByPubKeyRequest, opts ...grpc.CallOption) (*FeeRecipientByPubKeyResponse, error) GetAttestationData(ctx context.Context, in *AttestationDataRequest, opts ...grpc.CallOption) (*AttestationData, error) ProposeAttestation(ctx context.Context, in *Attestation, opts ...grpc.CallOption) (*AttestResponse, error) SubmitAggregateSelectionProof(ctx context.Context, in *AggregateSelectionRequest, opts ...grpc.CallOption) (*AggregateSelectionResponse, error) SubmitSignedAggregateSelectionProof(ctx context.Context, in *SignedAggregateSubmitRequest, opts ...grpc.CallOption) (*SignedAggregateSubmitResponse, error) ProposeExit(ctx context.Context, in *SignedVoluntaryExit, opts ...grpc.CallOption) (*ProposeExitResponse, error) SubscribeCommitteeSubnets(ctx context.Context, in *CommitteeSubnetsSubscribeRequest, opts ...grpc.CallOption) (*empty.Empty, error) CheckDoppelGanger(ctx context.Context, in *DoppelGangerRequest, opts ...grpc.CallOption) (*DoppelGangerResponse, error) GetSyncMessageBlockRoot(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*SyncMessageBlockRootResponse, error) SubmitSyncMessage(ctx context.Context, in *SyncCommitteeMessage, opts ...grpc.CallOption) (*empty.Empty, error) GetSyncSubcommitteeIndex(ctx context.Context, in *SyncSubcommitteeIndexRequest, opts ...grpc.CallOption) (*SyncSubcommitteeIndexResponse, error) GetSyncCommitteeContribution(ctx context.Context, in *SyncCommitteeContributionRequest, opts ...grpc.CallOption) (*SyncCommitteeContribution, error) SubmitSignedContributionAndProof(ctx context.Context, in *SignedContributionAndProof, opts ...grpc.CallOption) (*empty.Empty, error) // Deprecated: Do not use. StreamBlocksAltair(ctx context.Context, in *StreamBlocksRequest, opts ...grpc.CallOption) (BeaconNodeValidator_StreamBlocksAltairClient, error) SubmitValidatorRegistrations(ctx context.Context, in *SignedValidatorRegistrationsV1, opts ...grpc.CallOption) (*empty.Empty, error) AssignValidatorToSubnet(ctx context.Context, in *AssignValidatorToSubnetRequest, opts ...grpc.CallOption) (*empty.Empty, error) AggregatedSigAndAggregationBits(ctx context.Context, in *AggregatedSigAndAggregationBitsRequest, opts ...grpc.CallOption) (*AggregatedSigAndAggregationBitsResponse, error) }
BeaconNodeValidatorClient is the client API for BeaconNodeValidator service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewBeaconNodeValidatorClient ¶
func NewBeaconNodeValidatorClient(cc grpc.ClientConnInterface) BeaconNodeValidatorClient
type BeaconNodeValidatorServer ¶
type BeaconNodeValidatorServer interface { GetDuties(context.Context, *DutiesRequest) (*DutiesResponse, error) // Deprecated: Do not use. StreamDuties(*DutiesRequest, BeaconNodeValidator_StreamDutiesServer) error DomainData(context.Context, *DomainRequest) (*DomainResponse, error) // Deprecated: Do not use. WaitForChainStart(*empty.Empty, BeaconNodeValidator_WaitForChainStartServer) error WaitForActivation(*ValidatorActivationRequest, BeaconNodeValidator_WaitForActivationServer) error ValidatorIndex(context.Context, *ValidatorIndexRequest) (*ValidatorIndexResponse, error) ValidatorStatus(context.Context, *ValidatorStatusRequest) (*ValidatorStatusResponse, error) MultipleValidatorStatus(context.Context, *MultipleValidatorStatusRequest) (*MultipleValidatorStatusResponse, error) GetBeaconBlock(context.Context, *BlockRequest) (*GenericBeaconBlock, error) ProposeBeaconBlock(context.Context, *GenericSignedBeaconBlock) (*ProposeResponse, error) PrepareBeaconProposer(context.Context, *PrepareBeaconProposerRequest) (*empty.Empty, error) GetFeeRecipientByPubKey(context.Context, *FeeRecipientByPubKeyRequest) (*FeeRecipientByPubKeyResponse, error) GetAttestationData(context.Context, *AttestationDataRequest) (*AttestationData, error) ProposeAttestation(context.Context, *Attestation) (*AttestResponse, error) SubmitAggregateSelectionProof(context.Context, *AggregateSelectionRequest) (*AggregateSelectionResponse, error) SubmitSignedAggregateSelectionProof(context.Context, *SignedAggregateSubmitRequest) (*SignedAggregateSubmitResponse, error) ProposeExit(context.Context, *SignedVoluntaryExit) (*ProposeExitResponse, error) SubscribeCommitteeSubnets(context.Context, *CommitteeSubnetsSubscribeRequest) (*empty.Empty, error) CheckDoppelGanger(context.Context, *DoppelGangerRequest) (*DoppelGangerResponse, error) GetSyncMessageBlockRoot(context.Context, *empty.Empty) (*SyncMessageBlockRootResponse, error) SubmitSyncMessage(context.Context, *SyncCommitteeMessage) (*empty.Empty, error) GetSyncSubcommitteeIndex(context.Context, *SyncSubcommitteeIndexRequest) (*SyncSubcommitteeIndexResponse, error) GetSyncCommitteeContribution(context.Context, *SyncCommitteeContributionRequest) (*SyncCommitteeContribution, error) SubmitSignedContributionAndProof(context.Context, *SignedContributionAndProof) (*empty.Empty, error) // Deprecated: Do not use. StreamBlocksAltair(*StreamBlocksRequest, BeaconNodeValidator_StreamBlocksAltairServer) error SubmitValidatorRegistrations(context.Context, *SignedValidatorRegistrationsV1) (*empty.Empty, error) AssignValidatorToSubnet(context.Context, *AssignValidatorToSubnetRequest) (*empty.Empty, error) AggregatedSigAndAggregationBits(context.Context, *AggregatedSigAndAggregationBitsRequest) (*AggregatedSigAndAggregationBitsResponse, error) }
BeaconNodeValidatorServer is the server API for BeaconNodeValidator service.
type BeaconNodeValidator_StreamBlocksAltairClient ¶
type BeaconNodeValidator_StreamBlocksAltairClient interface { Recv() (*StreamBlocksResponse, error) grpc.ClientStream }
type BeaconNodeValidator_StreamBlocksAltairServer ¶
type BeaconNodeValidator_StreamBlocksAltairServer interface { Send(*StreamBlocksResponse) error grpc.ServerStream }
type BeaconNodeValidator_StreamDutiesClient ¶
type BeaconNodeValidator_StreamDutiesClient interface { Recv() (*DutiesResponse, error) grpc.ClientStream }
type BeaconNodeValidator_StreamDutiesServer ¶
type BeaconNodeValidator_StreamDutiesServer interface { Send(*DutiesResponse) error grpc.ServerStream }
type BeaconNodeValidator_WaitForActivationClient ¶
type BeaconNodeValidator_WaitForActivationClient interface { Recv() (*ValidatorActivationResponse, error) grpc.ClientStream }
type BeaconNodeValidator_WaitForActivationServer ¶
type BeaconNodeValidator_WaitForActivationServer interface { Send(*ValidatorActivationResponse) error grpc.ServerStream }
type BeaconNodeValidator_WaitForChainStartClient ¶
type BeaconNodeValidator_WaitForChainStartClient interface { Recv() (*ChainStartResponse, error) grpc.ClientStream }
type BeaconNodeValidator_WaitForChainStartServer ¶
type BeaconNodeValidator_WaitForChainStartServer interface { Send(*ChainStartResponse) error grpc.ServerStream }
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_v4_consensus_types_primitives.Slot `` /* 155-byte string literal not displayed */ Fork *Fork `protobuf:"bytes,1004,opt,name=fork,proto3" json:"fork,omitempty"` LatestBlockHeader *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 *Eth1Data `protobuf:"bytes,3001,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"` Eth1DataVotes []*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 []*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"` PreviousEpochAttestations []*PendingAttestation `` /* 156-byte string literal not displayed */ CurrentEpochAttestations []*PendingAttestation `` /* 153-byte string literal not displayed */ JustificationBits github_com_prysmaticlabs_go_bitfield.Bitvector4 `` /* 188-byte string literal not displayed */ PreviousJustifiedCheckpoint *Checkpoint `` /* 147-byte string literal not displayed */ CurrentJustifiedCheckpoint *Checkpoint `` /* 144-byte string literal not displayed */ FinalizedCheckpoint *Checkpoint `protobuf:"bytes,8004,opt,name=finalized_checkpoint,json=finalizedCheckpoint,proto3" json:"finalized_checkpoint,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) GetCurrentEpochAttestations ¶
func (x *BeaconState) GetCurrentEpochAttestations() []*PendingAttestation
func (*BeaconState) GetCurrentJustifiedCheckpoint ¶
func (x *BeaconState) GetCurrentJustifiedCheckpoint() *Checkpoint
func (*BeaconState) GetEth1Data ¶
func (x *BeaconState) GetEth1Data() *Eth1Data
func (*BeaconState) GetEth1DataVotes ¶
func (x *BeaconState) GetEth1DataVotes() []*Eth1Data
func (*BeaconState) GetEth1DepositIndex ¶
func (x *BeaconState) GetEth1DepositIndex() uint64
func (*BeaconState) GetFinalizedCheckpoint ¶
func (x *BeaconState) GetFinalizedCheckpoint() *Checkpoint
func (*BeaconState) GetFork ¶
func (x *BeaconState) GetFork() *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) GetJustificationBits ¶
func (x *BeaconState) GetJustificationBits() github_com_prysmaticlabs_go_bitfield.Bitvector4
func (*BeaconState) GetLatestBlockHeader ¶
func (x *BeaconState) GetLatestBlockHeader() *BeaconBlockHeader
func (*BeaconState) GetPreviousEpochAttestations ¶
func (x *BeaconState) GetPreviousEpochAttestations() []*PendingAttestation
func (*BeaconState) GetPreviousJustifiedCheckpoint ¶
func (x *BeaconState) GetPreviousJustifiedCheckpoint() *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_v4_consensus_types_primitives.Slot
func (*BeaconState) GetStateRoots ¶
func (x *BeaconState) GetStateRoots() [][]byte
func (*BeaconState) GetValidators ¶
func (x *BeaconState) GetValidators() []*Validator
func (*BeaconState) HashTreeRoot ¶
func (b *BeaconState) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BeaconState object
func (*BeaconState) HashTreeRootWith ¶
func (b *BeaconState) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BeaconState object with a hasher
func (*BeaconState) MarshalSSZ ¶
func (b *BeaconState) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BeaconState object
func (*BeaconState) MarshalSSZTo ¶
func (b *BeaconState) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BeaconState object to a target array
func (*BeaconState) ProtoMessage ¶
func (*BeaconState) ProtoMessage()
func (*BeaconState) ProtoReflect ¶
func (x *BeaconState) ProtoReflect() protoreflect.Message
func (*BeaconState) Reset ¶
func (x *BeaconState) Reset()
func (*BeaconState) SizeSSZ ¶
func (b *BeaconState) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BeaconState object
func (*BeaconState) String ¶
func (x *BeaconState) String() string
func (*BeaconState) UnmarshalSSZ ¶
func (b *BeaconState) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BeaconState object
type BeaconStateAltair ¶
type BeaconStateAltair 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_v4_consensus_types_primitives.Slot `` /* 155-byte string literal not displayed */ Fork *Fork `protobuf:"bytes,1004,opt,name=fork,proto3" json:"fork,omitempty"` LatestBlockHeader *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 *Eth1Data `protobuf:"bytes,3001,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"` Eth1DataVotes []*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 []*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 *Checkpoint `` /* 147-byte string literal not displayed */ CurrentJustifiedCheckpoint *Checkpoint `` /* 144-byte string literal not displayed */ FinalizedCheckpoint *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 (*BeaconStateAltair) Descriptor
deprecated
func (*BeaconStateAltair) Descriptor() ([]byte, []int)
Deprecated: Use BeaconStateAltair.ProtoReflect.Descriptor instead.
func (*BeaconStateAltair) GetBalances ¶
func (x *BeaconStateAltair) GetBalances() []uint64
func (*BeaconStateAltair) GetBlockRoots ¶
func (x *BeaconStateAltair) GetBlockRoots() [][]byte
func (*BeaconStateAltair) GetCurrentEpochParticipation ¶
func (x *BeaconStateAltair) GetCurrentEpochParticipation() []byte
func (*BeaconStateAltair) GetCurrentJustifiedCheckpoint ¶
func (x *BeaconStateAltair) GetCurrentJustifiedCheckpoint() *Checkpoint
func (*BeaconStateAltair) GetCurrentSyncCommittee ¶
func (x *BeaconStateAltair) GetCurrentSyncCommittee() *SyncCommittee
func (*BeaconStateAltair) GetEth1Data ¶
func (x *BeaconStateAltair) GetEth1Data() *Eth1Data
func (*BeaconStateAltair) GetEth1DataVotes ¶
func (x *BeaconStateAltair) GetEth1DataVotes() []*Eth1Data
func (*BeaconStateAltair) GetEth1DepositIndex ¶
func (x *BeaconStateAltair) GetEth1DepositIndex() uint64
func (*BeaconStateAltair) GetFinalizedCheckpoint ¶
func (x *BeaconStateAltair) GetFinalizedCheckpoint() *Checkpoint
func (*BeaconStateAltair) GetFork ¶
func (x *BeaconStateAltair) GetFork() *Fork
func (*BeaconStateAltair) GetGenesisTime ¶
func (x *BeaconStateAltair) GetGenesisTime() uint64
func (*BeaconStateAltair) GetGenesisValidatorsRoot ¶
func (x *BeaconStateAltair) GetGenesisValidatorsRoot() []byte
func (*BeaconStateAltair) GetHistoricalRoots ¶
func (x *BeaconStateAltair) GetHistoricalRoots() [][]byte
func (*BeaconStateAltair) GetInactivityScores ¶
func (x *BeaconStateAltair) GetInactivityScores() []uint64
func (*BeaconStateAltair) GetJustificationBits ¶
func (x *BeaconStateAltair) GetJustificationBits() github_com_prysmaticlabs_go_bitfield.Bitvector4
func (*BeaconStateAltair) GetLatestBlockHeader ¶
func (x *BeaconStateAltair) GetLatestBlockHeader() *BeaconBlockHeader
func (*BeaconStateAltair) GetNextSyncCommittee ¶
func (x *BeaconStateAltair) GetNextSyncCommittee() *SyncCommittee
func (*BeaconStateAltair) GetPreviousEpochParticipation ¶
func (x *BeaconStateAltair) GetPreviousEpochParticipation() []byte
func (*BeaconStateAltair) GetPreviousJustifiedCheckpoint ¶
func (x *BeaconStateAltair) GetPreviousJustifiedCheckpoint() *Checkpoint
func (*BeaconStateAltair) GetRandaoMixes ¶
func (x *BeaconStateAltair) GetRandaoMixes() [][]byte
func (*BeaconStateAltair) GetSlashings ¶
func (x *BeaconStateAltair) GetSlashings() []uint64
func (*BeaconStateAltair) GetSlot ¶
func (x *BeaconStateAltair) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*BeaconStateAltair) GetStateRoots ¶
func (x *BeaconStateAltair) GetStateRoots() [][]byte
func (*BeaconStateAltair) GetValidators ¶
func (x *BeaconStateAltair) GetValidators() []*Validator
func (*BeaconStateAltair) HashTreeRoot ¶
func (b *BeaconStateAltair) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BeaconStateAltair object
func (*BeaconStateAltair) HashTreeRootWith ¶
func (b *BeaconStateAltair) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BeaconStateAltair object with a hasher
func (*BeaconStateAltair) MarshalSSZ ¶
func (b *BeaconStateAltair) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BeaconStateAltair object
func (*BeaconStateAltair) MarshalSSZTo ¶
func (b *BeaconStateAltair) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BeaconStateAltair object to a target array
func (*BeaconStateAltair) ProtoMessage ¶
func (*BeaconStateAltair) ProtoMessage()
func (*BeaconStateAltair) ProtoReflect ¶
func (x *BeaconStateAltair) ProtoReflect() protoreflect.Message
func (*BeaconStateAltair) Reset ¶
func (x *BeaconStateAltair) Reset()
func (*BeaconStateAltair) SizeSSZ ¶
func (b *BeaconStateAltair) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BeaconStateAltair object
func (*BeaconStateAltair) String ¶
func (x *BeaconStateAltair) String() string
func (*BeaconStateAltair) UnmarshalSSZ ¶
func (b *BeaconStateAltair) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BeaconStateAltair object
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_v4_consensus_types_primitives.Slot `` /* 155-byte string literal not displayed */ Fork *Fork `protobuf:"bytes,1004,opt,name=fork,proto3" json:"fork,omitempty"` LatestBlockHeader *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 *Eth1Data `protobuf:"bytes,3001,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"` Eth1DataVotes []*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 []*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 *Checkpoint `` /* 147-byte string literal not displayed */ CurrentJustifiedCheckpoint *Checkpoint `` /* 144-byte string literal not displayed */ FinalizedCheckpoint *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 *v1.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() *Checkpoint
func (*BeaconStateBellatrix) GetCurrentSyncCommittee ¶
func (x *BeaconStateBellatrix) GetCurrentSyncCommittee() *SyncCommittee
func (*BeaconStateBellatrix) GetEth1Data ¶
func (x *BeaconStateBellatrix) GetEth1Data() *Eth1Data
func (*BeaconStateBellatrix) GetEth1DataVotes ¶
func (x *BeaconStateBellatrix) GetEth1DataVotes() []*Eth1Data
func (*BeaconStateBellatrix) GetEth1DepositIndex ¶
func (x *BeaconStateBellatrix) GetEth1DepositIndex() uint64
func (*BeaconStateBellatrix) GetFinalizedCheckpoint ¶
func (x *BeaconStateBellatrix) GetFinalizedCheckpoint() *Checkpoint
func (*BeaconStateBellatrix) GetFork ¶
func (x *BeaconStateBellatrix) GetFork() *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() *BeaconBlockHeader
func (*BeaconStateBellatrix) GetLatestExecutionPayloadHeader ¶
func (x *BeaconStateBellatrix) GetLatestExecutionPayloadHeader() *v1.ExecutionPayloadHeader
func (*BeaconStateBellatrix) GetNextSyncCommittee ¶
func (x *BeaconStateBellatrix) GetNextSyncCommittee() *SyncCommittee
func (*BeaconStateBellatrix) GetPreviousEpochParticipation ¶
func (x *BeaconStateBellatrix) GetPreviousEpochParticipation() []byte
func (*BeaconStateBellatrix) GetPreviousJustifiedCheckpoint ¶
func (x *BeaconStateBellatrix) GetPreviousJustifiedCheckpoint() *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_v4_consensus_types_primitives.Slot
func (*BeaconStateBellatrix) GetStateRoots ¶
func (x *BeaconStateBellatrix) GetStateRoots() [][]byte
func (*BeaconStateBellatrix) GetValidators ¶
func (x *BeaconStateBellatrix) GetValidators() []*Validator
func (*BeaconStateBellatrix) HashTreeRoot ¶
func (b *BeaconStateBellatrix) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BeaconStateBellatrix object
func (*BeaconStateBellatrix) HashTreeRootWith ¶
func (b *BeaconStateBellatrix) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BeaconStateBellatrix object with a hasher
func (*BeaconStateBellatrix) MarshalSSZ ¶
func (b *BeaconStateBellatrix) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BeaconStateBellatrix object
func (*BeaconStateBellatrix) MarshalSSZTo ¶
func (b *BeaconStateBellatrix) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BeaconStateBellatrix object to a target array
func (*BeaconStateBellatrix) ProtoMessage ¶
func (*BeaconStateBellatrix) ProtoMessage()
func (*BeaconStateBellatrix) ProtoReflect ¶
func (x *BeaconStateBellatrix) ProtoReflect() protoreflect.Message
func (*BeaconStateBellatrix) Reset ¶
func (x *BeaconStateBellatrix) Reset()
func (*BeaconStateBellatrix) SizeSSZ ¶
func (b *BeaconStateBellatrix) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BeaconStateBellatrix object
func (*BeaconStateBellatrix) String ¶
func (x *BeaconStateBellatrix) String() string
func (*BeaconStateBellatrix) UnmarshalSSZ ¶
func (b *BeaconStateBellatrix) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BeaconStateBellatrix object
type BeaconStateCapella ¶
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_v4_consensus_types_primitives.Slot `` /* 155-byte string literal not displayed */ Fork *Fork `protobuf:"bytes,1004,opt,name=fork,proto3" json:"fork,omitempty"` LatestBlockHeader *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 *Eth1Data `protobuf:"bytes,3001,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"` Eth1DataVotes []*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 []*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 *Checkpoint `` /* 147-byte string literal not displayed */ CurrentJustifiedCheckpoint *Checkpoint `` /* 144-byte string literal not displayed */ FinalizedCheckpoint *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 *v1.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_v4_consensus_types_primitives.ValidatorIndex `` /* 254-byte string literal not displayed */ HistoricalSummaries []*HistoricalSummary `` /* 141-byte string literal not displayed */ // contains filtered or unexported fields }
func (*BeaconStateCapella) Descriptor
deprecated
func (*BeaconStateCapella) Descriptor() ([]byte, []int)
Deprecated: Use BeaconStateCapella.ProtoReflect.Descriptor instead.
func (*BeaconStateCapella) GetBalances ¶
func (x *BeaconStateCapella) GetBalances() []uint64
func (*BeaconStateCapella) GetBlockRoots ¶
func (x *BeaconStateCapella) GetBlockRoots() [][]byte
func (*BeaconStateCapella) GetCurrentEpochParticipation ¶
func (x *BeaconStateCapella) GetCurrentEpochParticipation() []byte
func (*BeaconStateCapella) GetCurrentJustifiedCheckpoint ¶
func (x *BeaconStateCapella) GetCurrentJustifiedCheckpoint() *Checkpoint
func (*BeaconStateCapella) GetCurrentSyncCommittee ¶
func (x *BeaconStateCapella) GetCurrentSyncCommittee() *SyncCommittee
func (*BeaconStateCapella) GetEth1Data ¶
func (x *BeaconStateCapella) GetEth1Data() *Eth1Data
func (*BeaconStateCapella) GetEth1DataVotes ¶
func (x *BeaconStateCapella) GetEth1DataVotes() []*Eth1Data
func (*BeaconStateCapella) GetEth1DepositIndex ¶
func (x *BeaconStateCapella) GetEth1DepositIndex() uint64
func (*BeaconStateCapella) GetFinalizedCheckpoint ¶
func (x *BeaconStateCapella) GetFinalizedCheckpoint() *Checkpoint
func (*BeaconStateCapella) GetFork ¶
func (x *BeaconStateCapella) GetFork() *Fork
func (*BeaconStateCapella) GetGenesisTime ¶
func (x *BeaconStateCapella) GetGenesisTime() uint64
func (*BeaconStateCapella) GetGenesisValidatorsRoot ¶
func (x *BeaconStateCapella) GetGenesisValidatorsRoot() []byte
func (*BeaconStateCapella) GetHistoricalRoots ¶
func (x *BeaconStateCapella) GetHistoricalRoots() [][]byte
func (*BeaconStateCapella) GetHistoricalSummaries ¶
func (x *BeaconStateCapella) GetHistoricalSummaries() []*HistoricalSummary
func (*BeaconStateCapella) GetInactivityScores ¶
func (x *BeaconStateCapella) GetInactivityScores() []uint64
func (*BeaconStateCapella) GetJustificationBits ¶
func (x *BeaconStateCapella) GetJustificationBits() github_com_prysmaticlabs_go_bitfield.Bitvector4
func (*BeaconStateCapella) GetLatestBlockHeader ¶
func (x *BeaconStateCapella) GetLatestBlockHeader() *BeaconBlockHeader
func (*BeaconStateCapella) GetLatestExecutionPayloadHeader ¶
func (x *BeaconStateCapella) GetLatestExecutionPayloadHeader() *v1.ExecutionPayloadHeaderCapella
func (*BeaconStateCapella) GetNextSyncCommittee ¶
func (x *BeaconStateCapella) GetNextSyncCommittee() *SyncCommittee
func (*BeaconStateCapella) GetNextWithdrawalIndex ¶
func (x *BeaconStateCapella) GetNextWithdrawalIndex() uint64
func (*BeaconStateCapella) GetNextWithdrawalValidatorIndex ¶
func (x *BeaconStateCapella) GetNextWithdrawalValidatorIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*BeaconStateCapella) GetPreviousEpochParticipation ¶
func (x *BeaconStateCapella) GetPreviousEpochParticipation() []byte
func (*BeaconStateCapella) GetPreviousJustifiedCheckpoint ¶
func (x *BeaconStateCapella) GetPreviousJustifiedCheckpoint() *Checkpoint
func (*BeaconStateCapella) GetRandaoMixes ¶
func (x *BeaconStateCapella) GetRandaoMixes() [][]byte
func (*BeaconStateCapella) GetSlashings ¶
func (x *BeaconStateCapella) GetSlashings() []uint64
func (*BeaconStateCapella) GetSlot ¶
func (x *BeaconStateCapella) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*BeaconStateCapella) GetStateRoots ¶
func (x *BeaconStateCapella) GetStateRoots() [][]byte
func (*BeaconStateCapella) GetValidators ¶
func (x *BeaconStateCapella) GetValidators() []*Validator
func (*BeaconStateCapella) HashTreeRoot ¶
func (b *BeaconStateCapella) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BeaconStateCapella object
func (*BeaconStateCapella) HashTreeRootWith ¶
func (b *BeaconStateCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BeaconStateCapella object with a hasher
func (*BeaconStateCapella) MarshalSSZ ¶
func (b *BeaconStateCapella) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BeaconStateCapella object
func (*BeaconStateCapella) MarshalSSZTo ¶
func (b *BeaconStateCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BeaconStateCapella object to a target array
func (*BeaconStateCapella) ProtoMessage ¶
func (*BeaconStateCapella) ProtoMessage()
func (*BeaconStateCapella) ProtoReflect ¶
func (x *BeaconStateCapella) ProtoReflect() protoreflect.Message
func (*BeaconStateCapella) Reset ¶
func (x *BeaconStateCapella) Reset()
func (*BeaconStateCapella) SizeSSZ ¶
func (b *BeaconStateCapella) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BeaconStateCapella object
func (*BeaconStateCapella) String ¶
func (x *BeaconStateCapella) String() string
func (*BeaconStateCapella) UnmarshalSSZ ¶
func (b *BeaconStateCapella) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BeaconStateCapella object
type BeaconStateDeneb ¶
type BeaconStateDeneb 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_v4_consensus_types_primitives.Slot `` /* 155-byte string literal not displayed */ Fork *Fork `protobuf:"bytes,1004,opt,name=fork,proto3" json:"fork,omitempty"` LatestBlockHeader *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 *Eth1Data `protobuf:"bytes,3001,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"` Eth1DataVotes []*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 []*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 *Checkpoint `` /* 147-byte string literal not displayed */ CurrentJustifiedCheckpoint *Checkpoint `` /* 144-byte string literal not displayed */ FinalizedCheckpoint *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 *v1.ExecutionPayloadHeaderDeneb `` /* 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_v4_consensus_types_primitives.ValidatorIndex `` /* 254-byte string literal not displayed */ HistoricalSummaries []*HistoricalSummary `` /* 141-byte string literal not displayed */ // contains filtered or unexported fields }
func (*BeaconStateDeneb) Descriptor
deprecated
func (*BeaconStateDeneb) Descriptor() ([]byte, []int)
Deprecated: Use BeaconStateDeneb.ProtoReflect.Descriptor instead.
func (*BeaconStateDeneb) GetBalances ¶
func (x *BeaconStateDeneb) GetBalances() []uint64
func (*BeaconStateDeneb) GetBlockRoots ¶
func (x *BeaconStateDeneb) GetBlockRoots() [][]byte
func (*BeaconStateDeneb) GetCurrentEpochParticipation ¶
func (x *BeaconStateDeneb) GetCurrentEpochParticipation() []byte
func (*BeaconStateDeneb) GetCurrentJustifiedCheckpoint ¶
func (x *BeaconStateDeneb) GetCurrentJustifiedCheckpoint() *Checkpoint
func (*BeaconStateDeneb) GetCurrentSyncCommittee ¶
func (x *BeaconStateDeneb) GetCurrentSyncCommittee() *SyncCommittee
func (*BeaconStateDeneb) GetEth1Data ¶
func (x *BeaconStateDeneb) GetEth1Data() *Eth1Data
func (*BeaconStateDeneb) GetEth1DataVotes ¶
func (x *BeaconStateDeneb) GetEth1DataVotes() []*Eth1Data
func (*BeaconStateDeneb) GetEth1DepositIndex ¶
func (x *BeaconStateDeneb) GetEth1DepositIndex() uint64
func (*BeaconStateDeneb) GetFinalizedCheckpoint ¶
func (x *BeaconStateDeneb) GetFinalizedCheckpoint() *Checkpoint
func (*BeaconStateDeneb) GetFork ¶
func (x *BeaconStateDeneb) GetFork() *Fork
func (*BeaconStateDeneb) GetGenesisTime ¶
func (x *BeaconStateDeneb) GetGenesisTime() uint64
func (*BeaconStateDeneb) GetGenesisValidatorsRoot ¶
func (x *BeaconStateDeneb) GetGenesisValidatorsRoot() []byte
func (*BeaconStateDeneb) GetHistoricalRoots ¶
func (x *BeaconStateDeneb) GetHistoricalRoots() [][]byte
func (*BeaconStateDeneb) GetHistoricalSummaries ¶
func (x *BeaconStateDeneb) GetHistoricalSummaries() []*HistoricalSummary
func (*BeaconStateDeneb) GetInactivityScores ¶
func (x *BeaconStateDeneb) GetInactivityScores() []uint64
func (*BeaconStateDeneb) GetJustificationBits ¶
func (x *BeaconStateDeneb) GetJustificationBits() github_com_prysmaticlabs_go_bitfield.Bitvector4
func (*BeaconStateDeneb) GetLatestBlockHeader ¶
func (x *BeaconStateDeneb) GetLatestBlockHeader() *BeaconBlockHeader
func (*BeaconStateDeneb) GetLatestExecutionPayloadHeader ¶
func (x *BeaconStateDeneb) GetLatestExecutionPayloadHeader() *v1.ExecutionPayloadHeaderDeneb
func (*BeaconStateDeneb) GetNextSyncCommittee ¶
func (x *BeaconStateDeneb) GetNextSyncCommittee() *SyncCommittee
func (*BeaconStateDeneb) GetNextWithdrawalIndex ¶
func (x *BeaconStateDeneb) GetNextWithdrawalIndex() uint64
func (*BeaconStateDeneb) GetNextWithdrawalValidatorIndex ¶
func (x *BeaconStateDeneb) GetNextWithdrawalValidatorIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*BeaconStateDeneb) GetPreviousEpochParticipation ¶
func (x *BeaconStateDeneb) GetPreviousEpochParticipation() []byte
func (*BeaconStateDeneb) GetPreviousJustifiedCheckpoint ¶
func (x *BeaconStateDeneb) GetPreviousJustifiedCheckpoint() *Checkpoint
func (*BeaconStateDeneb) GetRandaoMixes ¶
func (x *BeaconStateDeneb) GetRandaoMixes() [][]byte
func (*BeaconStateDeneb) GetSlashings ¶
func (x *BeaconStateDeneb) GetSlashings() []uint64
func (*BeaconStateDeneb) GetSlot ¶
func (x *BeaconStateDeneb) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*BeaconStateDeneb) GetStateRoots ¶
func (x *BeaconStateDeneb) GetStateRoots() [][]byte
func (*BeaconStateDeneb) GetValidators ¶
func (x *BeaconStateDeneb) GetValidators() []*Validator
func (*BeaconStateDeneb) HashTreeRoot ¶
func (b *BeaconStateDeneb) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BeaconStateDeneb object
func (*BeaconStateDeneb) HashTreeRootWith ¶
func (b *BeaconStateDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BeaconStateDeneb object with a hasher
func (*BeaconStateDeneb) MarshalSSZ ¶
func (b *BeaconStateDeneb) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BeaconStateDeneb object
func (*BeaconStateDeneb) MarshalSSZTo ¶
func (b *BeaconStateDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BeaconStateDeneb object to a target array
func (*BeaconStateDeneb) ProtoMessage ¶
func (*BeaconStateDeneb) ProtoMessage()
func (*BeaconStateDeneb) ProtoReflect ¶
func (x *BeaconStateDeneb) ProtoReflect() protoreflect.Message
func (*BeaconStateDeneb) Reset ¶
func (x *BeaconStateDeneb) Reset()
func (*BeaconStateDeneb) SizeSSZ ¶
func (b *BeaconStateDeneb) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BeaconStateDeneb object
func (*BeaconStateDeneb) String ¶
func (x *BeaconStateDeneb) String() string
func (*BeaconStateDeneb) UnmarshalSSZ ¶
func (b *BeaconStateDeneb) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BeaconStateDeneb object
type BeaconStateRequest ¶
type BeaconStateRequest struct { // Types that are assignable to QueryFilter: // // *BeaconStateRequest_Slot // *BeaconStateRequest_BlockRoot QueryFilter isBeaconStateRequest_QueryFilter `protobuf_oneof:"query_filter"` // contains filtered or unexported fields }
func (*BeaconStateRequest) Descriptor
deprecated
func (*BeaconStateRequest) Descriptor() ([]byte, []int)
Deprecated: Use BeaconStateRequest.ProtoReflect.Descriptor instead.
func (*BeaconStateRequest) GetBlockRoot ¶
func (x *BeaconStateRequest) GetBlockRoot() []byte
func (*BeaconStateRequest) GetQueryFilter ¶
func (m *BeaconStateRequest) GetQueryFilter() isBeaconStateRequest_QueryFilter
func (*BeaconStateRequest) GetSlot ¶
func (x *BeaconStateRequest) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*BeaconStateRequest) ProtoMessage ¶
func (*BeaconStateRequest) ProtoMessage()
func (*BeaconStateRequest) ProtoReflect ¶
func (x *BeaconStateRequest) ProtoReflect() protoreflect.Message
func (*BeaconStateRequest) Reset ¶
func (x *BeaconStateRequest) Reset()
func (*BeaconStateRequest) String ¶
func (x *BeaconStateRequest) String() string
type BeaconStateRequest_BlockRoot ¶
type BeaconStateRequest_BlockRoot struct {
BlockRoot []byte `protobuf:"bytes,2,opt,name=block_root,json=blockRoot,proto3,oneof"`
}
type BeaconStateRequest_Slot ¶
type BeaconStateRequest_Slot struct {
Slot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 136-byte string literal not displayed */
}
type BlindedBeaconBlockAndBlobsDeneb ¶
type BlindedBeaconBlockAndBlobsDeneb struct { Block *BlindedBeaconBlockDeneb `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` Blobs []*BlindedBlobSidecar `protobuf:"bytes,2,rep,name=blobs,proto3" json:"blobs,omitempty" ssz-max:"6"` // contains filtered or unexported fields }
func (*BlindedBeaconBlockAndBlobsDeneb) Descriptor
deprecated
func (*BlindedBeaconBlockAndBlobsDeneb) Descriptor() ([]byte, []int)
Deprecated: Use BlindedBeaconBlockAndBlobsDeneb.ProtoReflect.Descriptor instead.
func (*BlindedBeaconBlockAndBlobsDeneb) GetBlobs ¶
func (x *BlindedBeaconBlockAndBlobsDeneb) GetBlobs() []*BlindedBlobSidecar
func (*BlindedBeaconBlockAndBlobsDeneb) GetBlock ¶
func (x *BlindedBeaconBlockAndBlobsDeneb) GetBlock() *BlindedBeaconBlockDeneb
func (*BlindedBeaconBlockAndBlobsDeneb) HashTreeRoot ¶
func (b *BlindedBeaconBlockAndBlobsDeneb) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BlindedBeaconBlockAndBlobsDeneb object
func (*BlindedBeaconBlockAndBlobsDeneb) HashTreeRootWith ¶
func (b *BlindedBeaconBlockAndBlobsDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BlindedBeaconBlockAndBlobsDeneb object with a hasher
func (*BlindedBeaconBlockAndBlobsDeneb) MarshalSSZ ¶
func (b *BlindedBeaconBlockAndBlobsDeneb) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BlindedBeaconBlockAndBlobsDeneb object
func (*BlindedBeaconBlockAndBlobsDeneb) MarshalSSZTo ¶
func (b *BlindedBeaconBlockAndBlobsDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BlindedBeaconBlockAndBlobsDeneb object to a target array
func (*BlindedBeaconBlockAndBlobsDeneb) ProtoMessage ¶
func (*BlindedBeaconBlockAndBlobsDeneb) ProtoMessage()
func (*BlindedBeaconBlockAndBlobsDeneb) ProtoReflect ¶
func (x *BlindedBeaconBlockAndBlobsDeneb) ProtoReflect() protoreflect.Message
func (*BlindedBeaconBlockAndBlobsDeneb) Reset ¶
func (x *BlindedBeaconBlockAndBlobsDeneb) Reset()
func (*BlindedBeaconBlockAndBlobsDeneb) SizeSSZ ¶
func (b *BlindedBeaconBlockAndBlobsDeneb) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BlindedBeaconBlockAndBlobsDeneb object
func (*BlindedBeaconBlockAndBlobsDeneb) String ¶
func (x *BlindedBeaconBlockAndBlobsDeneb) String() string
func (*BlindedBeaconBlockAndBlobsDeneb) UnmarshalSSZ ¶
func (b *BlindedBeaconBlockAndBlobsDeneb) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BlindedBeaconBlockAndBlobsDeneb object
type BlindedBeaconBlockBellatrix ¶
type BlindedBeaconBlockBellatrix struct { Slot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 152-byte string literal not displayed */ ProposerIndex github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 201-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 CopyBlindedBeaconBlockBellatrix ¶
func CopyBlindedBeaconBlockBellatrix(block *BlindedBeaconBlockBellatrix) *BlindedBeaconBlockBellatrix
CopyBlindedBeaconBlockBellatrix copies the provided BlindedBeaconBlockBellatrix.
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_v4_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 *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 []*ProposerSlashing `protobuf:"bytes,4,rep,name=proposer_slashings,json=proposerSlashings,proto3" json:"proposer_slashings,omitempty" ssz-max:"16"` AttesterSlashings []*AttesterSlashing `protobuf:"bytes,5,rep,name=attester_slashings,json=attesterSlashings,proto3" json:"attester_slashings,omitempty" ssz-max:"2"` Attestations []*Attestation `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty" ssz-max:"128"` Deposits []*Deposit `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty" ssz-max:"16"` VoluntaryExits []*SignedVoluntaryExit `protobuf:"bytes,8,rep,name=voluntary_exits,json=voluntaryExits,proto3" json:"voluntary_exits,omitempty" ssz-max:"16"` SyncAggregate *SyncAggregate `protobuf:"bytes,9,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"` ExecutionPayloadHeader *v1.ExecutionPayloadHeader `` /* 130-byte string literal not displayed */ // contains filtered or unexported fields }
func CopyBlindedBeaconBlockBodyBellatrix ¶
func CopyBlindedBeaconBlockBodyBellatrix(body *BlindedBeaconBlockBodyBellatrix) *BlindedBeaconBlockBodyBellatrix
CopyBlindedBeaconBlockBodyBellatrix copies the provided BlindedBeaconBlockBodyBellatrix.
func (*BlindedBeaconBlockBodyBellatrix) Descriptor
deprecated
func (*BlindedBeaconBlockBodyBellatrix) Descriptor() ([]byte, []int)
Deprecated: Use BlindedBeaconBlockBodyBellatrix.ProtoReflect.Descriptor instead.
func (*BlindedBeaconBlockBodyBellatrix) GetAttestations ¶
func (x *BlindedBeaconBlockBodyBellatrix) GetAttestations() []*Attestation
func (*BlindedBeaconBlockBodyBellatrix) GetAttesterSlashings ¶
func (x *BlindedBeaconBlockBodyBellatrix) GetAttesterSlashings() []*AttesterSlashing
func (*BlindedBeaconBlockBodyBellatrix) GetDeposits ¶
func (x *BlindedBeaconBlockBodyBellatrix) GetDeposits() []*Deposit
func (*BlindedBeaconBlockBodyBellatrix) GetEth1Data ¶
func (x *BlindedBeaconBlockBodyBellatrix) GetEth1Data() *Eth1Data
func (*BlindedBeaconBlockBodyBellatrix) GetExecutionPayloadHeader ¶
func (x *BlindedBeaconBlockBodyBellatrix) GetExecutionPayloadHeader() *v1.ExecutionPayloadHeader
func (*BlindedBeaconBlockBodyBellatrix) GetGraffiti ¶
func (x *BlindedBeaconBlockBodyBellatrix) GetGraffiti() []byte
func (*BlindedBeaconBlockBodyBellatrix) GetProposerSlashings ¶
func (x *BlindedBeaconBlockBodyBellatrix) GetProposerSlashings() []*ProposerSlashing
func (*BlindedBeaconBlockBodyBellatrix) GetRandaoReveal ¶
func (x *BlindedBeaconBlockBodyBellatrix) GetRandaoReveal() []byte
func (*BlindedBeaconBlockBodyBellatrix) GetSyncAggregate ¶
func (x *BlindedBeaconBlockBodyBellatrix) GetSyncAggregate() *SyncAggregate
func (*BlindedBeaconBlockBodyBellatrix) GetVoluntaryExits ¶
func (x *BlindedBeaconBlockBodyBellatrix) GetVoluntaryExits() []*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 ¶
type BlindedBeaconBlockBodyCapella struct { RandaoReveal []byte `protobuf:"bytes,1,opt,name=randao_reveal,json=randaoReveal,proto3" json:"randao_reveal,omitempty" ssz-size:"96"` Eth1Data *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 []*ProposerSlashing `protobuf:"bytes,4,rep,name=proposer_slashings,json=proposerSlashings,proto3" json:"proposer_slashings,omitempty" ssz-max:"16"` AttesterSlashings []*AttesterSlashing `protobuf:"bytes,5,rep,name=attester_slashings,json=attesterSlashings,proto3" json:"attester_slashings,omitempty" ssz-max:"2"` Attestations []*Attestation `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty" ssz-max:"128"` Deposits []*Deposit `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty" ssz-max:"16"` VoluntaryExits []*SignedVoluntaryExit `protobuf:"bytes,8,rep,name=voluntary_exits,json=voluntaryExits,proto3" json:"voluntary_exits,omitempty" ssz-max:"16"` SyncAggregate *SyncAggregate `protobuf:"bytes,9,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"` ExecutionPayloadHeader *v1.ExecutionPayloadHeaderCapella `` /* 130-byte string literal not displayed */ BlsToExecutionChanges []*SignedBLSToExecutionChange `` /* 142-byte string literal not displayed */ // contains filtered or unexported fields }
func CopyBlindedBeaconBlockBodyCapella ¶
func CopyBlindedBeaconBlockBodyCapella(body *BlindedBeaconBlockBodyCapella) *BlindedBeaconBlockBodyCapella
CopyBlindedBeaconBlockBodyCapella copies the provided BlindedBeaconBlockBodyCapella.
func (*BlindedBeaconBlockBodyCapella) Descriptor
deprecated
func (*BlindedBeaconBlockBodyCapella) Descriptor() ([]byte, []int)
Deprecated: Use BlindedBeaconBlockBodyCapella.ProtoReflect.Descriptor instead.
func (*BlindedBeaconBlockBodyCapella) GetAttestations ¶
func (x *BlindedBeaconBlockBodyCapella) GetAttestations() []*Attestation
func (*BlindedBeaconBlockBodyCapella) GetAttesterSlashings ¶
func (x *BlindedBeaconBlockBodyCapella) GetAttesterSlashings() []*AttesterSlashing
func (*BlindedBeaconBlockBodyCapella) GetBlsToExecutionChanges ¶
func (x *BlindedBeaconBlockBodyCapella) GetBlsToExecutionChanges() []*SignedBLSToExecutionChange
func (*BlindedBeaconBlockBodyCapella) GetDeposits ¶
func (x *BlindedBeaconBlockBodyCapella) GetDeposits() []*Deposit
func (*BlindedBeaconBlockBodyCapella) GetEth1Data ¶
func (x *BlindedBeaconBlockBodyCapella) GetEth1Data() *Eth1Data
func (*BlindedBeaconBlockBodyCapella) GetExecutionPayloadHeader ¶
func (x *BlindedBeaconBlockBodyCapella) GetExecutionPayloadHeader() *v1.ExecutionPayloadHeaderCapella
func (*BlindedBeaconBlockBodyCapella) GetGraffiti ¶
func (x *BlindedBeaconBlockBodyCapella) GetGraffiti() []byte
func (*BlindedBeaconBlockBodyCapella) GetProposerSlashings ¶
func (x *BlindedBeaconBlockBodyCapella) GetProposerSlashings() []*ProposerSlashing
func (*BlindedBeaconBlockBodyCapella) GetRandaoReveal ¶
func (x *BlindedBeaconBlockBodyCapella) GetRandaoReveal() []byte
func (*BlindedBeaconBlockBodyCapella) GetSyncAggregate ¶
func (x *BlindedBeaconBlockBodyCapella) GetSyncAggregate() *SyncAggregate
func (*BlindedBeaconBlockBodyCapella) GetVoluntaryExits ¶
func (x *BlindedBeaconBlockBodyCapella) GetVoluntaryExits() []*SignedVoluntaryExit
func (*BlindedBeaconBlockBodyCapella) HashTreeRoot ¶
func (b *BlindedBeaconBlockBodyCapella) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BlindedBeaconBlockBodyCapella object
func (*BlindedBeaconBlockBodyCapella) HashTreeRootWith ¶
func (b *BlindedBeaconBlockBodyCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BlindedBeaconBlockBodyCapella object with a hasher
func (*BlindedBeaconBlockBodyCapella) MarshalSSZ ¶
func (b *BlindedBeaconBlockBodyCapella) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BlindedBeaconBlockBodyCapella object
func (*BlindedBeaconBlockBodyCapella) MarshalSSZTo ¶
func (b *BlindedBeaconBlockBodyCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BlindedBeaconBlockBodyCapella object to a target array
func (*BlindedBeaconBlockBodyCapella) ProtoMessage ¶
func (*BlindedBeaconBlockBodyCapella) ProtoMessage()
func (*BlindedBeaconBlockBodyCapella) ProtoReflect ¶
func (x *BlindedBeaconBlockBodyCapella) ProtoReflect() protoreflect.Message
func (*BlindedBeaconBlockBodyCapella) Reset ¶
func (x *BlindedBeaconBlockBodyCapella) Reset()
func (*BlindedBeaconBlockBodyCapella) SizeSSZ ¶
func (b *BlindedBeaconBlockBodyCapella) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BlindedBeaconBlockBodyCapella object
func (*BlindedBeaconBlockBodyCapella) String ¶
func (x *BlindedBeaconBlockBodyCapella) String() string
func (*BlindedBeaconBlockBodyCapella) UnmarshalSSZ ¶
func (b *BlindedBeaconBlockBodyCapella) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BlindedBeaconBlockBodyCapella object
type BlindedBeaconBlockBodyDeneb ¶
type BlindedBeaconBlockBodyDeneb struct { RandaoReveal []byte `protobuf:"bytes,1,opt,name=randao_reveal,json=randaoReveal,proto3" json:"randao_reveal,omitempty" ssz-size:"96"` Eth1Data *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 []*ProposerSlashing `protobuf:"bytes,4,rep,name=proposer_slashings,json=proposerSlashings,proto3" json:"proposer_slashings,omitempty" ssz-max:"16"` AttesterSlashings []*AttesterSlashing `protobuf:"bytes,5,rep,name=attester_slashings,json=attesterSlashings,proto3" json:"attester_slashings,omitempty" ssz-max:"2"` Attestations []*Attestation `protobuf:"bytes,6,rep,name=attestations,proto3" json:"attestations,omitempty" ssz-max:"128"` Deposits []*Deposit `protobuf:"bytes,7,rep,name=deposits,proto3" json:"deposits,omitempty" ssz-max:"16"` VoluntaryExits []*SignedVoluntaryExit `protobuf:"bytes,8,rep,name=voluntary_exits,json=voluntaryExits,proto3" json:"voluntary_exits,omitempty" ssz-max:"16"` SyncAggregate *SyncAggregate `protobuf:"bytes,9,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"` ExecutionPayloadHeader *v1.ExecutionPayloadHeaderDeneb `` /* 130-byte string literal not displayed */ BlsToExecutionChanges []*SignedBLSToExecutionChange `` /* 142-byte string literal not displayed */ BlobKzgCommitments [][]byte `` /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
func CopyBlindedBeaconBlockBodyDeneb ¶
func CopyBlindedBeaconBlockBodyDeneb(body *BlindedBeaconBlockBodyDeneb) *BlindedBeaconBlockBodyDeneb
CopyBlindedBeaconBlockBodyDeneb copies the provided BlindedBeaconBlockBodyDeneb.
func (*BlindedBeaconBlockBodyDeneb) Descriptor
deprecated
func (*BlindedBeaconBlockBodyDeneb) Descriptor() ([]byte, []int)
Deprecated: Use BlindedBeaconBlockBodyDeneb.ProtoReflect.Descriptor instead.
func (*BlindedBeaconBlockBodyDeneb) GetAttestations ¶
func (x *BlindedBeaconBlockBodyDeneb) GetAttestations() []*Attestation
func (*BlindedBeaconBlockBodyDeneb) GetAttesterSlashings ¶
func (x *BlindedBeaconBlockBodyDeneb) GetAttesterSlashings() []*AttesterSlashing
func (*BlindedBeaconBlockBodyDeneb) GetBlobKzgCommitments ¶
func (x *BlindedBeaconBlockBodyDeneb) GetBlobKzgCommitments() [][]byte
func (*BlindedBeaconBlockBodyDeneb) GetBlsToExecutionChanges ¶
func (x *BlindedBeaconBlockBodyDeneb) GetBlsToExecutionChanges() []*SignedBLSToExecutionChange
func (*BlindedBeaconBlockBodyDeneb) GetDeposits ¶
func (x *BlindedBeaconBlockBodyDeneb) GetDeposits() []*Deposit
func (*BlindedBeaconBlockBodyDeneb) GetEth1Data ¶
func (x *BlindedBeaconBlockBodyDeneb) GetEth1Data() *Eth1Data
func (*BlindedBeaconBlockBodyDeneb) GetExecutionPayloadHeader ¶
func (x *BlindedBeaconBlockBodyDeneb) GetExecutionPayloadHeader() *v1.ExecutionPayloadHeaderDeneb
func (*BlindedBeaconBlockBodyDeneb) GetGraffiti ¶
func (x *BlindedBeaconBlockBodyDeneb) GetGraffiti() []byte
func (*BlindedBeaconBlockBodyDeneb) GetProposerSlashings ¶
func (x *BlindedBeaconBlockBodyDeneb) GetProposerSlashings() []*ProposerSlashing
func (*BlindedBeaconBlockBodyDeneb) GetRandaoReveal ¶
func (x *BlindedBeaconBlockBodyDeneb) GetRandaoReveal() []byte
func (*BlindedBeaconBlockBodyDeneb) GetSyncAggregate ¶
func (x *BlindedBeaconBlockBodyDeneb) GetSyncAggregate() *SyncAggregate
func (*BlindedBeaconBlockBodyDeneb) GetVoluntaryExits ¶
func (x *BlindedBeaconBlockBodyDeneb) GetVoluntaryExits() []*SignedVoluntaryExit
func (*BlindedBeaconBlockBodyDeneb) HashTreeRoot ¶
func (b *BlindedBeaconBlockBodyDeneb) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BlindedBeaconBlockBodyDeneb object
func (*BlindedBeaconBlockBodyDeneb) HashTreeRootWith ¶
func (b *BlindedBeaconBlockBodyDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BlindedBeaconBlockBodyDeneb object with a hasher
func (*BlindedBeaconBlockBodyDeneb) MarshalSSZ ¶
func (b *BlindedBeaconBlockBodyDeneb) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BlindedBeaconBlockBodyDeneb object
func (*BlindedBeaconBlockBodyDeneb) MarshalSSZTo ¶
func (b *BlindedBeaconBlockBodyDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BlindedBeaconBlockBodyDeneb object to a target array
func (*BlindedBeaconBlockBodyDeneb) ProtoMessage ¶
func (*BlindedBeaconBlockBodyDeneb) ProtoMessage()
func (*BlindedBeaconBlockBodyDeneb) ProtoReflect ¶
func (x *BlindedBeaconBlockBodyDeneb) ProtoReflect() protoreflect.Message
func (*BlindedBeaconBlockBodyDeneb) Reset ¶
func (x *BlindedBeaconBlockBodyDeneb) Reset()
func (*BlindedBeaconBlockBodyDeneb) SizeSSZ ¶
func (b *BlindedBeaconBlockBodyDeneb) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BlindedBeaconBlockBodyDeneb object
func (*BlindedBeaconBlockBodyDeneb) String ¶
func (x *BlindedBeaconBlockBodyDeneb) String() string
func (*BlindedBeaconBlockBodyDeneb) UnmarshalSSZ ¶
func (b *BlindedBeaconBlockBodyDeneb) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BlindedBeaconBlockBodyDeneb object
type BlindedBeaconBlockCapella ¶
type BlindedBeaconBlockCapella struct { Slot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 152-byte string literal not displayed */ ProposerIndex github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 201-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 CopyBlindedBeaconBlockCapella ¶
func CopyBlindedBeaconBlockCapella(block *BlindedBeaconBlockCapella) *BlindedBeaconBlockCapella
CopyBlindedBeaconBlockCapella copies the provided BlindedBeaconBlockCapella.
func (*BlindedBeaconBlockCapella) Descriptor
deprecated
func (*BlindedBeaconBlockCapella) Descriptor() ([]byte, []int)
Deprecated: Use BlindedBeaconBlockCapella.ProtoReflect.Descriptor instead.
func (*BlindedBeaconBlockCapella) GetBody ¶
func (x *BlindedBeaconBlockCapella) GetBody() *BlindedBeaconBlockBodyCapella
func (*BlindedBeaconBlockCapella) GetParentRoot ¶
func (x *BlindedBeaconBlockCapella) GetParentRoot() []byte
func (*BlindedBeaconBlockCapella) GetProposerIndex ¶
func (x *BlindedBeaconBlockCapella) GetProposerIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*BlindedBeaconBlockCapella) GetStateRoot ¶
func (x *BlindedBeaconBlockCapella) GetStateRoot() []byte
func (*BlindedBeaconBlockCapella) HashTreeRoot ¶
func (b *BlindedBeaconBlockCapella) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BlindedBeaconBlockCapella object
func (*BlindedBeaconBlockCapella) HashTreeRootWith ¶
func (b *BlindedBeaconBlockCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BlindedBeaconBlockCapella object with a hasher
func (*BlindedBeaconBlockCapella) MarshalSSZ ¶
func (b *BlindedBeaconBlockCapella) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BlindedBeaconBlockCapella object
func (*BlindedBeaconBlockCapella) MarshalSSZTo ¶
func (b *BlindedBeaconBlockCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BlindedBeaconBlockCapella object to a target array
func (*BlindedBeaconBlockCapella) ProtoMessage ¶
func (*BlindedBeaconBlockCapella) ProtoMessage()
func (*BlindedBeaconBlockCapella) ProtoReflect ¶
func (x *BlindedBeaconBlockCapella) ProtoReflect() protoreflect.Message
func (*BlindedBeaconBlockCapella) Reset ¶
func (x *BlindedBeaconBlockCapella) Reset()
func (*BlindedBeaconBlockCapella) SizeSSZ ¶
func (b *BlindedBeaconBlockCapella) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BlindedBeaconBlockCapella object
func (*BlindedBeaconBlockCapella) String ¶
func (x *BlindedBeaconBlockCapella) String() string
func (*BlindedBeaconBlockCapella) UnmarshalSSZ ¶
func (b *BlindedBeaconBlockCapella) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BlindedBeaconBlockCapella object
type BlindedBeaconBlockDeneb ¶
type BlindedBeaconBlockDeneb struct { Slot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 152-byte string literal not displayed */ ProposerIndex github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 201-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 *BlindedBeaconBlockBodyDeneb `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"` // contains filtered or unexported fields }
func CopyBlindedBeaconBlockDeneb ¶
func CopyBlindedBeaconBlockDeneb(block *BlindedBeaconBlockDeneb) *BlindedBeaconBlockDeneb
CopyBlindedBeaconBlockDeneb copies the provided BlindedBeaconBlockDeneb.
func (*BlindedBeaconBlockDeneb) Descriptor
deprecated
func (*BlindedBeaconBlockDeneb) Descriptor() ([]byte, []int)
Deprecated: Use BlindedBeaconBlockDeneb.ProtoReflect.Descriptor instead.
func (*BlindedBeaconBlockDeneb) GetBody ¶
func (x *BlindedBeaconBlockDeneb) GetBody() *BlindedBeaconBlockBodyDeneb
func (*BlindedBeaconBlockDeneb) GetParentRoot ¶
func (x *BlindedBeaconBlockDeneb) GetParentRoot() []byte
func (*BlindedBeaconBlockDeneb) GetProposerIndex ¶
func (x *BlindedBeaconBlockDeneb) GetProposerIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*BlindedBeaconBlockDeneb) GetSlot ¶
func (x *BlindedBeaconBlockDeneb) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*BlindedBeaconBlockDeneb) GetStateRoot ¶
func (x *BlindedBeaconBlockDeneb) GetStateRoot() []byte
func (*BlindedBeaconBlockDeneb) HashTreeRoot ¶
func (b *BlindedBeaconBlockDeneb) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BlindedBeaconBlockDeneb object
func (*BlindedBeaconBlockDeneb) HashTreeRootWith ¶
func (b *BlindedBeaconBlockDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BlindedBeaconBlockDeneb object with a hasher
func (*BlindedBeaconBlockDeneb) MarshalSSZ ¶
func (b *BlindedBeaconBlockDeneb) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BlindedBeaconBlockDeneb object
func (*BlindedBeaconBlockDeneb) MarshalSSZTo ¶
func (b *BlindedBeaconBlockDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BlindedBeaconBlockDeneb object to a target array
func (*BlindedBeaconBlockDeneb) ProtoMessage ¶
func (*BlindedBeaconBlockDeneb) ProtoMessage()
func (*BlindedBeaconBlockDeneb) ProtoReflect ¶
func (x *BlindedBeaconBlockDeneb) ProtoReflect() protoreflect.Message
func (*BlindedBeaconBlockDeneb) Reset ¶
func (x *BlindedBeaconBlockDeneb) Reset()
func (*BlindedBeaconBlockDeneb) SizeSSZ ¶
func (b *BlindedBeaconBlockDeneb) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BlindedBeaconBlockDeneb object
func (*BlindedBeaconBlockDeneb) String ¶
func (x *BlindedBeaconBlockDeneb) String() string
func (*BlindedBeaconBlockDeneb) UnmarshalSSZ ¶
func (b *BlindedBeaconBlockDeneb) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BlindedBeaconBlockDeneb object
type BlindedBlobSidecar ¶
type BlindedBlobSidecar struct { BlockRoot []byte `protobuf:"bytes,1,opt,name=block_root,json=blockRoot,proto3" json:"block_root,omitempty" ssz-size:"32"` Index uint64 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"` Slot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 152-byte string literal not displayed */ BlockParentRoot []byte `protobuf:"bytes,4,opt,name=block_parent_root,json=blockParentRoot,proto3" json:"block_parent_root,omitempty" ssz-size:"32"` ProposerIndex github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 201-byte string literal not displayed */ BlobRoot []byte `protobuf:"bytes,6,opt,name=blob_root,json=blobRoot,proto3" json:"blob_root,omitempty" ssz-size:"32"` KzgCommitment []byte `protobuf:"bytes,7,opt,name=kzg_commitment,json=kzgCommitment,proto3" json:"kzg_commitment,omitempty" ssz-size:"48"` KzgProof []byte `protobuf:"bytes,8,opt,name=kzg_proof,json=kzgProof,proto3" json:"kzg_proof,omitempty" ssz-size:"48"` // contains filtered or unexported fields }
func (*BlindedBlobSidecar) Descriptor
deprecated
func (*BlindedBlobSidecar) Descriptor() ([]byte, []int)
Deprecated: Use BlindedBlobSidecar.ProtoReflect.Descriptor instead.
func (*BlindedBlobSidecar) GetBlobRoot ¶
func (x *BlindedBlobSidecar) GetBlobRoot() []byte
func (*BlindedBlobSidecar) GetBlockParentRoot ¶
func (x *BlindedBlobSidecar) GetBlockParentRoot() []byte
func (*BlindedBlobSidecar) GetBlockRoot ¶
func (x *BlindedBlobSidecar) GetBlockRoot() []byte
func (*BlindedBlobSidecar) GetIndex ¶
func (x *BlindedBlobSidecar) GetIndex() uint64
func (*BlindedBlobSidecar) GetKzgCommitment ¶
func (x *BlindedBlobSidecar) GetKzgCommitment() []byte
func (*BlindedBlobSidecar) GetKzgProof ¶
func (x *BlindedBlobSidecar) GetKzgProof() []byte
func (*BlindedBlobSidecar) GetProposerIndex ¶
func (x *BlindedBlobSidecar) GetProposerIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*BlindedBlobSidecar) GetSlot ¶
func (x *BlindedBlobSidecar) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*BlindedBlobSidecar) HashTreeRoot ¶
func (b *BlindedBlobSidecar) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BlindedBlobSidecar object
func (*BlindedBlobSidecar) HashTreeRootWith ¶
func (b *BlindedBlobSidecar) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BlindedBlobSidecar object with a hasher
func (*BlindedBlobSidecar) MarshalSSZ ¶
func (b *BlindedBlobSidecar) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BlindedBlobSidecar object
func (*BlindedBlobSidecar) MarshalSSZTo ¶
func (b *BlindedBlobSidecar) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BlindedBlobSidecar object to a target array
func (*BlindedBlobSidecar) ProtoMessage ¶
func (*BlindedBlobSidecar) ProtoMessage()
func (*BlindedBlobSidecar) ProtoReflect ¶
func (x *BlindedBlobSidecar) ProtoReflect() protoreflect.Message
func (*BlindedBlobSidecar) Reset ¶
func (x *BlindedBlobSidecar) Reset()
func (*BlindedBlobSidecar) SizeSSZ ¶
func (b *BlindedBlobSidecar) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BlindedBlobSidecar object
func (*BlindedBlobSidecar) String ¶
func (x *BlindedBlobSidecar) String() string
func (*BlindedBlobSidecar) UnmarshalSSZ ¶
func (b *BlindedBlobSidecar) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BlindedBlobSidecar object
type BlindedBlobSidecars ¶
type BlindedBlobSidecars struct { Sidecars []*BlindedBlobSidecar `protobuf:"bytes,1,rep,name=sidecars,proto3" json:"sidecars,omitempty" ssz-max:"6"` // contains filtered or unexported fields }
func (*BlindedBlobSidecars) Descriptor
deprecated
func (*BlindedBlobSidecars) Descriptor() ([]byte, []int)
Deprecated: Use BlindedBlobSidecars.ProtoReflect.Descriptor instead.
func (*BlindedBlobSidecars) GetSidecars ¶
func (x *BlindedBlobSidecars) GetSidecars() []*BlindedBlobSidecar
func (*BlindedBlobSidecars) ProtoMessage ¶
func (*BlindedBlobSidecars) ProtoMessage()
func (*BlindedBlobSidecars) ProtoReflect ¶
func (x *BlindedBlobSidecars) ProtoReflect() protoreflect.Message
func (*BlindedBlobSidecars) Reset ¶
func (x *BlindedBlobSidecars) Reset()
func (*BlindedBlobSidecars) String ¶
func (x *BlindedBlobSidecars) String() string
type BlobIdentifier ¶
type BlobIdentifier struct { BlockRoot []byte `protobuf:"bytes,1,opt,name=block_root,json=blockRoot,proto3" json:"block_root,omitempty" ssz-size:"32"` Index uint64 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"` // contains filtered or unexported fields }
func (*BlobIdentifier) Descriptor
deprecated
func (*BlobIdentifier) Descriptor() ([]byte, []int)
Deprecated: Use BlobIdentifier.ProtoReflect.Descriptor instead.
func (*BlobIdentifier) GetBlockRoot ¶
func (x *BlobIdentifier) GetBlockRoot() []byte
func (*BlobIdentifier) GetIndex ¶
func (x *BlobIdentifier) GetIndex() uint64
func (*BlobIdentifier) HashTreeRoot ¶
func (b *BlobIdentifier) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BlobIdentifier object
func (*BlobIdentifier) HashTreeRootWith ¶
func (b *BlobIdentifier) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BlobIdentifier object with a hasher
func (*BlobIdentifier) MarshalSSZ ¶
func (b *BlobIdentifier) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BlobIdentifier object
func (*BlobIdentifier) MarshalSSZTo ¶
func (b *BlobIdentifier) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BlobIdentifier object to a target array
func (*BlobIdentifier) ProtoMessage ¶
func (*BlobIdentifier) ProtoMessage()
func (*BlobIdentifier) ProtoReflect ¶
func (x *BlobIdentifier) ProtoReflect() protoreflect.Message
func (*BlobIdentifier) Reset ¶
func (x *BlobIdentifier) Reset()
func (*BlobIdentifier) SizeSSZ ¶
func (b *BlobIdentifier) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BlobIdentifier object
func (*BlobIdentifier) String ¶
func (x *BlobIdentifier) String() string
func (*BlobIdentifier) UnmarshalSSZ ¶
func (b *BlobIdentifier) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BlobIdentifier object
type BlobSidecar ¶
type BlobSidecar struct { BlockRoot []byte `protobuf:"bytes,1,opt,name=block_root,json=blockRoot,proto3" json:"block_root,omitempty" ssz-size:"32"` Index uint64 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"` Slot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 152-byte string literal not displayed */ BlockParentRoot []byte `protobuf:"bytes,4,opt,name=block_parent_root,json=blockParentRoot,proto3" json:"block_parent_root,omitempty" ssz-size:"32"` ProposerIndex github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 201-byte string literal not displayed */ Blob []byte `protobuf:"bytes,6,opt,name=blob,proto3" json:"blob,omitempty" ssz-size:"131072"` KzgCommitment []byte `protobuf:"bytes,7,opt,name=kzg_commitment,json=kzgCommitment,proto3" json:"kzg_commitment,omitempty" ssz-size:"48"` KzgProof []byte `protobuf:"bytes,8,opt,name=kzg_proof,json=kzgProof,proto3" json:"kzg_proof,omitempty" ssz-size:"48"` // contains filtered or unexported fields }
func (*BlobSidecar) Descriptor
deprecated
func (*BlobSidecar) Descriptor() ([]byte, []int)
Deprecated: Use BlobSidecar.ProtoReflect.Descriptor instead.
func (*BlobSidecar) GetBlob ¶
func (x *BlobSidecar) GetBlob() []byte
func (*BlobSidecar) GetBlockParentRoot ¶
func (x *BlobSidecar) GetBlockParentRoot() []byte
func (*BlobSidecar) GetBlockRoot ¶
func (x *BlobSidecar) GetBlockRoot() []byte
func (*BlobSidecar) GetIndex ¶
func (x *BlobSidecar) GetIndex() uint64
func (*BlobSidecar) GetKzgCommitment ¶
func (x *BlobSidecar) GetKzgCommitment() []byte
func (*BlobSidecar) GetKzgProof ¶
func (x *BlobSidecar) GetKzgProof() []byte
func (*BlobSidecar) GetProposerIndex ¶
func (x *BlobSidecar) GetProposerIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*BlobSidecar) GetSlot ¶
func (x *BlobSidecar) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*BlobSidecar) HashTreeRoot ¶
func (b *BlobSidecar) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BlobSidecar object
func (*BlobSidecar) HashTreeRootWith ¶
func (b *BlobSidecar) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BlobSidecar object with a hasher
func (*BlobSidecar) MarshalSSZ ¶
func (b *BlobSidecar) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BlobSidecar object
func (*BlobSidecar) MarshalSSZTo ¶
func (b *BlobSidecar) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BlobSidecar object to a target array
func (*BlobSidecar) ProtoMessage ¶
func (*BlobSidecar) ProtoMessage()
func (*BlobSidecar) ProtoReflect ¶
func (x *BlobSidecar) ProtoReflect() protoreflect.Message
func (*BlobSidecar) Reset ¶
func (x *BlobSidecar) Reset()
func (*BlobSidecar) SizeSSZ ¶
func (b *BlobSidecar) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BlobSidecar object
func (*BlobSidecar) String ¶
func (x *BlobSidecar) String() string
func (*BlobSidecar) UnmarshalSSZ ¶
func (b *BlobSidecar) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BlobSidecar object
type BlobSidecars ¶
type BlobSidecars struct { Sidecars []*BlobSidecar `protobuf:"bytes,1,rep,name=sidecars,proto3" json:"sidecars,omitempty"` // contains filtered or unexported fields }
func (*BlobSidecars) Descriptor
deprecated
func (*BlobSidecars) Descriptor() ([]byte, []int)
Deprecated: Use BlobSidecars.ProtoReflect.Descriptor instead.
func (*BlobSidecars) GetSidecars ¶
func (x *BlobSidecars) GetSidecars() []*BlobSidecar
func (*BlobSidecars) ProtoMessage ¶
func (*BlobSidecars) ProtoMessage()
func (*BlobSidecars) ProtoReflect ¶
func (x *BlobSidecars) ProtoReflect() protoreflect.Message
func (*BlobSidecars) Reset ¶
func (x *BlobSidecars) Reset()
func (*BlobSidecars) String ¶
func (x *BlobSidecars) String() string
type BlobSidecarsByRangeRequest ¶
type BlobSidecarsByRangeRequest struct { StartSlot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 179-byte string literal not displayed */ Count uint64 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*BlobSidecarsByRangeRequest) Descriptor
deprecated
func (*BlobSidecarsByRangeRequest) Descriptor() ([]byte, []int)
Deprecated: Use BlobSidecarsByRangeRequest.ProtoReflect.Descriptor instead.
func (*BlobSidecarsByRangeRequest) GetCount ¶
func (x *BlobSidecarsByRangeRequest) GetCount() uint64
func (*BlobSidecarsByRangeRequest) GetStartSlot ¶
func (x *BlobSidecarsByRangeRequest) GetStartSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*BlobSidecarsByRangeRequest) HashTreeRoot ¶
func (b *BlobSidecarsByRangeRequest) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BlobSidecarsByRangeRequest object
func (*BlobSidecarsByRangeRequest) HashTreeRootWith ¶
func (b *BlobSidecarsByRangeRequest) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BlobSidecarsByRangeRequest object with a hasher
func (*BlobSidecarsByRangeRequest) MarshalSSZ ¶
func (b *BlobSidecarsByRangeRequest) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BlobSidecarsByRangeRequest object
func (*BlobSidecarsByRangeRequest) MarshalSSZTo ¶
func (b *BlobSidecarsByRangeRequest) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BlobSidecarsByRangeRequest object to a target array
func (*BlobSidecarsByRangeRequest) ProtoMessage ¶
func (*BlobSidecarsByRangeRequest) ProtoMessage()
func (*BlobSidecarsByRangeRequest) ProtoReflect ¶
func (x *BlobSidecarsByRangeRequest) ProtoReflect() protoreflect.Message
func (*BlobSidecarsByRangeRequest) Reset ¶
func (x *BlobSidecarsByRangeRequest) Reset()
func (*BlobSidecarsByRangeRequest) SizeSSZ ¶
func (b *BlobSidecarsByRangeRequest) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BlobSidecarsByRangeRequest object
func (*BlobSidecarsByRangeRequest) String ¶
func (x *BlobSidecarsByRangeRequest) String() string
func (*BlobSidecarsByRangeRequest) UnmarshalSSZ ¶
func (b *BlobSidecarsByRangeRequest) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BlobSidecarsByRangeRequest object
type BlockRequest ¶
type BlockRequest struct { Slot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 152-byte string literal not displayed */ RandaoReveal []byte `protobuf:"bytes,2,opt,name=randao_reveal,json=randaoReveal,proto3" json:"randao_reveal,omitempty" ssz-size:"48"` Graffiti []byte `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty" ssz-size:"32"` SkipMevBoost bool `protobuf:"varint,4,opt,name=skip_mev_boost,json=skipMevBoost,proto3" json:"skip_mev_boost,omitempty"` // contains filtered or unexported fields }
func (*BlockRequest) Descriptor
deprecated
func (*BlockRequest) Descriptor() ([]byte, []int)
Deprecated: Use BlockRequest.ProtoReflect.Descriptor instead.
func (*BlockRequest) GetGraffiti ¶
func (x *BlockRequest) GetGraffiti() []byte
func (*BlockRequest) GetRandaoReveal ¶
func (x *BlockRequest) GetRandaoReveal() []byte
func (*BlockRequest) GetSkipMevBoost ¶
func (x *BlockRequest) GetSkipMevBoost() bool
func (*BlockRequest) GetSlot ¶
func (x *BlockRequest) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*BlockRequest) ProtoMessage ¶
func (*BlockRequest) ProtoMessage()
func (*BlockRequest) ProtoReflect ¶
func (x *BlockRequest) ProtoReflect() protoreflect.Message
func (*BlockRequest) Reset ¶
func (x *BlockRequest) Reset()
func (*BlockRequest) String ¶
func (x *BlockRequest) String() string
type BlockRequestByRoot ¶
type BlockRequestByRoot struct { BlockRoot []byte `protobuf:"bytes,1,opt,name=block_root,json=blockRoot,proto3" json:"block_root,omitempty"` // contains filtered or unexported fields }
func (*BlockRequestByRoot) Descriptor
deprecated
func (*BlockRequestByRoot) Descriptor() ([]byte, []int)
Deprecated: Use BlockRequestByRoot.ProtoReflect.Descriptor instead.
func (*BlockRequestByRoot) GetBlockRoot ¶
func (x *BlockRequestByRoot) GetBlockRoot() []byte
func (*BlockRequestByRoot) ProtoMessage ¶
func (*BlockRequestByRoot) ProtoMessage()
func (*BlockRequestByRoot) ProtoReflect ¶
func (x *BlockRequestByRoot) ProtoReflect() protoreflect.Message
func (*BlockRequestByRoot) Reset ¶
func (x *BlockRequestByRoot) Reset()
func (*BlockRequestByRoot) String ¶
func (x *BlockRequestByRoot) String() string
type BuilderBid ¶
type BuilderBid struct { Header *v1.ExecutionPayloadHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty" ssz-size:"32"` Pubkey []byte `protobuf:"bytes,3,opt,name=pubkey,proto3" json:"pubkey,omitempty" ssz-size:"48"` // contains filtered or unexported fields }
func (*BuilderBid) Descriptor
deprecated
func (*BuilderBid) Descriptor() ([]byte, []int)
Deprecated: Use BuilderBid.ProtoReflect.Descriptor instead.
func (*BuilderBid) GetHeader ¶
func (x *BuilderBid) GetHeader() *v1.ExecutionPayloadHeader
func (*BuilderBid) GetPubkey ¶
func (x *BuilderBid) GetPubkey() []byte
func (*BuilderBid) GetValue ¶
func (x *BuilderBid) GetValue() []byte
func (*BuilderBid) HashTreeRoot ¶
func (b *BuilderBid) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BuilderBid object
func (*BuilderBid) HashTreeRootWith ¶
func (b *BuilderBid) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BuilderBid object with a hasher
func (*BuilderBid) MarshalSSZ ¶
func (b *BuilderBid) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BuilderBid object
func (*BuilderBid) MarshalSSZTo ¶
func (b *BuilderBid) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BuilderBid object to a target array
func (*BuilderBid) ProtoMessage ¶
func (*BuilderBid) ProtoMessage()
func (*BuilderBid) ProtoReflect ¶
func (x *BuilderBid) ProtoReflect() protoreflect.Message
func (*BuilderBid) Reset ¶
func (x *BuilderBid) Reset()
func (*BuilderBid) SizeSSZ ¶
func (b *BuilderBid) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BuilderBid object
func (*BuilderBid) String ¶
func (x *BuilderBid) String() string
func (*BuilderBid) UnmarshalSSZ ¶
func (b *BuilderBid) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BuilderBid object
type BuilderBidCapella ¶
type BuilderBidCapella struct { Header *v1.ExecutionPayloadHeaderCapella `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty" ssz-size:"32"` Pubkey []byte `protobuf:"bytes,3,opt,name=pubkey,proto3" json:"pubkey,omitempty" ssz-size:"48"` // contains filtered or unexported fields }
func (*BuilderBidCapella) Descriptor
deprecated
func (*BuilderBidCapella) Descriptor() ([]byte, []int)
Deprecated: Use BuilderBidCapella.ProtoReflect.Descriptor instead.
func (*BuilderBidCapella) GetHeader ¶
func (x *BuilderBidCapella) GetHeader() *v1.ExecutionPayloadHeaderCapella
func (*BuilderBidCapella) GetPubkey ¶
func (x *BuilderBidCapella) GetPubkey() []byte
func (*BuilderBidCapella) GetValue ¶
func (x *BuilderBidCapella) GetValue() []byte
func (*BuilderBidCapella) HashTreeRoot ¶
func (b *BuilderBidCapella) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BuilderBidCapella object
func (*BuilderBidCapella) HashTreeRootWith ¶
func (b *BuilderBidCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BuilderBidCapella object with a hasher
func (*BuilderBidCapella) MarshalSSZ ¶
func (b *BuilderBidCapella) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BuilderBidCapella object
func (*BuilderBidCapella) MarshalSSZTo ¶
func (b *BuilderBidCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BuilderBidCapella object to a target array
func (*BuilderBidCapella) ProtoMessage ¶
func (*BuilderBidCapella) ProtoMessage()
func (*BuilderBidCapella) ProtoReflect ¶
func (x *BuilderBidCapella) ProtoReflect() protoreflect.Message
func (*BuilderBidCapella) Reset ¶
func (x *BuilderBidCapella) Reset()
func (*BuilderBidCapella) SizeSSZ ¶
func (b *BuilderBidCapella) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BuilderBidCapella object
func (*BuilderBidCapella) String ¶
func (x *BuilderBidCapella) String() string
func (*BuilderBidCapella) UnmarshalSSZ ¶
func (b *BuilderBidCapella) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BuilderBidCapella object
type BuilderBidDeneb ¶
type BuilderBidDeneb struct { Header *v1.ExecutionPayloadHeaderDeneb `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` BlindedBlobsBundle *v1.BlindedBlobsBundle `protobuf:"bytes,2,opt,name=blinded_blobs_bundle,json=blindedBlobsBundle,proto3" json:"blinded_blobs_bundle,omitempty"` Value []byte `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty" ssz-size:"32"` Pubkey []byte `protobuf:"bytes,4,opt,name=pubkey,proto3" json:"pubkey,omitempty" ssz-size:"48"` // contains filtered or unexported fields }
func (*BuilderBidDeneb) Descriptor
deprecated
func (*BuilderBidDeneb) Descriptor() ([]byte, []int)
Deprecated: Use BuilderBidDeneb.ProtoReflect.Descriptor instead.
func (*BuilderBidDeneb) GetBlindedBlobsBundle ¶
func (x *BuilderBidDeneb) GetBlindedBlobsBundle() *v1.BlindedBlobsBundle
func (*BuilderBidDeneb) GetHeader ¶
func (x *BuilderBidDeneb) GetHeader() *v1.ExecutionPayloadHeaderDeneb
func (*BuilderBidDeneb) GetPubkey ¶
func (x *BuilderBidDeneb) GetPubkey() []byte
func (*BuilderBidDeneb) GetValue ¶
func (x *BuilderBidDeneb) GetValue() []byte
func (*BuilderBidDeneb) HashTreeRoot ¶
func (b *BuilderBidDeneb) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BuilderBidDeneb object
func (*BuilderBidDeneb) HashTreeRootWith ¶
func (b *BuilderBidDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BuilderBidDeneb object with a hasher
func (*BuilderBidDeneb) MarshalSSZ ¶
func (b *BuilderBidDeneb) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BuilderBidDeneb object
func (*BuilderBidDeneb) MarshalSSZTo ¶
func (b *BuilderBidDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BuilderBidDeneb object to a target array
func (*BuilderBidDeneb) ProtoMessage ¶
func (*BuilderBidDeneb) ProtoMessage()
func (*BuilderBidDeneb) ProtoReflect ¶
func (x *BuilderBidDeneb) ProtoReflect() protoreflect.Message
func (*BuilderBidDeneb) Reset ¶
func (x *BuilderBidDeneb) Reset()
func (*BuilderBidDeneb) SizeSSZ ¶
func (b *BuilderBidDeneb) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BuilderBidDeneb object
func (*BuilderBidDeneb) String ¶
func (x *BuilderBidDeneb) String() string
func (*BuilderBidDeneb) UnmarshalSSZ ¶
func (b *BuilderBidDeneb) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BuilderBidDeneb object
type ChainHead ¶
type ChainHead struct { HeadSlot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 176-byte string literal not displayed */ HeadEpoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 180-byte string literal not displayed */ HeadBlockRoot []byte `protobuf:"bytes,3,opt,name=head_block_root,json=headBlockRoot,proto3" json:"head_block_root,omitempty" ssz-size:"32"` FinalizedSlot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 191-byte string literal not displayed */ FinalizedEpoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 195-byte string literal not displayed */ FinalizedBlockRoot []byte `` /* 131-byte string literal not displayed */ JustifiedSlot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 191-byte string literal not displayed */ JustifiedEpoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 195-byte string literal not displayed */ JustifiedBlockRoot []byte `` /* 131-byte string literal not displayed */ PreviousJustifiedSlot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 218-byte string literal not displayed */ PreviousJustifiedEpoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 222-byte string literal not displayed */ PreviousJustifiedBlockRoot []byte `` /* 158-byte string literal not displayed */ OptimisticStatus bool `protobuf:"varint,13,opt,name=optimistic_status,json=optimisticStatus,proto3" json:"optimistic_status,omitempty"` // contains filtered or unexported fields }
func (*ChainHead) Descriptor
deprecated
func (*ChainHead) GetFinalizedBlockRoot ¶
func (*ChainHead) GetFinalizedEpoch ¶
func (x *ChainHead) GetFinalizedEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
func (*ChainHead) GetFinalizedSlot ¶
func (x *ChainHead) GetFinalizedSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*ChainHead) GetHeadBlockRoot ¶
func (*ChainHead) GetHeadEpoch ¶
func (x *ChainHead) GetHeadEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
func (*ChainHead) GetHeadSlot ¶
func (x *ChainHead) GetHeadSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*ChainHead) GetJustifiedBlockRoot ¶
func (*ChainHead) GetJustifiedEpoch ¶
func (x *ChainHead) GetJustifiedEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
func (*ChainHead) GetJustifiedSlot ¶
func (x *ChainHead) GetJustifiedSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*ChainHead) GetOptimisticStatus ¶
func (*ChainHead) GetPreviousJustifiedBlockRoot ¶
func (*ChainHead) GetPreviousJustifiedEpoch ¶
func (x *ChainHead) GetPreviousJustifiedEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
func (*ChainHead) GetPreviousJustifiedSlot ¶
func (x *ChainHead) GetPreviousJustifiedSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*ChainHead) ProtoMessage ¶
func (*ChainHead) ProtoMessage()
func (*ChainHead) ProtoReflect ¶
func (x *ChainHead) ProtoReflect() protoreflect.Message
type ChainStartData ¶
type ChainStartData struct { Chainstarted bool `protobuf:"varint,1,opt,name=chainstarted,proto3" json:"chainstarted,omitempty"` GenesisTime uint64 `protobuf:"varint,2,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"` GenesisBlock uint64 `protobuf:"varint,3,opt,name=genesis_block,json=genesisBlock,proto3" json:"genesis_block,omitempty"` Eth1Data *Eth1Data `protobuf:"bytes,4,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"` ChainstartDeposits []*Deposit `protobuf:"bytes,5,rep,name=chainstart_deposits,json=chainstartDeposits,proto3" json:"chainstart_deposits,omitempty"` // contains filtered or unexported fields }
func (*ChainStartData) Descriptor
deprecated
func (*ChainStartData) Descriptor() ([]byte, []int)
Deprecated: Use ChainStartData.ProtoReflect.Descriptor instead.
func (*ChainStartData) GetChainstartDeposits ¶
func (x *ChainStartData) GetChainstartDeposits() []*Deposit
func (*ChainStartData) GetChainstarted ¶
func (x *ChainStartData) GetChainstarted() bool
func (*ChainStartData) GetEth1Data ¶
func (x *ChainStartData) GetEth1Data() *Eth1Data
func (*ChainStartData) GetGenesisBlock ¶
func (x *ChainStartData) GetGenesisBlock() uint64
func (*ChainStartData) GetGenesisTime ¶
func (x *ChainStartData) GetGenesisTime() uint64
func (*ChainStartData) ProtoMessage ¶
func (*ChainStartData) ProtoMessage()
func (*ChainStartData) ProtoReflect ¶
func (x *ChainStartData) ProtoReflect() protoreflect.Message
func (*ChainStartData) Reset ¶
func (x *ChainStartData) Reset()
func (*ChainStartData) String ¶
func (x *ChainStartData) String() string
type ChainStartResponse ¶
type ChainStartResponse struct { Started bool `protobuf:"varint,1,opt,name=started,proto3" json:"started,omitempty"` GenesisTime uint64 `protobuf:"varint,2,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"` GenesisValidatorsRoot []byte `` /* 140-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ChainStartResponse) Descriptor
deprecated
func (*ChainStartResponse) Descriptor() ([]byte, []int)
Deprecated: Use ChainStartResponse.ProtoReflect.Descriptor instead.
func (*ChainStartResponse) GetGenesisTime ¶
func (x *ChainStartResponse) GetGenesisTime() uint64
func (*ChainStartResponse) GetGenesisValidatorsRoot ¶
func (x *ChainStartResponse) GetGenesisValidatorsRoot() []byte
func (*ChainStartResponse) GetStarted ¶
func (x *ChainStartResponse) GetStarted() bool
func (*ChainStartResponse) ProtoMessage ¶
func (*ChainStartResponse) ProtoMessage()
func (*ChainStartResponse) ProtoReflect ¶
func (x *ChainStartResponse) ProtoReflect() protoreflect.Message
func (*ChainStartResponse) Reset ¶
func (x *ChainStartResponse) Reset()
func (*ChainStartResponse) String ¶
func (x *ChainStartResponse) String() string
type CheckPtInfo ¶
type CheckPtInfo struct { Seed []byte `protobuf:"bytes,1,opt,name=seed,proto3" json:"seed,omitempty"` GenesisRoot []byte `protobuf:"bytes,2,opt,name=genesis_root,json=genesisRoot,proto3" json:"genesis_root,omitempty"` ActiveIndices []uint64 `protobuf:"varint,3,rep,packed,name=active_indices,json=activeIndices,proto3" json:"active_indices,omitempty"` PubKeys [][]byte `protobuf:"bytes,4,rep,name=pub_keys,json=pubKeys,proto3" json:"pub_keys,omitempty"` Fork *Fork `protobuf:"bytes,5,opt,name=fork,proto3" json:"fork,omitempty"` // contains filtered or unexported fields }
func (*CheckPtInfo) Descriptor
deprecated
func (*CheckPtInfo) Descriptor() ([]byte, []int)
Deprecated: Use CheckPtInfo.ProtoReflect.Descriptor instead.
func (*CheckPtInfo) GetActiveIndices ¶
func (x *CheckPtInfo) GetActiveIndices() []uint64
func (*CheckPtInfo) GetFork ¶
func (x *CheckPtInfo) GetFork() *Fork
func (*CheckPtInfo) GetGenesisRoot ¶
func (x *CheckPtInfo) GetGenesisRoot() []byte
func (*CheckPtInfo) GetPubKeys ¶
func (x *CheckPtInfo) GetPubKeys() [][]byte
func (*CheckPtInfo) GetSeed ¶
func (x *CheckPtInfo) GetSeed() []byte
func (*CheckPtInfo) ProtoMessage ¶
func (*CheckPtInfo) ProtoMessage()
func (*CheckPtInfo) ProtoReflect ¶
func (x *CheckPtInfo) ProtoReflect() protoreflect.Message
func (*CheckPtInfo) Reset ¶
func (x *CheckPtInfo) Reset()
func (*CheckPtInfo) String ¶
func (x *CheckPtInfo) String() string
type Checkpoint ¶
type Checkpoint struct { Epoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 155-byte string literal not displayed */ Root []byte `protobuf:"bytes,2,opt,name=root,proto3" json:"root,omitempty" ssz-size:"32"` // contains filtered or unexported fields }
func CopyCheckpoint ¶
func CopyCheckpoint(cp *Checkpoint) *Checkpoint
CopyCheckpoint copies the provided checkpoint.
func (*Checkpoint) Descriptor
deprecated
func (*Checkpoint) Descriptor() ([]byte, []int)
Deprecated: Use Checkpoint.ProtoReflect.Descriptor instead.
func (*Checkpoint) GetEpoch ¶
func (x *Checkpoint) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
func (*Checkpoint) GetRoot ¶
func (x *Checkpoint) GetRoot() []byte
func (*Checkpoint) HashTreeRoot ¶
func (c *Checkpoint) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the Checkpoint object
func (*Checkpoint) HashTreeRootWith ¶
func (c *Checkpoint) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the Checkpoint object with a hasher
func (*Checkpoint) MarshalSSZ ¶
func (c *Checkpoint) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the Checkpoint object
func (*Checkpoint) MarshalSSZTo ¶
func (c *Checkpoint) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the Checkpoint object to a target array
func (*Checkpoint) ProtoMessage ¶
func (*Checkpoint) ProtoMessage()
func (*Checkpoint) ProtoReflect ¶
func (x *Checkpoint) ProtoReflect() protoreflect.Message
func (*Checkpoint) Reset ¶
func (x *Checkpoint) Reset()
func (*Checkpoint) SizeSSZ ¶
func (c *Checkpoint) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the Checkpoint object
func (*Checkpoint) String ¶
func (x *Checkpoint) String() string
func (*Checkpoint) UnmarshalSSZ ¶
func (c *Checkpoint) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the Checkpoint object
type CommitteeSubnetsSubscribeRequest ¶
type CommitteeSubnetsSubscribeRequest struct { Slots []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 161-byte string literal not displayed */ CommitteeIds []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.CommitteeIndex `` /* 205-byte string literal not displayed */ IsAggregator []bool `protobuf:"varint,3,rep,packed,name=is_aggregator,json=isAggregator,proto3" json:"is_aggregator,omitempty"` // contains filtered or unexported fields }
func (*CommitteeSubnetsSubscribeRequest) Descriptor
deprecated
func (*CommitteeSubnetsSubscribeRequest) Descriptor() ([]byte, []int)
Deprecated: Use CommitteeSubnetsSubscribeRequest.ProtoReflect.Descriptor instead.
func (*CommitteeSubnetsSubscribeRequest) GetCommitteeIds ¶
func (x *CommitteeSubnetsSubscribeRequest) GetCommitteeIds() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.CommitteeIndex
func (*CommitteeSubnetsSubscribeRequest) GetIsAggregator ¶
func (x *CommitteeSubnetsSubscribeRequest) GetIsAggregator() []bool
func (*CommitteeSubnetsSubscribeRequest) GetSlots ¶
func (x *CommitteeSubnetsSubscribeRequest) GetSlots() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*CommitteeSubnetsSubscribeRequest) ProtoMessage ¶
func (*CommitteeSubnetsSubscribeRequest) ProtoMessage()
func (*CommitteeSubnetsSubscribeRequest) ProtoReflect ¶
func (x *CommitteeSubnetsSubscribeRequest) ProtoReflect() protoreflect.Message
func (*CommitteeSubnetsSubscribeRequest) Reset ¶
func (x *CommitteeSubnetsSubscribeRequest) Reset()
func (*CommitteeSubnetsSubscribeRequest) String ¶
func (x *CommitteeSubnetsSubscribeRequest) String() string
type ConnectionState ¶
type ConnectionState int32
const ( ConnectionState_DISCONNECTED ConnectionState = 0 ConnectionState_DISCONNECTING ConnectionState = 1 ConnectionState_CONNECTED ConnectionState = 2 ConnectionState_CONNECTING ConnectionState = 3 )
func (ConnectionState) Descriptor ¶
func (ConnectionState) Descriptor() protoreflect.EnumDescriptor
func (ConnectionState) Enum ¶
func (x ConnectionState) Enum() *ConnectionState
func (ConnectionState) EnumDescriptor
deprecated
func (ConnectionState) EnumDescriptor() ([]byte, []int)
Deprecated: Use ConnectionState.Descriptor instead.
func (ConnectionState) Number ¶
func (x ConnectionState) Number() protoreflect.EnumNumber
func (ConnectionState) String ¶
func (x ConnectionState) String() string
func (ConnectionState) Type ¶
func (ConnectionState) Type() protoreflect.EnumType
type ContributionAndProof ¶
type ContributionAndProof struct { AggregatorIndex github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 207-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_v4_consensus_types_primitives.ValidatorIndex
func (*ContributionAndProof) GetContribution ¶
func (x *ContributionAndProof) GetContribution() *SyncCommitteeContribution
func (*ContributionAndProof) GetSelectionProof ¶
func (x *ContributionAndProof) GetSelectionProof() []byte
func (*ContributionAndProof) HashTreeRoot ¶
func (c *ContributionAndProof) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the ContributionAndProof object
func (*ContributionAndProof) HashTreeRootWith ¶
func (c *ContributionAndProof) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the ContributionAndProof object with a hasher
func (*ContributionAndProof) MarshalSSZ ¶
func (c *ContributionAndProof) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the ContributionAndProof object
func (*ContributionAndProof) MarshalSSZTo ¶
func (c *ContributionAndProof) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the ContributionAndProof object to a target array
func (*ContributionAndProof) ProtoMessage ¶
func (*ContributionAndProof) ProtoMessage()
func (*ContributionAndProof) ProtoReflect ¶
func (x *ContributionAndProof) ProtoReflect() protoreflect.Message
func (*ContributionAndProof) Reset ¶
func (x *ContributionAndProof) Reset()
func (*ContributionAndProof) SizeSSZ ¶
func (c *ContributionAndProof) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the ContributionAndProof object
func (*ContributionAndProof) String ¶
func (x *ContributionAndProof) String() string
func (*ContributionAndProof) UnmarshalSSZ ¶
func (c *ContributionAndProof) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the ContributionAndProof object
type DebugClient ¶
type DebugClient interface { GetBeaconState(ctx context.Context, in *BeaconStateRequest, opts ...grpc.CallOption) (*SSZResponse, error) GetBlock(ctx context.Context, in *BlockRequestByRoot, opts ...grpc.CallOption) (*SSZResponse, error) SetLoggingLevel(ctx context.Context, in *LoggingLevelRequest, opts ...grpc.CallOption) (*empty.Empty, error) ListPeers(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*DebugPeerResponses, error) GetPeer(ctx context.Context, in *PeerRequest, opts ...grpc.CallOption) (*DebugPeerResponse, error) // Deprecated: Do not use. GetInclusionSlot(ctx context.Context, in *InclusionSlotRequest, opts ...grpc.CallOption) (*InclusionSlotResponse, error) }
DebugClient is the client API for Debug service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewDebugClient ¶
func NewDebugClient(cc grpc.ClientConnInterface) DebugClient
type DebugPeerResponse ¶
type DebugPeerResponse struct { ListeningAddresses []string `protobuf:"bytes,1,rep,name=listening_addresses,json=listeningAddresses,proto3" json:"listening_addresses,omitempty"` Direction PeerDirection `protobuf:"varint,2,opt,name=direction,proto3,enum=ethereum.eth.v1alpha1.PeerDirection" json:"direction,omitempty"` ConnectionState ConnectionState `` /* 150-byte string literal not displayed */ PeerId string `protobuf:"bytes,4,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"` Enr string `protobuf:"bytes,5,opt,name=enr,proto3" json:"enr,omitempty"` PeerInfo *DebugPeerResponse_PeerInfo `protobuf:"bytes,6,opt,name=peer_info,json=peerInfo,proto3" json:"peer_info,omitempty"` PeerStatus *Status `protobuf:"bytes,7,opt,name=peer_status,json=peerStatus,proto3" json:"peer_status,omitempty"` LastUpdated uint64 `protobuf:"varint,8,opt,name=last_updated,json=lastUpdated,proto3" json:"last_updated,omitempty"` ScoreInfo *ScoreInfo `protobuf:"bytes,9,opt,name=score_info,json=scoreInfo,proto3" json:"score_info,omitempty"` // contains filtered or unexported fields }
func (*DebugPeerResponse) Descriptor
deprecated
func (*DebugPeerResponse) Descriptor() ([]byte, []int)
Deprecated: Use DebugPeerResponse.ProtoReflect.Descriptor instead.
func (*DebugPeerResponse) GetConnectionState ¶
func (x *DebugPeerResponse) GetConnectionState() ConnectionState
func (*DebugPeerResponse) GetDirection ¶
func (x *DebugPeerResponse) GetDirection() PeerDirection
func (*DebugPeerResponse) GetEnr ¶
func (x *DebugPeerResponse) GetEnr() string
func (*DebugPeerResponse) GetLastUpdated ¶
func (x *DebugPeerResponse) GetLastUpdated() uint64
func (*DebugPeerResponse) GetListeningAddresses ¶
func (x *DebugPeerResponse) GetListeningAddresses() []string
func (*DebugPeerResponse) GetPeerId ¶
func (x *DebugPeerResponse) GetPeerId() string
func (*DebugPeerResponse) GetPeerInfo ¶
func (x *DebugPeerResponse) GetPeerInfo() *DebugPeerResponse_PeerInfo
func (*DebugPeerResponse) GetPeerStatus ¶
func (x *DebugPeerResponse) GetPeerStatus() *Status
func (*DebugPeerResponse) GetScoreInfo ¶
func (x *DebugPeerResponse) GetScoreInfo() *ScoreInfo
func (*DebugPeerResponse) ProtoMessage ¶
func (*DebugPeerResponse) ProtoMessage()
func (*DebugPeerResponse) ProtoReflect ¶
func (x *DebugPeerResponse) ProtoReflect() protoreflect.Message
func (*DebugPeerResponse) Reset ¶
func (x *DebugPeerResponse) Reset()
func (*DebugPeerResponse) String ¶
func (x *DebugPeerResponse) String() string
type DebugPeerResponse_PeerInfo ¶
type DebugPeerResponse_PeerInfo struct { MetadataV0 *MetaDataV0 `protobuf:"bytes,1,opt,name=metadataV0,proto3" json:"metadataV0,omitempty"` MetadataV1 *MetaDataV1 `protobuf:"bytes,2,opt,name=metadataV1,proto3" json:"metadataV1,omitempty"` Protocols []string `protobuf:"bytes,3,rep,name=protocols,proto3" json:"protocols,omitempty"` FaultCount uint64 `protobuf:"varint,4,opt,name=fault_count,json=faultCount,proto3" json:"fault_count,omitempty"` ProtocolVersion string `protobuf:"bytes,5,opt,name=protocol_version,json=protocolVersion,proto3" json:"protocol_version,omitempty"` AgentVersion string `protobuf:"bytes,6,opt,name=agent_version,json=agentVersion,proto3" json:"agent_version,omitempty"` PeerLatency uint64 `protobuf:"varint,7,opt,name=peer_latency,json=peerLatency,proto3" json:"peer_latency,omitempty"` // contains filtered or unexported fields }
func (*DebugPeerResponse_PeerInfo) Descriptor
deprecated
func (*DebugPeerResponse_PeerInfo) Descriptor() ([]byte, []int)
Deprecated: Use DebugPeerResponse_PeerInfo.ProtoReflect.Descriptor instead.
func (*DebugPeerResponse_PeerInfo) GetAgentVersion ¶
func (x *DebugPeerResponse_PeerInfo) GetAgentVersion() string
func (*DebugPeerResponse_PeerInfo) GetFaultCount ¶
func (x *DebugPeerResponse_PeerInfo) GetFaultCount() uint64
func (*DebugPeerResponse_PeerInfo) GetMetadataV0 ¶
func (x *DebugPeerResponse_PeerInfo) GetMetadataV0() *MetaDataV0
func (*DebugPeerResponse_PeerInfo) GetMetadataV1 ¶
func (x *DebugPeerResponse_PeerInfo) GetMetadataV1() *MetaDataV1
func (*DebugPeerResponse_PeerInfo) GetPeerLatency ¶
func (x *DebugPeerResponse_PeerInfo) GetPeerLatency() uint64
func (*DebugPeerResponse_PeerInfo) GetProtocolVersion ¶
func (x *DebugPeerResponse_PeerInfo) GetProtocolVersion() string
func (*DebugPeerResponse_PeerInfo) GetProtocols ¶
func (x *DebugPeerResponse_PeerInfo) GetProtocols() []string
func (*DebugPeerResponse_PeerInfo) ProtoMessage ¶
func (*DebugPeerResponse_PeerInfo) ProtoMessage()
func (*DebugPeerResponse_PeerInfo) ProtoReflect ¶
func (x *DebugPeerResponse_PeerInfo) ProtoReflect() protoreflect.Message
func (*DebugPeerResponse_PeerInfo) Reset ¶
func (x *DebugPeerResponse_PeerInfo) Reset()
func (*DebugPeerResponse_PeerInfo) String ¶
func (x *DebugPeerResponse_PeerInfo) String() string
type DebugPeerResponses ¶
type DebugPeerResponses struct { Responses []*DebugPeerResponse `protobuf:"bytes,1,rep,name=responses,proto3" json:"responses,omitempty"` // contains filtered or unexported fields }
func (*DebugPeerResponses) Descriptor
deprecated
func (*DebugPeerResponses) Descriptor() ([]byte, []int)
Deprecated: Use DebugPeerResponses.ProtoReflect.Descriptor instead.
func (*DebugPeerResponses) GetResponses ¶
func (x *DebugPeerResponses) GetResponses() []*DebugPeerResponse
func (*DebugPeerResponses) ProtoMessage ¶
func (*DebugPeerResponses) ProtoMessage()
func (*DebugPeerResponses) ProtoReflect ¶
func (x *DebugPeerResponses) ProtoReflect() protoreflect.Message
func (*DebugPeerResponses) Reset ¶
func (x *DebugPeerResponses) Reset()
func (*DebugPeerResponses) String ¶
func (x *DebugPeerResponses) String() string
type DebugServer ¶
type DebugServer interface { GetBeaconState(context.Context, *BeaconStateRequest) (*SSZResponse, error) GetBlock(context.Context, *BlockRequestByRoot) (*SSZResponse, error) SetLoggingLevel(context.Context, *LoggingLevelRequest) (*empty.Empty, error) ListPeers(context.Context, *empty.Empty) (*DebugPeerResponses, error) GetPeer(context.Context, *PeerRequest) (*DebugPeerResponse, error) // Deprecated: Do not use. GetInclusionSlot(context.Context, *InclusionSlotRequest) (*InclusionSlotResponse, error) }
DebugServer is the server API for Debug service.
type Deposit ¶
type Deposit struct { Proof [][]byte `protobuf:"bytes,1,rep,name=proof,proto3" json:"proof,omitempty" ssz-size:"33,32"` Data *Deposit_Data `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func CopyDeposit ¶
CopyDeposit copies the provided deposit.
func CopyDeposits ¶
CopyDeposits copies the provided deposit array.
func (*Deposit) Descriptor
deprecated
func (*Deposit) GetData ¶
func (x *Deposit) GetData() *Deposit_Data
func (*Deposit) HashTreeRoot ¶
HashTreeRoot ssz hashes the Deposit object
func (*Deposit) HashTreeRootWith ¶
HashTreeRootWith ssz hashes the Deposit object with a hasher
func (*Deposit) MarshalSSZ ¶
MarshalSSZ ssz marshals the Deposit object
func (*Deposit) MarshalSSZTo ¶
MarshalSSZTo ssz marshals the Deposit object to a target array
func (*Deposit) ProtoMessage ¶
func (*Deposit) ProtoMessage()
func (*Deposit) ProtoReflect ¶
func (x *Deposit) ProtoReflect() protoreflect.Message
func (*Deposit) UnmarshalSSZ ¶
UnmarshalSSZ ssz unmarshals the Deposit object
type DepositContainer ¶
type DepositContainer struct { Index int64 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` Eth1BlockHeight uint64 `protobuf:"varint,2,opt,name=eth1_block_height,json=eth1BlockHeight,proto3" json:"eth1_block_height,omitempty"` Deposit *Deposit `protobuf:"bytes,3,opt,name=deposit,proto3" json:"deposit,omitempty"` DepositRoot []byte `protobuf:"bytes,4,opt,name=deposit_root,json=depositRoot,proto3" json:"deposit_root,omitempty"` // contains filtered or unexported fields }
func (*DepositContainer) Descriptor
deprecated
func (*DepositContainer) Descriptor() ([]byte, []int)
Deprecated: Use DepositContainer.ProtoReflect.Descriptor instead.
func (*DepositContainer) GetDeposit ¶
func (x *DepositContainer) GetDeposit() *Deposit
func (*DepositContainer) GetDepositRoot ¶
func (x *DepositContainer) GetDepositRoot() []byte
func (*DepositContainer) GetEth1BlockHeight ¶
func (x *DepositContainer) GetEth1BlockHeight() uint64
func (*DepositContainer) GetIndex ¶
func (x *DepositContainer) GetIndex() int64
func (*DepositContainer) ProtoMessage ¶
func (*DepositContainer) ProtoMessage()
func (*DepositContainer) ProtoReflect ¶
func (x *DepositContainer) ProtoReflect() protoreflect.Message
func (*DepositContainer) Reset ¶
func (x *DepositContainer) Reset()
func (*DepositContainer) String ¶
func (x *DepositContainer) String() string
type DepositMessage ¶
type DepositMessage struct { PublicKey []byte `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" spec-name:"pubkey" ssz-size:"48"` WithdrawalCredentials []byte `` /* 138-byte string literal not displayed */ Amount uint64 `protobuf:"varint,3,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*DepositMessage) Descriptor
deprecated
func (*DepositMessage) Descriptor() ([]byte, []int)
Deprecated: Use DepositMessage.ProtoReflect.Descriptor instead.
func (*DepositMessage) GetAmount ¶
func (x *DepositMessage) GetAmount() uint64
func (*DepositMessage) GetPublicKey ¶
func (x *DepositMessage) GetPublicKey() []byte
func (*DepositMessage) GetWithdrawalCredentials ¶
func (x *DepositMessage) GetWithdrawalCredentials() []byte
func (*DepositMessage) HashTreeRoot ¶
func (d *DepositMessage) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the DepositMessage object
func (*DepositMessage) HashTreeRootWith ¶
func (d *DepositMessage) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the DepositMessage object with a hasher
func (*DepositMessage) MarshalSSZ ¶
func (d *DepositMessage) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the DepositMessage object
func (*DepositMessage) MarshalSSZTo ¶
func (d *DepositMessage) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the DepositMessage object to a target array
func (*DepositMessage) ProtoMessage ¶
func (*DepositMessage) ProtoMessage()
func (*DepositMessage) ProtoReflect ¶
func (x *DepositMessage) ProtoReflect() protoreflect.Message
func (*DepositMessage) Reset ¶
func (x *DepositMessage) Reset()
func (*DepositMessage) SizeSSZ ¶
func (d *DepositMessage) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the DepositMessage object
func (*DepositMessage) String ¶
func (x *DepositMessage) String() string
func (*DepositMessage) UnmarshalSSZ ¶
func (d *DepositMessage) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the DepositMessage object
type DepositSnapshot ¶
type DepositSnapshot struct { Finalized [][]byte `protobuf:"bytes,1,rep,name=finalized,proto3" json:"finalized,omitempty"` DepositRoot []byte `protobuf:"bytes,2,opt,name=deposit_root,json=depositRoot,proto3" json:"deposit_root,omitempty"` DepositCount uint64 `protobuf:"varint,3,opt,name=deposit_count,json=depositCount,proto3" json:"deposit_count,omitempty"` ExecutionHash []byte `protobuf:"bytes,4,opt,name=execution_hash,json=executionHash,proto3" json:"execution_hash,omitempty"` ExecutionDepth uint64 `protobuf:"varint,5,opt,name=execution_depth,json=executionDepth,proto3" json:"execution_depth,omitempty"` // contains filtered or unexported fields }
func (*DepositSnapshot) Descriptor
deprecated
func (*DepositSnapshot) Descriptor() ([]byte, []int)
Deprecated: Use DepositSnapshot.ProtoReflect.Descriptor instead.
func (*DepositSnapshot) GetDepositCount ¶
func (x *DepositSnapshot) GetDepositCount() uint64
func (*DepositSnapshot) GetDepositRoot ¶
func (x *DepositSnapshot) GetDepositRoot() []byte
func (*DepositSnapshot) GetExecutionDepth ¶
func (x *DepositSnapshot) GetExecutionDepth() uint64
func (*DepositSnapshot) GetExecutionHash ¶
func (x *DepositSnapshot) GetExecutionHash() []byte
func (*DepositSnapshot) GetFinalized ¶
func (x *DepositSnapshot) GetFinalized() [][]byte
func (*DepositSnapshot) ProtoMessage ¶
func (*DepositSnapshot) ProtoMessage()
func (*DepositSnapshot) ProtoReflect ¶
func (x *DepositSnapshot) ProtoReflect() protoreflect.Message
func (*DepositSnapshot) Reset ¶
func (x *DepositSnapshot) Reset()
func (*DepositSnapshot) String ¶
func (x *DepositSnapshot) String() string
type Deposit_Data ¶
type Deposit_Data struct { PublicKey []byte `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" spec-name:"pubkey" ssz-size:"48"` WithdrawalCredentials []byte `` /* 138-byte string literal not displayed */ Amount uint64 `protobuf:"varint,3,opt,name=amount,proto3" json:"amount,omitempty"` Signature []byte `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func CopyDepositData ¶
func CopyDepositData(depData *Deposit_Data) *Deposit_Data
CopyDepositData copies the provided deposit data.
func (*Deposit_Data) Descriptor
deprecated
func (*Deposit_Data) Descriptor() ([]byte, []int)
Deprecated: Use Deposit_Data.ProtoReflect.Descriptor instead.
func (*Deposit_Data) GetAmount ¶
func (x *Deposit_Data) GetAmount() uint64
func (*Deposit_Data) GetPublicKey ¶
func (x *Deposit_Data) GetPublicKey() []byte
func (*Deposit_Data) GetSignature ¶
func (x *Deposit_Data) GetSignature() []byte
func (*Deposit_Data) GetWithdrawalCredentials ¶
func (x *Deposit_Data) GetWithdrawalCredentials() []byte
func (*Deposit_Data) HashTreeRoot ¶
func (d *Deposit_Data) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the Deposit_Data object
func (*Deposit_Data) HashTreeRootWith ¶
func (d *Deposit_Data) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the Deposit_Data object with a hasher
func (*Deposit_Data) MarshalSSZ ¶
func (d *Deposit_Data) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the Deposit_Data object
func (*Deposit_Data) MarshalSSZTo ¶
func (d *Deposit_Data) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the Deposit_Data object to a target array
func (*Deposit_Data) ProtoMessage ¶
func (*Deposit_Data) ProtoMessage()
func (*Deposit_Data) ProtoReflect ¶
func (x *Deposit_Data) ProtoReflect() protoreflect.Message
func (*Deposit_Data) Reset ¶
func (x *Deposit_Data) Reset()
func (*Deposit_Data) SizeSSZ ¶
func (d *Deposit_Data) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the Deposit_Data object
func (*Deposit_Data) String ¶
func (x *Deposit_Data) String() string
func (*Deposit_Data) UnmarshalSSZ ¶
func (d *Deposit_Data) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the Deposit_Data object
type DomainRequest ¶
type DomainRequest struct { Epoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 155-byte string literal not displayed */ Domain []byte `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"` // contains filtered or unexported fields }
func (*DomainRequest) Descriptor
deprecated
func (*DomainRequest) Descriptor() ([]byte, []int)
Deprecated: Use DomainRequest.ProtoReflect.Descriptor instead.
func (*DomainRequest) GetDomain ¶
func (x *DomainRequest) GetDomain() []byte
func (*DomainRequest) GetEpoch ¶
func (x *DomainRequest) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
func (*DomainRequest) ProtoMessage ¶
func (*DomainRequest) ProtoMessage()
func (*DomainRequest) ProtoReflect ¶
func (x *DomainRequest) ProtoReflect() protoreflect.Message
func (*DomainRequest) Reset ¶
func (x *DomainRequest) Reset()
func (*DomainRequest) String ¶
func (x *DomainRequest) String() string
type DomainResponse ¶
type DomainResponse struct { SignatureDomain []byte `protobuf:"bytes,1,opt,name=signature_domain,json=signatureDomain,proto3" json:"signature_domain,omitempty"` // contains filtered or unexported fields }
func (*DomainResponse) Descriptor
deprecated
func (*DomainResponse) Descriptor() ([]byte, []int)
Deprecated: Use DomainResponse.ProtoReflect.Descriptor instead.
func (*DomainResponse) GetSignatureDomain ¶
func (x *DomainResponse) GetSignatureDomain() []byte
func (*DomainResponse) ProtoMessage ¶
func (*DomainResponse) ProtoMessage()
func (*DomainResponse) ProtoReflect ¶
func (x *DomainResponse) ProtoReflect() protoreflect.Message
func (*DomainResponse) Reset ¶
func (x *DomainResponse) Reset()
func (*DomainResponse) String ¶
func (x *DomainResponse) String() string
type DoppelGangerRequest ¶
type DoppelGangerRequest struct { ValidatorRequests []*DoppelGangerRequest_ValidatorRequest `protobuf:"bytes,1,rep,name=validator_requests,json=validatorRequests,proto3" json:"validator_requests,omitempty"` // contains filtered or unexported fields }
func (*DoppelGangerRequest) Descriptor
deprecated
func (*DoppelGangerRequest) Descriptor() ([]byte, []int)
Deprecated: Use DoppelGangerRequest.ProtoReflect.Descriptor instead.
func (*DoppelGangerRequest) GetValidatorRequests ¶
func (x *DoppelGangerRequest) GetValidatorRequests() []*DoppelGangerRequest_ValidatorRequest
func (*DoppelGangerRequest) ProtoMessage ¶
func (*DoppelGangerRequest) ProtoMessage()
func (*DoppelGangerRequest) ProtoReflect ¶
func (x *DoppelGangerRequest) ProtoReflect() protoreflect.Message
func (*DoppelGangerRequest) Reset ¶
func (x *DoppelGangerRequest) Reset()
func (*DoppelGangerRequest) String ¶
func (x *DoppelGangerRequest) String() string
type DoppelGangerRequest_ValidatorRequest ¶
type DoppelGangerRequest_ValidatorRequest struct { PublicKey []byte `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" spec-name:"pubkey" ssz-size:"48"` Epoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 155-byte string literal not displayed */ SignedRoot []byte `protobuf:"bytes,2,opt,name=signed_root,json=signedRoot,proto3" json:"signed_root,omitempty" ssz-size:"32"` // contains filtered or unexported fields }
func (*DoppelGangerRequest_ValidatorRequest) Descriptor
deprecated
func (*DoppelGangerRequest_ValidatorRequest) Descriptor() ([]byte, []int)
Deprecated: Use DoppelGangerRequest_ValidatorRequest.ProtoReflect.Descriptor instead.
func (*DoppelGangerRequest_ValidatorRequest) GetPublicKey ¶
func (x *DoppelGangerRequest_ValidatorRequest) GetPublicKey() []byte
func (*DoppelGangerRequest_ValidatorRequest) GetSignedRoot ¶
func (x *DoppelGangerRequest_ValidatorRequest) GetSignedRoot() []byte
func (*DoppelGangerRequest_ValidatorRequest) ProtoMessage ¶
func (*DoppelGangerRequest_ValidatorRequest) ProtoMessage()
func (*DoppelGangerRequest_ValidatorRequest) ProtoReflect ¶
func (x *DoppelGangerRequest_ValidatorRequest) ProtoReflect() protoreflect.Message
func (*DoppelGangerRequest_ValidatorRequest) Reset ¶
func (x *DoppelGangerRequest_ValidatorRequest) Reset()
func (*DoppelGangerRequest_ValidatorRequest) String ¶
func (x *DoppelGangerRequest_ValidatorRequest) String() string
type DoppelGangerResponse ¶
type DoppelGangerResponse struct { Responses []*DoppelGangerResponse_ValidatorResponse `protobuf:"bytes,1,rep,name=responses,proto3" json:"responses,omitempty"` // contains filtered or unexported fields }
func (*DoppelGangerResponse) Descriptor
deprecated
func (*DoppelGangerResponse) Descriptor() ([]byte, []int)
Deprecated: Use DoppelGangerResponse.ProtoReflect.Descriptor instead.
func (*DoppelGangerResponse) GetResponses ¶
func (x *DoppelGangerResponse) GetResponses() []*DoppelGangerResponse_ValidatorResponse
func (*DoppelGangerResponse) ProtoMessage ¶
func (*DoppelGangerResponse) ProtoMessage()
func (*DoppelGangerResponse) ProtoReflect ¶
func (x *DoppelGangerResponse) ProtoReflect() protoreflect.Message
func (*DoppelGangerResponse) Reset ¶
func (x *DoppelGangerResponse) Reset()
func (*DoppelGangerResponse) String ¶
func (x *DoppelGangerResponse) String() string
type DoppelGangerResponse_ValidatorResponse ¶
type DoppelGangerResponse_ValidatorResponse struct { PublicKey []byte `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" spec-name:"pubkey" ssz-size:"48"` DuplicateExists bool `protobuf:"varint,2,opt,name=duplicate_exists,json=duplicateExists,proto3" json:"duplicate_exists,omitempty"` // contains filtered or unexported fields }
func (*DoppelGangerResponse_ValidatorResponse) Descriptor
deprecated
func (*DoppelGangerResponse_ValidatorResponse) Descriptor() ([]byte, []int)
Deprecated: Use DoppelGangerResponse_ValidatorResponse.ProtoReflect.Descriptor instead.
func (*DoppelGangerResponse_ValidatorResponse) GetDuplicateExists ¶
func (x *DoppelGangerResponse_ValidatorResponse) GetDuplicateExists() bool
func (*DoppelGangerResponse_ValidatorResponse) GetPublicKey ¶
func (x *DoppelGangerResponse_ValidatorResponse) GetPublicKey() []byte
func (*DoppelGangerResponse_ValidatorResponse) ProtoMessage ¶
func (*DoppelGangerResponse_ValidatorResponse) ProtoMessage()
func (*DoppelGangerResponse_ValidatorResponse) ProtoReflect ¶
func (x *DoppelGangerResponse_ValidatorResponse) ProtoReflect() protoreflect.Message
func (*DoppelGangerResponse_ValidatorResponse) Reset ¶
func (x *DoppelGangerResponse_ValidatorResponse) Reset()
func (*DoppelGangerResponse_ValidatorResponse) String ¶
func (x *DoppelGangerResponse_ValidatorResponse) String() string
type DutiesRequest ¶
type DutiesRequest struct { Epoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 155-byte string literal not displayed */ PublicKeys [][]byte `protobuf:"bytes,2,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty" ssz-size:"?,48"` // contains filtered or unexported fields }
func (*DutiesRequest) Descriptor
deprecated
func (*DutiesRequest) Descriptor() ([]byte, []int)
Deprecated: Use DutiesRequest.ProtoReflect.Descriptor instead.
func (*DutiesRequest) GetEpoch ¶
func (x *DutiesRequest) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
func (*DutiesRequest) GetPublicKeys ¶
func (x *DutiesRequest) GetPublicKeys() [][]byte
func (*DutiesRequest) ProtoMessage ¶
func (*DutiesRequest) ProtoMessage()
func (*DutiesRequest) ProtoReflect ¶
func (x *DutiesRequest) ProtoReflect() protoreflect.Message
func (*DutiesRequest) Reset ¶
func (x *DutiesRequest) Reset()
func (*DutiesRequest) String ¶
func (x *DutiesRequest) String() string
type DutiesResponse ¶
type DutiesResponse struct { // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto. Duties []*DutiesResponse_Duty `protobuf:"bytes,1,rep,name=duties,proto3" json:"duties,omitempty"` CurrentEpochDuties []*DutiesResponse_Duty `protobuf:"bytes,2,rep,name=current_epoch_duties,json=currentEpochDuties,proto3" json:"current_epoch_duties,omitempty"` NextEpochDuties []*DutiesResponse_Duty `protobuf:"bytes,3,rep,name=next_epoch_duties,json=nextEpochDuties,proto3" json:"next_epoch_duties,omitempty"` // contains filtered or unexported fields }
func (*DutiesResponse) Descriptor
deprecated
func (*DutiesResponse) Descriptor() ([]byte, []int)
Deprecated: Use DutiesResponse.ProtoReflect.Descriptor instead.
func (*DutiesResponse) GetCurrentEpochDuties ¶
func (x *DutiesResponse) GetCurrentEpochDuties() []*DutiesResponse_Duty
func (*DutiesResponse) GetDuties
deprecated
func (x *DutiesResponse) GetDuties() []*DutiesResponse_Duty
Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.
func (*DutiesResponse) GetNextEpochDuties ¶
func (x *DutiesResponse) GetNextEpochDuties() []*DutiesResponse_Duty
func (*DutiesResponse) ProtoMessage ¶
func (*DutiesResponse) ProtoMessage()
func (*DutiesResponse) ProtoReflect ¶
func (x *DutiesResponse) ProtoReflect() protoreflect.Message
func (*DutiesResponse) Reset ¶
func (x *DutiesResponse) Reset()
func (*DutiesResponse) String ¶
func (x *DutiesResponse) String() string
type DutiesResponse_Duty ¶
type DutiesResponse_Duty struct { Committee []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 179-byte string literal not displayed */ CommitteeIndex github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.CommitteeIndex `` /* 204-byte string literal not displayed */ AttesterSlot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 188-byte string literal not displayed */ ProposerSlots []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 198-byte string literal not displayed */ PublicKey []byte `protobuf:"bytes,5,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" ssz-size:"48"` Status ValidatorStatus `protobuf:"varint,6,opt,name=status,proto3,enum=ethereum.eth.v1alpha1.ValidatorStatus" json:"status,omitempty"` ValidatorIndex github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 204-byte string literal not displayed */ IsSyncCommittee bool `protobuf:"varint,8,opt,name=is_sync_committee,json=isSyncCommittee,proto3" json:"is_sync_committee,omitempty"` // contains filtered or unexported fields }
func (*DutiesResponse_Duty) Descriptor
deprecated
func (*DutiesResponse_Duty) Descriptor() ([]byte, []int)
Deprecated: Use DutiesResponse_Duty.ProtoReflect.Descriptor instead.
func (*DutiesResponse_Duty) GetAttesterSlot ¶
func (x *DutiesResponse_Duty) GetAttesterSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*DutiesResponse_Duty) GetCommittee ¶
func (x *DutiesResponse_Duty) GetCommittee() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*DutiesResponse_Duty) GetCommitteeIndex ¶
func (x *DutiesResponse_Duty) GetCommitteeIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.CommitteeIndex
func (*DutiesResponse_Duty) GetIsSyncCommittee ¶
func (x *DutiesResponse_Duty) GetIsSyncCommittee() bool
func (*DutiesResponse_Duty) GetProposerSlots ¶
func (x *DutiesResponse_Duty) GetProposerSlots() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*DutiesResponse_Duty) GetPublicKey ¶
func (x *DutiesResponse_Duty) GetPublicKey() []byte
func (*DutiesResponse_Duty) GetStatus ¶
func (x *DutiesResponse_Duty) GetStatus() ValidatorStatus
func (*DutiesResponse_Duty) GetValidatorIndex ¶
func (x *DutiesResponse_Duty) GetValidatorIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*DutiesResponse_Duty) ProtoMessage ¶
func (*DutiesResponse_Duty) ProtoMessage()
func (*DutiesResponse_Duty) ProtoReflect ¶
func (x *DutiesResponse_Duty) ProtoReflect() protoreflect.Message
func (*DutiesResponse_Duty) Reset ¶
func (x *DutiesResponse_Duty) Reset()
func (*DutiesResponse_Duty) String ¶
func (x *DutiesResponse_Duty) String() string
type ENRForkID ¶
type ENRForkID struct { CurrentForkDigest []byte `` /* 127-byte string literal not displayed */ NextForkVersion []byte `protobuf:"bytes,2,opt,name=next_fork_version,json=nextForkVersion,proto3" json:"next_fork_version,omitempty" ssz-size:"4"` NextForkEpoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 194-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ENRForkID) Descriptor
deprecated
func (*ENRForkID) GetCurrentForkDigest ¶
func (*ENRForkID) GetNextForkEpoch ¶
func (x *ENRForkID) GetNextForkEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
func (*ENRForkID) GetNextForkVersion ¶
func (*ENRForkID) HashTreeRoot ¶
HashTreeRoot ssz hashes the ENRForkID object
func (*ENRForkID) HashTreeRootWith ¶
HashTreeRootWith ssz hashes the ENRForkID object with a hasher
func (*ENRForkID) MarshalSSZ ¶
MarshalSSZ ssz marshals the ENRForkID object
func (*ENRForkID) MarshalSSZTo ¶
MarshalSSZTo ssz marshals the ENRForkID object to a target array
func (*ENRForkID) ProtoMessage ¶
func (*ENRForkID) ProtoMessage()
func (*ENRForkID) ProtoReflect ¶
func (x *ENRForkID) ProtoReflect() protoreflect.Message
func (*ENRForkID) UnmarshalSSZ ¶
UnmarshalSSZ ssz unmarshals the ENRForkID object
type ETH1ChainData ¶
type ETH1ChainData struct { CurrentEth1Data *LatestETH1Data `protobuf:"bytes,1,opt,name=current_eth1_data,json=currentEth1Data,proto3" json:"current_eth1_data,omitempty"` ChainstartData *ChainStartData `protobuf:"bytes,2,opt,name=chainstart_data,json=chainstartData,proto3" json:"chainstart_data,omitempty"` BeaconState *BeaconState `protobuf:"bytes,3,opt,name=beacon_state,json=beaconState,proto3" json:"beacon_state,omitempty"` Trie *SparseMerkleTrie `protobuf:"bytes,4,opt,name=trie,proto3" json:"trie,omitempty"` DepositContainers []*DepositContainer `protobuf:"bytes,5,rep,name=deposit_containers,json=depositContainers,proto3" json:"deposit_containers,omitempty"` DepositSnapshot *DepositSnapshot `protobuf:"bytes,6,opt,name=deposit_snapshot,json=depositSnapshot,proto3" json:"deposit_snapshot,omitempty"` // contains filtered or unexported fields }
func (*ETH1ChainData) Descriptor
deprecated
func (*ETH1ChainData) Descriptor() ([]byte, []int)
Deprecated: Use ETH1ChainData.ProtoReflect.Descriptor instead.
func (*ETH1ChainData) GetBeaconState ¶
func (x *ETH1ChainData) GetBeaconState() *BeaconState
func (*ETH1ChainData) GetChainstartData ¶
func (x *ETH1ChainData) GetChainstartData() *ChainStartData
func (*ETH1ChainData) GetCurrentEth1Data ¶
func (x *ETH1ChainData) GetCurrentEth1Data() *LatestETH1Data
func (*ETH1ChainData) GetDepositContainers ¶
func (x *ETH1ChainData) GetDepositContainers() []*DepositContainer
func (*ETH1ChainData) GetDepositSnapshot ¶
func (x *ETH1ChainData) GetDepositSnapshot() *DepositSnapshot
func (*ETH1ChainData) GetTrie ¶
func (x *ETH1ChainData) GetTrie() *SparseMerkleTrie
func (*ETH1ChainData) ProtoMessage ¶
func (*ETH1ChainData) ProtoMessage()
func (*ETH1ChainData) ProtoReflect ¶
func (x *ETH1ChainData) ProtoReflect() protoreflect.Message
func (*ETH1ChainData) Reset ¶
func (x *ETH1ChainData) Reset()
func (*ETH1ChainData) String ¶
func (x *ETH1ChainData) String() string
type ETH1ConnectionStatus ¶
type ETH1ConnectionStatus struct { CurrentAddress string `protobuf:"bytes,1,opt,name=current_address,json=currentAddress,proto3" json:"current_address,omitempty"` CurrentConnectionError string `` /* 129-byte string literal not displayed */ Addresses []string `protobuf:"bytes,3,rep,name=addresses,proto3" json:"addresses,omitempty"` ConnectionErrors []string `protobuf:"bytes,4,rep,name=connection_errors,json=connectionErrors,proto3" json:"connection_errors,omitempty"` // contains filtered or unexported fields }
func (*ETH1ConnectionStatus) Descriptor
deprecated
func (*ETH1ConnectionStatus) Descriptor() ([]byte, []int)
Deprecated: Use ETH1ConnectionStatus.ProtoReflect.Descriptor instead.
func (*ETH1ConnectionStatus) GetAddresses ¶
func (x *ETH1ConnectionStatus) GetAddresses() []string
func (*ETH1ConnectionStatus) GetConnectionErrors ¶
func (x *ETH1ConnectionStatus) GetConnectionErrors() []string
func (*ETH1ConnectionStatus) GetCurrentAddress ¶
func (x *ETH1ConnectionStatus) GetCurrentAddress() string
func (*ETH1ConnectionStatus) GetCurrentConnectionError ¶
func (x *ETH1ConnectionStatus) GetCurrentConnectionError() string
func (*ETH1ConnectionStatus) ProtoMessage ¶
func (*ETH1ConnectionStatus) ProtoMessage()
func (*ETH1ConnectionStatus) ProtoReflect ¶
func (x *ETH1ConnectionStatus) ProtoReflect() protoreflect.Message
func (*ETH1ConnectionStatus) Reset ¶
func (x *ETH1ConnectionStatus) Reset()
func (*ETH1ConnectionStatus) String ¶
func (x *ETH1ConnectionStatus) String() string
type Eth1Data ¶
type Eth1Data struct { DepositRoot []byte `protobuf:"bytes,1,opt,name=deposit_root,json=depositRoot,proto3" json:"deposit_root,omitempty" ssz-size:"32"` DepositCount uint64 `protobuf:"varint,2,opt,name=deposit_count,json=depositCount,proto3" json:"deposit_count,omitempty"` BlockHash []byte `protobuf:"bytes,3,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty" ssz-size:"32"` // contains filtered or unexported fields }
func CopyETH1Data ¶
CopyETH1Data copies the provided eth1data object.
func (*Eth1Data) Descriptor
deprecated
func (*Eth1Data) GetBlockHash ¶
func (*Eth1Data) GetDepositCount ¶
func (*Eth1Data) GetDepositRoot ¶
func (*Eth1Data) HashTreeRoot ¶
HashTreeRoot ssz hashes the Eth1Data object
func (*Eth1Data) HashTreeRootWith ¶
HashTreeRootWith ssz hashes the Eth1Data object with a hasher
func (*Eth1Data) MarshalSSZ ¶
MarshalSSZ ssz marshals the Eth1Data object
func (*Eth1Data) MarshalSSZTo ¶
MarshalSSZTo ssz marshals the Eth1Data object to a target array
func (*Eth1Data) ProtoMessage ¶
func (*Eth1Data) ProtoMessage()
func (*Eth1Data) ProtoReflect ¶
func (x *Eth1Data) ProtoReflect() protoreflect.Message
func (*Eth1Data) UnmarshalSSZ ¶
UnmarshalSSZ ssz unmarshals the Eth1Data object
type FeeRecipientByPubKeyRequest ¶
type FeeRecipientByPubKeyRequest struct { PublicKey []byte `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" spec-name:"pubkey" ssz-size:"48"` // contains filtered or unexported fields }
func (*FeeRecipientByPubKeyRequest) Descriptor
deprecated
func (*FeeRecipientByPubKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use FeeRecipientByPubKeyRequest.ProtoReflect.Descriptor instead.
func (*FeeRecipientByPubKeyRequest) GetPublicKey ¶
func (x *FeeRecipientByPubKeyRequest) GetPublicKey() []byte
func (*FeeRecipientByPubKeyRequest) ProtoMessage ¶
func (*FeeRecipientByPubKeyRequest) ProtoMessage()
func (*FeeRecipientByPubKeyRequest) ProtoReflect ¶
func (x *FeeRecipientByPubKeyRequest) ProtoReflect() protoreflect.Message
func (*FeeRecipientByPubKeyRequest) Reset ¶
func (x *FeeRecipientByPubKeyRequest) Reset()
func (*FeeRecipientByPubKeyRequest) String ¶
func (x *FeeRecipientByPubKeyRequest) String() string
type FeeRecipientByPubKeyResponse ¶
type FeeRecipientByPubKeyResponse struct { FeeRecipient []byte `protobuf:"bytes,1,opt,name=fee_recipient,json=feeRecipient,proto3" json:"fee_recipient,omitempty" ssz-size:"20"` // contains filtered or unexported fields }
func (*FeeRecipientByPubKeyResponse) Descriptor
deprecated
func (*FeeRecipientByPubKeyResponse) Descriptor() ([]byte, []int)
Deprecated: Use FeeRecipientByPubKeyResponse.ProtoReflect.Descriptor instead.
func (*FeeRecipientByPubKeyResponse) GetFeeRecipient ¶
func (x *FeeRecipientByPubKeyResponse) GetFeeRecipient() []byte
func (*FeeRecipientByPubKeyResponse) ProtoMessage ¶
func (*FeeRecipientByPubKeyResponse) ProtoMessage()
func (*FeeRecipientByPubKeyResponse) ProtoReflect ¶
func (x *FeeRecipientByPubKeyResponse) ProtoReflect() protoreflect.Message
func (*FeeRecipientByPubKeyResponse) Reset ¶
func (x *FeeRecipientByPubKeyResponse) Reset()
func (*FeeRecipientByPubKeyResponse) String ¶
func (x *FeeRecipientByPubKeyResponse) String() string
type FinalizedBlockRootContainer ¶
type FinalizedBlockRootContainer struct { ParentRoot []byte `protobuf:"bytes,1,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty"` ChildRoot []byte `protobuf:"bytes,2,opt,name=child_root,json=childRoot,proto3" json:"child_root,omitempty"` // contains filtered or unexported fields }
func (*FinalizedBlockRootContainer) Descriptor
deprecated
func (*FinalizedBlockRootContainer) Descriptor() ([]byte, []int)
Deprecated: Use FinalizedBlockRootContainer.ProtoReflect.Descriptor instead.
func (*FinalizedBlockRootContainer) GetChildRoot ¶
func (x *FinalizedBlockRootContainer) GetChildRoot() []byte
func (*FinalizedBlockRootContainer) GetParentRoot ¶
func (x *FinalizedBlockRootContainer) GetParentRoot() []byte
func (*FinalizedBlockRootContainer) ProtoMessage ¶
func (*FinalizedBlockRootContainer) ProtoMessage()
func (*FinalizedBlockRootContainer) ProtoReflect ¶
func (x *FinalizedBlockRootContainer) ProtoReflect() protoreflect.Message
func (*FinalizedBlockRootContainer) Reset ¶
func (x *FinalizedBlockRootContainer) Reset()
func (*FinalizedBlockRootContainer) String ¶
func (x *FinalizedBlockRootContainer) String() string
type Fork ¶
type Fork struct { PreviousVersion []byte `protobuf:"bytes,1,opt,name=previous_version,json=previousVersion,proto3" json:"previous_version,omitempty" ssz-size:"4"` CurrentVersion []byte `protobuf:"bytes,2,opt,name=current_version,json=currentVersion,proto3" json:"current_version,omitempty" ssz-size:"4"` Epoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 155-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Fork) Descriptor
deprecated
func (*Fork) GetCurrentVersion ¶
func (*Fork) GetEpoch ¶
func (x *Fork) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
func (*Fork) GetPreviousVersion ¶
func (*Fork) HashTreeRoot ¶
HashTreeRoot ssz hashes the Fork object
func (*Fork) HashTreeRootWith ¶
HashTreeRootWith ssz hashes the Fork object with a hasher
func (*Fork) MarshalSSZ ¶
MarshalSSZ ssz marshals the Fork object
func (*Fork) MarshalSSZTo ¶
MarshalSSZTo ssz marshals the Fork object to a target array
func (*Fork) ProtoMessage ¶
func (*Fork) ProtoMessage()
func (*Fork) ProtoReflect ¶
func (x *Fork) ProtoReflect() protoreflect.Message
func (*Fork) UnmarshalSSZ ¶
UnmarshalSSZ ssz unmarshals the Fork object
type ForkData ¶
type ForkData struct { CurrentVersion []byte `protobuf:"bytes,4,opt,name=current_version,json=currentVersion,proto3" json:"current_version,omitempty" ssz-size:"4"` GenesisValidatorsRoot []byte `` /* 140-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ForkData) Descriptor
deprecated
func (*ForkData) GetCurrentVersion ¶
func (*ForkData) GetGenesisValidatorsRoot ¶
func (*ForkData) HashTreeRoot ¶
HashTreeRoot ssz hashes the ForkData object
func (*ForkData) HashTreeRootWith ¶
HashTreeRootWith ssz hashes the ForkData object with a hasher
func (*ForkData) MarshalSSZ ¶
MarshalSSZ ssz marshals the ForkData object
func (*ForkData) MarshalSSZTo ¶
MarshalSSZTo ssz marshals the ForkData object to a target array
func (*ForkData) ProtoMessage ¶
func (*ForkData) ProtoMessage()
func (*ForkData) ProtoReflect ¶
func (x *ForkData) ProtoReflect() protoreflect.Message
func (*ForkData) UnmarshalSSZ ¶
UnmarshalSSZ ssz unmarshals the ForkData object
type GenericBeaconBlock ¶
type GenericBeaconBlock struct { // Types that are assignable to Block: // // *GenericBeaconBlock_Phase0 // *GenericBeaconBlock_Altair // *GenericBeaconBlock_Bellatrix // *GenericBeaconBlock_BlindedBellatrix // *GenericBeaconBlock_Capella // *GenericBeaconBlock_BlindedCapella // *GenericBeaconBlock_Deneb // *GenericBeaconBlock_BlindedDeneb Block isGenericBeaconBlock_Block `protobuf_oneof:"block"` IsBlinded bool `protobuf:"varint,100,opt,name=is_blinded,json=isBlinded,proto3" json:"is_blinded,omitempty"` PayloadValue uint64 `protobuf:"varint,101,opt,name=payload_value,json=payloadValue,proto3" json:"payload_value,omitempty"` // contains filtered or unexported fields }
func (*GenericBeaconBlock) Descriptor
deprecated
func (*GenericBeaconBlock) Descriptor() ([]byte, []int)
Deprecated: Use GenericBeaconBlock.ProtoReflect.Descriptor instead.
func (*GenericBeaconBlock) GetAltair ¶
func (x *GenericBeaconBlock) GetAltair() *BeaconBlockAltair
func (*GenericBeaconBlock) GetBellatrix ¶
func (x *GenericBeaconBlock) GetBellatrix() *BeaconBlockBellatrix
func (*GenericBeaconBlock) GetBlindedBellatrix ¶
func (x *GenericBeaconBlock) GetBlindedBellatrix() *BlindedBeaconBlockBellatrix
func (*GenericBeaconBlock) GetBlindedCapella ¶
func (x *GenericBeaconBlock) GetBlindedCapella() *BlindedBeaconBlockCapella
func (*GenericBeaconBlock) GetBlindedDeneb ¶
func (x *GenericBeaconBlock) GetBlindedDeneb() *BlindedBeaconBlockAndBlobsDeneb
func (*GenericBeaconBlock) GetBlock ¶
func (m *GenericBeaconBlock) GetBlock() isGenericBeaconBlock_Block
func (*GenericBeaconBlock) GetCapella ¶
func (x *GenericBeaconBlock) GetCapella() *BeaconBlockCapella
func (*GenericBeaconBlock) GetDeneb ¶
func (x *GenericBeaconBlock) GetDeneb() *BeaconBlockAndBlobsDeneb
func (*GenericBeaconBlock) GetIsBlinded ¶
func (x *GenericBeaconBlock) GetIsBlinded() bool
func (*GenericBeaconBlock) GetPayloadValue ¶
func (x *GenericBeaconBlock) GetPayloadValue() uint64
func (*GenericBeaconBlock) GetPhase0 ¶
func (x *GenericBeaconBlock) GetPhase0() *BeaconBlock
func (*GenericBeaconBlock) ProtoMessage ¶
func (*GenericBeaconBlock) ProtoMessage()
func (*GenericBeaconBlock) ProtoReflect ¶
func (x *GenericBeaconBlock) ProtoReflect() protoreflect.Message
func (*GenericBeaconBlock) Reset ¶
func (x *GenericBeaconBlock) Reset()
func (*GenericBeaconBlock) String ¶
func (x *GenericBeaconBlock) String() string
type GenericBeaconBlock_Altair ¶
type GenericBeaconBlock_Altair struct {
Altair *BeaconBlockAltair `protobuf:"bytes,2,opt,name=altair,proto3,oneof"`
}
type GenericBeaconBlock_Bellatrix ¶
type GenericBeaconBlock_Bellatrix struct {
Bellatrix *BeaconBlockBellatrix `protobuf:"bytes,3,opt,name=bellatrix,proto3,oneof"`
}
type GenericBeaconBlock_BlindedBellatrix ¶
type GenericBeaconBlock_BlindedBellatrix struct {
BlindedBellatrix *BlindedBeaconBlockBellatrix `protobuf:"bytes,4,opt,name=blinded_bellatrix,json=blindedBellatrix,proto3,oneof"`
}
type GenericBeaconBlock_BlindedCapella ¶
type GenericBeaconBlock_BlindedCapella struct {
BlindedCapella *BlindedBeaconBlockCapella `protobuf:"bytes,6,opt,name=blinded_capella,json=blindedCapella,proto3,oneof"`
}
type GenericBeaconBlock_BlindedDeneb ¶
type GenericBeaconBlock_BlindedDeneb struct {
BlindedDeneb *BlindedBeaconBlockAndBlobsDeneb `protobuf:"bytes,8,opt,name=blinded_deneb,json=blindedDeneb,proto3,oneof"`
}
type GenericBeaconBlock_Capella ¶
type GenericBeaconBlock_Capella struct {
Capella *BeaconBlockCapella `protobuf:"bytes,5,opt,name=capella,proto3,oneof"`
}
type GenericBeaconBlock_Deneb ¶
type GenericBeaconBlock_Deneb struct {
Deneb *BeaconBlockAndBlobsDeneb `protobuf:"bytes,7,opt,name=deneb,proto3,oneof"`
}
type GenericBeaconBlock_Phase0 ¶
type GenericBeaconBlock_Phase0 struct {
Phase0 *BeaconBlock `protobuf:"bytes,1,opt,name=phase0,proto3,oneof"`
}
type GenericSignedBeaconBlock ¶
type GenericSignedBeaconBlock struct { // Types that are assignable to Block: // // *GenericSignedBeaconBlock_Phase0 // *GenericSignedBeaconBlock_Altair // *GenericSignedBeaconBlock_Bellatrix // *GenericSignedBeaconBlock_BlindedBellatrix // *GenericSignedBeaconBlock_Capella // *GenericSignedBeaconBlock_BlindedCapella // *GenericSignedBeaconBlock_Deneb // *GenericSignedBeaconBlock_BlindedDeneb Block isGenericSignedBeaconBlock_Block `protobuf_oneof:"block"` IsBlinded bool `protobuf:"varint,100,opt,name=is_blinded,json=isBlinded,proto3" json:"is_blinded,omitempty"` PayloadValue uint64 `protobuf:"varint,101,opt,name=payload_value,json=payloadValue,proto3" json:"payload_value,omitempty"` // contains filtered or unexported fields }
func (*GenericSignedBeaconBlock) Descriptor
deprecated
func (*GenericSignedBeaconBlock) Descriptor() ([]byte, []int)
Deprecated: Use GenericSignedBeaconBlock.ProtoReflect.Descriptor instead.
func (*GenericSignedBeaconBlock) GetAltair ¶
func (x *GenericSignedBeaconBlock) GetAltair() *SignedBeaconBlockAltair
func (*GenericSignedBeaconBlock) GetBellatrix ¶
func (x *GenericSignedBeaconBlock) GetBellatrix() *SignedBeaconBlockBellatrix
func (*GenericSignedBeaconBlock) GetBlindedBellatrix ¶
func (x *GenericSignedBeaconBlock) GetBlindedBellatrix() *SignedBlindedBeaconBlockBellatrix
func (*GenericSignedBeaconBlock) GetBlindedCapella ¶
func (x *GenericSignedBeaconBlock) GetBlindedCapella() *SignedBlindedBeaconBlockCapella
func (*GenericSignedBeaconBlock) GetBlindedDeneb ¶
func (x *GenericSignedBeaconBlock) GetBlindedDeneb() *SignedBlindedBeaconBlockAndBlobsDeneb
func (*GenericSignedBeaconBlock) GetBlock ¶
func (m *GenericSignedBeaconBlock) GetBlock() isGenericSignedBeaconBlock_Block
func (*GenericSignedBeaconBlock) GetCapella ¶
func (x *GenericSignedBeaconBlock) GetCapella() *SignedBeaconBlockCapella
func (*GenericSignedBeaconBlock) GetDeneb ¶
func (x *GenericSignedBeaconBlock) GetDeneb() *SignedBeaconBlockAndBlobsDeneb
func (*GenericSignedBeaconBlock) GetIsBlinded ¶
func (x *GenericSignedBeaconBlock) GetIsBlinded() bool
func (*GenericSignedBeaconBlock) GetPayloadValue ¶
func (x *GenericSignedBeaconBlock) GetPayloadValue() uint64
func (*GenericSignedBeaconBlock) GetPhase0 ¶
func (x *GenericSignedBeaconBlock) GetPhase0() *SignedBeaconBlock
func (*GenericSignedBeaconBlock) ProtoMessage ¶
func (*GenericSignedBeaconBlock) ProtoMessage()
func (*GenericSignedBeaconBlock) ProtoReflect ¶
func (x *GenericSignedBeaconBlock) ProtoReflect() protoreflect.Message
func (*GenericSignedBeaconBlock) Reset ¶
func (x *GenericSignedBeaconBlock) Reset()
func (*GenericSignedBeaconBlock) String ¶
func (x *GenericSignedBeaconBlock) String() string
type GenericSignedBeaconBlock_Altair ¶
type GenericSignedBeaconBlock_Altair struct {
Altair *SignedBeaconBlockAltair `protobuf:"bytes,2,opt,name=altair,proto3,oneof"`
}
type GenericSignedBeaconBlock_Bellatrix ¶
type GenericSignedBeaconBlock_Bellatrix struct {
Bellatrix *SignedBeaconBlockBellatrix `protobuf:"bytes,3,opt,name=bellatrix,proto3,oneof"`
}
type GenericSignedBeaconBlock_BlindedBellatrix ¶
type GenericSignedBeaconBlock_BlindedBellatrix struct {
BlindedBellatrix *SignedBlindedBeaconBlockBellatrix `protobuf:"bytes,4,opt,name=blinded_bellatrix,json=blindedBellatrix,proto3,oneof"`
}
type GenericSignedBeaconBlock_BlindedCapella ¶
type GenericSignedBeaconBlock_BlindedCapella struct {
BlindedCapella *SignedBlindedBeaconBlockCapella `protobuf:"bytes,6,opt,name=blinded_capella,json=blindedCapella,proto3,oneof"`
}
type GenericSignedBeaconBlock_BlindedDeneb ¶
type GenericSignedBeaconBlock_BlindedDeneb struct {
BlindedDeneb *SignedBlindedBeaconBlockAndBlobsDeneb `protobuf:"bytes,8,opt,name=blinded_deneb,json=blindedDeneb,proto3,oneof"`
}
type GenericSignedBeaconBlock_Capella ¶
type GenericSignedBeaconBlock_Capella struct {
Capella *SignedBeaconBlockCapella `protobuf:"bytes,5,opt,name=capella,proto3,oneof"`
}
type GenericSignedBeaconBlock_Deneb ¶
type GenericSignedBeaconBlock_Deneb struct {
Deneb *SignedBeaconBlockAndBlobsDeneb `protobuf:"bytes,7,opt,name=deneb,proto3,oneof"`
}
type GenericSignedBeaconBlock_Phase0 ¶
type GenericSignedBeaconBlock_Phase0 struct {
Phase0 *SignedBeaconBlock `protobuf:"bytes,1,opt,name=phase0,proto3,oneof"`
}
type Genesis ¶
type Genesis struct { GenesisTime *timestamp.Timestamp `protobuf:"bytes,1,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"` DepositContractAddress []byte `` /* 129-byte string literal not displayed */ GenesisValidatorsRoot []byte `` /* 140-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Genesis) Descriptor
deprecated
func (*Genesis) GetDepositContractAddress ¶
func (*Genesis) GetGenesisTime ¶
func (*Genesis) GetGenesisValidatorsRoot ¶
func (*Genesis) ProtoMessage ¶
func (*Genesis) ProtoMessage()
func (*Genesis) ProtoReflect ¶
func (x *Genesis) ProtoReflect() protoreflect.Message
type GetValidatorActiveSetChangesRequest ¶
type GetValidatorActiveSetChangesRequest struct { // Types that are assignable to QueryFilter: // // *GetValidatorActiveSetChangesRequest_Epoch // *GetValidatorActiveSetChangesRequest_Genesis QueryFilter isGetValidatorActiveSetChangesRequest_QueryFilter `protobuf_oneof:"query_filter"` // contains filtered or unexported fields }
func (*GetValidatorActiveSetChangesRequest) Descriptor
deprecated
func (*GetValidatorActiveSetChangesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetValidatorActiveSetChangesRequest.ProtoReflect.Descriptor instead.
func (*GetValidatorActiveSetChangesRequest) GetGenesis ¶
func (x *GetValidatorActiveSetChangesRequest) GetGenesis() bool
func (*GetValidatorActiveSetChangesRequest) GetQueryFilter ¶
func (m *GetValidatorActiveSetChangesRequest) GetQueryFilter() isGetValidatorActiveSetChangesRequest_QueryFilter
func (*GetValidatorActiveSetChangesRequest) ProtoMessage ¶
func (*GetValidatorActiveSetChangesRequest) ProtoMessage()
func (*GetValidatorActiveSetChangesRequest) ProtoReflect ¶
func (x *GetValidatorActiveSetChangesRequest) ProtoReflect() protoreflect.Message
func (*GetValidatorActiveSetChangesRequest) Reset ¶
func (x *GetValidatorActiveSetChangesRequest) Reset()
func (*GetValidatorActiveSetChangesRequest) String ¶
func (x *GetValidatorActiveSetChangesRequest) String() string
type GetValidatorActiveSetChangesRequest_Epoch ¶
type GetValidatorActiveSetChangesRequest_Epoch struct {
Epoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 138-byte string literal not displayed */
}
type GetValidatorActiveSetChangesRequest_Genesis ¶
type GetValidatorActiveSetChangesRequest_Genesis struct {
Genesis bool `protobuf:"varint,2,opt,name=genesis,proto3,oneof"`
}
type GetValidatorParticipationRequest
deprecated
type GetValidatorParticipationRequest struct { // Types that are assignable to QueryFilter: // // *GetValidatorParticipationRequest_Epoch // *GetValidatorParticipationRequest_Genesis QueryFilter isGetValidatorParticipationRequest_QueryFilter `protobuf_oneof:"query_filter"` // contains filtered or unexported fields }
Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.
func (*GetValidatorParticipationRequest) Descriptor
deprecated
func (*GetValidatorParticipationRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetValidatorParticipationRequest.ProtoReflect.Descriptor instead.
func (*GetValidatorParticipationRequest) GetGenesis ¶
func (x *GetValidatorParticipationRequest) GetGenesis() bool
func (*GetValidatorParticipationRequest) GetQueryFilter ¶
func (m *GetValidatorParticipationRequest) GetQueryFilter() isGetValidatorParticipationRequest_QueryFilter
func (*GetValidatorParticipationRequest) ProtoMessage ¶
func (*GetValidatorParticipationRequest) ProtoMessage()
func (*GetValidatorParticipationRequest) ProtoReflect ¶
func (x *GetValidatorParticipationRequest) ProtoReflect() protoreflect.Message
func (*GetValidatorParticipationRequest) Reset ¶
func (x *GetValidatorParticipationRequest) Reset()
func (*GetValidatorParticipationRequest) String ¶
func (x *GetValidatorParticipationRequest) String() string
type GetValidatorParticipationRequest_Epoch ¶
type GetValidatorParticipationRequest_Epoch struct {
Epoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 138-byte string literal not displayed */
}
type GetValidatorParticipationRequest_Genesis ¶
type GetValidatorParticipationRequest_Genesis struct {
Genesis bool `protobuf:"varint,2,opt,name=genesis,proto3,oneof"`
}
type GetValidatorRequest ¶
type GetValidatorRequest struct { // Types that are assignable to QueryFilter: // // *GetValidatorRequest_Index // *GetValidatorRequest_PublicKey QueryFilter isGetValidatorRequest_QueryFilter `protobuf_oneof:"query_filter"` // contains filtered or unexported fields }
func (*GetValidatorRequest) Descriptor
deprecated
func (*GetValidatorRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetValidatorRequest.ProtoReflect.Descriptor instead.
func (*GetValidatorRequest) GetPublicKey ¶
func (x *GetValidatorRequest) GetPublicKey() []byte
func (*GetValidatorRequest) GetQueryFilter ¶
func (m *GetValidatorRequest) GetQueryFilter() isGetValidatorRequest_QueryFilter
func (*GetValidatorRequest) ProtoMessage ¶
func (*GetValidatorRequest) ProtoMessage()
func (*GetValidatorRequest) ProtoReflect ¶
func (x *GetValidatorRequest) ProtoReflect() protoreflect.Message
func (*GetValidatorRequest) Reset ¶
func (x *GetValidatorRequest) Reset()
func (*GetValidatorRequest) String ¶
func (x *GetValidatorRequest) String() string
type GetValidatorRequest_Index ¶
type GetValidatorRequest_Index struct {
Index github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 147-byte string literal not displayed */
}
type GetValidatorRequest_PublicKey ¶
type GetValidatorRequest_PublicKey struct {
PublicKey []byte `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3,oneof" ssz-size:"48"`
}
type HealthClient ¶
type HealthClient interface { // Deprecated: Do not use. StreamBeaconLogs(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (Health_StreamBeaconLogsClient, error) }
HealthClient is the client API for Health service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewHealthClient ¶
func NewHealthClient(cc grpc.ClientConnInterface) HealthClient
type HealthServer ¶
type HealthServer interface { // Deprecated: Do not use. StreamBeaconLogs(*empty.Empty, Health_StreamBeaconLogsServer) error }
HealthServer is the server API for Health service.
type Health_StreamBeaconLogsClient ¶
type Health_StreamBeaconLogsClient interface { Recv() (*LogsResponse, error) grpc.ClientStream }
type Health_StreamBeaconLogsServer ¶
type Health_StreamBeaconLogsServer interface { Send(*LogsResponse) error grpc.ServerStream }
type HighestAttestation ¶
type HighestAttestation struct { ValidatorIndex uint64 `protobuf:"varint,1,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty"` HighestSourceEpoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 209-byte string literal not displayed */ HighestTargetEpoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 209-byte string literal not displayed */ // contains filtered or unexported fields }
func (*HighestAttestation) Descriptor
deprecated
func (*HighestAttestation) Descriptor() ([]byte, []int)
Deprecated: Use HighestAttestation.ProtoReflect.Descriptor instead.
func (*HighestAttestation) GetHighestSourceEpoch ¶
func (x *HighestAttestation) GetHighestSourceEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
func (*HighestAttestation) GetHighestTargetEpoch ¶
func (x *HighestAttestation) GetHighestTargetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
func (*HighestAttestation) GetValidatorIndex ¶
func (x *HighestAttestation) GetValidatorIndex() uint64
func (*HighestAttestation) ProtoMessage ¶
func (*HighestAttestation) ProtoMessage()
func (*HighestAttestation) ProtoReflect ¶
func (x *HighestAttestation) ProtoReflect() protoreflect.Message
func (*HighestAttestation) Reset ¶
func (x *HighestAttestation) Reset()
func (*HighestAttestation) String ¶
func (x *HighestAttestation) String() string
type HighestAttestationRequest ¶
type HighestAttestationRequest struct { ValidatorIndices []uint64 `protobuf:"varint,1,rep,packed,name=validator_indices,json=validatorIndices,proto3" json:"validator_indices,omitempty"` // contains filtered or unexported fields }
func (*HighestAttestationRequest) Descriptor
deprecated
func (*HighestAttestationRequest) Descriptor() ([]byte, []int)
Deprecated: Use HighestAttestationRequest.ProtoReflect.Descriptor instead.
func (*HighestAttestationRequest) GetValidatorIndices ¶
func (x *HighestAttestationRequest) GetValidatorIndices() []uint64
func (*HighestAttestationRequest) ProtoMessage ¶
func (*HighestAttestationRequest) ProtoMessage()
func (*HighestAttestationRequest) ProtoReflect ¶
func (x *HighestAttestationRequest) ProtoReflect() protoreflect.Message
func (*HighestAttestationRequest) Reset ¶
func (x *HighestAttestationRequest) Reset()
func (*HighestAttestationRequest) String ¶
func (x *HighestAttestationRequest) String() string
type HighestAttestationResponse ¶
type HighestAttestationResponse struct { Attestations []*HighestAttestation `protobuf:"bytes,1,rep,name=attestations,proto3" json:"attestations,omitempty"` // contains filtered or unexported fields }
func (*HighestAttestationResponse) Descriptor
deprecated
func (*HighestAttestationResponse) Descriptor() ([]byte, []int)
Deprecated: Use HighestAttestationResponse.ProtoReflect.Descriptor instead.
func (*HighestAttestationResponse) GetAttestations ¶
func (x *HighestAttestationResponse) GetAttestations() []*HighestAttestation
func (*HighestAttestationResponse) ProtoMessage ¶
func (*HighestAttestationResponse) ProtoMessage()
func (*HighestAttestationResponse) ProtoReflect ¶
func (x *HighestAttestationResponse) ProtoReflect() protoreflect.Message
func (*HighestAttestationResponse) Reset ¶
func (x *HighestAttestationResponse) Reset()
func (*HighestAttestationResponse) String ¶
func (x *HighestAttestationResponse) String() string
type HistoricalBatch ¶
type HistoricalBatch struct { BlockRoots [][]byte `protobuf:"bytes,1,rep,name=block_roots,json=blockRoots,proto3" json:"block_roots,omitempty" ssz-size:"8192,32"` StateRoots [][]byte `protobuf:"bytes,2,rep,name=state_roots,json=stateRoots,proto3" json:"state_roots,omitempty" ssz-size:"8192,32"` // contains filtered or unexported fields }
func (*HistoricalBatch) Descriptor
deprecated
func (*HistoricalBatch) Descriptor() ([]byte, []int)
Deprecated: Use HistoricalBatch.ProtoReflect.Descriptor instead.
func (*HistoricalBatch) GetBlockRoots ¶
func (x *HistoricalBatch) GetBlockRoots() [][]byte
func (*HistoricalBatch) GetStateRoots ¶
func (x *HistoricalBatch) GetStateRoots() [][]byte
func (*HistoricalBatch) HashTreeRoot ¶
func (h *HistoricalBatch) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the HistoricalBatch object
func (*HistoricalBatch) HashTreeRootWith ¶
func (h *HistoricalBatch) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the HistoricalBatch object with a hasher
func (*HistoricalBatch) MarshalSSZ ¶
func (h *HistoricalBatch) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the HistoricalBatch object
func (*HistoricalBatch) MarshalSSZTo ¶
func (h *HistoricalBatch) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the HistoricalBatch object to a target array
func (*HistoricalBatch) ProtoMessage ¶
func (*HistoricalBatch) ProtoMessage()
func (*HistoricalBatch) ProtoReflect ¶
func (x *HistoricalBatch) ProtoReflect() protoreflect.Message
func (*HistoricalBatch) Reset ¶
func (x *HistoricalBatch) Reset()
func (*HistoricalBatch) SizeSSZ ¶
func (h *HistoricalBatch) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the HistoricalBatch object
func (*HistoricalBatch) String ¶
func (x *HistoricalBatch) String() string
func (*HistoricalBatch) UnmarshalSSZ ¶
func (h *HistoricalBatch) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the HistoricalBatch object
type HistoricalSummary ¶
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 CopyHistoricalSummaries ¶
func CopyHistoricalSummaries(summaries []*HistoricalSummary) []*HistoricalSummary
CopyHistoricalSummaries copies the historical summaries.
func (*HistoricalSummary) Descriptor
deprecated
func (*HistoricalSummary) Descriptor() ([]byte, []int)
Deprecated: Use HistoricalSummary.ProtoReflect.Descriptor instead.
func (*HistoricalSummary) GetBlockSummaryRoot ¶
func (x *HistoricalSummary) GetBlockSummaryRoot() []byte
func (*HistoricalSummary) GetStateSummaryRoot ¶
func (x *HistoricalSummary) GetStateSummaryRoot() []byte
func (*HistoricalSummary) HashTreeRoot ¶
func (h *HistoricalSummary) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the HistoricalSummary object
func (*HistoricalSummary) HashTreeRootWith ¶
func (h *HistoricalSummary) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the HistoricalSummary object with a hasher
func (*HistoricalSummary) MarshalSSZ ¶
func (h *HistoricalSummary) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the HistoricalSummary object
func (*HistoricalSummary) MarshalSSZTo ¶
func (h *HistoricalSummary) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the HistoricalSummary object to a target array
func (*HistoricalSummary) ProtoMessage ¶
func (*HistoricalSummary) ProtoMessage()
func (*HistoricalSummary) ProtoReflect ¶
func (x *HistoricalSummary) ProtoReflect() protoreflect.Message
func (*HistoricalSummary) Reset ¶
func (x *HistoricalSummary) Reset()
func (*HistoricalSummary) SizeSSZ ¶
func (h *HistoricalSummary) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the HistoricalSummary object
func (*HistoricalSummary) String ¶
func (x *HistoricalSummary) String() string
func (*HistoricalSummary) UnmarshalSSZ ¶
func (h *HistoricalSummary) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the HistoricalSummary object
type HostData ¶
type HostData struct { Addresses []string `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses,omitempty"` PeerId string `protobuf:"bytes,2,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"` Enr string `protobuf:"bytes,3,opt,name=enr,proto3" json:"enr,omitempty"` // contains filtered or unexported fields }
func (*HostData) Descriptor
deprecated
func (*HostData) GetAddresses ¶
func (*HostData) ProtoMessage ¶
func (*HostData) ProtoMessage()
func (*HostData) ProtoReflect ¶
func (x *HostData) ProtoReflect() protoreflect.Message
type ImplementedServices ¶
type ImplementedServices struct { Services []string `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"` // contains filtered or unexported fields }
func (*ImplementedServices) Descriptor
deprecated
func (*ImplementedServices) Descriptor() ([]byte, []int)
Deprecated: Use ImplementedServices.ProtoReflect.Descriptor instead.
func (*ImplementedServices) GetServices ¶
func (x *ImplementedServices) GetServices() []string
func (*ImplementedServices) ProtoMessage ¶
func (*ImplementedServices) ProtoMessage()
func (*ImplementedServices) ProtoReflect ¶
func (x *ImplementedServices) ProtoReflect() protoreflect.Message
func (*ImplementedServices) Reset ¶
func (x *ImplementedServices) Reset()
func (*ImplementedServices) String ¶
func (x *ImplementedServices) String() string
type InclusionSlotRequest ¶
type InclusionSlotRequest struct { Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Slot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 152-byte string literal not displayed */ // contains filtered or unexported fields }
func (*InclusionSlotRequest) Descriptor
deprecated
func (*InclusionSlotRequest) Descriptor() ([]byte, []int)
Deprecated: Use InclusionSlotRequest.ProtoReflect.Descriptor instead.
func (*InclusionSlotRequest) GetId ¶
func (x *InclusionSlotRequest) GetId() uint64
func (*InclusionSlotRequest) GetSlot ¶
func (x *InclusionSlotRequest) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*InclusionSlotRequest) ProtoMessage ¶
func (*InclusionSlotRequest) ProtoMessage()
func (*InclusionSlotRequest) ProtoReflect ¶
func (x *InclusionSlotRequest) ProtoReflect() protoreflect.Message
func (*InclusionSlotRequest) Reset ¶
func (x *InclusionSlotRequest) Reset()
func (*InclusionSlotRequest) String ¶
func (x *InclusionSlotRequest) String() string
type InclusionSlotResponse ¶
type InclusionSlotResponse struct { Slot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 152-byte string literal not displayed */ // contains filtered or unexported fields }
func (*InclusionSlotResponse) Descriptor
deprecated
func (*InclusionSlotResponse) Descriptor() ([]byte, []int)
Deprecated: Use InclusionSlotResponse.ProtoReflect.Descriptor instead.
func (*InclusionSlotResponse) GetSlot ¶
func (x *InclusionSlotResponse) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*InclusionSlotResponse) ProtoMessage ¶
func (*InclusionSlotResponse) ProtoMessage()
func (*InclusionSlotResponse) ProtoReflect ¶
func (x *InclusionSlotResponse) ProtoReflect() protoreflect.Message
func (*InclusionSlotResponse) Reset ¶
func (x *InclusionSlotResponse) Reset()
func (*InclusionSlotResponse) String ¶
func (x *InclusionSlotResponse) String() string
type IndexedAttestation ¶
type IndexedAttestation struct { AttestingIndices []uint64 `` /* 132-byte string literal not displayed */ Data *AttestationData `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` Signature []byte `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func CopyIndexedAttestation ¶
func CopyIndexedAttestation(indexedAtt *IndexedAttestation) *IndexedAttestation
CopyIndexedAttestation copies the provided IndexedAttestation.
func (*IndexedAttestation) Descriptor
deprecated
func (*IndexedAttestation) Descriptor() ([]byte, []int)
Deprecated: Use IndexedAttestation.ProtoReflect.Descriptor instead.
func (*IndexedAttestation) GetAttestingIndices ¶
func (x *IndexedAttestation) GetAttestingIndices() []uint64
func (*IndexedAttestation) GetData ¶
func (x *IndexedAttestation) GetData() *AttestationData
func (*IndexedAttestation) GetSignature ¶
func (x *IndexedAttestation) GetSignature() []byte
func (*IndexedAttestation) HashTreeRoot ¶
func (i *IndexedAttestation) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the IndexedAttestation object
func (*IndexedAttestation) HashTreeRootWith ¶
func (i *IndexedAttestation) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the IndexedAttestation object with a hasher
func (*IndexedAttestation) MarshalSSZ ¶
func (i *IndexedAttestation) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the IndexedAttestation object
func (*IndexedAttestation) MarshalSSZTo ¶
func (i *IndexedAttestation) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the IndexedAttestation object to a target array
func (*IndexedAttestation) ProtoMessage ¶
func (*IndexedAttestation) ProtoMessage()
func (*IndexedAttestation) ProtoReflect ¶
func (x *IndexedAttestation) ProtoReflect() protoreflect.Message
func (*IndexedAttestation) Reset ¶
func (x *IndexedAttestation) Reset()
func (*IndexedAttestation) SizeSSZ ¶
func (i *IndexedAttestation) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the IndexedAttestation object
func (*IndexedAttestation) String ¶
func (x *IndexedAttestation) String() string
func (*IndexedAttestation) UnmarshalSSZ ¶
func (i *IndexedAttestation) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the IndexedAttestation object
type IndividualVotesRequest ¶
type IndividualVotesRequest struct { Epoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 155-byte string literal not displayed */ PublicKeys [][]byte `protobuf:"bytes,2,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty"` Indices []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 175-byte string literal not displayed */ // contains filtered or unexported fields }
func (*IndividualVotesRequest) Descriptor
deprecated
func (*IndividualVotesRequest) Descriptor() ([]byte, []int)
Deprecated: Use IndividualVotesRequest.ProtoReflect.Descriptor instead.
func (*IndividualVotesRequest) GetEpoch ¶
func (x *IndividualVotesRequest) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
func (*IndividualVotesRequest) GetIndices ¶
func (x *IndividualVotesRequest) GetIndices() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*IndividualVotesRequest) GetPublicKeys ¶
func (x *IndividualVotesRequest) GetPublicKeys() [][]byte
func (*IndividualVotesRequest) ProtoMessage ¶
func (*IndividualVotesRequest) ProtoMessage()
func (*IndividualVotesRequest) ProtoReflect ¶
func (x *IndividualVotesRequest) ProtoReflect() protoreflect.Message
func (*IndividualVotesRequest) Reset ¶
func (x *IndividualVotesRequest) Reset()
func (*IndividualVotesRequest) String ¶
func (x *IndividualVotesRequest) String() string
type IndividualVotesRespond ¶
type IndividualVotesRespond struct { IndividualVotes []*IndividualVotesRespond_IndividualVote `protobuf:"bytes,1,rep,name=individual_votes,json=individualVotes,proto3" json:"individual_votes,omitempty"` // contains filtered or unexported fields }
func (*IndividualVotesRespond) Descriptor
deprecated
func (*IndividualVotesRespond) Descriptor() ([]byte, []int)
Deprecated: Use IndividualVotesRespond.ProtoReflect.Descriptor instead.
func (*IndividualVotesRespond) GetIndividualVotes ¶
func (x *IndividualVotesRespond) GetIndividualVotes() []*IndividualVotesRespond_IndividualVote
func (*IndividualVotesRespond) ProtoMessage ¶
func (*IndividualVotesRespond) ProtoMessage()
func (*IndividualVotesRespond) ProtoReflect ¶
func (x *IndividualVotesRespond) ProtoReflect() protoreflect.Message
func (*IndividualVotesRespond) Reset ¶
func (x *IndividualVotesRespond) Reset()
func (*IndividualVotesRespond) String ¶
func (x *IndividualVotesRespond) String() string
type IndividualVotesRespond_IndividualVote ¶
type IndividualVotesRespond_IndividualVote struct { Epoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 155-byte string literal not displayed */ PublicKey []byte `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` ValidatorIndex github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 204-byte string literal not displayed */ IsSlashed bool `protobuf:"varint,4,opt,name=is_slashed,json=isSlashed,proto3" json:"is_slashed,omitempty"` IsWithdrawableInCurrentEpoch bool `` /* 152-byte string literal not displayed */ IsActiveInCurrentEpoch bool `` /* 134-byte string literal not displayed */ IsActiveInPreviousEpoch bool `` /* 137-byte string literal not displayed */ IsCurrentEpochAttester bool `` /* 132-byte string literal not displayed */ IsCurrentEpochTargetAttester bool `` /* 152-byte string literal not displayed */ IsPreviousEpochAttester bool `` /* 136-byte string literal not displayed */ IsPreviousEpochTargetAttester bool `` /* 156-byte string literal not displayed */ IsPreviousEpochHeadAttester bool `` /* 150-byte string literal not displayed */ CurrentEpochEffectiveBalanceGwei uint64 `` /* 165-byte string literal not displayed */ // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto. InclusionSlot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 192-byte string literal not displayed */ // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto. InclusionDistance github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 204-byte string literal not displayed */ InactivityScore uint64 `protobuf:"varint,16,opt,name=inactivity_score,json=inactivityScore,proto3" json:"inactivity_score,omitempty"` // contains filtered or unexported fields }
func (*IndividualVotesRespond_IndividualVote) Descriptor
deprecated
func (*IndividualVotesRespond_IndividualVote) Descriptor() ([]byte, []int)
Deprecated: Use IndividualVotesRespond_IndividualVote.ProtoReflect.Descriptor instead.
func (*IndividualVotesRespond_IndividualVote) GetCurrentEpochEffectiveBalanceGwei ¶
func (x *IndividualVotesRespond_IndividualVote) GetCurrentEpochEffectiveBalanceGwei() uint64
func (*IndividualVotesRespond_IndividualVote) GetInactivityScore ¶
func (x *IndividualVotesRespond_IndividualVote) GetInactivityScore() uint64
func (*IndividualVotesRespond_IndividualVote) GetInclusionDistance
deprecated
func (x *IndividualVotesRespond_IndividualVote) GetInclusionDistance() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.
func (*IndividualVotesRespond_IndividualVote) GetInclusionSlot
deprecated
func (x *IndividualVotesRespond_IndividualVote) GetInclusionSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.
func (*IndividualVotesRespond_IndividualVote) GetIsActiveInCurrentEpoch ¶
func (x *IndividualVotesRespond_IndividualVote) GetIsActiveInCurrentEpoch() bool
func (*IndividualVotesRespond_IndividualVote) GetIsActiveInPreviousEpoch ¶
func (x *IndividualVotesRespond_IndividualVote) GetIsActiveInPreviousEpoch() bool
func (*IndividualVotesRespond_IndividualVote) GetIsCurrentEpochAttester ¶
func (x *IndividualVotesRespond_IndividualVote) GetIsCurrentEpochAttester() bool
func (*IndividualVotesRespond_IndividualVote) GetIsCurrentEpochTargetAttester ¶
func (x *IndividualVotesRespond_IndividualVote) GetIsCurrentEpochTargetAttester() bool
func (*IndividualVotesRespond_IndividualVote) GetIsPreviousEpochAttester ¶
func (x *IndividualVotesRespond_IndividualVote) GetIsPreviousEpochAttester() bool
func (*IndividualVotesRespond_IndividualVote) GetIsPreviousEpochHeadAttester ¶
func (x *IndividualVotesRespond_IndividualVote) GetIsPreviousEpochHeadAttester() bool
func (*IndividualVotesRespond_IndividualVote) GetIsPreviousEpochTargetAttester ¶
func (x *IndividualVotesRespond_IndividualVote) GetIsPreviousEpochTargetAttester() bool
func (*IndividualVotesRespond_IndividualVote) GetIsSlashed ¶
func (x *IndividualVotesRespond_IndividualVote) GetIsSlashed() bool
func (*IndividualVotesRespond_IndividualVote) GetIsWithdrawableInCurrentEpoch ¶
func (x *IndividualVotesRespond_IndividualVote) GetIsWithdrawableInCurrentEpoch() bool
func (*IndividualVotesRespond_IndividualVote) GetPublicKey ¶
func (x *IndividualVotesRespond_IndividualVote) GetPublicKey() []byte
func (*IndividualVotesRespond_IndividualVote) GetValidatorIndex ¶
func (x *IndividualVotesRespond_IndividualVote) GetValidatorIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*IndividualVotesRespond_IndividualVote) ProtoMessage ¶
func (*IndividualVotesRespond_IndividualVote) ProtoMessage()
func (*IndividualVotesRespond_IndividualVote) ProtoReflect ¶
func (x *IndividualVotesRespond_IndividualVote) ProtoReflect() protoreflect.Message
func (*IndividualVotesRespond_IndividualVote) Reset ¶
func (x *IndividualVotesRespond_IndividualVote) Reset()
func (*IndividualVotesRespond_IndividualVote) String ¶
func (x *IndividualVotesRespond_IndividualVote) String() string
type LatestETH1Data ¶
type LatestETH1Data struct { BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` BlockTime uint64 `protobuf:"varint,3,opt,name=block_time,json=blockTime,proto3" json:"block_time,omitempty"` BlockHash []byte `protobuf:"bytes,4,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"` LastRequestedBlock uint64 `protobuf:"varint,5,opt,name=last_requested_block,json=lastRequestedBlock,proto3" json:"last_requested_block,omitempty"` // contains filtered or unexported fields }
func (*LatestETH1Data) Descriptor
deprecated
func (*LatestETH1Data) Descriptor() ([]byte, []int)
Deprecated: Use LatestETH1Data.ProtoReflect.Descriptor instead.
func (*LatestETH1Data) GetBlockHash ¶
func (x *LatestETH1Data) GetBlockHash() []byte
func (*LatestETH1Data) GetBlockHeight ¶
func (x *LatestETH1Data) GetBlockHeight() uint64
func (*LatestETH1Data) GetBlockTime ¶
func (x *LatestETH1Data) GetBlockTime() uint64
func (*LatestETH1Data) GetLastRequestedBlock ¶
func (x *LatestETH1Data) GetLastRequestedBlock() uint64
func (*LatestETH1Data) ProtoMessage ¶
func (*LatestETH1Data) ProtoMessage()
func (*LatestETH1Data) ProtoReflect ¶
func (x *LatestETH1Data) ProtoReflect() protoreflect.Message
func (*LatestETH1Data) Reset ¶
func (x *LatestETH1Data) Reset()
func (*LatestETH1Data) String ¶
func (x *LatestETH1Data) String() string
type ListAttestationsRequest ¶
type ListAttestationsRequest struct { // Types that are assignable to QueryFilter: // // *ListAttestationsRequest_Epoch // *ListAttestationsRequest_GenesisEpoch QueryFilter isListAttestationsRequest_QueryFilter `protobuf_oneof:"query_filter"` PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
func (*ListAttestationsRequest) Descriptor
deprecated
func (*ListAttestationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListAttestationsRequest.ProtoReflect.Descriptor instead.
func (*ListAttestationsRequest) GetEpoch ¶
func (x *ListAttestationsRequest) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
func (*ListAttestationsRequest) GetGenesisEpoch ¶
func (x *ListAttestationsRequest) GetGenesisEpoch() bool
func (*ListAttestationsRequest) GetPageSize ¶
func (x *ListAttestationsRequest) GetPageSize() int32
func (*ListAttestationsRequest) GetPageToken ¶
func (x *ListAttestationsRequest) GetPageToken() string
func (*ListAttestationsRequest) GetQueryFilter ¶
func (m *ListAttestationsRequest) GetQueryFilter() isListAttestationsRequest_QueryFilter
func (*ListAttestationsRequest) ProtoMessage ¶
func (*ListAttestationsRequest) ProtoMessage()
func (*ListAttestationsRequest) ProtoReflect ¶
func (x *ListAttestationsRequest) ProtoReflect() protoreflect.Message
func (*ListAttestationsRequest) Reset ¶
func (x *ListAttestationsRequest) Reset()
func (*ListAttestationsRequest) String ¶
func (x *ListAttestationsRequest) String() string
type ListAttestationsRequest_Epoch ¶
type ListAttestationsRequest_Epoch struct {
Epoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 138-byte string literal not displayed */
}
type ListAttestationsRequest_GenesisEpoch ¶
type ListAttestationsRequest_GenesisEpoch struct {
GenesisEpoch bool `protobuf:"varint,2,opt,name=genesis_epoch,json=genesisEpoch,proto3,oneof"`
}
type ListAttestationsResponse ¶
type ListAttestationsResponse struct { Attestations []*Attestation `protobuf:"bytes,1,rep,name=attestations,proto3" json:"attestations,omitempty"` NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` TotalSize int32 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // contains filtered or unexported fields }
func (*ListAttestationsResponse) Descriptor
deprecated
func (*ListAttestationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListAttestationsResponse.ProtoReflect.Descriptor instead.
func (*ListAttestationsResponse) GetAttestations ¶
func (x *ListAttestationsResponse) GetAttestations() []*Attestation
func (*ListAttestationsResponse) GetNextPageToken ¶
func (x *ListAttestationsResponse) GetNextPageToken() string
func (*ListAttestationsResponse) GetTotalSize ¶
func (x *ListAttestationsResponse) GetTotalSize() int32
func (*ListAttestationsResponse) ProtoMessage ¶
func (*ListAttestationsResponse) ProtoMessage()
func (*ListAttestationsResponse) ProtoReflect ¶
func (x *ListAttestationsResponse) ProtoReflect() protoreflect.Message
func (*ListAttestationsResponse) Reset ¶
func (x *ListAttestationsResponse) Reset()
func (*ListAttestationsResponse) String ¶
func (x *ListAttestationsResponse) String() string
type ListBeaconBlocksResponse ¶
type ListBeaconBlocksResponse struct { BlockContainers []*BeaconBlockContainer `protobuf:"bytes,1,rep,name=block_containers,json=blockContainers,proto3" json:"block_containers,omitempty"` NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` TotalSize int32 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // contains filtered or unexported fields }
func (*ListBeaconBlocksResponse) Descriptor
deprecated
func (*ListBeaconBlocksResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListBeaconBlocksResponse.ProtoReflect.Descriptor instead.
func (*ListBeaconBlocksResponse) GetBlockContainers ¶
func (x *ListBeaconBlocksResponse) GetBlockContainers() []*BeaconBlockContainer
func (*ListBeaconBlocksResponse) GetNextPageToken ¶
func (x *ListBeaconBlocksResponse) GetNextPageToken() string
func (*ListBeaconBlocksResponse) GetTotalSize ¶
func (x *ListBeaconBlocksResponse) GetTotalSize() int32
func (*ListBeaconBlocksResponse) ProtoMessage ¶
func (*ListBeaconBlocksResponse) ProtoMessage()
func (*ListBeaconBlocksResponse) ProtoReflect ¶
func (x *ListBeaconBlocksResponse) ProtoReflect() protoreflect.Message
func (*ListBeaconBlocksResponse) Reset ¶
func (x *ListBeaconBlocksResponse) Reset()
func (*ListBeaconBlocksResponse) String ¶
func (x *ListBeaconBlocksResponse) String() string
type ListBlocksRequest ¶
type ListBlocksRequest struct { // Types that are assignable to QueryFilter: // // *ListBlocksRequest_Root // *ListBlocksRequest_Slot // *ListBlocksRequest_Epoch // *ListBlocksRequest_Genesis QueryFilter isListBlocksRequest_QueryFilter `protobuf_oneof:"query_filter"` PageSize int32 `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,6,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
func (*ListBlocksRequest) Descriptor
deprecated
func (*ListBlocksRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListBlocksRequest.ProtoReflect.Descriptor instead.
func (*ListBlocksRequest) GetEpoch ¶
func (x *ListBlocksRequest) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
func (*ListBlocksRequest) GetGenesis ¶
func (x *ListBlocksRequest) GetGenesis() bool
func (*ListBlocksRequest) GetPageSize ¶
func (x *ListBlocksRequest) GetPageSize() int32
func (*ListBlocksRequest) GetPageToken ¶
func (x *ListBlocksRequest) GetPageToken() string
func (*ListBlocksRequest) GetQueryFilter ¶
func (m *ListBlocksRequest) GetQueryFilter() isListBlocksRequest_QueryFilter
func (*ListBlocksRequest) GetRoot ¶
func (x *ListBlocksRequest) GetRoot() []byte
func (*ListBlocksRequest) GetSlot ¶
func (x *ListBlocksRequest) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*ListBlocksRequest) ProtoMessage ¶
func (*ListBlocksRequest) ProtoMessage()
func (*ListBlocksRequest) ProtoReflect ¶
func (x *ListBlocksRequest) ProtoReflect() protoreflect.Message
func (*ListBlocksRequest) Reset ¶
func (x *ListBlocksRequest) Reset()
func (*ListBlocksRequest) String ¶
func (x *ListBlocksRequest) String() string
type ListBlocksRequest_Epoch ¶
type ListBlocksRequest_Epoch struct {
Epoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 138-byte string literal not displayed */
}
type ListBlocksRequest_Genesis ¶
type ListBlocksRequest_Genesis struct {
Genesis bool `protobuf:"varint,4,opt,name=genesis,proto3,oneof"`
}
type ListBlocksRequest_Root ¶
type ListBlocksRequest_Root struct {
Root []byte `protobuf:"bytes,1,opt,name=root,proto3,oneof"`
}
type ListBlocksRequest_Slot ¶
type ListBlocksRequest_Slot struct {
Slot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 136-byte string literal not displayed */
}
type ListCommitteesRequest ¶
type ListCommitteesRequest struct { // Types that are assignable to QueryFilter: // // *ListCommitteesRequest_Epoch // *ListCommitteesRequest_Genesis QueryFilter isListCommitteesRequest_QueryFilter `protobuf_oneof:"query_filter"` // contains filtered or unexported fields }
func (*ListCommitteesRequest) Descriptor
deprecated
func (*ListCommitteesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListCommitteesRequest.ProtoReflect.Descriptor instead.
func (*ListCommitteesRequest) GetEpoch ¶
func (x *ListCommitteesRequest) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
func (*ListCommitteesRequest) GetGenesis ¶
func (x *ListCommitteesRequest) GetGenesis() bool
func (*ListCommitteesRequest) GetQueryFilter ¶
func (m *ListCommitteesRequest) GetQueryFilter() isListCommitteesRequest_QueryFilter
func (*ListCommitteesRequest) ProtoMessage ¶
func (*ListCommitteesRequest) ProtoMessage()
func (*ListCommitteesRequest) ProtoReflect ¶
func (x *ListCommitteesRequest) ProtoReflect() protoreflect.Message
func (*ListCommitteesRequest) Reset ¶
func (x *ListCommitteesRequest) Reset()
func (*ListCommitteesRequest) String ¶
func (x *ListCommitteesRequest) String() string
type ListCommitteesRequest_Epoch ¶
type ListCommitteesRequest_Epoch struct {
Epoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 138-byte string literal not displayed */
}
type ListCommitteesRequest_Genesis ¶
type ListCommitteesRequest_Genesis struct {
Genesis bool `protobuf:"varint,2,opt,name=genesis,proto3,oneof"`
}
type ListIndexedAttestationsRequest ¶
type ListIndexedAttestationsRequest struct { // Types that are assignable to QueryFilter: // // *ListIndexedAttestationsRequest_Epoch // *ListIndexedAttestationsRequest_GenesisEpoch QueryFilter isListIndexedAttestationsRequest_QueryFilter `protobuf_oneof:"query_filter"` PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
func (*ListIndexedAttestationsRequest) Descriptor
deprecated
func (*ListIndexedAttestationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListIndexedAttestationsRequest.ProtoReflect.Descriptor instead.
func (*ListIndexedAttestationsRequest) GetGenesisEpoch ¶
func (x *ListIndexedAttestationsRequest) GetGenesisEpoch() bool
func (*ListIndexedAttestationsRequest) GetPageSize ¶
func (x *ListIndexedAttestationsRequest) GetPageSize() int32
func (*ListIndexedAttestationsRequest) GetPageToken ¶
func (x *ListIndexedAttestationsRequest) GetPageToken() string
func (*ListIndexedAttestationsRequest) GetQueryFilter ¶
func (m *ListIndexedAttestationsRequest) GetQueryFilter() isListIndexedAttestationsRequest_QueryFilter
func (*ListIndexedAttestationsRequest) ProtoMessage ¶
func (*ListIndexedAttestationsRequest) ProtoMessage()
func (*ListIndexedAttestationsRequest) ProtoReflect ¶
func (x *ListIndexedAttestationsRequest) ProtoReflect() protoreflect.Message
func (*ListIndexedAttestationsRequest) Reset ¶
func (x *ListIndexedAttestationsRequest) Reset()
func (*ListIndexedAttestationsRequest) String ¶
func (x *ListIndexedAttestationsRequest) String() string
type ListIndexedAttestationsRequest_Epoch ¶
type ListIndexedAttestationsRequest_Epoch struct {
Epoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 138-byte string literal not displayed */
}
type ListIndexedAttestationsRequest_GenesisEpoch ¶
type ListIndexedAttestationsRequest_GenesisEpoch struct {
GenesisEpoch bool `protobuf:"varint,2,opt,name=genesis_epoch,json=genesisEpoch,proto3,oneof"`
}
type ListIndexedAttestationsResponse ¶
type ListIndexedAttestationsResponse struct { IndexedAttestations []*IndexedAttestation `protobuf:"bytes,1,rep,name=indexed_attestations,json=indexedAttestations,proto3" json:"indexed_attestations,omitempty"` NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` TotalSize int32 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // contains filtered or unexported fields }
func (*ListIndexedAttestationsResponse) Descriptor
deprecated
func (*ListIndexedAttestationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListIndexedAttestationsResponse.ProtoReflect.Descriptor instead.
func (*ListIndexedAttestationsResponse) GetIndexedAttestations ¶
func (x *ListIndexedAttestationsResponse) GetIndexedAttestations() []*IndexedAttestation
func (*ListIndexedAttestationsResponse) GetNextPageToken ¶
func (x *ListIndexedAttestationsResponse) GetNextPageToken() string
func (*ListIndexedAttestationsResponse) GetTotalSize ¶
func (x *ListIndexedAttestationsResponse) GetTotalSize() int32
func (*ListIndexedAttestationsResponse) ProtoMessage ¶
func (*ListIndexedAttestationsResponse) ProtoMessage()
func (*ListIndexedAttestationsResponse) ProtoReflect ¶
func (x *ListIndexedAttestationsResponse) ProtoReflect() protoreflect.Message
func (*ListIndexedAttestationsResponse) Reset ¶
func (x *ListIndexedAttestationsResponse) Reset()
func (*ListIndexedAttestationsResponse) String ¶
func (x *ListIndexedAttestationsResponse) String() string
type ListValidatorAssignmentsRequest ¶
type ListValidatorAssignmentsRequest struct { // Types that are assignable to QueryFilter: // // *ListValidatorAssignmentsRequest_Epoch // *ListValidatorAssignmentsRequest_Genesis QueryFilter isListValidatorAssignmentsRequest_QueryFilter `protobuf_oneof:"query_filter"` PublicKeys [][]byte `protobuf:"bytes,3,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty" ssz-size:"?,48"` Indices []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 175-byte string literal not displayed */ PageSize int32 `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,6,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
func (*ListValidatorAssignmentsRequest) Descriptor
deprecated
func (*ListValidatorAssignmentsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListValidatorAssignmentsRequest.ProtoReflect.Descriptor instead.
func (*ListValidatorAssignmentsRequest) GetGenesis ¶
func (x *ListValidatorAssignmentsRequest) GetGenesis() bool
func (*ListValidatorAssignmentsRequest) GetIndices ¶
func (x *ListValidatorAssignmentsRequest) GetIndices() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*ListValidatorAssignmentsRequest) GetPageSize ¶
func (x *ListValidatorAssignmentsRequest) GetPageSize() int32
func (*ListValidatorAssignmentsRequest) GetPageToken ¶
func (x *ListValidatorAssignmentsRequest) GetPageToken() string
func (*ListValidatorAssignmentsRequest) GetPublicKeys ¶
func (x *ListValidatorAssignmentsRequest) GetPublicKeys() [][]byte
func (*ListValidatorAssignmentsRequest) GetQueryFilter ¶
func (m *ListValidatorAssignmentsRequest) GetQueryFilter() isListValidatorAssignmentsRequest_QueryFilter
func (*ListValidatorAssignmentsRequest) ProtoMessage ¶
func (*ListValidatorAssignmentsRequest) ProtoMessage()
func (*ListValidatorAssignmentsRequest) ProtoReflect ¶
func (x *ListValidatorAssignmentsRequest) ProtoReflect() protoreflect.Message
func (*ListValidatorAssignmentsRequest) Reset ¶
func (x *ListValidatorAssignmentsRequest) Reset()
func (*ListValidatorAssignmentsRequest) String ¶
func (x *ListValidatorAssignmentsRequest) String() string
type ListValidatorAssignmentsRequest_Epoch ¶
type ListValidatorAssignmentsRequest_Epoch struct {
Epoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 138-byte string literal not displayed */
}
type ListValidatorAssignmentsRequest_Genesis ¶
type ListValidatorAssignmentsRequest_Genesis struct {
Genesis bool `protobuf:"varint,2,opt,name=genesis,proto3,oneof"`
}
type ListValidatorBalancesRequest ¶
type ListValidatorBalancesRequest struct { // Types that are assignable to QueryFilter: // // *ListValidatorBalancesRequest_Epoch // *ListValidatorBalancesRequest_Genesis QueryFilter isListValidatorBalancesRequest_QueryFilter `protobuf_oneof:"query_filter"` PublicKeys [][]byte `protobuf:"bytes,3,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty" ssz-size:"?,48"` Indices []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 175-byte string literal not displayed */ PageSize int32 `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,6,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
func (*ListValidatorBalancesRequest) Descriptor
deprecated
func (*ListValidatorBalancesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListValidatorBalancesRequest.ProtoReflect.Descriptor instead.
func (*ListValidatorBalancesRequest) GetGenesis ¶
func (x *ListValidatorBalancesRequest) GetGenesis() bool
func (*ListValidatorBalancesRequest) GetIndices ¶
func (x *ListValidatorBalancesRequest) GetIndices() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*ListValidatorBalancesRequest) GetPageSize ¶
func (x *ListValidatorBalancesRequest) GetPageSize() int32
func (*ListValidatorBalancesRequest) GetPageToken ¶
func (x *ListValidatorBalancesRequest) GetPageToken() string
func (*ListValidatorBalancesRequest) GetPublicKeys ¶
func (x *ListValidatorBalancesRequest) GetPublicKeys() [][]byte
func (*ListValidatorBalancesRequest) GetQueryFilter ¶
func (m *ListValidatorBalancesRequest) GetQueryFilter() isListValidatorBalancesRequest_QueryFilter
func (*ListValidatorBalancesRequest) ProtoMessage ¶
func (*ListValidatorBalancesRequest) ProtoMessage()
func (*ListValidatorBalancesRequest) ProtoReflect ¶
func (x *ListValidatorBalancesRequest) ProtoReflect() protoreflect.Message
func (*ListValidatorBalancesRequest) Reset ¶
func (x *ListValidatorBalancesRequest) Reset()
func (*ListValidatorBalancesRequest) String ¶
func (x *ListValidatorBalancesRequest) String() string
type ListValidatorBalancesRequest_Epoch ¶
type ListValidatorBalancesRequest_Epoch struct {
Epoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 138-byte string literal not displayed */
}
type ListValidatorBalancesRequest_Genesis ¶
type ListValidatorBalancesRequest_Genesis struct {
Genesis bool `protobuf:"varint,2,opt,name=genesis,proto3,oneof"`
}
type ListValidatorsRequest ¶
type ListValidatorsRequest struct { // Types that are assignable to QueryFilter: // // *ListValidatorsRequest_Epoch // *ListValidatorsRequest_Genesis QueryFilter isListValidatorsRequest_QueryFilter `protobuf_oneof:"query_filter"` Active bool `protobuf:"varint,3,opt,name=active,proto3" json:"active,omitempty"` PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,5,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` PublicKeys [][]byte `protobuf:"bytes,6,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty"` Indices []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 175-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ListValidatorsRequest) Descriptor
deprecated
func (*ListValidatorsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListValidatorsRequest.ProtoReflect.Descriptor instead.
func (*ListValidatorsRequest) GetActive ¶
func (x *ListValidatorsRequest) GetActive() bool
func (*ListValidatorsRequest) GetEpoch ¶
func (x *ListValidatorsRequest) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
func (*ListValidatorsRequest) GetGenesis ¶
func (x *ListValidatorsRequest) GetGenesis() bool
func (*ListValidatorsRequest) GetIndices ¶
func (x *ListValidatorsRequest) GetIndices() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*ListValidatorsRequest) GetPageSize ¶
func (x *ListValidatorsRequest) GetPageSize() int32
func (*ListValidatorsRequest) GetPageToken ¶
func (x *ListValidatorsRequest) GetPageToken() string
func (*ListValidatorsRequest) GetPublicKeys ¶
func (x *ListValidatorsRequest) GetPublicKeys() [][]byte
func (*ListValidatorsRequest) GetQueryFilter ¶
func (m *ListValidatorsRequest) GetQueryFilter() isListValidatorsRequest_QueryFilter
func (*ListValidatorsRequest) ProtoMessage ¶
func (*ListValidatorsRequest) ProtoMessage()
func (*ListValidatorsRequest) ProtoReflect ¶
func (x *ListValidatorsRequest) ProtoReflect() protoreflect.Message
func (*ListValidatorsRequest) Reset ¶
func (x *ListValidatorsRequest) Reset()
func (*ListValidatorsRequest) String ¶
func (x *ListValidatorsRequest) String() string
type ListValidatorsRequest_Epoch ¶
type ListValidatorsRequest_Epoch struct {
Epoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 138-byte string literal not displayed */
}
type ListValidatorsRequest_Genesis ¶
type ListValidatorsRequest_Genesis struct {
Genesis bool `protobuf:"varint,2,opt,name=genesis,proto3,oneof"`
}
type LoggingLevelRequest ¶
type LoggingLevelRequest struct { Level LoggingLevelRequest_Level `protobuf:"varint,1,opt,name=level,proto3,enum=ethereum.eth.v1alpha1.LoggingLevelRequest_Level" json:"level,omitempty"` // contains filtered or unexported fields }
func (*LoggingLevelRequest) Descriptor
deprecated
func (*LoggingLevelRequest) Descriptor() ([]byte, []int)
Deprecated: Use LoggingLevelRequest.ProtoReflect.Descriptor instead.
func (*LoggingLevelRequest) GetLevel ¶
func (x *LoggingLevelRequest) GetLevel() LoggingLevelRequest_Level
func (*LoggingLevelRequest) ProtoMessage ¶
func (*LoggingLevelRequest) ProtoMessage()
func (*LoggingLevelRequest) ProtoReflect ¶
func (x *LoggingLevelRequest) ProtoReflect() protoreflect.Message
func (*LoggingLevelRequest) Reset ¶
func (x *LoggingLevelRequest) Reset()
func (*LoggingLevelRequest) String ¶
func (x *LoggingLevelRequest) String() string
type LoggingLevelRequest_Level ¶
type LoggingLevelRequest_Level int32
const ( LoggingLevelRequest_INFO LoggingLevelRequest_Level = 0 LoggingLevelRequest_DEBUG LoggingLevelRequest_Level = 1 LoggingLevelRequest_TRACE LoggingLevelRequest_Level = 2 )
func (LoggingLevelRequest_Level) Descriptor ¶
func (LoggingLevelRequest_Level) Descriptor() protoreflect.EnumDescriptor
func (LoggingLevelRequest_Level) Enum ¶
func (x LoggingLevelRequest_Level) Enum() *LoggingLevelRequest_Level
func (LoggingLevelRequest_Level) EnumDescriptor
deprecated
func (LoggingLevelRequest_Level) EnumDescriptor() ([]byte, []int)
Deprecated: Use LoggingLevelRequest_Level.Descriptor instead.
func (LoggingLevelRequest_Level) Number ¶
func (x LoggingLevelRequest_Level) Number() protoreflect.EnumNumber
func (LoggingLevelRequest_Level) String ¶
func (x LoggingLevelRequest_Level) String() string
func (LoggingLevelRequest_Level) Type ¶
func (LoggingLevelRequest_Level) Type() protoreflect.EnumType
type LogsResponse
deprecated
type LogsResponse struct { Logs []string `protobuf:"bytes,1,rep,name=logs,proto3" json:"logs,omitempty"` // contains filtered or unexported fields }
Deprecated: Marked as deprecated in proto/prysm/v1alpha1/health.proto.
func (*LogsResponse) Descriptor
deprecated
func (*LogsResponse) Descriptor() ([]byte, []int)
Deprecated: Use LogsResponse.ProtoReflect.Descriptor instead.
func (*LogsResponse) GetLogs ¶
func (x *LogsResponse) GetLogs() []string
func (*LogsResponse) ProtoMessage ¶
func (*LogsResponse) ProtoMessage()
func (*LogsResponse) ProtoReflect ¶
func (x *LogsResponse) ProtoReflect() protoreflect.Message
func (*LogsResponse) Reset ¶
func (x *LogsResponse) Reset()
func (*LogsResponse) String ¶
func (x *LogsResponse) String() string
type MetaDataV0 ¶
type MetaDataV0 struct { SeqNumber uint64 `protobuf:"varint,1,opt,name=seq_number,json=seqNumber,proto3" json:"seq_number,omitempty"` Attnets github_com_prysmaticlabs_go_bitfield.Bitvector64 `` /* 141-byte string literal not displayed */ // contains filtered or unexported fields }
func (*MetaDataV0) Descriptor
deprecated
func (*MetaDataV0) Descriptor() ([]byte, []int)
Deprecated: Use MetaDataV0.ProtoReflect.Descriptor instead.
func (*MetaDataV0) GetAttnets ¶
func (x *MetaDataV0) GetAttnets() github_com_prysmaticlabs_go_bitfield.Bitvector64
func (*MetaDataV0) GetSeqNumber ¶
func (x *MetaDataV0) GetSeqNumber() uint64
func (*MetaDataV0) HashTreeRoot ¶
func (m *MetaDataV0) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the MetaDataV0 object
func (*MetaDataV0) HashTreeRootWith ¶
func (m *MetaDataV0) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the MetaDataV0 object with a hasher
func (*MetaDataV0) MarshalSSZ ¶
func (m *MetaDataV0) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the MetaDataV0 object
func (*MetaDataV0) MarshalSSZTo ¶
func (m *MetaDataV0) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the MetaDataV0 object to a target array
func (*MetaDataV0) ProtoMessage ¶
func (*MetaDataV0) ProtoMessage()
func (*MetaDataV0) ProtoReflect ¶
func (x *MetaDataV0) ProtoReflect() protoreflect.Message
func (*MetaDataV0) Reset ¶
func (x *MetaDataV0) Reset()
func (*MetaDataV0) SizeSSZ ¶
func (m *MetaDataV0) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the MetaDataV0 object
func (*MetaDataV0) String ¶
func (x *MetaDataV0) String() string
func (*MetaDataV0) UnmarshalSSZ ¶
func (m *MetaDataV0) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the MetaDataV0 object
type MetaDataV1 ¶
type MetaDataV1 struct { SeqNumber uint64 `protobuf:"varint,1,opt,name=seq_number,json=seqNumber,proto3" json:"seq_number,omitempty"` Attnets github_com_prysmaticlabs_go_bitfield.Bitvector64 `` /* 141-byte string literal not displayed */ Syncnets github_com_prysmaticlabs_go_bitfield.Bitvector4 `` /* 142-byte string literal not displayed */ // contains filtered or unexported fields }
func (*MetaDataV1) Descriptor
deprecated
func (*MetaDataV1) Descriptor() ([]byte, []int)
Deprecated: Use MetaDataV1.ProtoReflect.Descriptor instead.
func (*MetaDataV1) GetAttnets ¶
func (x *MetaDataV1) GetAttnets() github_com_prysmaticlabs_go_bitfield.Bitvector64
func (*MetaDataV1) GetSeqNumber ¶
func (x *MetaDataV1) GetSeqNumber() uint64
func (*MetaDataV1) GetSyncnets ¶
func (x *MetaDataV1) GetSyncnets() github_com_prysmaticlabs_go_bitfield.Bitvector4
func (*MetaDataV1) HashTreeRoot ¶
func (m *MetaDataV1) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the MetaDataV1 object
func (*MetaDataV1) HashTreeRootWith ¶
func (m *MetaDataV1) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the MetaDataV1 object with a hasher
func (*MetaDataV1) MarshalSSZ ¶
func (m *MetaDataV1) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the MetaDataV1 object
func (*MetaDataV1) MarshalSSZTo ¶
func (m *MetaDataV1) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the MetaDataV1 object to a target array
func (*MetaDataV1) ProtoMessage ¶
func (*MetaDataV1) ProtoMessage()
func (*MetaDataV1) ProtoReflect ¶
func (x *MetaDataV1) ProtoReflect() protoreflect.Message
func (*MetaDataV1) Reset ¶
func (x *MetaDataV1) Reset()
func (*MetaDataV1) SizeSSZ ¶
func (m *MetaDataV1) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the MetaDataV1 object
func (*MetaDataV1) String ¶
func (x *MetaDataV1) String() string
func (*MetaDataV1) UnmarshalSSZ ¶
func (m *MetaDataV1) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the MetaDataV1 object
type MultipleValidatorStatusRequest ¶
type MultipleValidatorStatusRequest struct { PublicKeys [][]byte `protobuf:"bytes,1,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty" ssz-size:"?,48"` Indices []int64 `protobuf:"varint,2,rep,packed,name=indices,proto3" json:"indices,omitempty"` // contains filtered or unexported fields }
func (*MultipleValidatorStatusRequest) Descriptor
deprecated
func (*MultipleValidatorStatusRequest) Descriptor() ([]byte, []int)
Deprecated: Use MultipleValidatorStatusRequest.ProtoReflect.Descriptor instead.
func (*MultipleValidatorStatusRequest) GetIndices ¶
func (x *MultipleValidatorStatusRequest) GetIndices() []int64
func (*MultipleValidatorStatusRequest) GetPublicKeys ¶
func (x *MultipleValidatorStatusRequest) GetPublicKeys() [][]byte
func (*MultipleValidatorStatusRequest) ProtoMessage ¶
func (*MultipleValidatorStatusRequest) ProtoMessage()
func (*MultipleValidatorStatusRequest) ProtoReflect ¶
func (x *MultipleValidatorStatusRequest) ProtoReflect() protoreflect.Message
func (*MultipleValidatorStatusRequest) Reset ¶
func (x *MultipleValidatorStatusRequest) Reset()
func (*MultipleValidatorStatusRequest) String ¶
func (x *MultipleValidatorStatusRequest) String() string
type MultipleValidatorStatusResponse ¶
type MultipleValidatorStatusResponse struct { PublicKeys [][]byte `protobuf:"bytes,1,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty" ssz-size:"?,48"` Statuses []*ValidatorStatusResponse `protobuf:"bytes,2,rep,name=statuses,proto3" json:"statuses,omitempty"` Indices []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 175-byte string literal not displayed */ // contains filtered or unexported fields }
func (*MultipleValidatorStatusResponse) Descriptor
deprecated
func (*MultipleValidatorStatusResponse) Descriptor() ([]byte, []int)
Deprecated: Use MultipleValidatorStatusResponse.ProtoReflect.Descriptor instead.
func (*MultipleValidatorStatusResponse) GetIndices ¶
func (x *MultipleValidatorStatusResponse) GetIndices() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*MultipleValidatorStatusResponse) GetPublicKeys ¶
func (x *MultipleValidatorStatusResponse) GetPublicKeys() [][]byte
func (*MultipleValidatorStatusResponse) GetStatuses ¶
func (x *MultipleValidatorStatusResponse) GetStatuses() []*ValidatorStatusResponse
func (*MultipleValidatorStatusResponse) ProtoMessage ¶
func (*MultipleValidatorStatusResponse) ProtoMessage()
func (*MultipleValidatorStatusResponse) ProtoReflect ¶
func (x *MultipleValidatorStatusResponse) ProtoReflect() protoreflect.Message
func (*MultipleValidatorStatusResponse) Reset ¶
func (x *MultipleValidatorStatusResponse) Reset()
func (*MultipleValidatorStatusResponse) String ¶
func (x *MultipleValidatorStatusResponse) String() string
type NodeClient ¶
type NodeClient interface { GetSyncStatus(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*SyncStatus, error) GetGenesis(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*Genesis, error) GetVersion(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*Version, error) ListImplementedServices(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*ImplementedServices, error) GetHost(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*HostData, error) GetPeer(ctx context.Context, in *PeerRequest, opts ...grpc.CallOption) (*Peer, error) ListPeers(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*Peers, error) GetETH1ConnectionStatus(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*ETH1ConnectionStatus, error) }
NodeClient is the client API for Node service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewNodeClient ¶
func NewNodeClient(cc grpc.ClientConnInterface) NodeClient
type NodeServer ¶
type NodeServer interface { GetSyncStatus(context.Context, *empty.Empty) (*SyncStatus, error) GetGenesis(context.Context, *empty.Empty) (*Genesis, error) GetVersion(context.Context, *empty.Empty) (*Version, error) ListImplementedServices(context.Context, *empty.Empty) (*ImplementedServices, error) GetHost(context.Context, *empty.Empty) (*HostData, error) GetPeer(context.Context, *PeerRequest) (*Peer, error) ListPeers(context.Context, *empty.Empty) (*Peers, error) GetETH1ConnectionStatus(context.Context, *empty.Empty) (*ETH1ConnectionStatus, error) }
NodeServer is the server API for Node service.
type Peer ¶
type Peer struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Direction PeerDirection `protobuf:"varint,2,opt,name=direction,proto3,enum=ethereum.eth.v1alpha1.PeerDirection" json:"direction,omitempty"` ConnectionState ConnectionState `` /* 150-byte string literal not displayed */ PeerId string `protobuf:"bytes,4,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"` Enr string `protobuf:"bytes,5,opt,name=enr,proto3" json:"enr,omitempty"` // contains filtered or unexported fields }
func (*Peer) Descriptor
deprecated
func (*Peer) GetAddress ¶
func (*Peer) GetConnectionState ¶
func (x *Peer) GetConnectionState() ConnectionState
func (*Peer) GetDirection ¶
func (x *Peer) GetDirection() PeerDirection
func (*Peer) ProtoMessage ¶
func (*Peer) ProtoMessage()
func (*Peer) ProtoReflect ¶
func (x *Peer) ProtoReflect() protoreflect.Message
type PeerDirection ¶
type PeerDirection int32
const ( PeerDirection_UNKNOWN PeerDirection = 0 PeerDirection_INBOUND PeerDirection = 1 PeerDirection_OUTBOUND PeerDirection = 2 )
func (PeerDirection) Descriptor ¶
func (PeerDirection) Descriptor() protoreflect.EnumDescriptor
func (PeerDirection) Enum ¶
func (x PeerDirection) Enum() *PeerDirection
func (PeerDirection) EnumDescriptor
deprecated
func (PeerDirection) EnumDescriptor() ([]byte, []int)
Deprecated: Use PeerDirection.Descriptor instead.
func (PeerDirection) Number ¶
func (x PeerDirection) Number() protoreflect.EnumNumber
func (PeerDirection) String ¶
func (x PeerDirection) String() string
func (PeerDirection) Type ¶
func (PeerDirection) Type() protoreflect.EnumType
type PeerRequest ¶
type PeerRequest struct { PeerId string `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"` // contains filtered or unexported fields }
func (*PeerRequest) Descriptor
deprecated
func (*PeerRequest) Descriptor() ([]byte, []int)
Deprecated: Use PeerRequest.ProtoReflect.Descriptor instead.
func (*PeerRequest) GetPeerId ¶
func (x *PeerRequest) GetPeerId() string
func (*PeerRequest) ProtoMessage ¶
func (*PeerRequest) ProtoMessage()
func (*PeerRequest) ProtoReflect ¶
func (x *PeerRequest) ProtoReflect() protoreflect.Message
func (*PeerRequest) Reset ¶
func (x *PeerRequest) Reset()
func (*PeerRequest) String ¶
func (x *PeerRequest) String() string
type Peers ¶
type Peers struct { Peers []*Peer `protobuf:"bytes,1,rep,name=peers,proto3" json:"peers,omitempty"` // contains filtered or unexported fields }
func (*Peers) Descriptor
deprecated
func (*Peers) ProtoMessage ¶
func (*Peers) ProtoMessage()
func (*Peers) ProtoReflect ¶
func (x *Peers) ProtoReflect() protoreflect.Message
type PendingAttestation ¶
type PendingAttestation struct { AggregationBits github_com_prysmaticlabs_go_bitfield.Bitlist `` /* 178-byte string literal not displayed */ Data *AttestationData `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` InclusionDelay github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 194-byte string literal not displayed */ ProposerIndex github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 201-byte string literal not displayed */ // contains filtered or unexported fields }
func CopyPendingAttestation ¶
func CopyPendingAttestation(att *PendingAttestation) *PendingAttestation
CopyPendingAttestation copies the provided pending attestation object.
func CopyPendingAttestationSlice ¶
func CopyPendingAttestationSlice(input []*PendingAttestation) []*PendingAttestation
CopyPendingAttestationSlice copies the provided slice of pending attestation objects.
func (*PendingAttestation) Descriptor
deprecated
func (*PendingAttestation) Descriptor() ([]byte, []int)
Deprecated: Use PendingAttestation.ProtoReflect.Descriptor instead.
func (*PendingAttestation) GetAggregationBits ¶
func (x *PendingAttestation) GetAggregationBits() github_com_prysmaticlabs_go_bitfield.Bitlist
func (*PendingAttestation) GetData ¶
func (x *PendingAttestation) GetData() *AttestationData
func (*PendingAttestation) GetInclusionDelay ¶
func (x *PendingAttestation) GetInclusionDelay() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*PendingAttestation) GetProposerIndex ¶
func (x *PendingAttestation) GetProposerIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*PendingAttestation) HashTreeRoot ¶
func (p *PendingAttestation) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the PendingAttestation object
func (*PendingAttestation) HashTreeRootWith ¶
func (p *PendingAttestation) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the PendingAttestation object with a hasher
func (*PendingAttestation) MarshalSSZ ¶
func (p *PendingAttestation) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the PendingAttestation object
func (*PendingAttestation) MarshalSSZTo ¶
func (p *PendingAttestation) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the PendingAttestation object to a target array
func (*PendingAttestation) ProtoMessage ¶
func (*PendingAttestation) ProtoMessage()
func (*PendingAttestation) ProtoReflect ¶
func (x *PendingAttestation) ProtoReflect() protoreflect.Message
func (*PendingAttestation) Reset ¶
func (x *PendingAttestation) Reset()
func (*PendingAttestation) SizeSSZ ¶
func (p *PendingAttestation) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the PendingAttestation object
func (*PendingAttestation) String ¶
func (x *PendingAttestation) String() string
func (*PendingAttestation) UnmarshalSSZ ¶
func (p *PendingAttestation) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the PendingAttestation object
type PowBlock ¶
type PowBlock struct { BlockHash []byte `protobuf:"bytes,1,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty" ssz-size:"32"` ParentHash []byte `protobuf:"bytes,2,opt,name=parent_hash,json=parentHash,proto3" json:"parent_hash,omitempty" ssz-size:"32"` TotalDifficulty []byte `protobuf:"bytes,3,opt,name=total_difficulty,json=totalDifficulty,proto3" json:"total_difficulty,omitempty" ssz-size:"32"` // contains filtered or unexported fields }
func (*PowBlock) Descriptor
deprecated
func (*PowBlock) GetBlockHash ¶
func (*PowBlock) GetParentHash ¶
func (*PowBlock) GetTotalDifficulty ¶
func (*PowBlock) HashTreeRoot ¶
HashTreeRoot ssz hashes the PowBlock object
func (*PowBlock) HashTreeRootWith ¶
HashTreeRootWith ssz hashes the PowBlock object with a hasher
func (*PowBlock) MarshalSSZ ¶
MarshalSSZ ssz marshals the PowBlock object
func (*PowBlock) MarshalSSZTo ¶
MarshalSSZTo ssz marshals the PowBlock object to a target array
func (*PowBlock) ProtoMessage ¶
func (*PowBlock) ProtoMessage()
func (*PowBlock) ProtoReflect ¶
func (x *PowBlock) ProtoReflect() protoreflect.Message
func (*PowBlock) UnmarshalSSZ ¶
UnmarshalSSZ ssz unmarshals the PowBlock object
type PrepareBeaconProposerRequest ¶
type PrepareBeaconProposerRequest struct { Recipients []*PrepareBeaconProposerRequest_FeeRecipientContainer `protobuf:"bytes,1,rep,name=recipients,proto3" json:"recipients,omitempty"` // contains filtered or unexported fields }
func (*PrepareBeaconProposerRequest) Descriptor
deprecated
func (*PrepareBeaconProposerRequest) Descriptor() ([]byte, []int)
Deprecated: Use PrepareBeaconProposerRequest.ProtoReflect.Descriptor instead.
func (*PrepareBeaconProposerRequest) GetRecipients ¶
func (x *PrepareBeaconProposerRequest) GetRecipients() []*PrepareBeaconProposerRequest_FeeRecipientContainer
func (*PrepareBeaconProposerRequest) ProtoMessage ¶
func (*PrepareBeaconProposerRequest) ProtoMessage()
func (*PrepareBeaconProposerRequest) ProtoReflect ¶
func (x *PrepareBeaconProposerRequest) ProtoReflect() protoreflect.Message
func (*PrepareBeaconProposerRequest) Reset ¶
func (x *PrepareBeaconProposerRequest) Reset()
func (*PrepareBeaconProposerRequest) String ¶
func (x *PrepareBeaconProposerRequest) String() string
type PrepareBeaconProposerRequest_FeeRecipientContainer ¶
type PrepareBeaconProposerRequest_FeeRecipientContainer struct { FeeRecipient []byte `protobuf:"bytes,1,opt,name=fee_recipient,json=feeRecipient,proto3" json:"fee_recipient,omitempty" ssz-size:"20"` ValidatorIndex github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 204-byte string literal not displayed */ // contains filtered or unexported fields }
func (*PrepareBeaconProposerRequest_FeeRecipientContainer) Descriptor
deprecated
func (*PrepareBeaconProposerRequest_FeeRecipientContainer) Descriptor() ([]byte, []int)
Deprecated: Use PrepareBeaconProposerRequest_FeeRecipientContainer.ProtoReflect.Descriptor instead.
func (*PrepareBeaconProposerRequest_FeeRecipientContainer) GetFeeRecipient ¶
func (x *PrepareBeaconProposerRequest_FeeRecipientContainer) GetFeeRecipient() []byte
func (*PrepareBeaconProposerRequest_FeeRecipientContainer) GetValidatorIndex ¶
func (x *PrepareBeaconProposerRequest_FeeRecipientContainer) GetValidatorIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*PrepareBeaconProposerRequest_FeeRecipientContainer) ProtoMessage ¶
func (*PrepareBeaconProposerRequest_FeeRecipientContainer) ProtoMessage()
func (*PrepareBeaconProposerRequest_FeeRecipientContainer) ProtoReflect ¶
func (x *PrepareBeaconProposerRequest_FeeRecipientContainer) ProtoReflect() protoreflect.Message
func (*PrepareBeaconProposerRequest_FeeRecipientContainer) Reset ¶
func (x *PrepareBeaconProposerRequest_FeeRecipientContainer) Reset()
func (*PrepareBeaconProposerRequest_FeeRecipientContainer) String ¶
func (x *PrepareBeaconProposerRequest_FeeRecipientContainer) String() string
type ProposeExitResponse ¶
type ProposeExitResponse struct { ExitRoot []byte `protobuf:"bytes,1,opt,name=exit_root,json=exitRoot,proto3" json:"exit_root,omitempty" ssz-size:"32"` // contains filtered or unexported fields }
func (*ProposeExitResponse) Descriptor
deprecated
func (*ProposeExitResponse) Descriptor() ([]byte, []int)
Deprecated: Use ProposeExitResponse.ProtoReflect.Descriptor instead.
func (*ProposeExitResponse) GetExitRoot ¶
func (x *ProposeExitResponse) GetExitRoot() []byte
func (*ProposeExitResponse) ProtoMessage ¶
func (*ProposeExitResponse) ProtoMessage()
func (*ProposeExitResponse) ProtoReflect ¶
func (x *ProposeExitResponse) ProtoReflect() protoreflect.Message
func (*ProposeExitResponse) Reset ¶
func (x *ProposeExitResponse) Reset()
func (*ProposeExitResponse) String ¶
func (x *ProposeExitResponse) String() string
type ProposeResponse ¶
type ProposeResponse struct { BlockRoot []byte `protobuf:"bytes,1,opt,name=block_root,json=blockRoot,proto3" json:"block_root,omitempty" ssz-size:"32"` // contains filtered or unexported fields }
func (*ProposeResponse) Descriptor
deprecated
func (*ProposeResponse) Descriptor() ([]byte, []int)
Deprecated: Use ProposeResponse.ProtoReflect.Descriptor instead.
func (*ProposeResponse) GetBlockRoot ¶
func (x *ProposeResponse) GetBlockRoot() []byte
func (*ProposeResponse) ProtoMessage ¶
func (*ProposeResponse) ProtoMessage()
func (*ProposeResponse) ProtoReflect ¶
func (x *ProposeResponse) ProtoReflect() protoreflect.Message
func (*ProposeResponse) Reset ¶
func (x *ProposeResponse) Reset()
func (*ProposeResponse) String ¶
func (x *ProposeResponse) String() string
type ProposerSlashing ¶
type ProposerSlashing struct { Header_1 *SignedBeaconBlockHeader `protobuf:"bytes,2,opt,name=header_1,json=header1,proto3" json:"header_1,omitempty"` Header_2 *SignedBeaconBlockHeader `protobuf:"bytes,3,opt,name=header_2,json=header2,proto3" json:"header_2,omitempty"` // contains filtered or unexported fields }
func CopyProposerSlashing ¶
func CopyProposerSlashing(slashing *ProposerSlashing) *ProposerSlashing
CopyProposerSlashing copies the provided ProposerSlashing.
func CopyProposerSlashings ¶
func CopyProposerSlashings(slashings []*ProposerSlashing) []*ProposerSlashing
CopyProposerSlashings copies the provided ProposerSlashing array.
func (*ProposerSlashing) Descriptor
deprecated
func (*ProposerSlashing) Descriptor() ([]byte, []int)
Deprecated: Use ProposerSlashing.ProtoReflect.Descriptor instead.
func (*ProposerSlashing) GetHeader_1 ¶
func (x *ProposerSlashing) GetHeader_1() *SignedBeaconBlockHeader
func (*ProposerSlashing) GetHeader_2 ¶
func (x *ProposerSlashing) GetHeader_2() *SignedBeaconBlockHeader
func (*ProposerSlashing) HashTreeRoot ¶
func (p *ProposerSlashing) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the ProposerSlashing object
func (*ProposerSlashing) HashTreeRootWith ¶
func (p *ProposerSlashing) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the ProposerSlashing object with a hasher
func (*ProposerSlashing) MarshalSSZ ¶
func (p *ProposerSlashing) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the ProposerSlashing object
func (*ProposerSlashing) MarshalSSZTo ¶
func (p *ProposerSlashing) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the ProposerSlashing object to a target array
func (*ProposerSlashing) ProtoMessage ¶
func (*ProposerSlashing) ProtoMessage()
func (*ProposerSlashing) ProtoReflect ¶
func (x *ProposerSlashing) ProtoReflect() protoreflect.Message
func (*ProposerSlashing) Reset ¶
func (x *ProposerSlashing) Reset()
func (*ProposerSlashing) SizeSSZ ¶
func (p *ProposerSlashing) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the ProposerSlashing object
func (*ProposerSlashing) String ¶
func (x *ProposerSlashing) String() string
func (*ProposerSlashing) UnmarshalSSZ ¶
func (p *ProposerSlashing) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the ProposerSlashing object
type ProposerSlashingResponse ¶
type ProposerSlashingResponse struct { ProposerSlashings []*ProposerSlashing `protobuf:"bytes,1,rep,name=proposer_slashings,json=proposerSlashings,proto3" json:"proposer_slashings,omitempty"` // contains filtered or unexported fields }
func (*ProposerSlashingResponse) Descriptor
deprecated
func (*ProposerSlashingResponse) Descriptor() ([]byte, []int)
Deprecated: Use ProposerSlashingResponse.ProtoReflect.Descriptor instead.
func (*ProposerSlashingResponse) GetProposerSlashings ¶
func (x *ProposerSlashingResponse) GetProposerSlashings() []*ProposerSlashing
func (*ProposerSlashingResponse) ProtoMessage ¶
func (*ProposerSlashingResponse) ProtoMessage()
func (*ProposerSlashingResponse) ProtoReflect ¶
func (x *ProposerSlashingResponse) ProtoReflect() protoreflect.Message
func (*ProposerSlashingResponse) Reset ¶
func (x *ProposerSlashingResponse) Reset()
func (*ProposerSlashingResponse) String ¶
func (x *ProposerSlashingResponse) String() string
type SSZResponse ¶
type SSZResponse struct { Encoded []byte `protobuf:"bytes,1,opt,name=encoded,proto3" json:"encoded,omitempty"` // contains filtered or unexported fields }
func (*SSZResponse) Descriptor
deprecated
func (*SSZResponse) Descriptor() ([]byte, []int)
Deprecated: Use SSZResponse.ProtoReflect.Descriptor instead.
func (*SSZResponse) GetEncoded ¶
func (x *SSZResponse) GetEncoded() []byte
func (*SSZResponse) ProtoMessage ¶
func (*SSZResponse) ProtoMessage()
func (*SSZResponse) ProtoReflect ¶
func (x *SSZResponse) ProtoReflect() protoreflect.Message
func (*SSZResponse) Reset ¶
func (x *SSZResponse) Reset()
func (*SSZResponse) String ¶
func (x *SSZResponse) String() string
type ScoreInfo ¶
type ScoreInfo struct { OverallScore float32 `protobuf:"fixed32,1,opt,name=overall_score,json=overallScore,proto3" json:"overall_score,omitempty"` ProcessedBlocks uint64 `protobuf:"varint,2,opt,name=processed_blocks,json=processedBlocks,proto3" json:"processed_blocks,omitempty"` BlockProviderScore float32 `protobuf:"fixed32,3,opt,name=block_provider_score,json=blockProviderScore,proto3" json:"block_provider_score,omitempty"` TopicScores map[string]*TopicScoreSnapshot `` /* 182-byte string literal not displayed */ GossipScore float32 `protobuf:"fixed32,5,opt,name=gossip_score,json=gossipScore,proto3" json:"gossip_score,omitempty"` BehaviourPenalty float32 `protobuf:"fixed32,6,opt,name=behaviour_penalty,json=behaviourPenalty,proto3" json:"behaviour_penalty,omitempty"` ValidationError string `protobuf:"bytes,7,opt,name=validation_error,json=validationError,proto3" json:"validation_error,omitempty"` // contains filtered or unexported fields }
func (*ScoreInfo) Descriptor
deprecated
func (*ScoreInfo) GetBehaviourPenalty ¶
func (*ScoreInfo) GetBlockProviderScore ¶
func (*ScoreInfo) GetGossipScore ¶
func (*ScoreInfo) GetOverallScore ¶
func (*ScoreInfo) GetProcessedBlocks ¶
func (*ScoreInfo) GetTopicScores ¶
func (x *ScoreInfo) GetTopicScores() map[string]*TopicScoreSnapshot
func (*ScoreInfo) GetValidationError ¶
func (*ScoreInfo) ProtoMessage ¶
func (*ScoreInfo) ProtoMessage()
func (*ScoreInfo) ProtoReflect ¶
func (x *ScoreInfo) ProtoReflect() protoreflect.Message
type SetAction ¶
type SetAction int32
func (SetAction) Descriptor ¶
func (SetAction) Descriptor() protoreflect.EnumDescriptor
func (SetAction) EnumDescriptor
deprecated
func (SetAction) Number ¶
func (x SetAction) Number() protoreflect.EnumNumber
func (SetAction) Type ¶
func (SetAction) Type() protoreflect.EnumType
type SignedAggregateAttestationAndProof ¶
type SignedAggregateAttestationAndProof struct { Message *AggregateAttestationAndProof `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 (*SignedAggregateAttestationAndProof) Descriptor
deprecated
func (*SignedAggregateAttestationAndProof) Descriptor() ([]byte, []int)
Deprecated: Use SignedAggregateAttestationAndProof.ProtoReflect.Descriptor instead.
func (*SignedAggregateAttestationAndProof) GetMessage ¶
func (x *SignedAggregateAttestationAndProof) GetMessage() *AggregateAttestationAndProof
func (*SignedAggregateAttestationAndProof) GetSignature ¶
func (x *SignedAggregateAttestationAndProof) GetSignature() []byte
func (*SignedAggregateAttestationAndProof) HashTreeRoot ¶
func (s *SignedAggregateAttestationAndProof) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SignedAggregateAttestationAndProof object
func (*SignedAggregateAttestationAndProof) HashTreeRootWith ¶
func (s *SignedAggregateAttestationAndProof) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SignedAggregateAttestationAndProof object with a hasher
func (*SignedAggregateAttestationAndProof) MarshalSSZ ¶
func (s *SignedAggregateAttestationAndProof) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SignedAggregateAttestationAndProof object
func (*SignedAggregateAttestationAndProof) MarshalSSZTo ¶
func (s *SignedAggregateAttestationAndProof) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SignedAggregateAttestationAndProof object to a target array
func (*SignedAggregateAttestationAndProof) ProtoMessage ¶
func (*SignedAggregateAttestationAndProof) ProtoMessage()
func (*SignedAggregateAttestationAndProof) ProtoReflect ¶
func (x *SignedAggregateAttestationAndProof) ProtoReflect() protoreflect.Message
func (*SignedAggregateAttestationAndProof) Reset ¶
func (x *SignedAggregateAttestationAndProof) Reset()
func (*SignedAggregateAttestationAndProof) SizeSSZ ¶
func (s *SignedAggregateAttestationAndProof) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SignedAggregateAttestationAndProof object
func (*SignedAggregateAttestationAndProof) String ¶
func (x *SignedAggregateAttestationAndProof) String() string
func (*SignedAggregateAttestationAndProof) UnmarshalSSZ ¶
func (s *SignedAggregateAttestationAndProof) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SignedAggregateAttestationAndProof object
type SignedAggregateSubmitRequest ¶
type SignedAggregateSubmitRequest struct { SignedAggregateAndProof *SignedAggregateAttestationAndProof `` /* 134-byte string literal not displayed */ // contains filtered or unexported fields }
func (*SignedAggregateSubmitRequest) Descriptor
deprecated
func (*SignedAggregateSubmitRequest) Descriptor() ([]byte, []int)
Deprecated: Use SignedAggregateSubmitRequest.ProtoReflect.Descriptor instead.
func (*SignedAggregateSubmitRequest) GetSignedAggregateAndProof ¶
func (x *SignedAggregateSubmitRequest) GetSignedAggregateAndProof() *SignedAggregateAttestationAndProof
func (*SignedAggregateSubmitRequest) ProtoMessage ¶
func (*SignedAggregateSubmitRequest) ProtoMessage()
func (*SignedAggregateSubmitRequest) ProtoReflect ¶
func (x *SignedAggregateSubmitRequest) ProtoReflect() protoreflect.Message
func (*SignedAggregateSubmitRequest) Reset ¶
func (x *SignedAggregateSubmitRequest) Reset()
func (*SignedAggregateSubmitRequest) String ¶
func (x *SignedAggregateSubmitRequest) String() string
type SignedAggregateSubmitResponse ¶
type SignedAggregateSubmitResponse struct { AttestationDataRoot []byte `` /* 134-byte string literal not displayed */ // contains filtered or unexported fields }
func (*SignedAggregateSubmitResponse) Descriptor
deprecated
func (*SignedAggregateSubmitResponse) Descriptor() ([]byte, []int)
Deprecated: Use SignedAggregateSubmitResponse.ProtoReflect.Descriptor instead.
func (*SignedAggregateSubmitResponse) GetAttestationDataRoot ¶
func (x *SignedAggregateSubmitResponse) GetAttestationDataRoot() []byte
func (*SignedAggregateSubmitResponse) ProtoMessage ¶
func (*SignedAggregateSubmitResponse) ProtoMessage()
func (*SignedAggregateSubmitResponse) ProtoReflect ¶
func (x *SignedAggregateSubmitResponse) ProtoReflect() protoreflect.Message
func (*SignedAggregateSubmitResponse) Reset ¶
func (x *SignedAggregateSubmitResponse) Reset()
func (*SignedAggregateSubmitResponse) String ¶
func (x *SignedAggregateSubmitResponse) String() string
type SignedBLSToExecutionChange ¶
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 CopyBLSToExecutionChanges ¶
func CopyBLSToExecutionChanges(changes []*SignedBLSToExecutionChange) []*SignedBLSToExecutionChange
func (*SignedBLSToExecutionChange) Descriptor
deprecated
func (*SignedBLSToExecutionChange) Descriptor() ([]byte, []int)
Deprecated: Use SignedBLSToExecutionChange.ProtoReflect.Descriptor instead.
func (*SignedBLSToExecutionChange) GetMessage ¶
func (x *SignedBLSToExecutionChange) GetMessage() *BLSToExecutionChange
func (*SignedBLSToExecutionChange) GetSignature ¶
func (x *SignedBLSToExecutionChange) GetSignature() []byte
func (*SignedBLSToExecutionChange) HashTreeRoot ¶
func (s *SignedBLSToExecutionChange) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SignedBLSToExecutionChange object
func (*SignedBLSToExecutionChange) HashTreeRootWith ¶
func (s *SignedBLSToExecutionChange) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SignedBLSToExecutionChange object with a hasher
func (*SignedBLSToExecutionChange) MarshalSSZ ¶
func (s *SignedBLSToExecutionChange) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SignedBLSToExecutionChange object
func (*SignedBLSToExecutionChange) MarshalSSZTo ¶
func (s *SignedBLSToExecutionChange) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SignedBLSToExecutionChange object to a target array
func (*SignedBLSToExecutionChange) ProtoMessage ¶
func (*SignedBLSToExecutionChange) ProtoMessage()
func (*SignedBLSToExecutionChange) ProtoReflect ¶
func (x *SignedBLSToExecutionChange) ProtoReflect() protoreflect.Message
func (*SignedBLSToExecutionChange) Reset ¶
func (x *SignedBLSToExecutionChange) Reset()
func (*SignedBLSToExecutionChange) SizeSSZ ¶
func (s *SignedBLSToExecutionChange) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SignedBLSToExecutionChange object
func (*SignedBLSToExecutionChange) String ¶
func (x *SignedBLSToExecutionChange) String() string
func (*SignedBLSToExecutionChange) UnmarshalSSZ ¶
func (s *SignedBLSToExecutionChange) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SignedBLSToExecutionChange object
type SignedBeaconBlock ¶
type SignedBeaconBlock struct { Block *BeaconBlock `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func CopySignedBeaconBlock ¶
func CopySignedBeaconBlock(sigBlock *SignedBeaconBlock) *SignedBeaconBlock
CopySignedBeaconBlock copies the provided SignedBeaconBlock.
func (*SignedBeaconBlock) Descriptor
deprecated
func (*SignedBeaconBlock) Descriptor() ([]byte, []int)
Deprecated: Use SignedBeaconBlock.ProtoReflect.Descriptor instead.
func (*SignedBeaconBlock) GetBlock ¶
func (x *SignedBeaconBlock) GetBlock() *BeaconBlock
func (*SignedBeaconBlock) GetSignature ¶
func (x *SignedBeaconBlock) GetSignature() []byte
func (*SignedBeaconBlock) HashTreeRoot ¶
func (s *SignedBeaconBlock) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SignedBeaconBlock object
func (*SignedBeaconBlock) HashTreeRootWith ¶
func (s *SignedBeaconBlock) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SignedBeaconBlock object with a hasher
func (*SignedBeaconBlock) MarshalSSZ ¶
func (s *SignedBeaconBlock) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SignedBeaconBlock object
func (*SignedBeaconBlock) MarshalSSZTo ¶
func (s *SignedBeaconBlock) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SignedBeaconBlock object to a target array
func (*SignedBeaconBlock) ProtoMessage ¶
func (*SignedBeaconBlock) ProtoMessage()
func (*SignedBeaconBlock) ProtoReflect ¶
func (x *SignedBeaconBlock) ProtoReflect() protoreflect.Message
func (*SignedBeaconBlock) Reset ¶
func (x *SignedBeaconBlock) Reset()
func (*SignedBeaconBlock) SizeSSZ ¶
func (s *SignedBeaconBlock) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SignedBeaconBlock object
func (*SignedBeaconBlock) String ¶
func (x *SignedBeaconBlock) String() string
func (*SignedBeaconBlock) UnmarshalSSZ ¶
func (s *SignedBeaconBlock) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SignedBeaconBlock object
type SignedBeaconBlockAltair ¶
type SignedBeaconBlockAltair struct { Block *BeaconBlockAltair `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func CopySignedBeaconBlockAltair ¶
func CopySignedBeaconBlockAltair(sigBlock *SignedBeaconBlockAltair) *SignedBeaconBlockAltair
CopySignedBeaconBlockAltair copies the provided SignedBeaconBlock.
func (*SignedBeaconBlockAltair) Descriptor
deprecated
func (*SignedBeaconBlockAltair) Descriptor() ([]byte, []int)
Deprecated: Use SignedBeaconBlockAltair.ProtoReflect.Descriptor instead.
func (*SignedBeaconBlockAltair) GetBlock ¶
func (x *SignedBeaconBlockAltair) GetBlock() *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 SignedBeaconBlockAndBlobsDeneb ¶
type SignedBeaconBlockAndBlobsDeneb struct { Block *SignedBeaconBlockDeneb `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` Blobs []*SignedBlobSidecar `protobuf:"bytes,2,rep,name=blobs,proto3" json:"blobs,omitempty" ssz-max:"6"` // contains filtered or unexported fields }
func (*SignedBeaconBlockAndBlobsDeneb) Descriptor
deprecated
func (*SignedBeaconBlockAndBlobsDeneb) Descriptor() ([]byte, []int)
Deprecated: Use SignedBeaconBlockAndBlobsDeneb.ProtoReflect.Descriptor instead.
func (*SignedBeaconBlockAndBlobsDeneb) GetBlobs ¶
func (x *SignedBeaconBlockAndBlobsDeneb) GetBlobs() []*SignedBlobSidecar
func (*SignedBeaconBlockAndBlobsDeneb) GetBlock ¶
func (x *SignedBeaconBlockAndBlobsDeneb) GetBlock() *SignedBeaconBlockDeneb
func (*SignedBeaconBlockAndBlobsDeneb) HashTreeRoot ¶
func (s *SignedBeaconBlockAndBlobsDeneb) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SignedBeaconBlockAndBlobsDeneb object
func (*SignedBeaconBlockAndBlobsDeneb) HashTreeRootWith ¶
func (s *SignedBeaconBlockAndBlobsDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SignedBeaconBlockAndBlobsDeneb object with a hasher
func (*SignedBeaconBlockAndBlobsDeneb) MarshalSSZ ¶
func (s *SignedBeaconBlockAndBlobsDeneb) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SignedBeaconBlockAndBlobsDeneb object
func (*SignedBeaconBlockAndBlobsDeneb) MarshalSSZTo ¶
func (s *SignedBeaconBlockAndBlobsDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SignedBeaconBlockAndBlobsDeneb object to a target array
func (*SignedBeaconBlockAndBlobsDeneb) ProtoMessage ¶
func (*SignedBeaconBlockAndBlobsDeneb) ProtoMessage()
func (*SignedBeaconBlockAndBlobsDeneb) ProtoReflect ¶
func (x *SignedBeaconBlockAndBlobsDeneb) ProtoReflect() protoreflect.Message
func (*SignedBeaconBlockAndBlobsDeneb) Reset ¶
func (x *SignedBeaconBlockAndBlobsDeneb) Reset()
func (*SignedBeaconBlockAndBlobsDeneb) SizeSSZ ¶
func (s *SignedBeaconBlockAndBlobsDeneb) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SignedBeaconBlockAndBlobsDeneb object
func (*SignedBeaconBlockAndBlobsDeneb) String ¶
func (x *SignedBeaconBlockAndBlobsDeneb) String() string
func (*SignedBeaconBlockAndBlobsDeneb) UnmarshalSSZ ¶
func (s *SignedBeaconBlockAndBlobsDeneb) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SignedBeaconBlockAndBlobsDeneb object
type SignedBeaconBlockBellatrix ¶
type SignedBeaconBlockBellatrix struct { Block *BeaconBlockBellatrix `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func CopySignedBeaconBlockBellatrix ¶
func CopySignedBeaconBlockBellatrix(sigBlock *SignedBeaconBlockBellatrix) *SignedBeaconBlockBellatrix
CopySignedBeaconBlockBellatrix copies the provided SignedBeaconBlockBellatrix.
func (*SignedBeaconBlockBellatrix) Descriptor
deprecated
func (*SignedBeaconBlockBellatrix) Descriptor() ([]byte, []int)
Deprecated: Use SignedBeaconBlockBellatrix.ProtoReflect.Descriptor instead.
func (*SignedBeaconBlockBellatrix) GetBlock ¶
func (x *SignedBeaconBlockBellatrix) GetBlock() *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 ¶
type SignedBeaconBlockCapella struct { Block *BeaconBlockCapella `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func CopySignedBeaconBlockCapella ¶
func CopySignedBeaconBlockCapella(sigBlock *SignedBeaconBlockCapella) *SignedBeaconBlockCapella
CopySignedBeaconBlockCapella copies the provided SignedBeaconBlockCapella.
func (*SignedBeaconBlockCapella) Descriptor
deprecated
func (*SignedBeaconBlockCapella) Descriptor() ([]byte, []int)
Deprecated: Use SignedBeaconBlockCapella.ProtoReflect.Descriptor instead.
func (*SignedBeaconBlockCapella) GetBlock ¶
func (x *SignedBeaconBlockCapella) GetBlock() *BeaconBlockCapella
func (*SignedBeaconBlockCapella) GetSignature ¶
func (x *SignedBeaconBlockCapella) GetSignature() []byte
func (*SignedBeaconBlockCapella) HashTreeRoot ¶
func (s *SignedBeaconBlockCapella) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SignedBeaconBlockCapella object
func (*SignedBeaconBlockCapella) HashTreeRootWith ¶
func (s *SignedBeaconBlockCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SignedBeaconBlockCapella object with a hasher
func (*SignedBeaconBlockCapella) MarshalSSZ ¶
func (s *SignedBeaconBlockCapella) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SignedBeaconBlockCapella object
func (*SignedBeaconBlockCapella) MarshalSSZTo ¶
func (s *SignedBeaconBlockCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SignedBeaconBlockCapella object to a target array
func (*SignedBeaconBlockCapella) ProtoMessage ¶
func (*SignedBeaconBlockCapella) ProtoMessage()
func (*SignedBeaconBlockCapella) ProtoReflect ¶
func (x *SignedBeaconBlockCapella) ProtoReflect() protoreflect.Message
func (*SignedBeaconBlockCapella) Reset ¶
func (x *SignedBeaconBlockCapella) Reset()
func (*SignedBeaconBlockCapella) SizeSSZ ¶
func (s *SignedBeaconBlockCapella) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SignedBeaconBlockCapella object
func (*SignedBeaconBlockCapella) String ¶
func (x *SignedBeaconBlockCapella) String() string
func (*SignedBeaconBlockCapella) UnmarshalSSZ ¶
func (s *SignedBeaconBlockCapella) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SignedBeaconBlockCapella object
type SignedBeaconBlockDeneb ¶
type SignedBeaconBlockDeneb struct { Block *BeaconBlockDeneb `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func CopySignedBeaconBlockDeneb ¶
func CopySignedBeaconBlockDeneb(sigBlock *SignedBeaconBlockDeneb) *SignedBeaconBlockDeneb
CopySignedBeaconBlockDeneb copies the provided SignedBeaconBlockDeneb.
func (*SignedBeaconBlockDeneb) Descriptor
deprecated
func (*SignedBeaconBlockDeneb) Descriptor() ([]byte, []int)
Deprecated: Use SignedBeaconBlockDeneb.ProtoReflect.Descriptor instead.
func (*SignedBeaconBlockDeneb) GetBlock ¶
func (x *SignedBeaconBlockDeneb) GetBlock() *BeaconBlockDeneb
func (*SignedBeaconBlockDeneb) GetSignature ¶
func (x *SignedBeaconBlockDeneb) GetSignature() []byte
func (*SignedBeaconBlockDeneb) HashTreeRoot ¶
func (s *SignedBeaconBlockDeneb) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SignedBeaconBlockDeneb object
func (*SignedBeaconBlockDeneb) HashTreeRootWith ¶
func (s *SignedBeaconBlockDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SignedBeaconBlockDeneb object with a hasher
func (*SignedBeaconBlockDeneb) MarshalSSZ ¶
func (s *SignedBeaconBlockDeneb) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SignedBeaconBlockDeneb object
func (*SignedBeaconBlockDeneb) MarshalSSZTo ¶
func (s *SignedBeaconBlockDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SignedBeaconBlockDeneb object to a target array
func (*SignedBeaconBlockDeneb) ProtoMessage ¶
func (*SignedBeaconBlockDeneb) ProtoMessage()
func (*SignedBeaconBlockDeneb) ProtoReflect ¶
func (x *SignedBeaconBlockDeneb) ProtoReflect() protoreflect.Message
func (*SignedBeaconBlockDeneb) Reset ¶
func (x *SignedBeaconBlockDeneb) Reset()
func (*SignedBeaconBlockDeneb) SizeSSZ ¶
func (s *SignedBeaconBlockDeneb) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SignedBeaconBlockDeneb object
func (*SignedBeaconBlockDeneb) String ¶
func (x *SignedBeaconBlockDeneb) String() string
func (*SignedBeaconBlockDeneb) UnmarshalSSZ ¶
func (s *SignedBeaconBlockDeneb) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SignedBeaconBlockDeneb object
type SignedBeaconBlockHeader ¶
type SignedBeaconBlockHeader struct { Header *BeaconBlockHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func CopySignedBeaconBlockHeader ¶
func CopySignedBeaconBlockHeader(header *SignedBeaconBlockHeader) *SignedBeaconBlockHeader
CopySignedBeaconBlockHeader copies the provided SignedBeaconBlockHeader.
func (*SignedBeaconBlockHeader) Descriptor
deprecated
func (*SignedBeaconBlockHeader) Descriptor() ([]byte, []int)
Deprecated: Use SignedBeaconBlockHeader.ProtoReflect.Descriptor instead.
func (*SignedBeaconBlockHeader) GetHeader ¶
func (x *SignedBeaconBlockHeader) GetHeader() *BeaconBlockHeader
func (*SignedBeaconBlockHeader) GetSignature ¶
func (x *SignedBeaconBlockHeader) GetSignature() []byte
func (*SignedBeaconBlockHeader) HashTreeRoot ¶
func (s *SignedBeaconBlockHeader) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SignedBeaconBlockHeader object
func (*SignedBeaconBlockHeader) HashTreeRootWith ¶
func (s *SignedBeaconBlockHeader) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SignedBeaconBlockHeader object with a hasher
func (*SignedBeaconBlockHeader) MarshalSSZ ¶
func (s *SignedBeaconBlockHeader) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SignedBeaconBlockHeader object
func (*SignedBeaconBlockHeader) MarshalSSZTo ¶
func (s *SignedBeaconBlockHeader) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SignedBeaconBlockHeader object to a target array
func (*SignedBeaconBlockHeader) ProtoMessage ¶
func (*SignedBeaconBlockHeader) ProtoMessage()
func (*SignedBeaconBlockHeader) ProtoReflect ¶
func (x *SignedBeaconBlockHeader) ProtoReflect() protoreflect.Message
func (*SignedBeaconBlockHeader) Reset ¶
func (x *SignedBeaconBlockHeader) Reset()
func (*SignedBeaconBlockHeader) SizeSSZ ¶
func (s *SignedBeaconBlockHeader) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SignedBeaconBlockHeader object
func (*SignedBeaconBlockHeader) String ¶
func (x *SignedBeaconBlockHeader) String() string
func (*SignedBeaconBlockHeader) UnmarshalSSZ ¶
func (s *SignedBeaconBlockHeader) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SignedBeaconBlockHeader object
type SignedBlindedBeaconBlockAndBlobsDeneb ¶
type SignedBlindedBeaconBlockAndBlobsDeneb struct { SignedBlindedBlock *SignedBlindedBeaconBlockDeneb `protobuf:"bytes,1,opt,name=signed_blinded_block,json=signedBlindedBlock,proto3" json:"signed_blinded_block,omitempty"` SignedBlindedBlobSidecars []*SignedBlindedBlobSidecar `` /* 152-byte string literal not displayed */ // contains filtered or unexported fields }
func (*SignedBlindedBeaconBlockAndBlobsDeneb) Descriptor
deprecated
func (*SignedBlindedBeaconBlockAndBlobsDeneb) Descriptor() ([]byte, []int)
Deprecated: Use SignedBlindedBeaconBlockAndBlobsDeneb.ProtoReflect.Descriptor instead.
func (*SignedBlindedBeaconBlockAndBlobsDeneb) GetSignedBlindedBlobSidecars ¶
func (x *SignedBlindedBeaconBlockAndBlobsDeneb) GetSignedBlindedBlobSidecars() []*SignedBlindedBlobSidecar
func (*SignedBlindedBeaconBlockAndBlobsDeneb) GetSignedBlindedBlock ¶
func (x *SignedBlindedBeaconBlockAndBlobsDeneb) GetSignedBlindedBlock() *SignedBlindedBeaconBlockDeneb
func (*SignedBlindedBeaconBlockAndBlobsDeneb) HashTreeRoot ¶
func (s *SignedBlindedBeaconBlockAndBlobsDeneb) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SignedBlindedBeaconBlockAndBlobsDeneb object
func (*SignedBlindedBeaconBlockAndBlobsDeneb) HashTreeRootWith ¶
func (s *SignedBlindedBeaconBlockAndBlobsDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SignedBlindedBeaconBlockAndBlobsDeneb object with a hasher
func (*SignedBlindedBeaconBlockAndBlobsDeneb) MarshalSSZ ¶
func (s *SignedBlindedBeaconBlockAndBlobsDeneb) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SignedBlindedBeaconBlockAndBlobsDeneb object
func (*SignedBlindedBeaconBlockAndBlobsDeneb) MarshalSSZTo ¶
func (s *SignedBlindedBeaconBlockAndBlobsDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SignedBlindedBeaconBlockAndBlobsDeneb object to a target array
func (*SignedBlindedBeaconBlockAndBlobsDeneb) ProtoMessage ¶
func (*SignedBlindedBeaconBlockAndBlobsDeneb) ProtoMessage()
func (*SignedBlindedBeaconBlockAndBlobsDeneb) ProtoReflect ¶
func (x *SignedBlindedBeaconBlockAndBlobsDeneb) ProtoReflect() protoreflect.Message
func (*SignedBlindedBeaconBlockAndBlobsDeneb) Reset ¶
func (x *SignedBlindedBeaconBlockAndBlobsDeneb) Reset()
func (*SignedBlindedBeaconBlockAndBlobsDeneb) SizeSSZ ¶
func (s *SignedBlindedBeaconBlockAndBlobsDeneb) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SignedBlindedBeaconBlockAndBlobsDeneb object
func (*SignedBlindedBeaconBlockAndBlobsDeneb) String ¶
func (x *SignedBlindedBeaconBlockAndBlobsDeneb) String() string
func (*SignedBlindedBeaconBlockAndBlobsDeneb) UnmarshalSSZ ¶
func (s *SignedBlindedBeaconBlockAndBlobsDeneb) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SignedBlindedBeaconBlockAndBlobsDeneb object
type SignedBlindedBeaconBlockBellatrix ¶
type SignedBlindedBeaconBlockBellatrix struct { Block *BlindedBeaconBlockBellatrix `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func CopySignedBlindedBeaconBlockBellatrix ¶
func CopySignedBlindedBeaconBlockBellatrix(sigBlock *SignedBlindedBeaconBlockBellatrix) *SignedBlindedBeaconBlockBellatrix
CopySignedBlindedBeaconBlockBellatrix copies the provided SignedBlindedBeaconBlockBellatrix.
func (*SignedBlindedBeaconBlockBellatrix) Descriptor
deprecated
func (*SignedBlindedBeaconBlockBellatrix) Descriptor() ([]byte, []int)
Deprecated: Use SignedBlindedBeaconBlockBellatrix.ProtoReflect.Descriptor instead.
func (*SignedBlindedBeaconBlockBellatrix) GetBlock ¶
func (x *SignedBlindedBeaconBlockBellatrix) GetBlock() *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 ¶
type SignedBlindedBeaconBlockCapella struct { Block *BlindedBeaconBlockCapella `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func CopySignedBlindedBeaconBlockCapella ¶
func CopySignedBlindedBeaconBlockCapella(sigBlock *SignedBlindedBeaconBlockCapella) *SignedBlindedBeaconBlockCapella
CopySignedBlindedBeaconBlockCapella copies the provided SignedBlindedBeaconBlockCapella.
func (*SignedBlindedBeaconBlockCapella) Descriptor
deprecated
func (*SignedBlindedBeaconBlockCapella) Descriptor() ([]byte, []int)
Deprecated: Use SignedBlindedBeaconBlockCapella.ProtoReflect.Descriptor instead.
func (*SignedBlindedBeaconBlockCapella) GetBlock ¶
func (x *SignedBlindedBeaconBlockCapella) GetBlock() *BlindedBeaconBlockCapella
func (*SignedBlindedBeaconBlockCapella) GetSignature ¶
func (x *SignedBlindedBeaconBlockCapella) GetSignature() []byte
func (*SignedBlindedBeaconBlockCapella) HashTreeRoot ¶
func (s *SignedBlindedBeaconBlockCapella) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SignedBlindedBeaconBlockCapella object
func (*SignedBlindedBeaconBlockCapella) HashTreeRootWith ¶
func (s *SignedBlindedBeaconBlockCapella) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SignedBlindedBeaconBlockCapella object with a hasher
func (*SignedBlindedBeaconBlockCapella) MarshalSSZ ¶
func (s *SignedBlindedBeaconBlockCapella) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SignedBlindedBeaconBlockCapella object
func (*SignedBlindedBeaconBlockCapella) MarshalSSZTo ¶
func (s *SignedBlindedBeaconBlockCapella) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SignedBlindedBeaconBlockCapella object to a target array
func (*SignedBlindedBeaconBlockCapella) ProtoMessage ¶
func (*SignedBlindedBeaconBlockCapella) ProtoMessage()
func (*SignedBlindedBeaconBlockCapella) ProtoReflect ¶
func (x *SignedBlindedBeaconBlockCapella) ProtoReflect() protoreflect.Message
func (*SignedBlindedBeaconBlockCapella) Reset ¶
func (x *SignedBlindedBeaconBlockCapella) Reset()
func (*SignedBlindedBeaconBlockCapella) SizeSSZ ¶
func (s *SignedBlindedBeaconBlockCapella) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SignedBlindedBeaconBlockCapella object
func (*SignedBlindedBeaconBlockCapella) String ¶
func (x *SignedBlindedBeaconBlockCapella) String() string
func (*SignedBlindedBeaconBlockCapella) UnmarshalSSZ ¶
func (s *SignedBlindedBeaconBlockCapella) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SignedBlindedBeaconBlockCapella object
type SignedBlindedBeaconBlockDeneb ¶
type SignedBlindedBeaconBlockDeneb struct { Message *BlindedBeaconBlockDeneb `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 CopySignedBlindedBeaconBlockDeneb ¶
func CopySignedBlindedBeaconBlockDeneb(sigBlock *SignedBlindedBeaconBlockDeneb) *SignedBlindedBeaconBlockDeneb
CopySignedBlindedBeaconBlockDeneb copies the provided SignedBlindedBeaconBlockDeneb.
func (*SignedBlindedBeaconBlockDeneb) Descriptor
deprecated
func (*SignedBlindedBeaconBlockDeneb) Descriptor() ([]byte, []int)
Deprecated: Use SignedBlindedBeaconBlockDeneb.ProtoReflect.Descriptor instead.
func (*SignedBlindedBeaconBlockDeneb) GetMessage ¶
func (x *SignedBlindedBeaconBlockDeneb) GetMessage() *BlindedBeaconBlockDeneb
func (*SignedBlindedBeaconBlockDeneb) GetSignature ¶
func (x *SignedBlindedBeaconBlockDeneb) GetSignature() []byte
func (*SignedBlindedBeaconBlockDeneb) HashTreeRoot ¶
func (s *SignedBlindedBeaconBlockDeneb) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SignedBlindedBeaconBlockDeneb object
func (*SignedBlindedBeaconBlockDeneb) HashTreeRootWith ¶
func (s *SignedBlindedBeaconBlockDeneb) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SignedBlindedBeaconBlockDeneb object with a hasher
func (*SignedBlindedBeaconBlockDeneb) MarshalSSZ ¶
func (s *SignedBlindedBeaconBlockDeneb) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SignedBlindedBeaconBlockDeneb object
func (*SignedBlindedBeaconBlockDeneb) MarshalSSZTo ¶
func (s *SignedBlindedBeaconBlockDeneb) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SignedBlindedBeaconBlockDeneb object to a target array
func (*SignedBlindedBeaconBlockDeneb) ProtoMessage ¶
func (*SignedBlindedBeaconBlockDeneb) ProtoMessage()
func (*SignedBlindedBeaconBlockDeneb) ProtoReflect ¶
func (x *SignedBlindedBeaconBlockDeneb) ProtoReflect() protoreflect.Message
func (*SignedBlindedBeaconBlockDeneb) Reset ¶
func (x *SignedBlindedBeaconBlockDeneb) Reset()
func (*SignedBlindedBeaconBlockDeneb) SizeSSZ ¶
func (s *SignedBlindedBeaconBlockDeneb) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SignedBlindedBeaconBlockDeneb object
func (*SignedBlindedBeaconBlockDeneb) String ¶
func (x *SignedBlindedBeaconBlockDeneb) String() string
func (*SignedBlindedBeaconBlockDeneb) UnmarshalSSZ ¶
func (s *SignedBlindedBeaconBlockDeneb) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SignedBlindedBeaconBlockDeneb object
type SignedBlindedBlobSidecar ¶
type SignedBlindedBlobSidecar struct { Message *BlindedBlobSidecar `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 (*SignedBlindedBlobSidecar) Descriptor
deprecated
func (*SignedBlindedBlobSidecar) Descriptor() ([]byte, []int)
Deprecated: Use SignedBlindedBlobSidecar.ProtoReflect.Descriptor instead.
func (*SignedBlindedBlobSidecar) GetMessage ¶
func (x *SignedBlindedBlobSidecar) GetMessage() *BlindedBlobSidecar
func (*SignedBlindedBlobSidecar) GetSignature ¶
func (x *SignedBlindedBlobSidecar) GetSignature() []byte
func (*SignedBlindedBlobSidecar) HashTreeRoot ¶
func (s *SignedBlindedBlobSidecar) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SignedBlindedBlobSidecar object
func (*SignedBlindedBlobSidecar) HashTreeRootWith ¶
func (s *SignedBlindedBlobSidecar) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SignedBlindedBlobSidecar object with a hasher
func (*SignedBlindedBlobSidecar) MarshalSSZ ¶
func (s *SignedBlindedBlobSidecar) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SignedBlindedBlobSidecar object
func (*SignedBlindedBlobSidecar) MarshalSSZTo ¶
func (s *SignedBlindedBlobSidecar) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SignedBlindedBlobSidecar object to a target array
func (*SignedBlindedBlobSidecar) ProtoMessage ¶
func (*SignedBlindedBlobSidecar) ProtoMessage()
func (*SignedBlindedBlobSidecar) ProtoReflect ¶
func (x *SignedBlindedBlobSidecar) ProtoReflect() protoreflect.Message
func (*SignedBlindedBlobSidecar) Reset ¶
func (x *SignedBlindedBlobSidecar) Reset()
func (*SignedBlindedBlobSidecar) SizeSSZ ¶
func (s *SignedBlindedBlobSidecar) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SignedBlindedBlobSidecar object
func (*SignedBlindedBlobSidecar) String ¶
func (x *SignedBlindedBlobSidecar) String() string
func (*SignedBlindedBlobSidecar) UnmarshalSSZ ¶
func (s *SignedBlindedBlobSidecar) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SignedBlindedBlobSidecar object
type SignedBlobSidecar ¶
type SignedBlobSidecar struct { Message *BlobSidecar `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 (*SignedBlobSidecar) Descriptor
deprecated
func (*SignedBlobSidecar) Descriptor() ([]byte, []int)
Deprecated: Use SignedBlobSidecar.ProtoReflect.Descriptor instead.
func (*SignedBlobSidecar) GetMessage ¶
func (x *SignedBlobSidecar) GetMessage() *BlobSidecar
func (*SignedBlobSidecar) GetSignature ¶
func (x *SignedBlobSidecar) GetSignature() []byte
func (*SignedBlobSidecar) HashTreeRoot ¶
func (s *SignedBlobSidecar) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SignedBlobSidecar object
func (*SignedBlobSidecar) HashTreeRootWith ¶
func (s *SignedBlobSidecar) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SignedBlobSidecar object with a hasher
func (*SignedBlobSidecar) MarshalSSZ ¶
func (s *SignedBlobSidecar) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SignedBlobSidecar object
func (*SignedBlobSidecar) MarshalSSZTo ¶
func (s *SignedBlobSidecar) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SignedBlobSidecar object to a target array
func (*SignedBlobSidecar) ProtoMessage ¶
func (*SignedBlobSidecar) ProtoMessage()
func (*SignedBlobSidecar) ProtoReflect ¶
func (x *SignedBlobSidecar) ProtoReflect() protoreflect.Message
func (*SignedBlobSidecar) Reset ¶
func (x *SignedBlobSidecar) Reset()
func (*SignedBlobSidecar) SizeSSZ ¶
func (s *SignedBlobSidecar) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SignedBlobSidecar object
func (*SignedBlobSidecar) String ¶
func (x *SignedBlobSidecar) String() string
func (*SignedBlobSidecar) UnmarshalSSZ ¶
func (s *SignedBlobSidecar) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SignedBlobSidecar object
type SignedBuilderBid ¶
type SignedBuilderBid struct { Message *BuilderBid `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 (*SignedBuilderBid) Descriptor
deprecated
func (*SignedBuilderBid) Descriptor() ([]byte, []int)
Deprecated: Use SignedBuilderBid.ProtoReflect.Descriptor instead.
func (*SignedBuilderBid) GetMessage ¶
func (x *SignedBuilderBid) GetMessage() *BuilderBid
func (*SignedBuilderBid) GetSignature ¶
func (x *SignedBuilderBid) GetSignature() []byte
func (*SignedBuilderBid) ProtoMessage ¶
func (*SignedBuilderBid) ProtoMessage()
func (*SignedBuilderBid) ProtoReflect ¶
func (x *SignedBuilderBid) ProtoReflect() protoreflect.Message
func (*SignedBuilderBid) Reset ¶
func (x *SignedBuilderBid) Reset()
func (*SignedBuilderBid) String ¶
func (x *SignedBuilderBid) String() string
type SignedBuilderBidCapella ¶
type SignedBuilderBidCapella struct { Message *BuilderBidCapella `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 (*SignedBuilderBidCapella) Descriptor
deprecated
func (*SignedBuilderBidCapella) Descriptor() ([]byte, []int)
Deprecated: Use SignedBuilderBidCapella.ProtoReflect.Descriptor instead.
func (*SignedBuilderBidCapella) GetMessage ¶
func (x *SignedBuilderBidCapella) GetMessage() *BuilderBidCapella
func (*SignedBuilderBidCapella) GetSignature ¶
func (x *SignedBuilderBidCapella) GetSignature() []byte
func (*SignedBuilderBidCapella) ProtoMessage ¶
func (*SignedBuilderBidCapella) ProtoMessage()
func (*SignedBuilderBidCapella) ProtoReflect ¶
func (x *SignedBuilderBidCapella) ProtoReflect() protoreflect.Message
func (*SignedBuilderBidCapella) Reset ¶
func (x *SignedBuilderBidCapella) Reset()
func (*SignedBuilderBidCapella) String ¶
func (x *SignedBuilderBidCapella) String() string
type SignedBuilderBidDeneb ¶
type SignedBuilderBidDeneb struct { Message *BuilderBidDeneb `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 (*SignedBuilderBidDeneb) Descriptor
deprecated
func (*SignedBuilderBidDeneb) Descriptor() ([]byte, []int)
Deprecated: Use SignedBuilderBidDeneb.ProtoReflect.Descriptor instead.
func (*SignedBuilderBidDeneb) GetMessage ¶
func (x *SignedBuilderBidDeneb) GetMessage() *BuilderBidDeneb
func (*SignedBuilderBidDeneb) GetSignature ¶
func (x *SignedBuilderBidDeneb) GetSignature() []byte
func (*SignedBuilderBidDeneb) ProtoMessage ¶
func (*SignedBuilderBidDeneb) ProtoMessage()
func (*SignedBuilderBidDeneb) ProtoReflect ¶
func (x *SignedBuilderBidDeneb) ProtoReflect() protoreflect.Message
func (*SignedBuilderBidDeneb) Reset ¶
func (x *SignedBuilderBidDeneb) Reset()
func (*SignedBuilderBidDeneb) String ¶
func (x *SignedBuilderBidDeneb) String() string
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) HashTreeRoot ¶
func (s *SignedContributionAndProof) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SignedContributionAndProof object
func (*SignedContributionAndProof) HashTreeRootWith ¶
func (s *SignedContributionAndProof) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SignedContributionAndProof object with a hasher
func (*SignedContributionAndProof) MarshalSSZ ¶
func (s *SignedContributionAndProof) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SignedContributionAndProof object
func (*SignedContributionAndProof) MarshalSSZTo ¶
func (s *SignedContributionAndProof) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SignedContributionAndProof object to a target array
func (*SignedContributionAndProof) ProtoMessage ¶
func (*SignedContributionAndProof) ProtoMessage()
func (*SignedContributionAndProof) ProtoReflect ¶
func (x *SignedContributionAndProof) ProtoReflect() protoreflect.Message
func (*SignedContributionAndProof) Reset ¶
func (x *SignedContributionAndProof) Reset()
func (*SignedContributionAndProof) SizeSSZ ¶
func (s *SignedContributionAndProof) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SignedContributionAndProof object
func (*SignedContributionAndProof) String ¶
func (x *SignedContributionAndProof) String() string
func (*SignedContributionAndProof) UnmarshalSSZ ¶
func (s *SignedContributionAndProof) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SignedContributionAndProof object
type SignedValidatorRegistrationV1 ¶
type SignedValidatorRegistrationV1 struct { Message *ValidatorRegistrationV1 `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 (*SignedValidatorRegistrationV1) Descriptor
deprecated
func (*SignedValidatorRegistrationV1) Descriptor() ([]byte, []int)
Deprecated: Use SignedValidatorRegistrationV1.ProtoReflect.Descriptor instead.
func (*SignedValidatorRegistrationV1) GetMessage ¶
func (x *SignedValidatorRegistrationV1) GetMessage() *ValidatorRegistrationV1
func (*SignedValidatorRegistrationV1) GetSignature ¶
func (x *SignedValidatorRegistrationV1) GetSignature() []byte
func (*SignedValidatorRegistrationV1) HashTreeRoot ¶
func (s *SignedValidatorRegistrationV1) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SignedValidatorRegistrationV1 object
func (*SignedValidatorRegistrationV1) HashTreeRootWith ¶
func (s *SignedValidatorRegistrationV1) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SignedValidatorRegistrationV1 object with a hasher
func (*SignedValidatorRegistrationV1) MarshalSSZ ¶
func (s *SignedValidatorRegistrationV1) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SignedValidatorRegistrationV1 object
func (*SignedValidatorRegistrationV1) MarshalSSZTo ¶
func (s *SignedValidatorRegistrationV1) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SignedValidatorRegistrationV1 object to a target array
func (*SignedValidatorRegistrationV1) ProtoMessage ¶
func (*SignedValidatorRegistrationV1) ProtoMessage()
func (*SignedValidatorRegistrationV1) ProtoReflect ¶
func (x *SignedValidatorRegistrationV1) ProtoReflect() protoreflect.Message
func (*SignedValidatorRegistrationV1) Reset ¶
func (x *SignedValidatorRegistrationV1) Reset()
func (*SignedValidatorRegistrationV1) SizeSSZ ¶
func (s *SignedValidatorRegistrationV1) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SignedValidatorRegistrationV1 object
func (*SignedValidatorRegistrationV1) String ¶
func (x *SignedValidatorRegistrationV1) String() string
func (*SignedValidatorRegistrationV1) UnmarshalSSZ ¶
func (s *SignedValidatorRegistrationV1) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SignedValidatorRegistrationV1 object
type SignedValidatorRegistrationsV1 ¶
type SignedValidatorRegistrationsV1 struct { Messages []*SignedValidatorRegistrationV1 `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"` // contains filtered or unexported fields }
func (*SignedValidatorRegistrationsV1) Descriptor
deprecated
func (*SignedValidatorRegistrationsV1) Descriptor() ([]byte, []int)
Deprecated: Use SignedValidatorRegistrationsV1.ProtoReflect.Descriptor instead.
func (*SignedValidatorRegistrationsV1) GetMessages ¶
func (x *SignedValidatorRegistrationsV1) GetMessages() []*SignedValidatorRegistrationV1
func (*SignedValidatorRegistrationsV1) ProtoMessage ¶
func (*SignedValidatorRegistrationsV1) ProtoMessage()
func (*SignedValidatorRegistrationsV1) ProtoReflect ¶
func (x *SignedValidatorRegistrationsV1) ProtoReflect() protoreflect.Message
func (*SignedValidatorRegistrationsV1) Reset ¶
func (x *SignedValidatorRegistrationsV1) Reset()
func (*SignedValidatorRegistrationsV1) String ¶
func (x *SignedValidatorRegistrationsV1) String() string
type SignedVoluntaryExit ¶
type SignedVoluntaryExit struct { Exit *VoluntaryExit `protobuf:"bytes,1,opt,name=exit,proto3" json:"exit,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func CopySignedVoluntaryExit ¶
func CopySignedVoluntaryExit(exit *SignedVoluntaryExit) *SignedVoluntaryExit
CopySignedVoluntaryExit copies the provided SignedVoluntaryExit.
func CopySignedVoluntaryExits ¶
func CopySignedVoluntaryExits(exits []*SignedVoluntaryExit) []*SignedVoluntaryExit
CopySignedVoluntaryExits copies the provided SignedVoluntaryExits array.
func (*SignedVoluntaryExit) Descriptor
deprecated
func (*SignedVoluntaryExit) Descriptor() ([]byte, []int)
Deprecated: Use SignedVoluntaryExit.ProtoReflect.Descriptor instead.
func (*SignedVoluntaryExit) GetExit ¶
func (x *SignedVoluntaryExit) GetExit() *VoluntaryExit
func (*SignedVoluntaryExit) GetSignature ¶
func (x *SignedVoluntaryExit) GetSignature() []byte
func (*SignedVoluntaryExit) HashTreeRoot ¶
func (s *SignedVoluntaryExit) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SignedVoluntaryExit object
func (*SignedVoluntaryExit) HashTreeRootWith ¶
func (s *SignedVoluntaryExit) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SignedVoluntaryExit object with a hasher
func (*SignedVoluntaryExit) MarshalSSZ ¶
func (s *SignedVoluntaryExit) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SignedVoluntaryExit object
func (*SignedVoluntaryExit) MarshalSSZTo ¶
func (s *SignedVoluntaryExit) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SignedVoluntaryExit object to a target array
func (*SignedVoluntaryExit) ProtoMessage ¶
func (*SignedVoluntaryExit) ProtoMessage()
func (*SignedVoluntaryExit) ProtoReflect ¶
func (x *SignedVoluntaryExit) ProtoReflect() protoreflect.Message
func (*SignedVoluntaryExit) Reset ¶
func (x *SignedVoluntaryExit) Reset()
func (*SignedVoluntaryExit) SizeSSZ ¶
func (s *SignedVoluntaryExit) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SignedVoluntaryExit object
func (*SignedVoluntaryExit) String ¶
func (x *SignedVoluntaryExit) String() string
func (*SignedVoluntaryExit) UnmarshalSSZ ¶
func (s *SignedVoluntaryExit) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SignedVoluntaryExit object
type SigningData ¶
type SigningData struct { ObjectRoot []byte `protobuf:"bytes,1,opt,name=object_root,json=objectRoot,proto3" json:"object_root,omitempty" ssz-size:"32"` Domain []byte `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty" ssz-size:"32"` // contains filtered or unexported fields }
func (*SigningData) Descriptor
deprecated
func (*SigningData) Descriptor() ([]byte, []int)
Deprecated: Use SigningData.ProtoReflect.Descriptor instead.
func (*SigningData) GetDomain ¶
func (x *SigningData) GetDomain() []byte
func (*SigningData) GetObjectRoot ¶
func (x *SigningData) GetObjectRoot() []byte
func (*SigningData) HashTreeRoot ¶
func (s *SigningData) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SigningData object
func (*SigningData) HashTreeRootWith ¶
func (s *SigningData) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SigningData object with a hasher
func (*SigningData) MarshalSSZ ¶
func (s *SigningData) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SigningData object
func (*SigningData) MarshalSSZTo ¶
func (s *SigningData) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SigningData object to a target array
func (*SigningData) ProtoMessage ¶
func (*SigningData) ProtoMessage()
func (*SigningData) ProtoReflect ¶
func (x *SigningData) ProtoReflect() protoreflect.Message
func (*SigningData) Reset ¶
func (x *SigningData) Reset()
func (*SigningData) SizeSSZ ¶
func (s *SigningData) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SigningData object
func (*SigningData) String ¶
func (x *SigningData) String() string
func (*SigningData) UnmarshalSSZ ¶
func (s *SigningData) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SigningData object
type SlasherClient ¶
type SlasherClient interface { IsSlashableAttestation(ctx context.Context, in *IndexedAttestation, opts ...grpc.CallOption) (*AttesterSlashingResponse, error) IsSlashableBlock(ctx context.Context, in *SignedBeaconBlockHeader, opts ...grpc.CallOption) (*ProposerSlashingResponse, error) HighestAttestations(ctx context.Context, in *HighestAttestationRequest, opts ...grpc.CallOption) (*HighestAttestationResponse, error) }
SlasherClient is the client API for Slasher service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewSlasherClient ¶
func NewSlasherClient(cc grpc.ClientConnInterface) SlasherClient
type SlasherServer ¶
type SlasherServer interface { IsSlashableAttestation(context.Context, *IndexedAttestation) (*AttesterSlashingResponse, error) IsSlashableBlock(context.Context, *SignedBeaconBlockHeader) (*ProposerSlashingResponse, error) HighestAttestations(context.Context, *HighestAttestationRequest) (*HighestAttestationResponse, error) }
SlasherServer is the server API for Slasher service.
type SparseMerkleTrie ¶
type SparseMerkleTrie struct { Depth uint64 `protobuf:"varint,1,opt,name=depth,proto3" json:"depth,omitempty"` Layers []*TrieLayer `protobuf:"bytes,2,rep,name=layers,proto3" json:"layers,omitempty"` OriginalItems [][]byte `protobuf:"bytes,3,rep,name=original_items,json=originalItems,proto3" json:"original_items,omitempty"` // contains filtered or unexported fields }
func (*SparseMerkleTrie) Descriptor
deprecated
func (*SparseMerkleTrie) Descriptor() ([]byte, []int)
Deprecated: Use SparseMerkleTrie.ProtoReflect.Descriptor instead.
func (*SparseMerkleTrie) GetDepth ¶
func (x *SparseMerkleTrie) GetDepth() uint64
func (*SparseMerkleTrie) GetLayers ¶
func (x *SparseMerkleTrie) GetLayers() []*TrieLayer
func (*SparseMerkleTrie) GetOriginalItems ¶
func (x *SparseMerkleTrie) GetOriginalItems() [][]byte
func (*SparseMerkleTrie) ProtoMessage ¶
func (*SparseMerkleTrie) ProtoMessage()
func (*SparseMerkleTrie) ProtoReflect ¶
func (x *SparseMerkleTrie) ProtoReflect() protoreflect.Message
func (*SparseMerkleTrie) Reset ¶
func (x *SparseMerkleTrie) Reset()
func (*SparseMerkleTrie) String ¶
func (x *SparseMerkleTrie) String() string
type StateSummary ¶
type StateSummary struct { Slot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 152-byte string literal not displayed */ Root []byte `protobuf:"bytes,2,opt,name=root,proto3" json:"root,omitempty"` // contains filtered or unexported fields }
func (*StateSummary) Descriptor
deprecated
func (*StateSummary) Descriptor() ([]byte, []int)
Deprecated: Use StateSummary.ProtoReflect.Descriptor instead.
func (*StateSummary) GetRoot ¶
func (x *StateSummary) GetRoot() []byte
func (*StateSummary) GetSlot ¶
func (x *StateSummary) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*StateSummary) ProtoMessage ¶
func (*StateSummary) ProtoMessage()
func (*StateSummary) ProtoReflect ¶
func (x *StateSummary) ProtoReflect() protoreflect.Message
func (*StateSummary) Reset ¶
func (x *StateSummary) Reset()
func (*StateSummary) String ¶
func (x *StateSummary) String() string
type Status ¶
type Status struct { ForkDigest []byte `protobuf:"bytes,1,opt,name=fork_digest,json=forkDigest,proto3" json:"fork_digest,omitempty" ssz-size:"4"` FinalizedRoot []byte `protobuf:"bytes,2,opt,name=finalized_root,json=finalizedRoot,proto3" json:"finalized_root,omitempty" ssz-size:"32"` FinalizedEpoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 195-byte string literal not displayed */ HeadRoot []byte `protobuf:"bytes,4,opt,name=head_root,json=headRoot,proto3" json:"head_root,omitempty" ssz-size:"32"` HeadSlot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 176-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Status) Descriptor
deprecated
func (*Status) GetFinalizedEpoch ¶
func (x *Status) GetFinalizedEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
func (*Status) GetFinalizedRoot ¶
func (*Status) GetForkDigest ¶
func (*Status) GetHeadRoot ¶
func (*Status) GetHeadSlot ¶
func (x *Status) GetHeadSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*Status) HashTreeRoot ¶
HashTreeRoot ssz hashes the Status object
func (*Status) HashTreeRootWith ¶
HashTreeRootWith ssz hashes the Status object with a hasher
func (*Status) MarshalSSZ ¶
MarshalSSZ ssz marshals the Status object
func (*Status) MarshalSSZTo ¶
MarshalSSZTo ssz marshals the Status object to a target array
func (*Status) ProtoMessage ¶
func (*Status) ProtoMessage()
func (*Status) ProtoReflect ¶
func (x *Status) ProtoReflect() protoreflect.Message
func (*Status) UnmarshalSSZ ¶
UnmarshalSSZ ssz unmarshals the Status object
type StreamBlocksRequest
deprecated
type StreamBlocksRequest struct { VerifiedOnly bool `protobuf:"varint,1,opt,name=verified_only,json=verifiedOnly,proto3" json:"verified_only,omitempty"` // contains filtered or unexported fields }
Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.
func (*StreamBlocksRequest) Descriptor
deprecated
func (*StreamBlocksRequest) Descriptor() ([]byte, []int)
Deprecated: Use StreamBlocksRequest.ProtoReflect.Descriptor instead.
func (*StreamBlocksRequest) GetVerifiedOnly ¶
func (x *StreamBlocksRequest) GetVerifiedOnly() bool
func (*StreamBlocksRequest) ProtoMessage ¶
func (*StreamBlocksRequest) ProtoMessage()
func (*StreamBlocksRequest) ProtoReflect ¶
func (x *StreamBlocksRequest) ProtoReflect() protoreflect.Message
func (*StreamBlocksRequest) Reset ¶
func (x *StreamBlocksRequest) Reset()
func (*StreamBlocksRequest) String ¶
func (x *StreamBlocksRequest) String() string
type StreamBlocksResponse
deprecated
type StreamBlocksResponse struct { // Types that are assignable to Block: // // *StreamBlocksResponse_Phase0Block // *StreamBlocksResponse_AltairBlock // *StreamBlocksResponse_BellatrixBlock // *StreamBlocksResponse_CapellaBlock // *StreamBlocksResponse_DenebBlock Block isStreamBlocksResponse_Block `protobuf_oneof:"block"` // contains filtered or unexported fields }
Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.
func (*StreamBlocksResponse) Descriptor
deprecated
func (*StreamBlocksResponse) Descriptor() ([]byte, []int)
Deprecated: Use StreamBlocksResponse.ProtoReflect.Descriptor instead.
func (*StreamBlocksResponse) GetAltairBlock ¶
func (x *StreamBlocksResponse) GetAltairBlock() *SignedBeaconBlockAltair
func (*StreamBlocksResponse) GetBellatrixBlock ¶
func (x *StreamBlocksResponse) GetBellatrixBlock() *SignedBeaconBlockBellatrix
func (*StreamBlocksResponse) GetBlock ¶
func (m *StreamBlocksResponse) GetBlock() isStreamBlocksResponse_Block
func (*StreamBlocksResponse) GetCapellaBlock ¶
func (x *StreamBlocksResponse) GetCapellaBlock() *SignedBeaconBlockCapella
func (*StreamBlocksResponse) GetDenebBlock ¶
func (x *StreamBlocksResponse) GetDenebBlock() *SignedBeaconBlockDeneb
func (*StreamBlocksResponse) GetPhase0Block ¶
func (x *StreamBlocksResponse) GetPhase0Block() *SignedBeaconBlock
func (*StreamBlocksResponse) ProtoMessage ¶
func (*StreamBlocksResponse) ProtoMessage()
func (*StreamBlocksResponse) ProtoReflect ¶
func (x *StreamBlocksResponse) ProtoReflect() protoreflect.Message
func (*StreamBlocksResponse) Reset ¶
func (x *StreamBlocksResponse) Reset()
func (*StreamBlocksResponse) String ¶
func (x *StreamBlocksResponse) String() string
type StreamBlocksResponse_AltairBlock ¶
type StreamBlocksResponse_AltairBlock struct {
AltairBlock *SignedBeaconBlockAltair `protobuf:"bytes,2,opt,name=altair_block,json=altairBlock,proto3,oneof"`
}
type StreamBlocksResponse_BellatrixBlock ¶
type StreamBlocksResponse_BellatrixBlock struct {
BellatrixBlock *SignedBeaconBlockBellatrix `protobuf:"bytes,3,opt,name=bellatrix_block,json=bellatrixBlock,proto3,oneof"`
}
type StreamBlocksResponse_CapellaBlock ¶
type StreamBlocksResponse_CapellaBlock struct {
CapellaBlock *SignedBeaconBlockCapella `protobuf:"bytes,4,opt,name=capella_block,json=capellaBlock,proto3,oneof"`
}
type StreamBlocksResponse_DenebBlock ¶
type StreamBlocksResponse_DenebBlock struct {
DenebBlock *SignedBeaconBlockDeneb `protobuf:"bytes,5,opt,name=deneb_block,json=denebBlock,proto3,oneof"`
}
type StreamBlocksResponse_Phase0Block ¶
type StreamBlocksResponse_Phase0Block struct {
Phase0Block *SignedBeaconBlock `protobuf:"bytes,1,opt,name=phase0_block,json=phase0Block,proto3,oneof"`
}
type SubmitSlashingResponse ¶
type SubmitSlashingResponse struct { SlashedIndices []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 211-byte string literal not displayed */ // contains filtered or unexported fields }
func (*SubmitSlashingResponse) Descriptor
deprecated
func (*SubmitSlashingResponse) Descriptor() ([]byte, []int)
Deprecated: Use SubmitSlashingResponse.ProtoReflect.Descriptor instead.
func (*SubmitSlashingResponse) GetSlashedIndices ¶
func (x *SubmitSlashingResponse) GetSlashedIndices() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*SubmitSlashingResponse) ProtoMessage ¶
func (*SubmitSlashingResponse) ProtoMessage()
func (*SubmitSlashingResponse) ProtoReflect ¶
func (x *SubmitSlashingResponse) ProtoReflect() protoreflect.Message
func (*SubmitSlashingResponse) Reset ¶
func (x *SubmitSlashingResponse) Reset()
func (*SubmitSlashingResponse) String ¶
func (x *SubmitSlashingResponse) String() string
type SyncAggregate ¶
type SyncAggregate struct { SyncCommitteeBits github_com_prysmaticlabs_go_bitfield.Bitvector512 `` /* 190-byte string literal not displayed */ SyncCommitteeSignature []byte `` /* 143-byte string literal not displayed */ // contains filtered or unexported fields }
func CopySyncAggregate ¶
func CopySyncAggregate(a *SyncAggregate) *SyncAggregate
CopySyncAggregate copies the provided sync aggregate object.
func (*SyncAggregate) Descriptor
deprecated
func (*SyncAggregate) Descriptor() ([]byte, []int)
Deprecated: Use SyncAggregate.ProtoReflect.Descriptor instead.
func (*SyncAggregate) GetSyncCommitteeBits ¶
func (x *SyncAggregate) GetSyncCommitteeBits() github_com_prysmaticlabs_go_bitfield.Bitvector512
func (*SyncAggregate) GetSyncCommitteeSignature ¶
func (x *SyncAggregate) GetSyncCommitteeSignature() []byte
func (*SyncAggregate) HashTreeRoot ¶
func (s *SyncAggregate) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SyncAggregate object
func (*SyncAggregate) HashTreeRootWith ¶
func (s *SyncAggregate) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SyncAggregate object with a hasher
func (*SyncAggregate) MarshalSSZ ¶
func (s *SyncAggregate) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SyncAggregate object
func (*SyncAggregate) MarshalSSZTo ¶
func (s *SyncAggregate) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SyncAggregate object to a target array
func (*SyncAggregate) ProtoMessage ¶
func (*SyncAggregate) ProtoMessage()
func (*SyncAggregate) ProtoReflect ¶
func (x *SyncAggregate) ProtoReflect() protoreflect.Message
func (*SyncAggregate) Reset ¶
func (x *SyncAggregate) Reset()
func (*SyncAggregate) SizeSSZ ¶
func (s *SyncAggregate) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SyncAggregate object
func (*SyncAggregate) String ¶
func (x *SyncAggregate) String() string
func (*SyncAggregate) UnmarshalSSZ ¶
func (s *SyncAggregate) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SyncAggregate object
type SyncAggregatorSelectionData ¶
type SyncAggregatorSelectionData struct { Slot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 152-byte string literal not displayed */ SubcommitteeIndex uint64 `protobuf:"varint,2,opt,name=subcommittee_index,json=subcommitteeIndex,proto3" json:"subcommittee_index,omitempty"` // contains filtered or unexported fields }
func (*SyncAggregatorSelectionData) Descriptor
deprecated
func (*SyncAggregatorSelectionData) Descriptor() ([]byte, []int)
Deprecated: Use SyncAggregatorSelectionData.ProtoReflect.Descriptor instead.
func (*SyncAggregatorSelectionData) GetSubcommitteeIndex ¶
func (x *SyncAggregatorSelectionData) GetSubcommitteeIndex() uint64
func (*SyncAggregatorSelectionData) HashTreeRoot ¶
func (s *SyncAggregatorSelectionData) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SyncAggregatorSelectionData object
func (*SyncAggregatorSelectionData) HashTreeRootWith ¶
func (s *SyncAggregatorSelectionData) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SyncAggregatorSelectionData object with a hasher
func (*SyncAggregatorSelectionData) MarshalSSZ ¶
func (s *SyncAggregatorSelectionData) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SyncAggregatorSelectionData object
func (*SyncAggregatorSelectionData) MarshalSSZTo ¶
func (s *SyncAggregatorSelectionData) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SyncAggregatorSelectionData object to a target array
func (*SyncAggregatorSelectionData) ProtoMessage ¶
func (*SyncAggregatorSelectionData) ProtoMessage()
func (*SyncAggregatorSelectionData) ProtoReflect ¶
func (x *SyncAggregatorSelectionData) ProtoReflect() protoreflect.Message
func (*SyncAggregatorSelectionData) Reset ¶
func (x *SyncAggregatorSelectionData) Reset()
func (*SyncAggregatorSelectionData) SizeSSZ ¶
func (s *SyncAggregatorSelectionData) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SyncAggregatorSelectionData object
func (*SyncAggregatorSelectionData) String ¶
func (x *SyncAggregatorSelectionData) String() string
func (*SyncAggregatorSelectionData) UnmarshalSSZ ¶
func (s *SyncAggregatorSelectionData) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SyncAggregatorSelectionData object
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) HashTreeRoot ¶
func (s *SyncCommittee) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SyncCommittee object
func (*SyncCommittee) HashTreeRootWith ¶
func (s *SyncCommittee) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SyncCommittee object with a hasher
func (*SyncCommittee) MarshalSSZ ¶
func (s *SyncCommittee) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SyncCommittee object
func (*SyncCommittee) MarshalSSZTo ¶
func (s *SyncCommittee) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SyncCommittee object to a target array
func (*SyncCommittee) ProtoMessage ¶
func (*SyncCommittee) ProtoMessage()
func (*SyncCommittee) ProtoReflect ¶
func (x *SyncCommittee) ProtoReflect() protoreflect.Message
func (*SyncCommittee) Reset ¶
func (x *SyncCommittee) Reset()
func (*SyncCommittee) SizeSSZ ¶
func (s *SyncCommittee) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SyncCommittee object
func (*SyncCommittee) String ¶
func (x *SyncCommittee) String() string
func (*SyncCommittee) UnmarshalSSZ ¶
func (s *SyncCommittee) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SyncCommittee object
type SyncCommitteeContribution ¶
type SyncCommitteeContribution struct { Slot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 152-byte string literal not displayed */ BlockRoot []byte `protobuf:"bytes,2,opt,name=block_root,json=blockRoot,proto3" json:"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 CopySyncCommitteeContribution ¶
func CopySyncCommitteeContribution(c *SyncCommitteeContribution) *SyncCommitteeContribution
CopySyncCommitteeContribution copies the provided sync committee contribution object.
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) GetBlockRoot ¶
func (x *SyncCommitteeContribution) GetBlockRoot() []byte
func (*SyncCommitteeContribution) GetSignature ¶
func (x *SyncCommitteeContribution) GetSignature() []byte
func (*SyncCommitteeContribution) GetSubcommitteeIndex ¶
func (x *SyncCommitteeContribution) GetSubcommitteeIndex() uint64
func (*SyncCommitteeContribution) HashTreeRoot ¶
func (s *SyncCommitteeContribution) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SyncCommitteeContribution object
func (*SyncCommitteeContribution) HashTreeRootWith ¶
func (s *SyncCommitteeContribution) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SyncCommitteeContribution object with a hasher
func (*SyncCommitteeContribution) MarshalSSZ ¶
func (s *SyncCommitteeContribution) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SyncCommitteeContribution object
func (*SyncCommitteeContribution) MarshalSSZTo ¶
func (s *SyncCommitteeContribution) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SyncCommitteeContribution object to a target array
func (*SyncCommitteeContribution) ProtoMessage ¶
func (*SyncCommitteeContribution) ProtoMessage()
func (*SyncCommitteeContribution) ProtoReflect ¶
func (x *SyncCommitteeContribution) ProtoReflect() protoreflect.Message
func (*SyncCommitteeContribution) Reset ¶
func (x *SyncCommitteeContribution) Reset()
func (*SyncCommitteeContribution) SizeSSZ ¶
func (s *SyncCommitteeContribution) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SyncCommitteeContribution object
func (*SyncCommitteeContribution) String ¶
func (x *SyncCommitteeContribution) String() string
func (*SyncCommitteeContribution) UnmarshalSSZ ¶
func (s *SyncCommitteeContribution) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SyncCommitteeContribution object
type SyncCommitteeContributionRequest ¶
type SyncCommitteeContributionRequest struct { Slot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 152-byte string literal not displayed */ PublicKey []byte `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" spec-name:"pubkey" ssz-size:"48"` SubnetId uint64 `protobuf:"varint,3,opt,name=subnet_id,json=subnetId,proto3" json:"subnet_id,omitempty"` // contains filtered or unexported fields }
func (*SyncCommitteeContributionRequest) Descriptor
deprecated
func (*SyncCommitteeContributionRequest) Descriptor() ([]byte, []int)
Deprecated: Use SyncCommitteeContributionRequest.ProtoReflect.Descriptor instead.
func (*SyncCommitteeContributionRequest) GetPublicKey ¶
func (x *SyncCommitteeContributionRequest) GetPublicKey() []byte
func (*SyncCommitteeContributionRequest) GetSubnetId ¶
func (x *SyncCommitteeContributionRequest) GetSubnetId() uint64
func (*SyncCommitteeContributionRequest) ProtoMessage ¶
func (*SyncCommitteeContributionRequest) ProtoMessage()
func (*SyncCommitteeContributionRequest) ProtoReflect ¶
func (x *SyncCommitteeContributionRequest) ProtoReflect() protoreflect.Message
func (*SyncCommitteeContributionRequest) Reset ¶
func (x *SyncCommitteeContributionRequest) Reset()
func (*SyncCommitteeContributionRequest) String ¶
func (x *SyncCommitteeContributionRequest) String() string
type SyncCommitteeMessage ¶
type SyncCommitteeMessage struct { Slot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 152-byte string literal not displayed */ BlockRoot []byte `protobuf:"bytes,2,opt,name=block_root,json=blockRoot,proto3" json:"block_root,omitempty" ssz-size:"32"` ValidatorIndex github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 204-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 CopySyncCommitteeMessage ¶
func CopySyncCommitteeMessage(s *SyncCommitteeMessage) *SyncCommitteeMessage
CopySyncCommitteeMessage copies the provided sync committee message object.
func (*SyncCommitteeMessage) Descriptor
deprecated
func (*SyncCommitteeMessage) Descriptor() ([]byte, []int)
Deprecated: Use SyncCommitteeMessage.ProtoReflect.Descriptor instead.
func (*SyncCommitteeMessage) GetBlockRoot ¶
func (x *SyncCommitteeMessage) GetBlockRoot() []byte
func (*SyncCommitteeMessage) GetSignature ¶
func (x *SyncCommitteeMessage) GetSignature() []byte
func (*SyncCommitteeMessage) GetSlot ¶
func (x *SyncCommitteeMessage) GetSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*SyncCommitteeMessage) GetValidatorIndex ¶
func (x *SyncCommitteeMessage) GetValidatorIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*SyncCommitteeMessage) HashTreeRoot ¶
func (s *SyncCommitteeMessage) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SyncCommitteeMessage object
func (*SyncCommitteeMessage) HashTreeRootWith ¶
func (s *SyncCommitteeMessage) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SyncCommitteeMessage object with a hasher
func (*SyncCommitteeMessage) MarshalSSZ ¶
func (s *SyncCommitteeMessage) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SyncCommitteeMessage object
func (*SyncCommitteeMessage) MarshalSSZTo ¶
func (s *SyncCommitteeMessage) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SyncCommitteeMessage object to a target array
func (*SyncCommitteeMessage) ProtoMessage ¶
func (*SyncCommitteeMessage) ProtoMessage()
func (*SyncCommitteeMessage) ProtoReflect ¶
func (x *SyncCommitteeMessage) ProtoReflect() protoreflect.Message
func (*SyncCommitteeMessage) Reset ¶
func (x *SyncCommitteeMessage) Reset()
func (*SyncCommitteeMessage) SizeSSZ ¶
func (s *SyncCommitteeMessage) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SyncCommitteeMessage object
func (*SyncCommitteeMessage) String ¶
func (x *SyncCommitteeMessage) String() string
func (*SyncCommitteeMessage) UnmarshalSSZ ¶
func (s *SyncCommitteeMessage) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SyncCommitteeMessage object
type SyncMessageBlockRootResponse ¶
type SyncMessageBlockRootResponse struct { Root []byte `protobuf:"bytes,1,opt,name=root,proto3" json:"root,omitempty" ssz-size:"32"` // contains filtered or unexported fields }
func (*SyncMessageBlockRootResponse) Descriptor
deprecated
func (*SyncMessageBlockRootResponse) Descriptor() ([]byte, []int)
Deprecated: Use SyncMessageBlockRootResponse.ProtoReflect.Descriptor instead.
func (*SyncMessageBlockRootResponse) GetRoot ¶
func (x *SyncMessageBlockRootResponse) GetRoot() []byte
func (*SyncMessageBlockRootResponse) ProtoMessage ¶
func (*SyncMessageBlockRootResponse) ProtoMessage()
func (*SyncMessageBlockRootResponse) ProtoReflect ¶
func (x *SyncMessageBlockRootResponse) ProtoReflect() protoreflect.Message
func (*SyncMessageBlockRootResponse) Reset ¶
func (x *SyncMessageBlockRootResponse) Reset()
func (*SyncMessageBlockRootResponse) String ¶
func (x *SyncMessageBlockRootResponse) String() string
type SyncStatus ¶
type SyncStatus struct { Syncing bool `protobuf:"varint,1,opt,name=syncing,proto3" json:"syncing,omitempty"` // contains filtered or unexported fields }
func (*SyncStatus) Descriptor
deprecated
func (*SyncStatus) Descriptor() ([]byte, []int)
Deprecated: Use SyncStatus.ProtoReflect.Descriptor instead.
func (*SyncStatus) GetSyncing ¶
func (x *SyncStatus) GetSyncing() bool
func (*SyncStatus) ProtoMessage ¶
func (*SyncStatus) ProtoMessage()
func (*SyncStatus) ProtoReflect ¶
func (x *SyncStatus) ProtoReflect() protoreflect.Message
func (*SyncStatus) Reset ¶
func (x *SyncStatus) Reset()
func (*SyncStatus) String ¶
func (x *SyncStatus) String() string
type SyncSubcommitteeIndexRequest ¶
type SyncSubcommitteeIndexRequest struct { PublicKey []byte `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" ssz-size:"48"` Slot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 152-byte string literal not displayed */ // contains filtered or unexported fields }
func (*SyncSubcommitteeIndexRequest) Descriptor
deprecated
func (*SyncSubcommitteeIndexRequest) Descriptor() ([]byte, []int)
Deprecated: Use SyncSubcommitteeIndexRequest.ProtoReflect.Descriptor instead.
func (*SyncSubcommitteeIndexRequest) GetPublicKey ¶
func (x *SyncSubcommitteeIndexRequest) GetPublicKey() []byte
func (*SyncSubcommitteeIndexRequest) ProtoMessage ¶
func (*SyncSubcommitteeIndexRequest) ProtoMessage()
func (*SyncSubcommitteeIndexRequest) ProtoReflect ¶
func (x *SyncSubcommitteeIndexRequest) ProtoReflect() protoreflect.Message
func (*SyncSubcommitteeIndexRequest) Reset ¶
func (x *SyncSubcommitteeIndexRequest) Reset()
func (*SyncSubcommitteeIndexRequest) String ¶
func (x *SyncSubcommitteeIndexRequest) String() string
type SyncSubcommitteeIndexResponse ¶
type SyncSubcommitteeIndexResponse struct { Indices []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.CommitteeIndex `` /* 175-byte string literal not displayed */ // contains filtered or unexported fields }
func (*SyncSubcommitteeIndexResponse) Descriptor
deprecated
func (*SyncSubcommitteeIndexResponse) Descriptor() ([]byte, []int)
Deprecated: Use SyncSubcommitteeIndexResponse.ProtoReflect.Descriptor instead.
func (*SyncSubcommitteeIndexResponse) GetIndices ¶
func (x *SyncSubcommitteeIndexResponse) GetIndices() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.CommitteeIndex
func (*SyncSubcommitteeIndexResponse) ProtoMessage ¶
func (*SyncSubcommitteeIndexResponse) ProtoMessage()
func (*SyncSubcommitteeIndexResponse) ProtoReflect ¶
func (x *SyncSubcommitteeIndexResponse) ProtoReflect() protoreflect.Message
func (*SyncSubcommitteeIndexResponse) Reset ¶
func (x *SyncSubcommitteeIndexResponse) Reset()
func (*SyncSubcommitteeIndexResponse) String ¶
func (x *SyncSubcommitteeIndexResponse) String() string
type SyncedResponse ¶
type SyncedResponse struct { Synced bool `protobuf:"varint,1,opt,name=synced,proto3" json:"synced,omitempty"` GenesisTime uint64 `protobuf:"varint,2,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"` // contains filtered or unexported fields }
func (*SyncedResponse) Descriptor
deprecated
func (*SyncedResponse) Descriptor() ([]byte, []int)
Deprecated: Use SyncedResponse.ProtoReflect.Descriptor instead.
func (*SyncedResponse) GetGenesisTime ¶
func (x *SyncedResponse) GetGenesisTime() uint64
func (*SyncedResponse) GetSynced ¶
func (x *SyncedResponse) GetSynced() bool
func (*SyncedResponse) ProtoMessage ¶
func (*SyncedResponse) ProtoMessage()
func (*SyncedResponse) ProtoReflect ¶
func (x *SyncedResponse) ProtoReflect() protoreflect.Message
func (*SyncedResponse) Reset ¶
func (x *SyncedResponse) Reset()
func (*SyncedResponse) String ¶
func (x *SyncedResponse) String() string
type TopicScoreSnapshot ¶
type TopicScoreSnapshot struct { TimeInMesh uint64 `protobuf:"varint,1,opt,name=time_in_mesh,json=timeInMesh,proto3" json:"time_in_mesh,omitempty"` FirstMessageDeliveries float32 `` /* 131-byte string literal not displayed */ MeshMessageDeliveries float32 `` /* 128-byte string literal not displayed */ InvalidMessageDeliveries float32 `` /* 137-byte string literal not displayed */ // contains filtered or unexported fields }
func (*TopicScoreSnapshot) Descriptor
deprecated
func (*TopicScoreSnapshot) Descriptor() ([]byte, []int)
Deprecated: Use TopicScoreSnapshot.ProtoReflect.Descriptor instead.
func (*TopicScoreSnapshot) GetFirstMessageDeliveries ¶
func (x *TopicScoreSnapshot) GetFirstMessageDeliveries() float32
func (*TopicScoreSnapshot) GetInvalidMessageDeliveries ¶
func (x *TopicScoreSnapshot) GetInvalidMessageDeliveries() float32
func (*TopicScoreSnapshot) GetMeshMessageDeliveries ¶
func (x *TopicScoreSnapshot) GetMeshMessageDeliveries() float32
func (*TopicScoreSnapshot) GetTimeInMesh ¶
func (x *TopicScoreSnapshot) GetTimeInMesh() uint64
func (*TopicScoreSnapshot) ProtoMessage ¶
func (*TopicScoreSnapshot) ProtoMessage()
func (*TopicScoreSnapshot) ProtoReflect ¶
func (x *TopicScoreSnapshot) ProtoReflect() protoreflect.Message
func (*TopicScoreSnapshot) Reset ¶
func (x *TopicScoreSnapshot) Reset()
func (*TopicScoreSnapshot) String ¶
func (x *TopicScoreSnapshot) String() string
type TrieLayer ¶
type TrieLayer struct { Layer [][]byte `protobuf:"bytes,1,rep,name=layer,proto3" json:"layer,omitempty"` // contains filtered or unexported fields }
func (*TrieLayer) Descriptor
deprecated
func (*TrieLayer) ProtoMessage ¶
func (*TrieLayer) ProtoMessage()
func (*TrieLayer) ProtoReflect ¶
func (x *TrieLayer) ProtoReflect() protoreflect.Message
type UnimplementedBeaconChainServer ¶
type UnimplementedBeaconChainServer struct { }
UnimplementedBeaconChainServer can be embedded to have forward compatible implementations.
func (*UnimplementedBeaconChainServer) AttestationPool ¶
func (*UnimplementedBeaconChainServer) AttestationPool(context.Context, *AttestationPoolRequest) (*AttestationPoolResponse, error)
func (*UnimplementedBeaconChainServer) GetBeaconConfig ¶
func (*UnimplementedBeaconChainServer) GetBeaconConfig(context.Context, *empty.Empty) (*BeaconConfig, error)
func (*UnimplementedBeaconChainServer) GetChainHead ¶
func (*UnimplementedBeaconChainServer) GetIndividualVotes ¶
func (*UnimplementedBeaconChainServer) GetIndividualVotes(context.Context, *IndividualVotesRequest) (*IndividualVotesRespond, error)
func (*UnimplementedBeaconChainServer) GetValidator ¶
func (*UnimplementedBeaconChainServer) GetValidator(context.Context, *GetValidatorRequest) (*Validator, error)
func (*UnimplementedBeaconChainServer) GetValidatorActiveSetChanges ¶
func (*UnimplementedBeaconChainServer) GetValidatorActiveSetChanges(context.Context, *GetValidatorActiveSetChangesRequest) (*ActiveSetChanges, error)
func (*UnimplementedBeaconChainServer) GetValidatorParticipation ¶
func (*UnimplementedBeaconChainServer) GetValidatorParticipation(context.Context, *GetValidatorParticipationRequest) (*ValidatorParticipationResponse, error)
func (*UnimplementedBeaconChainServer) GetValidatorPerformance ¶
func (*UnimplementedBeaconChainServer) GetValidatorPerformance(context.Context, *ValidatorPerformanceRequest) (*ValidatorPerformanceResponse, error)
func (*UnimplementedBeaconChainServer) GetValidatorQueue ¶
func (*UnimplementedBeaconChainServer) GetValidatorQueue(context.Context, *empty.Empty) (*ValidatorQueue, error)
func (*UnimplementedBeaconChainServer) ListAttestations ¶
func (*UnimplementedBeaconChainServer) ListAttestations(context.Context, *ListAttestationsRequest) (*ListAttestationsResponse, error)
func (*UnimplementedBeaconChainServer) ListBeaconBlocks ¶
func (*UnimplementedBeaconChainServer) ListBeaconBlocks(context.Context, *ListBlocksRequest) (*ListBeaconBlocksResponse, error)
func (*UnimplementedBeaconChainServer) ListBeaconCommittees ¶
func (*UnimplementedBeaconChainServer) ListBeaconCommittees(context.Context, *ListCommitteesRequest) (*BeaconCommittees, error)
func (*UnimplementedBeaconChainServer) ListIndexedAttestations ¶
func (*UnimplementedBeaconChainServer) ListIndexedAttestations(context.Context, *ListIndexedAttestationsRequest) (*ListIndexedAttestationsResponse, error)
func (*UnimplementedBeaconChainServer) ListValidatorAssignments ¶
func (*UnimplementedBeaconChainServer) ListValidatorAssignments(context.Context, *ListValidatorAssignmentsRequest) (*ValidatorAssignments, error)
func (*UnimplementedBeaconChainServer) ListValidatorBalances ¶
func (*UnimplementedBeaconChainServer) ListValidatorBalances(context.Context, *ListValidatorBalancesRequest) (*ValidatorBalances, error)
func (*UnimplementedBeaconChainServer) ListValidators ¶
func (*UnimplementedBeaconChainServer) ListValidators(context.Context, *ListValidatorsRequest) (*Validators, error)
func (*UnimplementedBeaconChainServer) StreamAttestations ¶
func (*UnimplementedBeaconChainServer) StreamAttestations(*empty.Empty, BeaconChain_StreamAttestationsServer) error
func (*UnimplementedBeaconChainServer) StreamBlocks ¶
func (*UnimplementedBeaconChainServer) StreamBlocks(*StreamBlocksRequest, BeaconChain_StreamBlocksServer) error
func (*UnimplementedBeaconChainServer) StreamChainHead ¶
func (*UnimplementedBeaconChainServer) StreamChainHead(*empty.Empty, BeaconChain_StreamChainHeadServer) error
func (*UnimplementedBeaconChainServer) StreamIndexedAttestations ¶
func (*UnimplementedBeaconChainServer) StreamIndexedAttestations(*empty.Empty, BeaconChain_StreamIndexedAttestationsServer) error
func (*UnimplementedBeaconChainServer) StreamValidatorsInfo ¶
func (*UnimplementedBeaconChainServer) StreamValidatorsInfo(BeaconChain_StreamValidatorsInfoServer) error
func (*UnimplementedBeaconChainServer) SubmitAttesterSlashing ¶
func (*UnimplementedBeaconChainServer) SubmitAttesterSlashing(context.Context, *AttesterSlashing) (*SubmitSlashingResponse, error)
func (*UnimplementedBeaconChainServer) SubmitProposerSlashing ¶
func (*UnimplementedBeaconChainServer) SubmitProposerSlashing(context.Context, *ProposerSlashing) (*SubmitSlashingResponse, error)
type UnimplementedBeaconNodeValidatorServer ¶
type UnimplementedBeaconNodeValidatorServer struct { }
UnimplementedBeaconNodeValidatorServer can be embedded to have forward compatible implementations.
func (*UnimplementedBeaconNodeValidatorServer) AggregatedSigAndAggregationBits ¶
func (*UnimplementedBeaconNodeValidatorServer) AggregatedSigAndAggregationBits(context.Context, *AggregatedSigAndAggregationBitsRequest) (*AggregatedSigAndAggregationBitsResponse, error)
func (*UnimplementedBeaconNodeValidatorServer) AssignValidatorToSubnet ¶
func (*UnimplementedBeaconNodeValidatorServer) AssignValidatorToSubnet(context.Context, *AssignValidatorToSubnetRequest) (*empty.Empty, error)
func (*UnimplementedBeaconNodeValidatorServer) CheckDoppelGanger ¶
func (*UnimplementedBeaconNodeValidatorServer) CheckDoppelGanger(context.Context, *DoppelGangerRequest) (*DoppelGangerResponse, error)
func (*UnimplementedBeaconNodeValidatorServer) DomainData ¶
func (*UnimplementedBeaconNodeValidatorServer) DomainData(context.Context, *DomainRequest) (*DomainResponse, error)
func (*UnimplementedBeaconNodeValidatorServer) GetAttestationData ¶
func (*UnimplementedBeaconNodeValidatorServer) GetAttestationData(context.Context, *AttestationDataRequest) (*AttestationData, error)
func (*UnimplementedBeaconNodeValidatorServer) GetBeaconBlock ¶
func (*UnimplementedBeaconNodeValidatorServer) GetBeaconBlock(context.Context, *BlockRequest) (*GenericBeaconBlock, error)
func (*UnimplementedBeaconNodeValidatorServer) GetDuties ¶
func (*UnimplementedBeaconNodeValidatorServer) GetDuties(context.Context, *DutiesRequest) (*DutiesResponse, error)
func (*UnimplementedBeaconNodeValidatorServer) GetFeeRecipientByPubKey ¶
func (*UnimplementedBeaconNodeValidatorServer) GetFeeRecipientByPubKey(context.Context, *FeeRecipientByPubKeyRequest) (*FeeRecipientByPubKeyResponse, error)
func (*UnimplementedBeaconNodeValidatorServer) GetSyncCommitteeContribution ¶
func (*UnimplementedBeaconNodeValidatorServer) GetSyncCommitteeContribution(context.Context, *SyncCommitteeContributionRequest) (*SyncCommitteeContribution, error)
func (*UnimplementedBeaconNodeValidatorServer) GetSyncMessageBlockRoot ¶
func (*UnimplementedBeaconNodeValidatorServer) GetSyncMessageBlockRoot(context.Context, *empty.Empty) (*SyncMessageBlockRootResponse, error)
func (*UnimplementedBeaconNodeValidatorServer) GetSyncSubcommitteeIndex ¶
func (*UnimplementedBeaconNodeValidatorServer) GetSyncSubcommitteeIndex(context.Context, *SyncSubcommitteeIndexRequest) (*SyncSubcommitteeIndexResponse, error)
func (*UnimplementedBeaconNodeValidatorServer) MultipleValidatorStatus ¶
func (*UnimplementedBeaconNodeValidatorServer) MultipleValidatorStatus(context.Context, *MultipleValidatorStatusRequest) (*MultipleValidatorStatusResponse, error)
func (*UnimplementedBeaconNodeValidatorServer) PrepareBeaconProposer ¶
func (*UnimplementedBeaconNodeValidatorServer) PrepareBeaconProposer(context.Context, *PrepareBeaconProposerRequest) (*empty.Empty, error)
func (*UnimplementedBeaconNodeValidatorServer) ProposeAttestation ¶
func (*UnimplementedBeaconNodeValidatorServer) ProposeAttestation(context.Context, *Attestation) (*AttestResponse, error)
func (*UnimplementedBeaconNodeValidatorServer) ProposeBeaconBlock ¶
func (*UnimplementedBeaconNodeValidatorServer) ProposeBeaconBlock(context.Context, *GenericSignedBeaconBlock) (*ProposeResponse, error)
func (*UnimplementedBeaconNodeValidatorServer) ProposeExit ¶
func (*UnimplementedBeaconNodeValidatorServer) ProposeExit(context.Context, *SignedVoluntaryExit) (*ProposeExitResponse, error)
func (*UnimplementedBeaconNodeValidatorServer) StreamBlocksAltair ¶
func (*UnimplementedBeaconNodeValidatorServer) StreamBlocksAltair(*StreamBlocksRequest, BeaconNodeValidator_StreamBlocksAltairServer) error
func (*UnimplementedBeaconNodeValidatorServer) StreamDuties ¶
func (*UnimplementedBeaconNodeValidatorServer) StreamDuties(*DutiesRequest, BeaconNodeValidator_StreamDutiesServer) error
func (*UnimplementedBeaconNodeValidatorServer) SubmitAggregateSelectionProof ¶
func (*UnimplementedBeaconNodeValidatorServer) SubmitAggregateSelectionProof(context.Context, *AggregateSelectionRequest) (*AggregateSelectionResponse, error)
func (*UnimplementedBeaconNodeValidatorServer) SubmitSignedAggregateSelectionProof ¶
func (*UnimplementedBeaconNodeValidatorServer) SubmitSignedAggregateSelectionProof(context.Context, *SignedAggregateSubmitRequest) (*SignedAggregateSubmitResponse, error)
func (*UnimplementedBeaconNodeValidatorServer) SubmitSignedContributionAndProof ¶
func (*UnimplementedBeaconNodeValidatorServer) SubmitSignedContributionAndProof(context.Context, *SignedContributionAndProof) (*empty.Empty, error)
func (*UnimplementedBeaconNodeValidatorServer) SubmitSyncMessage ¶
func (*UnimplementedBeaconNodeValidatorServer) SubmitSyncMessage(context.Context, *SyncCommitteeMessage) (*empty.Empty, error)
func (*UnimplementedBeaconNodeValidatorServer) SubmitValidatorRegistrations ¶
func (*UnimplementedBeaconNodeValidatorServer) SubmitValidatorRegistrations(context.Context, *SignedValidatorRegistrationsV1) (*empty.Empty, error)
func (*UnimplementedBeaconNodeValidatorServer) SubscribeCommitteeSubnets ¶
func (*UnimplementedBeaconNodeValidatorServer) SubscribeCommitteeSubnets(context.Context, *CommitteeSubnetsSubscribeRequest) (*empty.Empty, error)
func (*UnimplementedBeaconNodeValidatorServer) ValidatorIndex ¶
func (*UnimplementedBeaconNodeValidatorServer) ValidatorIndex(context.Context, *ValidatorIndexRequest) (*ValidatorIndexResponse, error)
func (*UnimplementedBeaconNodeValidatorServer) ValidatorStatus ¶
func (*UnimplementedBeaconNodeValidatorServer) ValidatorStatus(context.Context, *ValidatorStatusRequest) (*ValidatorStatusResponse, error)
func (*UnimplementedBeaconNodeValidatorServer) WaitForActivation ¶
func (*UnimplementedBeaconNodeValidatorServer) WaitForActivation(*ValidatorActivationRequest, BeaconNodeValidator_WaitForActivationServer) error
func (*UnimplementedBeaconNodeValidatorServer) WaitForChainStart ¶
func (*UnimplementedBeaconNodeValidatorServer) WaitForChainStart(*empty.Empty, BeaconNodeValidator_WaitForChainStartServer) error
type UnimplementedDebugServer ¶
type UnimplementedDebugServer struct { }
UnimplementedDebugServer can be embedded to have forward compatible implementations.
func (*UnimplementedDebugServer) GetBeaconState ¶
func (*UnimplementedDebugServer) GetBeaconState(context.Context, *BeaconStateRequest) (*SSZResponse, error)
func (*UnimplementedDebugServer) GetBlock ¶
func (*UnimplementedDebugServer) GetBlock(context.Context, *BlockRequestByRoot) (*SSZResponse, error)
func (*UnimplementedDebugServer) GetInclusionSlot ¶
func (*UnimplementedDebugServer) GetInclusionSlot(context.Context, *InclusionSlotRequest) (*InclusionSlotResponse, error)
func (*UnimplementedDebugServer) GetPeer ¶
func (*UnimplementedDebugServer) GetPeer(context.Context, *PeerRequest) (*DebugPeerResponse, error)
func (*UnimplementedDebugServer) ListPeers ¶
func (*UnimplementedDebugServer) ListPeers(context.Context, *empty.Empty) (*DebugPeerResponses, error)
func (*UnimplementedDebugServer) SetLoggingLevel ¶
func (*UnimplementedDebugServer) SetLoggingLevel(context.Context, *LoggingLevelRequest) (*empty.Empty, error)
type UnimplementedHealthServer ¶
type UnimplementedHealthServer struct { }
UnimplementedHealthServer can be embedded to have forward compatible implementations.
func (*UnimplementedHealthServer) StreamBeaconLogs ¶
func (*UnimplementedHealthServer) StreamBeaconLogs(*empty.Empty, Health_StreamBeaconLogsServer) error
type UnimplementedNodeServer ¶
type UnimplementedNodeServer struct { }
UnimplementedNodeServer can be embedded to have forward compatible implementations.
func (*UnimplementedNodeServer) GetETH1ConnectionStatus ¶
func (*UnimplementedNodeServer) GetETH1ConnectionStatus(context.Context, *empty.Empty) (*ETH1ConnectionStatus, error)
func (*UnimplementedNodeServer) GetGenesis ¶
func (*UnimplementedNodeServer) GetPeer ¶
func (*UnimplementedNodeServer) GetPeer(context.Context, *PeerRequest) (*Peer, error)
func (*UnimplementedNodeServer) GetSyncStatus ¶
func (*UnimplementedNodeServer) GetSyncStatus(context.Context, *empty.Empty) (*SyncStatus, error)
func (*UnimplementedNodeServer) GetVersion ¶
func (*UnimplementedNodeServer) ListImplementedServices ¶
func (*UnimplementedNodeServer) ListImplementedServices(context.Context, *empty.Empty) (*ImplementedServices, error)
type UnimplementedSlasherServer ¶
type UnimplementedSlasherServer struct { }
UnimplementedSlasherServer can be embedded to have forward compatible implementations.
func (*UnimplementedSlasherServer) HighestAttestations ¶
func (*UnimplementedSlasherServer) HighestAttestations(context.Context, *HighestAttestationRequest) (*HighestAttestationResponse, error)
func (*UnimplementedSlasherServer) IsSlashableAttestation ¶
func (*UnimplementedSlasherServer) IsSlashableAttestation(context.Context, *IndexedAttestation) (*AttesterSlashingResponse, error)
func (*UnimplementedSlasherServer) IsSlashableBlock ¶
func (*UnimplementedSlasherServer) IsSlashableBlock(context.Context, *SignedBeaconBlockHeader) (*ProposerSlashingResponse, error)
type Validator ¶
type Validator struct { PublicKey []byte `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" spec-name:"pubkey" ssz-size:"48"` WithdrawalCredentials []byte `` /* 138-byte string literal not displayed */ EffectiveBalance uint64 `protobuf:"varint,3,opt,name=effective_balance,json=effectiveBalance,proto3" json:"effective_balance,omitempty"` Slashed bool `protobuf:"varint,4,opt,name=slashed,proto3" json:"slashed,omitempty"` ActivationEligibilityEpoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 233-byte string literal not displayed */ ActivationEpoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 198-byte string literal not displayed */ ExitEpoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 180-byte string literal not displayed */ WithdrawableEpoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 204-byte string literal not displayed */ // contains filtered or unexported fields }
func CopyValidator ¶
CopyValidator copies the provided validator.
func (*Validator) Descriptor
deprecated
func (*Validator) GetActivationEligibilityEpoch ¶
func (x *Validator) GetActivationEligibilityEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
func (*Validator) GetActivationEpoch ¶
func (x *Validator) GetActivationEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
func (*Validator) GetEffectiveBalance ¶
func (*Validator) GetExitEpoch ¶
func (x *Validator) GetExitEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
func (*Validator) GetPublicKey ¶
func (*Validator) GetSlashed ¶
func (*Validator) GetWithdrawableEpoch ¶
func (x *Validator) GetWithdrawableEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
func (*Validator) GetWithdrawalCredentials ¶
func (*Validator) HashTreeRoot ¶
HashTreeRoot ssz hashes the Validator object
func (*Validator) HashTreeRootWith ¶
HashTreeRootWith ssz hashes the Validator object with a hasher
func (*Validator) MarshalSSZ ¶
MarshalSSZ ssz marshals the Validator object
func (*Validator) MarshalSSZTo ¶
MarshalSSZTo ssz marshals the Validator object to a target array
func (*Validator) ProtoMessage ¶
func (*Validator) ProtoMessage()
func (*Validator) ProtoReflect ¶
func (x *Validator) ProtoReflect() protoreflect.Message
func (*Validator) UnmarshalSSZ ¶
UnmarshalSSZ ssz unmarshals the Validator object
type ValidatorActivationRequest ¶
type ValidatorActivationRequest struct { PublicKeys [][]byte `protobuf:"bytes,1,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty" ssz-size:"?,48"` // contains filtered or unexported fields }
func (*ValidatorActivationRequest) Descriptor
deprecated
func (*ValidatorActivationRequest) Descriptor() ([]byte, []int)
Deprecated: Use ValidatorActivationRequest.ProtoReflect.Descriptor instead.
func (*ValidatorActivationRequest) GetPublicKeys ¶
func (x *ValidatorActivationRequest) GetPublicKeys() [][]byte
func (*ValidatorActivationRequest) ProtoMessage ¶
func (*ValidatorActivationRequest) ProtoMessage()
func (*ValidatorActivationRequest) ProtoReflect ¶
func (x *ValidatorActivationRequest) ProtoReflect() protoreflect.Message
func (*ValidatorActivationRequest) Reset ¶
func (x *ValidatorActivationRequest) Reset()
func (*ValidatorActivationRequest) String ¶
func (x *ValidatorActivationRequest) String() string
type ValidatorActivationResponse ¶
type ValidatorActivationResponse struct { Statuses []*ValidatorActivationResponse_Status `protobuf:"bytes,1,rep,name=statuses,proto3" json:"statuses,omitempty"` // contains filtered or unexported fields }
func (*ValidatorActivationResponse) Descriptor
deprecated
func (*ValidatorActivationResponse) Descriptor() ([]byte, []int)
Deprecated: Use ValidatorActivationResponse.ProtoReflect.Descriptor instead.
func (*ValidatorActivationResponse) GetStatuses ¶
func (x *ValidatorActivationResponse) GetStatuses() []*ValidatorActivationResponse_Status
func (*ValidatorActivationResponse) ProtoMessage ¶
func (*ValidatorActivationResponse) ProtoMessage()
func (*ValidatorActivationResponse) ProtoReflect ¶
func (x *ValidatorActivationResponse) ProtoReflect() protoreflect.Message
func (*ValidatorActivationResponse) Reset ¶
func (x *ValidatorActivationResponse) Reset()
func (*ValidatorActivationResponse) String ¶
func (x *ValidatorActivationResponse) String() string
type ValidatorActivationResponse_Status ¶
type ValidatorActivationResponse_Status struct { PublicKey []byte `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` Status *ValidatorStatusResponse `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` Index github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 164-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ValidatorActivationResponse_Status) Descriptor
deprecated
func (*ValidatorActivationResponse_Status) Descriptor() ([]byte, []int)
Deprecated: Use ValidatorActivationResponse_Status.ProtoReflect.Descriptor instead.
func (*ValidatorActivationResponse_Status) GetPublicKey ¶
func (x *ValidatorActivationResponse_Status) GetPublicKey() []byte
func (*ValidatorActivationResponse_Status) GetStatus ¶
func (x *ValidatorActivationResponse_Status) GetStatus() *ValidatorStatusResponse
func (*ValidatorActivationResponse_Status) ProtoMessage ¶
func (*ValidatorActivationResponse_Status) ProtoMessage()
func (*ValidatorActivationResponse_Status) ProtoReflect ¶
func (x *ValidatorActivationResponse_Status) ProtoReflect() protoreflect.Message
func (*ValidatorActivationResponse_Status) Reset ¶
func (x *ValidatorActivationResponse_Status) Reset()
func (*ValidatorActivationResponse_Status) String ¶
func (x *ValidatorActivationResponse_Status) String() string
type ValidatorAssignments ¶
type ValidatorAssignments struct { Epoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 155-byte string literal not displayed */ Assignments []*ValidatorAssignments_CommitteeAssignment `protobuf:"bytes,2,rep,name=assignments,proto3" json:"assignments,omitempty"` NextPageToken string `protobuf:"bytes,3,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` TotalSize int32 `protobuf:"varint,4,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // contains filtered or unexported fields }
func (*ValidatorAssignments) Descriptor
deprecated
func (*ValidatorAssignments) Descriptor() ([]byte, []int)
Deprecated: Use ValidatorAssignments.ProtoReflect.Descriptor instead.
func (*ValidatorAssignments) GetAssignments ¶
func (x *ValidatorAssignments) GetAssignments() []*ValidatorAssignments_CommitteeAssignment
func (*ValidatorAssignments) GetEpoch ¶
func (x *ValidatorAssignments) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
func (*ValidatorAssignments) GetNextPageToken ¶
func (x *ValidatorAssignments) GetNextPageToken() string
func (*ValidatorAssignments) GetTotalSize ¶
func (x *ValidatorAssignments) GetTotalSize() int32
func (*ValidatorAssignments) ProtoMessage ¶
func (*ValidatorAssignments) ProtoMessage()
func (*ValidatorAssignments) ProtoReflect ¶
func (x *ValidatorAssignments) ProtoReflect() protoreflect.Message
func (*ValidatorAssignments) Reset ¶
func (x *ValidatorAssignments) Reset()
func (*ValidatorAssignments) String ¶
func (x *ValidatorAssignments) String() string
type ValidatorAssignments_CommitteeAssignment ¶
type ValidatorAssignments_CommitteeAssignment struct { BeaconCommittees []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 217-byte string literal not displayed */ CommitteeIndex github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.CommitteeIndex `` /* 204-byte string literal not displayed */ AttesterSlot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 188-byte string literal not displayed */ ProposerSlots []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 198-byte string literal not displayed */ // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto. PublicKey []byte `protobuf:"bytes,5,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" ssz-size:"48"` ValidatorIndex github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 204-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ValidatorAssignments_CommitteeAssignment) Descriptor
deprecated
func (*ValidatorAssignments_CommitteeAssignment) Descriptor() ([]byte, []int)
Deprecated: Use ValidatorAssignments_CommitteeAssignment.ProtoReflect.Descriptor instead.
func (*ValidatorAssignments_CommitteeAssignment) GetAttesterSlot ¶
func (x *ValidatorAssignments_CommitteeAssignment) GetAttesterSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*ValidatorAssignments_CommitteeAssignment) GetBeaconCommittees ¶
func (x *ValidatorAssignments_CommitteeAssignment) GetBeaconCommittees() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*ValidatorAssignments_CommitteeAssignment) GetCommitteeIndex ¶
func (x *ValidatorAssignments_CommitteeAssignment) GetCommitteeIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.CommitteeIndex
func (*ValidatorAssignments_CommitteeAssignment) GetProposerSlots ¶
func (x *ValidatorAssignments_CommitteeAssignment) GetProposerSlots() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*ValidatorAssignments_CommitteeAssignment) GetPublicKey
deprecated
func (x *ValidatorAssignments_CommitteeAssignment) GetPublicKey() []byte
Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.
func (*ValidatorAssignments_CommitteeAssignment) GetValidatorIndex ¶
func (x *ValidatorAssignments_CommitteeAssignment) GetValidatorIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*ValidatorAssignments_CommitteeAssignment) ProtoMessage ¶
func (*ValidatorAssignments_CommitteeAssignment) ProtoMessage()
func (*ValidatorAssignments_CommitteeAssignment) ProtoReflect ¶
func (x *ValidatorAssignments_CommitteeAssignment) ProtoReflect() protoreflect.Message
func (*ValidatorAssignments_CommitteeAssignment) Reset ¶
func (x *ValidatorAssignments_CommitteeAssignment) Reset()
func (*ValidatorAssignments_CommitteeAssignment) String ¶
func (x *ValidatorAssignments_CommitteeAssignment) String() string
type ValidatorBalances ¶
type ValidatorBalances struct { Epoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 155-byte string literal not displayed */ Balances []*ValidatorBalances_Balance `protobuf:"bytes,2,rep,name=balances,proto3" json:"balances,omitempty"` NextPageToken string `protobuf:"bytes,3,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` TotalSize int32 `protobuf:"varint,4,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // contains filtered or unexported fields }
func (*ValidatorBalances) Descriptor
deprecated
func (*ValidatorBalances) Descriptor() ([]byte, []int)
Deprecated: Use ValidatorBalances.ProtoReflect.Descriptor instead.
func (*ValidatorBalances) GetBalances ¶
func (x *ValidatorBalances) GetBalances() []*ValidatorBalances_Balance
func (*ValidatorBalances) GetEpoch ¶
func (x *ValidatorBalances) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
func (*ValidatorBalances) GetNextPageToken ¶
func (x *ValidatorBalances) GetNextPageToken() string
func (*ValidatorBalances) GetTotalSize ¶
func (x *ValidatorBalances) GetTotalSize() int32
func (*ValidatorBalances) ProtoMessage ¶
func (*ValidatorBalances) ProtoMessage()
func (*ValidatorBalances) ProtoReflect ¶
func (x *ValidatorBalances) ProtoReflect() protoreflect.Message
func (*ValidatorBalances) Reset ¶
func (x *ValidatorBalances) Reset()
func (*ValidatorBalances) String ¶
func (x *ValidatorBalances) String() string
type ValidatorBalances_Balance ¶
type ValidatorBalances_Balance struct { PublicKey []byte `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" ssz-size:"48"` Index github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 164-byte string literal not displayed */ Balance uint64 `protobuf:"varint,3,opt,name=balance,proto3" json:"balance,omitempty"` Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*ValidatorBalances_Balance) Descriptor
deprecated
func (*ValidatorBalances_Balance) Descriptor() ([]byte, []int)
Deprecated: Use ValidatorBalances_Balance.ProtoReflect.Descriptor instead.
func (*ValidatorBalances_Balance) GetBalance ¶
func (x *ValidatorBalances_Balance) GetBalance() uint64
func (*ValidatorBalances_Balance) GetPublicKey ¶
func (x *ValidatorBalances_Balance) GetPublicKey() []byte
func (*ValidatorBalances_Balance) GetStatus ¶
func (x *ValidatorBalances_Balance) GetStatus() string
func (*ValidatorBalances_Balance) ProtoMessage ¶
func (*ValidatorBalances_Balance) ProtoMessage()
func (*ValidatorBalances_Balance) ProtoReflect ¶
func (x *ValidatorBalances_Balance) ProtoReflect() protoreflect.Message
func (*ValidatorBalances_Balance) Reset ¶
func (x *ValidatorBalances_Balance) Reset()
func (*ValidatorBalances_Balance) String ¶
func (x *ValidatorBalances_Balance) String() string
type ValidatorChangeSet
deprecated
type ValidatorChangeSet struct { Action SetAction `protobuf:"varint,1,opt,name=action,proto3,enum=ethereum.eth.v1alpha1.SetAction" json:"action,omitempty"` PublicKeys [][]byte `protobuf:"bytes,2,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty"` // contains filtered or unexported fields }
Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.
func (*ValidatorChangeSet) Descriptor
deprecated
func (*ValidatorChangeSet) Descriptor() ([]byte, []int)
Deprecated: Use ValidatorChangeSet.ProtoReflect.Descriptor instead.
func (*ValidatorChangeSet) GetAction ¶
func (x *ValidatorChangeSet) GetAction() SetAction
func (*ValidatorChangeSet) GetPublicKeys ¶
func (x *ValidatorChangeSet) GetPublicKeys() [][]byte
func (*ValidatorChangeSet) ProtoMessage ¶
func (*ValidatorChangeSet) ProtoMessage()
func (*ValidatorChangeSet) ProtoReflect ¶
func (x *ValidatorChangeSet) ProtoReflect() protoreflect.Message
func (*ValidatorChangeSet) Reset ¶
func (x *ValidatorChangeSet) Reset()
func (*ValidatorChangeSet) String ¶
func (x *ValidatorChangeSet) String() string
type ValidatorIndexRequest ¶
type ValidatorIndexRequest struct { PublicKey []byte `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" ssz-size:"48"` // contains filtered or unexported fields }
func (*ValidatorIndexRequest) Descriptor
deprecated
func (*ValidatorIndexRequest) Descriptor() ([]byte, []int)
Deprecated: Use ValidatorIndexRequest.ProtoReflect.Descriptor instead.
func (*ValidatorIndexRequest) GetPublicKey ¶
func (x *ValidatorIndexRequest) GetPublicKey() []byte
func (*ValidatorIndexRequest) ProtoMessage ¶
func (*ValidatorIndexRequest) ProtoMessage()
func (*ValidatorIndexRequest) ProtoReflect ¶
func (x *ValidatorIndexRequest) ProtoReflect() protoreflect.Message
func (*ValidatorIndexRequest) Reset ¶
func (x *ValidatorIndexRequest) Reset()
func (*ValidatorIndexRequest) String ¶
func (x *ValidatorIndexRequest) String() string
type ValidatorIndexResponse ¶
type ValidatorIndexResponse struct { Index github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 164-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ValidatorIndexResponse) Descriptor
deprecated
func (*ValidatorIndexResponse) Descriptor() ([]byte, []int)
Deprecated: Use ValidatorIndexResponse.ProtoReflect.Descriptor instead.
func (*ValidatorIndexResponse) ProtoMessage ¶
func (*ValidatorIndexResponse) ProtoMessage()
func (*ValidatorIndexResponse) ProtoReflect ¶
func (x *ValidatorIndexResponse) ProtoReflect() protoreflect.Message
func (*ValidatorIndexResponse) Reset ¶
func (x *ValidatorIndexResponse) Reset()
func (*ValidatorIndexResponse) String ¶
func (x *ValidatorIndexResponse) String() string
type ValidatorInfo ¶
type ValidatorInfo struct { PublicKey []byte `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` Index github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 164-byte string literal not displayed */ Epoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 155-byte string literal not displayed */ Status ValidatorStatus `protobuf:"varint,4,opt,name=status,proto3,enum=ethereum.eth.v1alpha1.ValidatorStatus" json:"status,omitempty"` TransitionTimestamp uint64 `protobuf:"varint,5,opt,name=transition_timestamp,json=transitionTimestamp,proto3" json:"transition_timestamp,omitempty"` Balance uint64 `protobuf:"varint,6,opt,name=balance,proto3" json:"balance,omitempty"` EffectiveBalance uint64 `protobuf:"varint,7,opt,name=effective_balance,json=effectiveBalance,proto3" json:"effective_balance,omitempty"` // contains filtered or unexported fields }
func (*ValidatorInfo) Descriptor
deprecated
func (*ValidatorInfo) Descriptor() ([]byte, []int)
Deprecated: Use ValidatorInfo.ProtoReflect.Descriptor instead.
func (*ValidatorInfo) GetBalance ¶
func (x *ValidatorInfo) GetBalance() uint64
func (*ValidatorInfo) GetEffectiveBalance ¶
func (x *ValidatorInfo) GetEffectiveBalance() uint64
func (*ValidatorInfo) GetEpoch ¶
func (x *ValidatorInfo) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
func (*ValidatorInfo) GetIndex ¶
func (x *ValidatorInfo) GetIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*ValidatorInfo) GetPublicKey ¶
func (x *ValidatorInfo) GetPublicKey() []byte
func (*ValidatorInfo) GetStatus ¶
func (x *ValidatorInfo) GetStatus() ValidatorStatus
func (*ValidatorInfo) GetTransitionTimestamp ¶
func (x *ValidatorInfo) GetTransitionTimestamp() uint64
func (*ValidatorInfo) ProtoMessage ¶
func (*ValidatorInfo) ProtoMessage()
func (*ValidatorInfo) ProtoReflect ¶
func (x *ValidatorInfo) ProtoReflect() protoreflect.Message
func (*ValidatorInfo) Reset ¶
func (x *ValidatorInfo) Reset()
func (*ValidatorInfo) String ¶
func (x *ValidatorInfo) String() string
type ValidatorParticipation ¶
type ValidatorParticipation struct { // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto. GlobalParticipationRate float32 `` /* 134-byte string literal not displayed */ // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto. VotedEther uint64 `protobuf:"varint,2,opt,name=voted_ether,json=votedEther,proto3" json:"voted_ether,omitempty"` // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto. EligibleEther uint64 `protobuf:"varint,3,opt,name=eligible_ether,json=eligibleEther,proto3" json:"eligible_ether,omitempty"` CurrentEpochActiveGwei uint64 `` /* 132-byte string literal not displayed */ CurrentEpochAttestingGwei uint64 `` /* 141-byte string literal not displayed */ CurrentEpochTargetAttestingGwei uint64 `` /* 161-byte string literal not displayed */ PreviousEpochActiveGwei uint64 `` /* 135-byte string literal not displayed */ PreviousEpochAttestingGwei uint64 `` /* 144-byte string literal not displayed */ PreviousEpochTargetAttestingGwei uint64 `` /* 164-byte string literal not displayed */ PreviousEpochHeadAttestingGwei uint64 `` /* 159-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ValidatorParticipation) Descriptor
deprecated
func (*ValidatorParticipation) Descriptor() ([]byte, []int)
Deprecated: Use ValidatorParticipation.ProtoReflect.Descriptor instead.
func (*ValidatorParticipation) GetCurrentEpochActiveGwei ¶
func (x *ValidatorParticipation) GetCurrentEpochActiveGwei() uint64
func (*ValidatorParticipation) GetCurrentEpochAttestingGwei ¶
func (x *ValidatorParticipation) GetCurrentEpochAttestingGwei() uint64
func (*ValidatorParticipation) GetCurrentEpochTargetAttestingGwei ¶
func (x *ValidatorParticipation) GetCurrentEpochTargetAttestingGwei() uint64
func (*ValidatorParticipation) GetEligibleEther
deprecated
func (x *ValidatorParticipation) GetEligibleEther() uint64
Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.
func (*ValidatorParticipation) GetGlobalParticipationRate
deprecated
func (x *ValidatorParticipation) GetGlobalParticipationRate() float32
Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.
func (*ValidatorParticipation) GetPreviousEpochActiveGwei ¶
func (x *ValidatorParticipation) GetPreviousEpochActiveGwei() uint64
func (*ValidatorParticipation) GetPreviousEpochAttestingGwei ¶
func (x *ValidatorParticipation) GetPreviousEpochAttestingGwei() uint64
func (*ValidatorParticipation) GetPreviousEpochHeadAttestingGwei ¶
func (x *ValidatorParticipation) GetPreviousEpochHeadAttestingGwei() uint64
func (*ValidatorParticipation) GetPreviousEpochTargetAttestingGwei ¶
func (x *ValidatorParticipation) GetPreviousEpochTargetAttestingGwei() uint64
func (*ValidatorParticipation) GetVotedEther
deprecated
func (x *ValidatorParticipation) GetVotedEther() uint64
Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto.
func (*ValidatorParticipation) ProtoMessage ¶
func (*ValidatorParticipation) ProtoMessage()
func (*ValidatorParticipation) ProtoReflect ¶
func (x *ValidatorParticipation) ProtoReflect() protoreflect.Message
func (*ValidatorParticipation) Reset ¶
func (x *ValidatorParticipation) Reset()
func (*ValidatorParticipation) String ¶
func (x *ValidatorParticipation) String() string
type ValidatorParticipationResponse
deprecated
type ValidatorParticipationResponse struct { Epoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 155-byte string literal not displayed */ Finalized bool `protobuf:"varint,2,opt,name=finalized,proto3" json:"finalized,omitempty"` Participation *ValidatorParticipation `protobuf:"bytes,3,opt,name=participation,proto3" json:"participation,omitempty"` // contains filtered or unexported fields }
Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.
func (*ValidatorParticipationResponse) Descriptor
deprecated
func (*ValidatorParticipationResponse) Descriptor() ([]byte, []int)
Deprecated: Use ValidatorParticipationResponse.ProtoReflect.Descriptor instead.
func (*ValidatorParticipationResponse) GetFinalized ¶
func (x *ValidatorParticipationResponse) GetFinalized() bool
func (*ValidatorParticipationResponse) GetParticipation ¶
func (x *ValidatorParticipationResponse) GetParticipation() *ValidatorParticipation
func (*ValidatorParticipationResponse) ProtoMessage ¶
func (*ValidatorParticipationResponse) ProtoMessage()
func (*ValidatorParticipationResponse) ProtoReflect ¶
func (x *ValidatorParticipationResponse) ProtoReflect() protoreflect.Message
func (*ValidatorParticipationResponse) Reset ¶
func (x *ValidatorParticipationResponse) Reset()
func (*ValidatorParticipationResponse) String ¶
func (x *ValidatorParticipationResponse) String() string
type ValidatorPerformanceRequest ¶
type ValidatorPerformanceRequest struct { // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto. PublicKeys [][]byte `protobuf:"bytes,1,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty"` Indices []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 175-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ValidatorPerformanceRequest) Descriptor
deprecated
func (*ValidatorPerformanceRequest) Descriptor() ([]byte, []int)
Deprecated: Use ValidatorPerformanceRequest.ProtoReflect.Descriptor instead.
func (*ValidatorPerformanceRequest) GetIndices ¶
func (x *ValidatorPerformanceRequest) GetIndices() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*ValidatorPerformanceRequest) GetPublicKeys
deprecated
func (x *ValidatorPerformanceRequest) GetPublicKeys() [][]byte
Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.
func (*ValidatorPerformanceRequest) ProtoMessage ¶
func (*ValidatorPerformanceRequest) ProtoMessage()
func (*ValidatorPerformanceRequest) ProtoReflect ¶
func (x *ValidatorPerformanceRequest) ProtoReflect() protoreflect.Message
func (*ValidatorPerformanceRequest) Reset ¶
func (x *ValidatorPerformanceRequest) Reset()
func (*ValidatorPerformanceRequest) String ¶
func (x *ValidatorPerformanceRequest) String() string
type ValidatorPerformanceResponse ¶
type ValidatorPerformanceResponse struct { CurrentEffectiveBalances []uint64 `` /* 143-byte string literal not displayed */ // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto. InclusionSlots []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 201-byte string literal not displayed */ // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto. InclusionDistances []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 213-byte string literal not displayed */ CorrectlyVotedSource []bool `` /* 131-byte string literal not displayed */ CorrectlyVotedTarget []bool `` /* 131-byte string literal not displayed */ CorrectlyVotedHead []bool `protobuf:"varint,6,rep,packed,name=correctly_voted_head,json=correctlyVotedHead,proto3" json:"correctly_voted_head,omitempty"` BalancesBeforeEpochTransition []uint64 `` /* 160-byte string literal not displayed */ BalancesAfterEpochTransition []uint64 `` /* 157-byte string literal not displayed */ MissingValidators [][]byte `protobuf:"bytes,9,rep,name=missing_validators,json=missingValidators,proto3" json:"missing_validators,omitempty"` AverageActiveValidatorBalance float32 `` /* 155-byte string literal not displayed */ PublicKeys [][]byte `protobuf:"bytes,11,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty" ssz-size:"?,48"` InactivityScores []uint64 `protobuf:"varint,12,rep,packed,name=inactivity_scores,json=inactivityScores,proto3" json:"inactivity_scores,omitempty"` // contains filtered or unexported fields }
func (*ValidatorPerformanceResponse) Descriptor
deprecated
func (*ValidatorPerformanceResponse) Descriptor() ([]byte, []int)
Deprecated: Use ValidatorPerformanceResponse.ProtoReflect.Descriptor instead.
func (*ValidatorPerformanceResponse) GetAverageActiveValidatorBalance ¶
func (x *ValidatorPerformanceResponse) GetAverageActiveValidatorBalance() float32
func (*ValidatorPerformanceResponse) GetBalancesAfterEpochTransition ¶
func (x *ValidatorPerformanceResponse) GetBalancesAfterEpochTransition() []uint64
func (*ValidatorPerformanceResponse) GetBalancesBeforeEpochTransition ¶
func (x *ValidatorPerformanceResponse) GetBalancesBeforeEpochTransition() []uint64
func (*ValidatorPerformanceResponse) GetCorrectlyVotedHead ¶
func (x *ValidatorPerformanceResponse) GetCorrectlyVotedHead() []bool
func (*ValidatorPerformanceResponse) GetCorrectlyVotedSource ¶
func (x *ValidatorPerformanceResponse) GetCorrectlyVotedSource() []bool
func (*ValidatorPerformanceResponse) GetCorrectlyVotedTarget ¶
func (x *ValidatorPerformanceResponse) GetCorrectlyVotedTarget() []bool
func (*ValidatorPerformanceResponse) GetCurrentEffectiveBalances ¶
func (x *ValidatorPerformanceResponse) GetCurrentEffectiveBalances() []uint64
func (*ValidatorPerformanceResponse) GetInactivityScores ¶
func (x *ValidatorPerformanceResponse) GetInactivityScores() []uint64
func (*ValidatorPerformanceResponse) GetInclusionDistances
deprecated
func (x *ValidatorPerformanceResponse) GetInclusionDistances() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.
func (*ValidatorPerformanceResponse) GetInclusionSlots
deprecated
func (x *ValidatorPerformanceResponse) GetInclusionSlots() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.
func (*ValidatorPerformanceResponse) GetMissingValidators ¶
func (x *ValidatorPerformanceResponse) GetMissingValidators() [][]byte
func (*ValidatorPerformanceResponse) GetPublicKeys ¶
func (x *ValidatorPerformanceResponse) GetPublicKeys() [][]byte
func (*ValidatorPerformanceResponse) ProtoMessage ¶
func (*ValidatorPerformanceResponse) ProtoMessage()
func (*ValidatorPerformanceResponse) ProtoReflect ¶
func (x *ValidatorPerformanceResponse) ProtoReflect() protoreflect.Message
func (*ValidatorPerformanceResponse) Reset ¶
func (x *ValidatorPerformanceResponse) Reset()
func (*ValidatorPerformanceResponse) String ¶
func (x *ValidatorPerformanceResponse) String() string
type ValidatorQueue
deprecated
type ValidatorQueue struct { ChurnLimit uint64 `protobuf:"varint,1,opt,name=churn_limit,json=churnLimit,proto3" json:"churn_limit,omitempty"` // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto. ActivationPublicKeys [][]byte `` /* 139-byte string literal not displayed */ // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto. ExitPublicKeys [][]byte `protobuf:"bytes,3,rep,name=exit_public_keys,json=exitPublicKeys,proto3" json:"exit_public_keys,omitempty" ssz-size:"?,48"` ActivationValidatorIndices []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 249-byte string literal not displayed */ ExitValidatorIndices []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 231-byte string literal not displayed */ // contains filtered or unexported fields }
Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.
func (*ValidatorQueue) Descriptor
deprecated
func (*ValidatorQueue) Descriptor() ([]byte, []int)
Deprecated: Use ValidatorQueue.ProtoReflect.Descriptor instead.
func (*ValidatorQueue) GetActivationPublicKeys
deprecated
func (x *ValidatorQueue) GetActivationPublicKeys() [][]byte
Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.
func (*ValidatorQueue) GetActivationValidatorIndices ¶
func (x *ValidatorQueue) GetActivationValidatorIndices() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*ValidatorQueue) GetChurnLimit ¶
func (x *ValidatorQueue) GetChurnLimit() uint64
func (*ValidatorQueue) GetExitPublicKeys
deprecated
func (x *ValidatorQueue) GetExitPublicKeys() [][]byte
Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto.
func (*ValidatorQueue) GetExitValidatorIndices ¶
func (x *ValidatorQueue) GetExitValidatorIndices() []github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*ValidatorQueue) ProtoMessage ¶
func (*ValidatorQueue) ProtoMessage()
func (*ValidatorQueue) ProtoReflect ¶
func (x *ValidatorQueue) ProtoReflect() protoreflect.Message
func (*ValidatorQueue) Reset ¶
func (x *ValidatorQueue) Reset()
func (*ValidatorQueue) String ¶
func (x *ValidatorQueue) String() string
type ValidatorRegistrationV1 ¶
type ValidatorRegistrationV1 struct { FeeRecipient []byte `protobuf:"bytes,1,opt,name=fee_recipient,json=feeRecipient,proto3" json:"fee_recipient,omitempty" ssz-size:"20"` GasLimit uint64 `protobuf:"varint,2,opt,name=gas_limit,json=gasLimit,proto3" json:"gas_limit,omitempty"` Timestamp uint64 `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"` Pubkey []byte `protobuf:"bytes,4,opt,name=pubkey,proto3" json:"pubkey,omitempty" ssz-size:"48"` // contains filtered or unexported fields }
func (*ValidatorRegistrationV1) Descriptor
deprecated
func (*ValidatorRegistrationV1) Descriptor() ([]byte, []int)
Deprecated: Use ValidatorRegistrationV1.ProtoReflect.Descriptor instead.
func (*ValidatorRegistrationV1) GetFeeRecipient ¶
func (x *ValidatorRegistrationV1) GetFeeRecipient() []byte
func (*ValidatorRegistrationV1) GetGasLimit ¶
func (x *ValidatorRegistrationV1) GetGasLimit() uint64
func (*ValidatorRegistrationV1) GetPubkey ¶
func (x *ValidatorRegistrationV1) GetPubkey() []byte
func (*ValidatorRegistrationV1) GetTimestamp ¶
func (x *ValidatorRegistrationV1) GetTimestamp() uint64
func (*ValidatorRegistrationV1) HashTreeRoot ¶
func (v *ValidatorRegistrationV1) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the ValidatorRegistrationV1 object
func (*ValidatorRegistrationV1) HashTreeRootWith ¶
func (v *ValidatorRegistrationV1) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the ValidatorRegistrationV1 object with a hasher
func (*ValidatorRegistrationV1) MarshalSSZ ¶
func (v *ValidatorRegistrationV1) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the ValidatorRegistrationV1 object
func (*ValidatorRegistrationV1) MarshalSSZTo ¶
func (v *ValidatorRegistrationV1) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the ValidatorRegistrationV1 object to a target array
func (*ValidatorRegistrationV1) ProtoMessage ¶
func (*ValidatorRegistrationV1) ProtoMessage()
func (*ValidatorRegistrationV1) ProtoReflect ¶
func (x *ValidatorRegistrationV1) ProtoReflect() protoreflect.Message
func (*ValidatorRegistrationV1) Reset ¶
func (x *ValidatorRegistrationV1) Reset()
func (*ValidatorRegistrationV1) SizeSSZ ¶
func (v *ValidatorRegistrationV1) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the ValidatorRegistrationV1 object
func (*ValidatorRegistrationV1) String ¶
func (x *ValidatorRegistrationV1) String() string
func (*ValidatorRegistrationV1) UnmarshalSSZ ¶
func (v *ValidatorRegistrationV1) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the ValidatorRegistrationV1 object
type ValidatorStatus ¶
type ValidatorStatus int32
const ( ValidatorStatus_UNKNOWN_STATUS ValidatorStatus = 0 ValidatorStatus_DEPOSITED ValidatorStatus = 1 ValidatorStatus_PENDING ValidatorStatus = 2 ValidatorStatus_ACTIVE ValidatorStatus = 3 ValidatorStatus_EXITING ValidatorStatus = 4 ValidatorStatus_SLASHING ValidatorStatus = 5 ValidatorStatus_EXITED ValidatorStatus = 6 ValidatorStatus_INVALID ValidatorStatus = 7 ValidatorStatus_PARTIALLY_DEPOSITED ValidatorStatus = 8 )
func (ValidatorStatus) Descriptor ¶
func (ValidatorStatus) Descriptor() protoreflect.EnumDescriptor
func (ValidatorStatus) Enum ¶
func (x ValidatorStatus) Enum() *ValidatorStatus
func (ValidatorStatus) EnumDescriptor
deprecated
func (ValidatorStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use ValidatorStatus.Descriptor instead.
func (ValidatorStatus) Number ¶
func (x ValidatorStatus) Number() protoreflect.EnumNumber
func (ValidatorStatus) String ¶
func (x ValidatorStatus) String() string
func (ValidatorStatus) Type ¶
func (ValidatorStatus) Type() protoreflect.EnumType
type ValidatorStatusRequest ¶
type ValidatorStatusRequest struct { PublicKey []byte `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" ssz-size:"48"` // contains filtered or unexported fields }
func (*ValidatorStatusRequest) Descriptor
deprecated
func (*ValidatorStatusRequest) Descriptor() ([]byte, []int)
Deprecated: Use ValidatorStatusRequest.ProtoReflect.Descriptor instead.
func (*ValidatorStatusRequest) GetPublicKey ¶
func (x *ValidatorStatusRequest) GetPublicKey() []byte
func (*ValidatorStatusRequest) ProtoMessage ¶
func (*ValidatorStatusRequest) ProtoMessage()
func (*ValidatorStatusRequest) ProtoReflect ¶
func (x *ValidatorStatusRequest) ProtoReflect() protoreflect.Message
func (*ValidatorStatusRequest) Reset ¶
func (x *ValidatorStatusRequest) Reset()
func (*ValidatorStatusRequest) String ¶
func (x *ValidatorStatusRequest) String() string
type ValidatorStatusResponse ¶
type ValidatorStatusResponse struct { Status ValidatorStatus `protobuf:"varint,1,opt,name=status,proto3,enum=ethereum.eth.v1alpha1.ValidatorStatus" json:"status,omitempty"` Eth1DepositBlockNumber uint64 `` /* 132-byte string literal not displayed */ DepositInclusionSlot github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot `` /* 214-byte string literal not displayed */ ActivationEpoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 198-byte string literal not displayed */ PositionInActivationQueue uint64 `` /* 141-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ValidatorStatusResponse) Descriptor
deprecated
func (*ValidatorStatusResponse) Descriptor() ([]byte, []int)
Deprecated: Use ValidatorStatusResponse.ProtoReflect.Descriptor instead.
func (*ValidatorStatusResponse) GetActivationEpoch ¶
func (x *ValidatorStatusResponse) GetActivationEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
func (*ValidatorStatusResponse) GetDepositInclusionSlot ¶
func (x *ValidatorStatusResponse) GetDepositInclusionSlot() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Slot
func (*ValidatorStatusResponse) GetEth1DepositBlockNumber ¶
func (x *ValidatorStatusResponse) GetEth1DepositBlockNumber() uint64
func (*ValidatorStatusResponse) GetPositionInActivationQueue ¶
func (x *ValidatorStatusResponse) GetPositionInActivationQueue() uint64
func (*ValidatorStatusResponse) GetStatus ¶
func (x *ValidatorStatusResponse) GetStatus() ValidatorStatus
func (*ValidatorStatusResponse) ProtoMessage ¶
func (*ValidatorStatusResponse) ProtoMessage()
func (*ValidatorStatusResponse) ProtoReflect ¶
func (x *ValidatorStatusResponse) ProtoReflect() protoreflect.Message
func (*ValidatorStatusResponse) Reset ¶
func (x *ValidatorStatusResponse) Reset()
func (*ValidatorStatusResponse) String ¶
func (x *ValidatorStatusResponse) String() string
type Validators ¶
type Validators struct { Epoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 155-byte string literal not displayed */ ValidatorList []*Validators_ValidatorContainer `protobuf:"bytes,2,rep,name=validator_list,json=validatorList,proto3" json:"validator_list,omitempty"` NextPageToken string `protobuf:"bytes,3,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` TotalSize int32 `protobuf:"varint,4,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` // contains filtered or unexported fields }
func (*Validators) Descriptor
deprecated
func (*Validators) Descriptor() ([]byte, []int)
Deprecated: Use Validators.ProtoReflect.Descriptor instead.
func (*Validators) GetEpoch ¶
func (x *Validators) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
func (*Validators) GetNextPageToken ¶
func (x *Validators) GetNextPageToken() string
func (*Validators) GetTotalSize ¶
func (x *Validators) GetTotalSize() int32
func (*Validators) GetValidatorList ¶
func (x *Validators) GetValidatorList() []*Validators_ValidatorContainer
func (*Validators) ProtoMessage ¶
func (*Validators) ProtoMessage()
func (*Validators) ProtoReflect ¶
func (x *Validators) ProtoReflect() protoreflect.Message
func (*Validators) Reset ¶
func (x *Validators) Reset()
func (*Validators) String ¶
func (x *Validators) String() string
type Validators_ValidatorContainer ¶
type Validators_ValidatorContainer struct { Index github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 164-byte string literal not displayed */ Validator *Validator `protobuf:"bytes,2,opt,name=validator,proto3" json:"validator,omitempty"` // contains filtered or unexported fields }
func (*Validators_ValidatorContainer) Descriptor
deprecated
func (*Validators_ValidatorContainer) Descriptor() ([]byte, []int)
Deprecated: Use Validators_ValidatorContainer.ProtoReflect.Descriptor instead.
func (*Validators_ValidatorContainer) GetValidator ¶
func (x *Validators_ValidatorContainer) GetValidator() *Validator
func (*Validators_ValidatorContainer) ProtoMessage ¶
func (*Validators_ValidatorContainer) ProtoMessage()
func (*Validators_ValidatorContainer) ProtoReflect ¶
func (x *Validators_ValidatorContainer) ProtoReflect() protoreflect.Message
func (*Validators_ValidatorContainer) Reset ¶
func (x *Validators_ValidatorContainer) Reset()
func (*Validators_ValidatorContainer) String ¶
func (x *Validators_ValidatorContainer) String() string
type Version ¶
type Version struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` Metadata string `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
func (*Version) Descriptor
deprecated
func (*Version) GetMetadata ¶
func (*Version) GetVersion ¶
func (*Version) ProtoMessage ¶
func (*Version) ProtoMessage()
func (*Version) ProtoReflect ¶
func (x *Version) ProtoReflect() protoreflect.Message
type VoluntaryExit ¶
type VoluntaryExit struct { Epoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch `` /* 155-byte string literal not displayed */ ValidatorIndex github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex `` /* 204-byte string literal not displayed */ // contains filtered or unexported fields }
func (*VoluntaryExit) Descriptor
deprecated
func (*VoluntaryExit) Descriptor() ([]byte, []int)
Deprecated: Use VoluntaryExit.ProtoReflect.Descriptor instead.
func (*VoluntaryExit) GetEpoch ¶
func (x *VoluntaryExit) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch
func (*VoluntaryExit) GetValidatorIndex ¶
func (x *VoluntaryExit) GetValidatorIndex() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.ValidatorIndex
func (*VoluntaryExit) HashTreeRoot ¶
func (v *VoluntaryExit) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the VoluntaryExit object
func (*VoluntaryExit) HashTreeRootWith ¶
func (v *VoluntaryExit) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the VoluntaryExit object with a hasher
func (*VoluntaryExit) MarshalSSZ ¶
func (v *VoluntaryExit) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the VoluntaryExit object
func (*VoluntaryExit) MarshalSSZTo ¶
func (v *VoluntaryExit) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the VoluntaryExit object to a target array
func (*VoluntaryExit) ProtoMessage ¶
func (*VoluntaryExit) ProtoMessage()
func (*VoluntaryExit) ProtoReflect ¶
func (x *VoluntaryExit) ProtoReflect() protoreflect.Message
func (*VoluntaryExit) Reset ¶
func (x *VoluntaryExit) Reset()
func (*VoluntaryExit) SizeSSZ ¶
func (v *VoluntaryExit) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the VoluntaryExit object
func (*VoluntaryExit) String ¶
func (x *VoluntaryExit) String() string
func (*VoluntaryExit) UnmarshalSSZ ¶
func (v *VoluntaryExit) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the VoluntaryExit object
Source Files ¶
- attestation.pb.go
- beacon_block.pb.go
- beacon_chain.pb.go
- beacon_chain.pb.gw.go
- beacon_state.pb.go
- blobs.pb.go
- cloners.go
- debug.pb.go
- debug.pb.gw.go
- finalized_block_root_container.pb.go
- generated.ssz.go
- health.pb.go
- health.pb.gw.go
- node.pb.go
- node.pb.gw.go
- p2p_messages.pb.go
- powchain.pb.go
- slasher.pb.go
- slasher.pb.gw.go
- sync_committee.pb.go
- sync_committee_mainnet.go
- validator.pb.go
- validator.pb.gw.go
- withdrawals.pb.go
Directories ¶
Path | Synopsis |
---|---|
Package attestationutil contains useful helpers for converting attestations into indexed form.
|
Package attestationutil contains useful helpers for converting attestations into indexed form. |
aggregation
Package aggregation contains implementations of bitlist aggregation algorithms and heuristics.
|
Package aggregation contains implementations of bitlist aggregation algorithms and heuristics. |
Package validatorpb is a reverse proxy.
|
Package validatorpb is a reverse proxy. |