Documentation
¶
Overview ¶
Package eth is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Code generated by fastssz. DO NOT EDIT. Hash: a3416de26c1bcfbb8e5db8be7b8bf3b5aa2ee876b633efefc6e1f55acf0cb02b
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 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 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)
- type ActiveSetChanges
- func (*ActiveSetChanges) Descriptor() ([]byte, []int)deprecated
- func (x *ActiveSetChanges) GetActivatedIndices() []github_com_prysmaticlabs_eth2_types.ValidatorIndex
- func (x *ActiveSetChanges) GetActivatedPublicKeys() [][]byte
- func (x *ActiveSetChanges) GetEjectedIndices() []github_com_prysmaticlabs_eth2_types.ValidatorIndex
- func (x *ActiveSetChanges) GetEjectedPublicKeys() [][]byte
- func (x *ActiveSetChanges) GetEpoch() github_com_prysmaticlabs_eth2_types.Epoch
- func (x *ActiveSetChanges) GetExitedIndices() []github_com_prysmaticlabs_eth2_types.ValidatorIndex
- func (x *ActiveSetChanges) GetExitedPublicKeys() [][]byte
- func (x *ActiveSetChanges) GetSlashedIndices() []github_com_prysmaticlabs_eth2_types.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_eth2_types.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_eth2_types.CommitteeIndex
- func (x *AggregateSelectionRequest) GetPublicKey() []byte
- func (x *AggregateSelectionRequest) GetSlot() github_com_prysmaticlabs_eth2_types.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 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_eth2_types.CommitteeIndex
- func (x *AttestationData) GetSlot() github_com_prysmaticlabs_eth2_types.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_eth2_types.CommitteeIndex
- func (x *AttestationDataRequest) GetSlot() github_com_prysmaticlabs_eth2_types.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 BeaconBlock
- func (*BeaconBlock) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconBlock) GetBody() *BeaconBlockBody
- func (x *BeaconBlock) GetParentRoot() []byte
- func (x *BeaconBlock) GetProposerIndex() github_com_prysmaticlabs_eth2_types.ValidatorIndex
- func (x *BeaconBlock) GetSlot() github_com_prysmaticlabs_eth2_types.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 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 BeaconBlockContainer
- func (*BeaconBlockContainer) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconBlockContainer) GetBlock() *SignedBeaconBlock
- func (x *BeaconBlockContainer) GetBlockRoot() []byte
- func (x *BeaconBlockContainer) GetCanonical() bool
- func (*BeaconBlockContainer) ProtoMessage()
- func (x *BeaconBlockContainer) ProtoReflect() protoreflect.Message
- func (x *BeaconBlockContainer) Reset()
- func (x *BeaconBlockContainer) String() string
- 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_eth2_types.ValidatorIndex
- func (x *BeaconBlockHeader) GetSlot() github_com_prysmaticlabs_eth2_types.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 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_eth2_types.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_eth2_types.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_StreamDutiesClient
- type BeaconNodeValidator_StreamDutiesServer
- type BeaconNodeValidator_WaitForActivationClient
- type BeaconNodeValidator_WaitForActivationServer
- type BeaconNodeValidator_WaitForChainStartClient
- type BeaconNodeValidator_WaitForChainStartServer
- type BlockRequest
- func (*BlockRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BlockRequest) GetGraffiti() []byte
- func (x *BlockRequest) GetRandaoReveal() []byte
- func (x *BlockRequest) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
- func (*BlockRequest) ProtoMessage()
- func (x *BlockRequest) ProtoReflect() protoreflect.Message
- func (x *BlockRequest) Reset()
- func (x *BlockRequest) String() string
- type ChainHead
- func (*ChainHead) Descriptor() ([]byte, []int)deprecated
- func (x *ChainHead) GetFinalizedBlockRoot() []byte
- func (x *ChainHead) GetFinalizedEpoch() github_com_prysmaticlabs_eth2_types.Epoch
- func (x *ChainHead) GetFinalizedSlot() github_com_prysmaticlabs_eth2_types.Slot
- func (x *ChainHead) GetHeadBlockRoot() []byte
- func (x *ChainHead) GetHeadEpoch() github_com_prysmaticlabs_eth2_types.Epoch
- func (x *ChainHead) GetHeadSlot() github_com_prysmaticlabs_eth2_types.Slot
- func (x *ChainHead) GetJustifiedBlockRoot() []byte
- func (x *ChainHead) GetJustifiedEpoch() github_com_prysmaticlabs_eth2_types.Epoch
- func (x *ChainHead) GetJustifiedSlot() github_com_prysmaticlabs_eth2_types.Slot
- func (x *ChainHead) GetPreviousJustifiedBlockRoot() []byte
- func (x *ChainHead) GetPreviousJustifiedEpoch() github_com_prysmaticlabs_eth2_types.Epoch
- func (x *ChainHead) GetPreviousJustifiedSlot() github_com_prysmaticlabs_eth2_types.Slot
- func (*ChainHead) ProtoMessage()
- func (x *ChainHead) ProtoReflect() protoreflect.Message
- func (x *ChainHead) Reset()
- func (x *ChainHead) 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 Checkpoint
- func (*Checkpoint) Descriptor() ([]byte, []int)deprecated
- func (x *Checkpoint) GetEpoch() github_com_prysmaticlabs_eth2_types.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_eth2_types.CommitteeIndex
- func (x *CommitteeSubnetsSubscribeRequest) GetIsAggregator() []bool
- func (x *CommitteeSubnetsSubscribeRequest) GetSlots() []github_com_prysmaticlabs_eth2_types.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 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 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_eth2_types.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_eth2_types.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_eth2_types.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_eth2_types.Slot
- func (x *DutiesResponse_Duty) GetCommittee() []github_com_prysmaticlabs_eth2_types.ValidatorIndex
- func (x *DutiesResponse_Duty) GetCommitteeIndex() github_com_prysmaticlabs_eth2_types.CommitteeIndex
- func (x *DutiesResponse_Duty) GetIsSyncCommittee() bool
- func (x *DutiesResponse_Duty) GetProposerSlots() []github_com_prysmaticlabs_eth2_types.Slot
- func (x *DutiesResponse_Duty) GetPublicKey() []byte
- func (x *DutiesResponse_Duty) GetStatus() ValidatorStatus
- func (x *DutiesResponse_Duty) GetValidatorIndex() github_com_prysmaticlabs_eth2_types.ValidatorIndex
- func (*DutiesResponse_Duty) ProtoMessage()
- func (x *DutiesResponse_Duty) ProtoReflect() protoreflect.Message
- func (x *DutiesResponse_Duty) Reset()
- func (x *DutiesResponse_Duty) 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 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_eth2_types.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 GetValidatorParticipationRequest
- func (*GetValidatorParticipationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetValidatorParticipationRequest) GetEpoch() github_com_prysmaticlabs_eth2_types.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_eth2_types.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 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 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_eth2_types.Epoch
- func (x *IndividualVotesRequest) GetIndices() []github_com_prysmaticlabs_eth2_types.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_eth2_types.Epoch
- func (x *IndividualVotesRespond_IndividualVote) GetInclusionDistance() github_com_prysmaticlabs_eth2_types.Slot
- func (x *IndividualVotesRespond_IndividualVote) GetInclusionSlot() github_com_prysmaticlabs_eth2_types.Slot
- 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_eth2_types.ValidatorIndex
- func (*IndividualVotesRespond_IndividualVote) ProtoMessage()
- func (x *IndividualVotesRespond_IndividualVote) ProtoReflect() protoreflect.Message
- func (x *IndividualVotesRespond_IndividualVote) Reset()
- func (x *IndividualVotesRespond_IndividualVote) String() string
- type ListAttestationsRequest
- func (*ListAttestationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListAttestationsRequest) GetEpoch() github_com_prysmaticlabs_eth2_types.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 ListBlocksRequest
- func (*ListBlocksRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListBlocksRequest) GetEpoch() github_com_prysmaticlabs_eth2_types.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_eth2_types.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 ListBlocksResponse
- func (*ListBlocksResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListBlocksResponse) GetBlockContainers() []*BeaconBlockContainer
- func (x *ListBlocksResponse) GetNextPageToken() string
- func (x *ListBlocksResponse) GetTotalSize() int32
- func (*ListBlocksResponse) ProtoMessage()
- func (x *ListBlocksResponse) ProtoReflect() protoreflect.Message
- func (x *ListBlocksResponse) Reset()
- func (x *ListBlocksResponse) String() string
- type ListCommitteesRequest
- func (*ListCommitteesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListCommitteesRequest) GetEpoch() github_com_prysmaticlabs_eth2_types.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_eth2_types.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_eth2_types.Epoch
- func (x *ListValidatorAssignmentsRequest) GetGenesis() bool
- func (x *ListValidatorAssignmentsRequest) GetIndices() []github_com_prysmaticlabs_eth2_types.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_eth2_types.Epoch
- func (x *ListValidatorBalancesRequest) GetGenesis() bool
- func (x *ListValidatorBalancesRequest) GetIndices() []github_com_prysmaticlabs_eth2_types.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_eth2_types.Epoch
- func (x *ListValidatorsRequest) GetGenesis() bool
- func (x *ListValidatorsRequest) GetIndices() []github_com_prysmaticlabs_eth2_types.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 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_eth2_types.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 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 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 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 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 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 StreamBlocksRequest
- 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 SubmitSlashingResponse
- func (*SubmitSlashingResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SubmitSlashingResponse) GetSlashedIndices() []github_com_prysmaticlabs_eth2_types.ValidatorIndex
- func (*SubmitSlashingResponse) ProtoMessage()
- func (x *SubmitSlashingResponse) ProtoReflect() protoreflect.Message
- func (x *SubmitSlashingResponse) Reset()
- func (x *SubmitSlashingResponse) String() string
- type SyncStatus
- 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 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) GetWeakSubjectivityCheckpoint(context.Context, *empty.Empty) (*WeakSubjectivityCheckpoint, error)
- func (*UnimplementedBeaconChainServer) ListAttestations(context.Context, *ListAttestationsRequest) (*ListAttestationsResponse, error)
- func (*UnimplementedBeaconChainServer) ListBeaconCommittees(context.Context, *ListCommitteesRequest) (*BeaconCommittees, error)
- func (*UnimplementedBeaconChainServer) ListBlocks(context.Context, *ListBlocksRequest) (*ListBlocksResponse, 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) CheckDoppelGanger(context.Context, *DoppelGangerRequest) (*DoppelGangerResponse, error)
- func (*UnimplementedBeaconNodeValidatorServer) DomainData(context.Context, *DomainRequest) (*DomainResponse, error)
- func (*UnimplementedBeaconNodeValidatorServer) GetAttestationData(context.Context, *AttestationDataRequest) (*AttestationData, error)
- func (*UnimplementedBeaconNodeValidatorServer) GetBlock(context.Context, *BlockRequest) (*BeaconBlock, error)
- func (*UnimplementedBeaconNodeValidatorServer) GetDuties(context.Context, *DutiesRequest) (*DutiesResponse, error)
- func (*UnimplementedBeaconNodeValidatorServer) MultipleValidatorStatus(context.Context, *MultipleValidatorStatusRequest) (*MultipleValidatorStatusResponse, error)
- func (*UnimplementedBeaconNodeValidatorServer) ProposeAttestation(context.Context, *Attestation) (*AttestResponse, error)
- func (*UnimplementedBeaconNodeValidatorServer) ProposeBlock(context.Context, *SignedBeaconBlock) (*ProposeResponse, error)
- func (*UnimplementedBeaconNodeValidatorServer) ProposeExit(context.Context, *SignedVoluntaryExit) (*ProposeExitResponse, 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) 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 UnimplementedNodeServer
- 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 Validator
- func (*Validator) Descriptor() ([]byte, []int)deprecated
- func (x *Validator) GetActivationEligibilityEpoch() github_com_prysmaticlabs_eth2_types.Epoch
- func (x *Validator) GetActivationEpoch() github_com_prysmaticlabs_eth2_types.Epoch
- func (x *Validator) GetEffectiveBalance() uint64
- func (x *Validator) GetExitEpoch() github_com_prysmaticlabs_eth2_types.Epoch
- func (x *Validator) GetPublicKey() []byte
- func (x *Validator) GetSlashed() bool
- func (x *Validator) GetWithdrawableEpoch() github_com_prysmaticlabs_eth2_types.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_eth2_types.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_eth2_types.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_eth2_types.Slot
- func (x *ValidatorAssignments_CommitteeAssignment) GetBeaconCommittees() []github_com_prysmaticlabs_eth2_types.ValidatorIndex
- func (x *ValidatorAssignments_CommitteeAssignment) GetCommitteeIndex() github_com_prysmaticlabs_eth2_types.CommitteeIndex
- func (x *ValidatorAssignments_CommitteeAssignment) GetProposerSlots() []github_com_prysmaticlabs_eth2_types.Slot
- func (x *ValidatorAssignments_CommitteeAssignment) GetPublicKey() []bytedeprecated
- func (x *ValidatorAssignments_CommitteeAssignment) GetValidatorIndex() github_com_prysmaticlabs_eth2_types.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_eth2_types.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_eth2_types.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 ValidatorChangeSet
- 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_eth2_types.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_eth2_types.Epoch
- func (x *ValidatorInfo) GetIndex() github_com_prysmaticlabs_eth2_types.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 ValidatorParticipationResponse
- func (*ValidatorParticipationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorParticipationResponse) GetEpoch() github_com_prysmaticlabs_eth2_types.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_eth2_types.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) GetInclusionDistances() []github_com_prysmaticlabs_eth2_types.Slot
- func (x *ValidatorPerformanceResponse) GetInclusionSlots() []github_com_prysmaticlabs_eth2_types.Slot
- 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 ValidatorQueue
- func (*ValidatorQueue) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorQueue) GetActivationPublicKeys() [][]bytedeprecated
- func (x *ValidatorQueue) GetActivationValidatorIndices() []github_com_prysmaticlabs_eth2_types.ValidatorIndex
- func (x *ValidatorQueue) GetChurnLimit() uint64
- func (x *ValidatorQueue) GetExitPublicKeys() [][]bytedeprecated
- func (x *ValidatorQueue) GetExitValidatorIndices() []github_com_prysmaticlabs_eth2_types.ValidatorIndex
- func (*ValidatorQueue) ProtoMessage()
- func (x *ValidatorQueue) ProtoReflect() protoreflect.Message
- func (x *ValidatorQueue) Reset()
- func (x *ValidatorQueue) String() string
- 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_eth2_types.Epoch
- func (x *ValidatorStatusResponse) GetDepositInclusionSlot() github_com_prysmaticlabs_eth2_types.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_eth2_types.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_eth2_types.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_eth2_types.Epoch
- func (x *VoluntaryExit) GetValidatorIndex() github_com_prysmaticlabs_eth2_types.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
- type WeakSubjectivityCheckpoint
- func (*WeakSubjectivityCheckpoint) Descriptor() ([]byte, []int)deprecated
- func (x *WeakSubjectivityCheckpoint) GetBlockRoot() []byte
- func (x *WeakSubjectivityCheckpoint) GetEpoch() github_com_prysmaticlabs_eth2_types.Epoch
- func (x *WeakSubjectivityCheckpoint) GetStateRoot() []byte
- func (*WeakSubjectivityCheckpoint) ProtoMessage()
- func (x *WeakSubjectivityCheckpoint) ProtoReflect() protoreflect.Message
- func (x *WeakSubjectivityCheckpoint) Reset()
- func (x *WeakSubjectivityCheckpoint) String() string
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 ( 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_eth_v1alpha1_attestation_proto protoreflect.FileDescriptor
var File_proto_eth_v1alpha1_beacon_block_proto protoreflect.FileDescriptor
var File_proto_eth_v1alpha1_beacon_chain_proto protoreflect.FileDescriptor
var File_proto_eth_v1alpha1_node_proto protoreflect.FileDescriptor
var File_proto_eth_v1alpha1_validator_proto protoreflect.FileDescriptor
Functions ¶
func RegisterBeaconChainHandler ¶ added in v1.3.11
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 ¶ added in v1.3.11
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 ¶ added in v1.3.11
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 ¶ added in v1.3.11
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 ¶ added in v1.3.11
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 ¶ added in v1.3.11
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 ¶ added in v1.3.11
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 ¶ added in v1.3.11
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 RegisterNodeHandler ¶ added in v1.3.11
RegisterNodeHandler registers the http handlers for service Node to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterNodeHandlerClient ¶ added in v1.3.11
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 ¶ added in v1.3.11
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 ¶ added in v1.3.11
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)
Types ¶
type ActiveSetChanges ¶
type ActiveSetChanges struct { Epoch github_com_prysmaticlabs_eth2_types.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Epoch"` ActivatedPublicKeys [][]byte `` /* 136-byte string literal not displayed */ ActivatedIndices []github_com_prysmaticlabs_eth2_types.ValidatorIndex `` /* 180-byte string literal not displayed */ ExitedPublicKeys [][]byte `` /* 127-byte string literal not displayed */ ExitedIndices []github_com_prysmaticlabs_eth2_types.ValidatorIndex `` /* 171-byte string literal not displayed */ SlashedPublicKeys [][]byte `` /* 130-byte string literal not displayed */ SlashedIndices []github_com_prysmaticlabs_eth2_types.ValidatorIndex `` /* 174-byte string literal not displayed */ EjectedPublicKeys [][]byte `` /* 130-byte string literal not displayed */ EjectedIndices []github_com_prysmaticlabs_eth2_types.ValidatorIndex `` /* 174-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 ¶ added in v1.3.11
func (x *ActiveSetChanges) GetActivatedIndices() []github_com_prysmaticlabs_eth2_types.ValidatorIndex
func (*ActiveSetChanges) GetActivatedPublicKeys ¶
func (x *ActiveSetChanges) GetActivatedPublicKeys() [][]byte
func (*ActiveSetChanges) GetEjectedIndices ¶ added in v1.3.11
func (x *ActiveSetChanges) GetEjectedIndices() []github_com_prysmaticlabs_eth2_types.ValidatorIndex
func (*ActiveSetChanges) GetEjectedPublicKeys ¶
func (x *ActiveSetChanges) GetEjectedPublicKeys() [][]byte
func (*ActiveSetChanges) GetEpoch ¶
func (x *ActiveSetChanges) GetEpoch() github_com_prysmaticlabs_eth2_types.Epoch
func (*ActiveSetChanges) GetExitedIndices ¶ added in v1.3.11
func (x *ActiveSetChanges) GetExitedIndices() []github_com_prysmaticlabs_eth2_types.ValidatorIndex
func (*ActiveSetChanges) GetExitedPublicKeys ¶
func (x *ActiveSetChanges) GetExitedPublicKeys() [][]byte
func (*ActiveSetChanges) GetSlashedIndices ¶ added in v1.3.11
func (x *ActiveSetChanges) GetSlashedIndices() []github_com_prysmaticlabs_eth2_types.ValidatorIndex
func (*ActiveSetChanges) GetSlashedPublicKeys ¶
func (x *ActiveSetChanges) GetSlashedPublicKeys() [][]byte
func (*ActiveSetChanges) ProtoMessage ¶
func (*ActiveSetChanges) ProtoMessage()
func (*ActiveSetChanges) ProtoReflect ¶ added in v1.3.11
func (x *ActiveSetChanges) ProtoReflect() protoreflect.Message
func (*ActiveSetChanges) Reset ¶
func (x *ActiveSetChanges) Reset()
func (*ActiveSetChanges) String ¶
func (x *ActiveSetChanges) String() string
type AggregateAttestationAndProof ¶ added in v1.3.11
type AggregateAttestationAndProof struct { AggregatorIndex github_com_prysmaticlabs_eth2_types.ValidatorIndex `` /* 170-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
added in
v1.3.11
func (*AggregateAttestationAndProof) Descriptor() ([]byte, []int)
Deprecated: Use AggregateAttestationAndProof.ProtoReflect.Descriptor instead.
func (*AggregateAttestationAndProof) GetAggregate ¶ added in v1.3.11
func (x *AggregateAttestationAndProof) GetAggregate() *Attestation
func (*AggregateAttestationAndProof) GetAggregatorIndex ¶ added in v1.3.11
func (x *AggregateAttestationAndProof) GetAggregatorIndex() github_com_prysmaticlabs_eth2_types.ValidatorIndex
func (*AggregateAttestationAndProof) GetSelectionProof ¶ added in v1.3.11
func (x *AggregateAttestationAndProof) GetSelectionProof() []byte
func (*AggregateAttestationAndProof) HashTreeRoot ¶ added in v1.3.11
func (a *AggregateAttestationAndProof) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the AggregateAttestationAndProof object
func (*AggregateAttestationAndProof) HashTreeRootWith ¶ added in v1.3.11
func (a *AggregateAttestationAndProof) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the AggregateAttestationAndProof object with a hasher
func (*AggregateAttestationAndProof) MarshalSSZ ¶ added in v1.3.11
func (a *AggregateAttestationAndProof) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the AggregateAttestationAndProof object
func (*AggregateAttestationAndProof) MarshalSSZTo ¶ added in v1.3.11
func (a *AggregateAttestationAndProof) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the AggregateAttestationAndProof object to a target array
func (*AggregateAttestationAndProof) ProtoMessage ¶ added in v1.3.11
func (*AggregateAttestationAndProof) ProtoMessage()
func (*AggregateAttestationAndProof) ProtoReflect ¶ added in v1.3.11
func (x *AggregateAttestationAndProof) ProtoReflect() protoreflect.Message
func (*AggregateAttestationAndProof) Reset ¶ added in v1.3.11
func (x *AggregateAttestationAndProof) Reset()
func (*AggregateAttestationAndProof) SizeSSZ ¶ added in v1.3.11
func (a *AggregateAttestationAndProof) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the AggregateAttestationAndProof object
func (*AggregateAttestationAndProof) String ¶ added in v1.3.11
func (x *AggregateAttestationAndProof) String() string
func (*AggregateAttestationAndProof) UnmarshalSSZ ¶ added in v1.3.11
func (a *AggregateAttestationAndProof) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the AggregateAttestationAndProof object
type AggregateSelectionRequest ¶ added in v1.3.11
type AggregateSelectionRequest struct { Slot github_com_prysmaticlabs_eth2_types.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Slot"` CommitteeIndex github_com_prysmaticlabs_eth2_types.CommitteeIndex `` /* 167-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
added in
v1.3.11
func (*AggregateSelectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use AggregateSelectionRequest.ProtoReflect.Descriptor instead.
func (*AggregateSelectionRequest) GetCommitteeIndex ¶ added in v1.3.11
func (x *AggregateSelectionRequest) GetCommitteeIndex() github_com_prysmaticlabs_eth2_types.CommitteeIndex
func (*AggregateSelectionRequest) GetPublicKey ¶ added in v1.3.11
func (x *AggregateSelectionRequest) GetPublicKey() []byte
func (*AggregateSelectionRequest) GetSlot ¶ added in v1.3.11
func (x *AggregateSelectionRequest) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
func (*AggregateSelectionRequest) GetSlotSignature ¶ added in v1.3.11
func (x *AggregateSelectionRequest) GetSlotSignature() []byte
func (*AggregateSelectionRequest) ProtoMessage ¶ added in v1.3.11
func (*AggregateSelectionRequest) ProtoMessage()
func (*AggregateSelectionRequest) ProtoReflect ¶ added in v1.3.11
func (x *AggregateSelectionRequest) ProtoReflect() protoreflect.Message
func (*AggregateSelectionRequest) Reset ¶ added in v1.3.11
func (x *AggregateSelectionRequest) Reset()
func (*AggregateSelectionRequest) String ¶ added in v1.3.11
func (x *AggregateSelectionRequest) String() string
type AggregateSelectionResponse ¶ added in v1.3.11
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
added in
v1.3.11
func (*AggregateSelectionResponse) Descriptor() ([]byte, []int)
Deprecated: Use AggregateSelectionResponse.ProtoReflect.Descriptor instead.
func (*AggregateSelectionResponse) GetAggregateAndProof ¶ added in v1.3.11
func (x *AggregateSelectionResponse) GetAggregateAndProof() *AggregateAttestationAndProof
func (*AggregateSelectionResponse) ProtoMessage ¶ added in v1.3.11
func (*AggregateSelectionResponse) ProtoMessage()
func (*AggregateSelectionResponse) ProtoReflect ¶ added in v1.3.11
func (x *AggregateSelectionResponse) ProtoReflect() protoreflect.Message
func (*AggregateSelectionResponse) Reset ¶ added in v1.3.11
func (x *AggregateSelectionResponse) Reset()
func (*AggregateSelectionResponse) String ¶ added in v1.3.11
func (x *AggregateSelectionResponse) String() string
type AttestResponse ¶ added in v1.3.11
type AttestResponse struct { AttestationDataRoot []byte `` /* 134-byte string literal not displayed */ // contains filtered or unexported fields }
func (*AttestResponse) Descriptor
deprecated
added in
v1.3.11
func (*AttestResponse) Descriptor() ([]byte, []int)
Deprecated: Use AttestResponse.ProtoReflect.Descriptor instead.
func (*AttestResponse) GetAttestationDataRoot ¶ added in v1.3.11
func (x *AttestResponse) GetAttestationDataRoot() []byte
func (*AttestResponse) ProtoMessage ¶ added in v1.3.11
func (*AttestResponse) ProtoMessage()
func (*AttestResponse) ProtoReflect ¶ added in v1.3.11
func (x *AttestResponse) ProtoReflect() protoreflect.Message
func (*AttestResponse) Reset ¶ added in v1.3.11
func (x *AttestResponse) Reset()
func (*AttestResponse) String ¶ added in v1.3.11
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 (*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 ¶ added in v1.3.11
func (a *Attestation) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the Attestation object
func (*Attestation) HashTreeRootWith ¶ added in v1.3.11
func (a *Attestation) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the Attestation object with a hasher
func (*Attestation) MarshalSSZ ¶ added in v1.3.11
func (a *Attestation) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the Attestation object
func (*Attestation) MarshalSSZTo ¶ added in v1.3.11
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 ¶ added in v1.3.11
func (x *Attestation) ProtoReflect() protoreflect.Message
func (*Attestation) Reset ¶
func (x *Attestation) Reset()
func (*Attestation) SizeSSZ ¶ added in v1.3.11
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 ¶ added in v1.3.11
func (a *Attestation) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the Attestation object
type AttestationData ¶
type AttestationData struct { Slot github_com_prysmaticlabs_eth2_types.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Slot"` CommitteeIndex github_com_prysmaticlabs_eth2_types.CommitteeIndex `` /* 167-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 (*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 ¶ added in v1.3.11
func (x *AttestationData) GetCommitteeIndex() github_com_prysmaticlabs_eth2_types.CommitteeIndex
func (*AttestationData) GetSlot ¶ added in v0.2.3
func (x *AttestationData) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
func (*AttestationData) GetSource ¶
func (x *AttestationData) GetSource() *Checkpoint
func (*AttestationData) GetTarget ¶
func (x *AttestationData) GetTarget() *Checkpoint
func (*AttestationData) HashTreeRoot ¶ added in v1.3.11
func (a *AttestationData) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the AttestationData object
func (*AttestationData) HashTreeRootWith ¶ added in v1.3.11
func (a *AttestationData) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the AttestationData object with a hasher
func (*AttestationData) MarshalSSZ ¶ added in v1.3.11
func (a *AttestationData) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the AttestationData object
func (*AttestationData) MarshalSSZTo ¶ added in v1.3.11
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 ¶ added in v1.3.11
func (x *AttestationData) ProtoReflect() protoreflect.Message
func (*AttestationData) Reset ¶
func (x *AttestationData) Reset()
func (*AttestationData) SizeSSZ ¶ added in v1.3.11
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 ¶ added in v1.3.11
func (a *AttestationData) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the AttestationData object
type AttestationDataRequest ¶
type AttestationDataRequest struct { Slot github_com_prysmaticlabs_eth2_types.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Slot"` CommitteeIndex github_com_prysmaticlabs_eth2_types.CommitteeIndex `` /* 167-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 ¶ added in v1.3.11
func (x *AttestationDataRequest) GetCommitteeIndex() github_com_prysmaticlabs_eth2_types.CommitteeIndex
func (*AttestationDataRequest) GetSlot ¶
func (x *AttestationDataRequest) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
func (*AttestationDataRequest) ProtoMessage ¶
func (*AttestationDataRequest) ProtoMessage()
func (*AttestationDataRequest) ProtoReflect ¶ added in v1.3.11
func (x *AttestationDataRequest) ProtoReflect() protoreflect.Message
func (*AttestationDataRequest) Reset ¶
func (x *AttestationDataRequest) Reset()
func (*AttestationDataRequest) String ¶
func (x *AttestationDataRequest) String() string
type AttestationPoolRequest ¶ added in v1.3.11
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
added in
v1.3.11
func (*AttestationPoolRequest) Descriptor() ([]byte, []int)
Deprecated: Use AttestationPoolRequest.ProtoReflect.Descriptor instead.
func (*AttestationPoolRequest) GetPageSize ¶ added in v1.3.11
func (x *AttestationPoolRequest) GetPageSize() int32
func (*AttestationPoolRequest) GetPageToken ¶ added in v1.3.11
func (x *AttestationPoolRequest) GetPageToken() string
func (*AttestationPoolRequest) ProtoMessage ¶ added in v1.3.11
func (*AttestationPoolRequest) ProtoMessage()
func (*AttestationPoolRequest) ProtoReflect ¶ added in v1.3.11
func (x *AttestationPoolRequest) ProtoReflect() protoreflect.Message
func (*AttestationPoolRequest) Reset ¶ added in v1.3.11
func (x *AttestationPoolRequest) Reset()
func (*AttestationPoolRequest) String ¶ added in v1.3.11
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 ¶ added in v1.3.11
func (x *AttestationPoolResponse) GetNextPageToken() string
func (*AttestationPoolResponse) GetTotalSize ¶ added in v1.3.11
func (x *AttestationPoolResponse) GetTotalSize() int32
func (*AttestationPoolResponse) ProtoMessage ¶
func (*AttestationPoolResponse) ProtoMessage()
func (*AttestationPoolResponse) ProtoReflect ¶ added in v1.3.11
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 (*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 ¶ added in v1.3.11
func (a *AttesterSlashing) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the AttesterSlashing object
func (*AttesterSlashing) HashTreeRootWith ¶ added in v1.3.11
func (a *AttesterSlashing) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the AttesterSlashing object with a hasher
func (*AttesterSlashing) MarshalSSZ ¶ added in v1.3.11
func (a *AttesterSlashing) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the AttesterSlashing object
func (*AttesterSlashing) MarshalSSZTo ¶ added in v1.3.11
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 ¶ added in v1.3.11
func (x *AttesterSlashing) ProtoReflect() protoreflect.Message
func (*AttesterSlashing) Reset ¶
func (x *AttesterSlashing) Reset()
func (*AttesterSlashing) SizeSSZ ¶ added in v1.3.11
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 ¶ added in v1.3.11
func (a *AttesterSlashing) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the AttesterSlashing object
type BeaconBlock ¶
type BeaconBlock struct { Slot github_com_prysmaticlabs_eth2_types.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Slot"` ProposerIndex github_com_prysmaticlabs_eth2_types.ValidatorIndex `` /* 164-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 (*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 ¶ added in v1.3.11
func (x *BeaconBlock) GetProposerIndex() github_com_prysmaticlabs_eth2_types.ValidatorIndex
func (*BeaconBlock) GetSlot ¶
func (x *BeaconBlock) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
func (*BeaconBlock) GetStateRoot ¶
func (x *BeaconBlock) GetStateRoot() []byte
func (*BeaconBlock) HashTreeRoot ¶ added in v1.3.11
func (b *BeaconBlock) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BeaconBlock object
func (*BeaconBlock) HashTreeRootWith ¶ added in v1.3.11
func (b *BeaconBlock) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BeaconBlock object with a hasher
func (*BeaconBlock) MarshalSSZ ¶ added in v1.3.11
func (b *BeaconBlock) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BeaconBlock object
func (*BeaconBlock) MarshalSSZTo ¶ added in v1.3.11
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 ¶ added in v1.3.11
func (x *BeaconBlock) ProtoReflect() protoreflect.Message
func (*BeaconBlock) Reset ¶
func (x *BeaconBlock) Reset()
func (*BeaconBlock) SizeSSZ ¶ added in v1.3.11
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 ¶ added in v1.3.11
func (b *BeaconBlock) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BeaconBlock 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 (*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 ¶ added in v1.3.11
func (b *BeaconBlockBody) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BeaconBlockBody object
func (*BeaconBlockBody) HashTreeRootWith ¶ added in v1.3.11
func (b *BeaconBlockBody) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BeaconBlockBody object with a hasher
func (*BeaconBlockBody) MarshalSSZ ¶ added in v1.3.11
func (b *BeaconBlockBody) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BeaconBlockBody object
func (*BeaconBlockBody) MarshalSSZTo ¶ added in v1.3.11
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 ¶ added in v1.3.11
func (x *BeaconBlockBody) ProtoReflect() protoreflect.Message
func (*BeaconBlockBody) Reset ¶
func (x *BeaconBlockBody) Reset()
func (*BeaconBlockBody) SizeSSZ ¶ added in v1.3.11
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 ¶ added in v1.3.11
func (b *BeaconBlockBody) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BeaconBlockBody object
type BeaconBlockContainer ¶ added in v0.2.4
type BeaconBlockContainer struct { Block *SignedBeaconBlock `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` BlockRoot []byte `protobuf:"bytes,2,opt,name=block_root,json=blockRoot,proto3" json:"block_root,omitempty"` Canonical bool `protobuf:"varint,3,opt,name=canonical,proto3" json:"canonical,omitempty"` // contains filtered or unexported fields }
func (*BeaconBlockContainer) Descriptor
deprecated
added in
v0.2.4
func (*BeaconBlockContainer) Descriptor() ([]byte, []int)
Deprecated: Use BeaconBlockContainer.ProtoReflect.Descriptor instead.
func (*BeaconBlockContainer) GetBlock ¶ added in v0.2.4
func (x *BeaconBlockContainer) GetBlock() *SignedBeaconBlock
func (*BeaconBlockContainer) GetBlockRoot ¶ added in v0.2.4
func (x *BeaconBlockContainer) GetBlockRoot() []byte
func (*BeaconBlockContainer) GetCanonical ¶ added in v1.3.11
func (x *BeaconBlockContainer) GetCanonical() bool
func (*BeaconBlockContainer) ProtoMessage ¶ added in v0.2.4
func (*BeaconBlockContainer) ProtoMessage()
func (*BeaconBlockContainer) ProtoReflect ¶ added in v1.3.11
func (x *BeaconBlockContainer) ProtoReflect() protoreflect.Message
func (*BeaconBlockContainer) Reset ¶ added in v0.2.4
func (x *BeaconBlockContainer) Reset()
func (*BeaconBlockContainer) String ¶ added in v0.2.4
func (x *BeaconBlockContainer) String() string
type BeaconBlockHeader ¶
type BeaconBlockHeader struct { Slot github_com_prysmaticlabs_eth2_types.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Slot"` ProposerIndex github_com_prysmaticlabs_eth2_types.ValidatorIndex `` /* 164-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 (*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 ¶ added in v1.3.11
func (x *BeaconBlockHeader) GetProposerIndex() github_com_prysmaticlabs_eth2_types.ValidatorIndex
func (*BeaconBlockHeader) GetSlot ¶
func (x *BeaconBlockHeader) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
func (*BeaconBlockHeader) GetStateRoot ¶
func (x *BeaconBlockHeader) GetStateRoot() []byte
func (*BeaconBlockHeader) HashTreeRoot ¶ added in v1.3.11
func (b *BeaconBlockHeader) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BeaconBlockHeader object
func (*BeaconBlockHeader) HashTreeRootWith ¶ added in v1.3.11
func (b *BeaconBlockHeader) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BeaconBlockHeader object with a hasher
func (*BeaconBlockHeader) MarshalSSZ ¶ added in v1.3.11
func (b *BeaconBlockHeader) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BeaconBlockHeader object
func (*BeaconBlockHeader) MarshalSSZTo ¶ added in v1.3.11
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 ¶ added in v1.3.11
func (x *BeaconBlockHeader) ProtoReflect() protoreflect.Message
func (*BeaconBlockHeader) Reset ¶
func (x *BeaconBlockHeader) Reset()
func (*BeaconBlockHeader) SizeSSZ ¶ added in v1.3.11
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 ¶ added in v1.3.11
func (b *BeaconBlockHeader) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BeaconBlockHeader 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) StreamAttestations(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (BeaconChain_StreamAttestationsClient, error) StreamIndexedAttestations(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (BeaconChain_StreamIndexedAttestationsClient, error) AttestationPool(ctx context.Context, in *AttestationPoolRequest, opts ...grpc.CallOption) (*AttestationPoolResponse, error) ListBlocks(ctx context.Context, in *ListBlocksRequest, opts ...grpc.CallOption) (*ListBlocksResponse, error) StreamBlocks(ctx context.Context, in *StreamBlocksRequest, opts ...grpc.CallOption) (BeaconChain_StreamBlocksClient, error) StreamChainHead(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (BeaconChain_StreamChainHeadClient, error) GetChainHead(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*ChainHead, error) GetWeakSubjectivityCheckpoint(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*WeakSubjectivityCheckpoint, 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) 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) StreamAttestations(*empty.Empty, BeaconChain_StreamAttestationsServer) error StreamIndexedAttestations(*empty.Empty, BeaconChain_StreamIndexedAttestationsServer) error AttestationPool(context.Context, *AttestationPoolRequest) (*AttestationPoolResponse, error) ListBlocks(context.Context, *ListBlocksRequest) (*ListBlocksResponse, error) StreamBlocks(*StreamBlocksRequest, BeaconChain_StreamBlocksServer) error StreamChainHead(*empty.Empty, BeaconChain_StreamChainHeadServer) error GetChainHead(context.Context, *empty.Empty) (*ChainHead, error) GetWeakSubjectivityCheckpoint(context.Context, *empty.Empty) (*WeakSubjectivityCheckpoint, 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) 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 ¶ added in v1.3.11
type BeaconChain_StreamAttestationsClient interface { Recv() (*Attestation, error) grpc.ClientStream }
type BeaconChain_StreamAttestationsServer ¶ added in v1.3.11
type BeaconChain_StreamAttestationsServer interface { Send(*Attestation) error grpc.ServerStream }
type BeaconChain_StreamBlocksClient ¶ added in v1.3.11
type BeaconChain_StreamBlocksClient interface { Recv() (*SignedBeaconBlock, error) grpc.ClientStream }
type BeaconChain_StreamBlocksServer ¶ added in v1.3.11
type BeaconChain_StreamBlocksServer interface { Send(*SignedBeaconBlock) error grpc.ServerStream }
type BeaconChain_StreamChainHeadClient ¶ added in v1.3.11
type BeaconChain_StreamChainHeadClient interface { Recv() (*ChainHead, error) grpc.ClientStream }
type BeaconChain_StreamChainHeadServer ¶ added in v1.3.11
type BeaconChain_StreamChainHeadServer interface { Send(*ChainHead) error grpc.ServerStream }
type BeaconChain_StreamIndexedAttestationsClient ¶ added in v1.3.11
type BeaconChain_StreamIndexedAttestationsClient interface { Recv() (*IndexedAttestation, error) grpc.ClientStream }
type BeaconChain_StreamIndexedAttestationsServer ¶ added in v1.3.11
type BeaconChain_StreamIndexedAttestationsServer interface { Send(*IndexedAttestation) error grpc.ServerStream }
type BeaconChain_StreamValidatorsInfoClient ¶ added in v1.3.11
type BeaconChain_StreamValidatorsInfoClient interface { Send(*ValidatorChangeSet) error Recv() (*ValidatorInfo, error) grpc.ClientStream }
type BeaconChain_StreamValidatorsInfoServer ¶ added in v1.3.11
type BeaconChain_StreamValidatorsInfoServer interface { Send(*ValidatorInfo) error Recv() (*ValidatorChangeSet, error) grpc.ServerStream }
type BeaconCommittees ¶ added in v0.2.3
type BeaconCommittees struct { Epoch github_com_prysmaticlabs_eth2_types.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Epoch"` 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
added in
v0.2.3
func (*BeaconCommittees) Descriptor() ([]byte, []int)
Deprecated: Use BeaconCommittees.ProtoReflect.Descriptor instead.
func (*BeaconCommittees) GetActiveValidatorCount ¶ added in v0.2.3
func (x *BeaconCommittees) GetActiveValidatorCount() uint64
func (*BeaconCommittees) GetCommittees ¶ added in v0.2.3
func (x *BeaconCommittees) GetCommittees() map[uint64]*BeaconCommittees_CommitteesList
func (*BeaconCommittees) GetEpoch ¶ added in v0.2.3
func (x *BeaconCommittees) GetEpoch() github_com_prysmaticlabs_eth2_types.Epoch
func (*BeaconCommittees) ProtoMessage ¶ added in v0.2.3
func (*BeaconCommittees) ProtoMessage()
func (*BeaconCommittees) ProtoReflect ¶ added in v1.3.11
func (x *BeaconCommittees) ProtoReflect() protoreflect.Message
func (*BeaconCommittees) Reset ¶ added in v0.2.3
func (x *BeaconCommittees) Reset()
func (*BeaconCommittees) String ¶ added in v0.2.3
func (x *BeaconCommittees) String() string
type BeaconCommittees_CommitteeItem ¶ added in v0.2.3
type BeaconCommittees_CommitteeItem struct { ValidatorIndices []github_com_prysmaticlabs_eth2_types.ValidatorIndex `` /* 180-byte string literal not displayed */ // contains filtered or unexported fields }
func (*BeaconCommittees_CommitteeItem) Descriptor
deprecated
added in
v0.2.3
func (*BeaconCommittees_CommitteeItem) Descriptor() ([]byte, []int)
Deprecated: Use BeaconCommittees_CommitteeItem.ProtoReflect.Descriptor instead.
func (*BeaconCommittees_CommitteeItem) GetValidatorIndices ¶ added in v1.3.11
func (x *BeaconCommittees_CommitteeItem) GetValidatorIndices() []github_com_prysmaticlabs_eth2_types.ValidatorIndex
func (*BeaconCommittees_CommitteeItem) ProtoMessage ¶ added in v0.2.3
func (*BeaconCommittees_CommitteeItem) ProtoMessage()
func (*BeaconCommittees_CommitteeItem) ProtoReflect ¶ added in v1.3.11
func (x *BeaconCommittees_CommitteeItem) ProtoReflect() protoreflect.Message
func (*BeaconCommittees_CommitteeItem) Reset ¶ added in v0.2.3
func (x *BeaconCommittees_CommitteeItem) Reset()
func (*BeaconCommittees_CommitteeItem) String ¶ added in v0.2.3
func (x *BeaconCommittees_CommitteeItem) String() string
type BeaconCommittees_CommitteesList ¶ added in v1.3.11
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
added in
v1.3.11
func (*BeaconCommittees_CommitteesList) Descriptor() ([]byte, []int)
Deprecated: Use BeaconCommittees_CommitteesList.ProtoReflect.Descriptor instead.
func (*BeaconCommittees_CommitteesList) GetCommittees ¶ added in v1.3.11
func (x *BeaconCommittees_CommitteesList) GetCommittees() []*BeaconCommittees_CommitteeItem
func (*BeaconCommittees_CommitteesList) ProtoMessage ¶ added in v1.3.11
func (*BeaconCommittees_CommitteesList) ProtoMessage()
func (*BeaconCommittees_CommitteesList) ProtoReflect ¶ added in v1.3.11
func (x *BeaconCommittees_CommitteesList) ProtoReflect() protoreflect.Message
func (*BeaconCommittees_CommitteesList) Reset ¶ added in v1.3.11
func (x *BeaconCommittees_CommitteesList) Reset()
func (*BeaconCommittees_CommitteesList) String ¶ added in v1.3.11
func (x *BeaconCommittees_CommitteesList) String() string
type BeaconConfig ¶ added in v1.3.11
type BeaconConfig struct { Config map[string]string `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*BeaconConfig) Descriptor
deprecated
added in
v1.3.11
func (*BeaconConfig) Descriptor() ([]byte, []int)
Deprecated: Use BeaconConfig.ProtoReflect.Descriptor instead.
func (*BeaconConfig) GetConfig ¶ added in v1.3.11
func (x *BeaconConfig) GetConfig() map[string]string
func (*BeaconConfig) ProtoMessage ¶ added in v1.3.11
func (*BeaconConfig) ProtoMessage()
func (*BeaconConfig) ProtoReflect ¶ added in v1.3.11
func (x *BeaconConfig) ProtoReflect() protoreflect.Message
func (*BeaconConfig) Reset ¶ added in v1.3.11
func (x *BeaconConfig) Reset()
func (*BeaconConfig) String ¶ added in v1.3.11
func (x *BeaconConfig) String() string
type BeaconNodeValidatorClient ¶
type BeaconNodeValidatorClient interface { GetDuties(ctx context.Context, in *DutiesRequest, opts ...grpc.CallOption) (*DutiesResponse, error) 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) GetBlock(ctx context.Context, in *BlockRequest, opts ...grpc.CallOption) (*BeaconBlock, error) ProposeBlock(ctx context.Context, in *SignedBeaconBlock, opts ...grpc.CallOption) (*ProposeResponse, 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) }
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) 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) GetBlock(context.Context, *BlockRequest) (*BeaconBlock, error) ProposeBlock(context.Context, *SignedBeaconBlock) (*ProposeResponse, 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) }
BeaconNodeValidatorServer is the server API for BeaconNodeValidator service.
type BeaconNodeValidator_StreamDutiesClient ¶ added in v1.3.11
type BeaconNodeValidator_StreamDutiesClient interface { Recv() (*DutiesResponse, error) grpc.ClientStream }
type BeaconNodeValidator_StreamDutiesServer ¶ added in v1.3.11
type BeaconNodeValidator_StreamDutiesServer interface { Send(*DutiesResponse) error grpc.ServerStream }
type BeaconNodeValidator_WaitForActivationClient ¶ added in v1.3.11
type BeaconNodeValidator_WaitForActivationClient interface { Recv() (*ValidatorActivationResponse, error) grpc.ClientStream }
type BeaconNodeValidator_WaitForActivationServer ¶ added in v1.3.11
type BeaconNodeValidator_WaitForActivationServer interface { Send(*ValidatorActivationResponse) error grpc.ServerStream }
type BeaconNodeValidator_WaitForChainStartClient ¶ added in v1.3.11
type BeaconNodeValidator_WaitForChainStartClient interface { Recv() (*ChainStartResponse, error) grpc.ClientStream }
type BeaconNodeValidator_WaitForChainStartServer ¶ added in v1.3.11
type BeaconNodeValidator_WaitForChainStartServer interface { Send(*ChainStartResponse) error grpc.ServerStream }
type BlockRequest ¶
type BlockRequest struct { Slot github_com_prysmaticlabs_eth2_types.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Slot"` 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"` // contains filtered or unexported fields }
func (*BlockRequest) Descriptor
deprecated
func (*BlockRequest) Descriptor() ([]byte, []int)
Deprecated: Use BlockRequest.ProtoReflect.Descriptor instead.
func (*BlockRequest) GetGraffiti ¶ added in v1.3.11
func (x *BlockRequest) GetGraffiti() []byte
func (*BlockRequest) GetRandaoReveal ¶
func (x *BlockRequest) GetRandaoReveal() []byte
func (*BlockRequest) GetSlot ¶
func (x *BlockRequest) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
func (*BlockRequest) ProtoMessage ¶
func (*BlockRequest) ProtoMessage()
func (*BlockRequest) ProtoReflect ¶ added in v1.3.11
func (x *BlockRequest) ProtoReflect() protoreflect.Message
func (*BlockRequest) Reset ¶
func (x *BlockRequest) Reset()
func (*BlockRequest) String ¶
func (x *BlockRequest) String() string
type ChainHead ¶
type ChainHead struct { HeadSlot github_com_prysmaticlabs_eth2_types.Slot `` /* 139-byte string literal not displayed */ HeadEpoch github_com_prysmaticlabs_eth2_types.Epoch `` /* 143-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_eth2_types.Slot `` /* 154-byte string literal not displayed */ FinalizedEpoch github_com_prysmaticlabs_eth2_types.Epoch `` /* 158-byte string literal not displayed */ FinalizedBlockRoot []byte `` /* 131-byte string literal not displayed */ JustifiedSlot github_com_prysmaticlabs_eth2_types.Slot `` /* 154-byte string literal not displayed */ JustifiedEpoch github_com_prysmaticlabs_eth2_types.Epoch `` /* 158-byte string literal not displayed */ JustifiedBlockRoot []byte `` /* 131-byte string literal not displayed */ PreviousJustifiedSlot github_com_prysmaticlabs_eth2_types.Slot `` /* 181-byte string literal not displayed */ PreviousJustifiedEpoch github_com_prysmaticlabs_eth2_types.Epoch `` /* 185-byte string literal not displayed */ PreviousJustifiedBlockRoot []byte `` /* 158-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ChainHead) Descriptor
deprecated
func (*ChainHead) GetFinalizedBlockRoot ¶
func (*ChainHead) GetFinalizedEpoch ¶ added in v0.2.5
func (x *ChainHead) GetFinalizedEpoch() github_com_prysmaticlabs_eth2_types.Epoch
func (*ChainHead) GetFinalizedSlot ¶
func (x *ChainHead) GetFinalizedSlot() github_com_prysmaticlabs_eth2_types.Slot
func (*ChainHead) GetHeadBlockRoot ¶ added in v0.2.5
func (*ChainHead) GetHeadEpoch ¶ added in v1.3.11
func (x *ChainHead) GetHeadEpoch() github_com_prysmaticlabs_eth2_types.Epoch
func (*ChainHead) GetHeadSlot ¶ added in v1.3.11
func (x *ChainHead) GetHeadSlot() github_com_prysmaticlabs_eth2_types.Slot
func (*ChainHead) GetJustifiedBlockRoot ¶
func (*ChainHead) GetJustifiedEpoch ¶ added in v0.2.5
func (x *ChainHead) GetJustifiedEpoch() github_com_prysmaticlabs_eth2_types.Epoch
func (*ChainHead) GetJustifiedSlot ¶
func (x *ChainHead) GetJustifiedSlot() github_com_prysmaticlabs_eth2_types.Slot
func (*ChainHead) GetPreviousJustifiedBlockRoot ¶
func (*ChainHead) GetPreviousJustifiedEpoch ¶ added in v0.2.5
func (x *ChainHead) GetPreviousJustifiedEpoch() github_com_prysmaticlabs_eth2_types.Epoch
func (*ChainHead) GetPreviousJustifiedSlot ¶
func (x *ChainHead) GetPreviousJustifiedSlot() github_com_prysmaticlabs_eth2_types.Slot
func (*ChainHead) ProtoMessage ¶
func (*ChainHead) ProtoMessage()
func (*ChainHead) ProtoReflect ¶ added in v1.3.11
func (x *ChainHead) ProtoReflect() protoreflect.Message
type ChainStartResponse ¶ added in v1.3.11
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
added in
v1.3.11
func (*ChainStartResponse) Descriptor() ([]byte, []int)
Deprecated: Use ChainStartResponse.ProtoReflect.Descriptor instead.
func (*ChainStartResponse) GetGenesisTime ¶ added in v1.3.11
func (x *ChainStartResponse) GetGenesisTime() uint64
func (*ChainStartResponse) GetGenesisValidatorsRoot ¶ added in v1.3.11
func (x *ChainStartResponse) GetGenesisValidatorsRoot() []byte
func (*ChainStartResponse) GetStarted ¶ added in v1.3.11
func (x *ChainStartResponse) GetStarted() bool
func (*ChainStartResponse) ProtoMessage ¶ added in v1.3.11
func (*ChainStartResponse) ProtoMessage()
func (*ChainStartResponse) ProtoReflect ¶ added in v1.3.11
func (x *ChainStartResponse) ProtoReflect() protoreflect.Message
func (*ChainStartResponse) Reset ¶ added in v1.3.11
func (x *ChainStartResponse) Reset()
func (*ChainStartResponse) String ¶ added in v1.3.11
func (x *ChainStartResponse) String() string
type Checkpoint ¶
type Checkpoint struct { Epoch github_com_prysmaticlabs_eth2_types.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Epoch"` Root []byte `protobuf:"bytes,2,opt,name=root,proto3" json:"root,omitempty" ssz-size:"32"` // contains filtered or unexported fields }
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_eth2_types.Epoch
func (*Checkpoint) GetRoot ¶
func (x *Checkpoint) GetRoot() []byte
func (*Checkpoint) HashTreeRoot ¶ added in v1.3.11
func (c *Checkpoint) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the Checkpoint object
func (*Checkpoint) HashTreeRootWith ¶ added in v1.3.11
func (c *Checkpoint) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the Checkpoint object with a hasher
func (*Checkpoint) MarshalSSZ ¶ added in v1.3.11
func (c *Checkpoint) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the Checkpoint object
func (*Checkpoint) MarshalSSZTo ¶ added in v1.3.11
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 ¶ added in v1.3.11
func (x *Checkpoint) ProtoReflect() protoreflect.Message
func (*Checkpoint) Reset ¶
func (x *Checkpoint) Reset()
func (*Checkpoint) SizeSSZ ¶ added in v1.3.11
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 ¶ added in v1.3.11
func (c *Checkpoint) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the Checkpoint object
type CommitteeSubnetsSubscribeRequest ¶ added in v1.3.11
type CommitteeSubnetsSubscribeRequest struct { Slots []github_com_prysmaticlabs_eth2_types.Slot `protobuf:"varint,1,rep,packed,name=slots,proto3" json:"slots,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Slot"` CommitteeIds []github_com_prysmaticlabs_eth2_types.CommitteeIndex `` /* 168-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
added in
v1.3.11
func (*CommitteeSubnetsSubscribeRequest) Descriptor() ([]byte, []int)
Deprecated: Use CommitteeSubnetsSubscribeRequest.ProtoReflect.Descriptor instead.
func (*CommitteeSubnetsSubscribeRequest) GetCommitteeIds ¶ added in v1.3.11
func (x *CommitteeSubnetsSubscribeRequest) GetCommitteeIds() []github_com_prysmaticlabs_eth2_types.CommitteeIndex
func (*CommitteeSubnetsSubscribeRequest) GetIsAggregator ¶ added in v1.3.11
func (x *CommitteeSubnetsSubscribeRequest) GetIsAggregator() []bool
func (*CommitteeSubnetsSubscribeRequest) GetSlots ¶ added in v1.3.11
func (x *CommitteeSubnetsSubscribeRequest) GetSlots() []github_com_prysmaticlabs_eth2_types.Slot
func (*CommitteeSubnetsSubscribeRequest) ProtoMessage ¶ added in v1.3.11
func (*CommitteeSubnetsSubscribeRequest) ProtoMessage()
func (*CommitteeSubnetsSubscribeRequest) ProtoReflect ¶ added in v1.3.11
func (x *CommitteeSubnetsSubscribeRequest) ProtoReflect() protoreflect.Message
func (*CommitteeSubnetsSubscribeRequest) Reset ¶ added in v1.3.11
func (x *CommitteeSubnetsSubscribeRequest) Reset()
func (*CommitteeSubnetsSubscribeRequest) String ¶ added in v1.3.11
func (x *CommitteeSubnetsSubscribeRequest) String() string
type ConnectionState ¶ added in v1.3.11
type ConnectionState int32
const ( ConnectionState_DISCONNECTED ConnectionState = 0 ConnectionState_DISCONNECTING ConnectionState = 1 ConnectionState_CONNECTED ConnectionState = 2 ConnectionState_CONNECTING ConnectionState = 3 )
func (ConnectionState) Descriptor ¶ added in v1.3.11
func (ConnectionState) Descriptor() protoreflect.EnumDescriptor
func (ConnectionState) Enum ¶ added in v1.3.11
func (x ConnectionState) Enum() *ConnectionState
func (ConnectionState) EnumDescriptor
deprecated
added in
v1.3.11
func (ConnectionState) EnumDescriptor() ([]byte, []int)
Deprecated: Use ConnectionState.Descriptor instead.
func (ConnectionState) Number ¶ added in v1.3.11
func (x ConnectionState) Number() protoreflect.EnumNumber
func (ConnectionState) String ¶ added in v1.3.11
func (x ConnectionState) String() string
func (ConnectionState) Type ¶ added in v1.3.11
func (ConnectionState) Type() protoreflect.EnumType
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 (*Deposit) Descriptor
deprecated
func (*Deposit) GetData ¶
func (x *Deposit) GetData() *Deposit_Data
func (*Deposit) HashTreeRoot ¶ added in v1.3.11
HashTreeRoot ssz hashes the Deposit object
func (*Deposit) HashTreeRootWith ¶ added in v1.3.11
HashTreeRootWith ssz hashes the Deposit object with a hasher
func (*Deposit) MarshalSSZ ¶ added in v1.3.11
MarshalSSZ ssz marshals the Deposit object
func (*Deposit) MarshalSSZTo ¶ added in v1.3.11
MarshalSSZTo ssz marshals the Deposit object to a target array
func (*Deposit) ProtoMessage ¶
func (*Deposit) ProtoMessage()
func (*Deposit) ProtoReflect ¶ added in v1.3.11
func (x *Deposit) ProtoReflect() protoreflect.Message
func (*Deposit) SizeSSZ ¶ added in v1.3.11
SizeSSZ returns the ssz encoded size in bytes for the Deposit object
func (*Deposit) UnmarshalSSZ ¶ added in v1.3.11
UnmarshalSSZ ssz unmarshals the Deposit object
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 (*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 ¶ added in v1.3.11
func (d *Deposit_Data) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the Deposit_Data object
func (*Deposit_Data) HashTreeRootWith ¶ added in v1.3.11
func (d *Deposit_Data) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the Deposit_Data object with a hasher
func (*Deposit_Data) MarshalSSZ ¶ added in v1.3.11
func (d *Deposit_Data) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the Deposit_Data object
func (*Deposit_Data) MarshalSSZTo ¶ added in v1.3.11
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 ¶ added in v1.3.11
func (x *Deposit_Data) ProtoReflect() protoreflect.Message
func (*Deposit_Data) Reset ¶
func (x *Deposit_Data) Reset()
func (*Deposit_Data) SizeSSZ ¶ added in v1.3.11
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 ¶ added in v1.3.11
func (d *Deposit_Data) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the Deposit_Data object
type DomainRequest ¶ added in v1.3.11
type DomainRequest struct { Epoch github_com_prysmaticlabs_eth2_types.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Epoch"` Domain []byte `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"` // contains filtered or unexported fields }
func (*DomainRequest) Descriptor
deprecated
added in
v1.3.11
func (*DomainRequest) Descriptor() ([]byte, []int)
Deprecated: Use DomainRequest.ProtoReflect.Descriptor instead.
func (*DomainRequest) GetDomain ¶ added in v1.3.11
func (x *DomainRequest) GetDomain() []byte
func (*DomainRequest) GetEpoch ¶ added in v1.3.11
func (x *DomainRequest) GetEpoch() github_com_prysmaticlabs_eth2_types.Epoch
func (*DomainRequest) ProtoMessage ¶ added in v1.3.11
func (*DomainRequest) ProtoMessage()
func (*DomainRequest) ProtoReflect ¶ added in v1.3.11
func (x *DomainRequest) ProtoReflect() protoreflect.Message
func (*DomainRequest) Reset ¶ added in v1.3.11
func (x *DomainRequest) Reset()
func (*DomainRequest) String ¶ added in v1.3.11
func (x *DomainRequest) String() string
type DomainResponse ¶ added in v1.3.11
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
added in
v1.3.11
func (*DomainResponse) Descriptor() ([]byte, []int)
Deprecated: Use DomainResponse.ProtoReflect.Descriptor instead.
func (*DomainResponse) GetSignatureDomain ¶ added in v1.3.11
func (x *DomainResponse) GetSignatureDomain() []byte
func (*DomainResponse) ProtoMessage ¶ added in v1.3.11
func (*DomainResponse) ProtoMessage()
func (*DomainResponse) ProtoReflect ¶ added in v1.3.11
func (x *DomainResponse) ProtoReflect() protoreflect.Message
func (*DomainResponse) Reset ¶ added in v1.3.11
func (x *DomainResponse) Reset()
func (*DomainResponse) String ¶ added in v1.3.11
func (x *DomainResponse) String() string
type DoppelGangerRequest ¶ added in v1.4.1
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
added in
v1.4.1
func (*DoppelGangerRequest) Descriptor() ([]byte, []int)
Deprecated: Use DoppelGangerRequest.ProtoReflect.Descriptor instead.
func (*DoppelGangerRequest) GetValidatorRequests ¶ added in v1.4.1
func (x *DoppelGangerRequest) GetValidatorRequests() []*DoppelGangerRequest_ValidatorRequest
func (*DoppelGangerRequest) ProtoMessage ¶ added in v1.4.1
func (*DoppelGangerRequest) ProtoMessage()
func (*DoppelGangerRequest) ProtoReflect ¶ added in v1.4.1
func (x *DoppelGangerRequest) ProtoReflect() protoreflect.Message
func (*DoppelGangerRequest) Reset ¶ added in v1.4.1
func (x *DoppelGangerRequest) Reset()
func (*DoppelGangerRequest) String ¶ added in v1.4.1
func (x *DoppelGangerRequest) String() string
type DoppelGangerRequest_ValidatorRequest ¶ added in v1.4.1
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_eth2_types.Epoch `protobuf:"varint,3,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Epoch"` 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
added in
v1.4.1
func (*DoppelGangerRequest_ValidatorRequest) Descriptor() ([]byte, []int)
Deprecated: Use DoppelGangerRequest_ValidatorRequest.ProtoReflect.Descriptor instead.
func (*DoppelGangerRequest_ValidatorRequest) GetEpoch ¶ added in v1.4.1
func (x *DoppelGangerRequest_ValidatorRequest) GetEpoch() github_com_prysmaticlabs_eth2_types.Epoch
func (*DoppelGangerRequest_ValidatorRequest) GetPublicKey ¶ added in v1.4.1
func (x *DoppelGangerRequest_ValidatorRequest) GetPublicKey() []byte
func (*DoppelGangerRequest_ValidatorRequest) GetSignedRoot ¶ added in v1.4.1
func (x *DoppelGangerRequest_ValidatorRequest) GetSignedRoot() []byte
func (*DoppelGangerRequest_ValidatorRequest) ProtoMessage ¶ added in v1.4.1
func (*DoppelGangerRequest_ValidatorRequest) ProtoMessage()
func (*DoppelGangerRequest_ValidatorRequest) ProtoReflect ¶ added in v1.4.1
func (x *DoppelGangerRequest_ValidatorRequest) ProtoReflect() protoreflect.Message
func (*DoppelGangerRequest_ValidatorRequest) Reset ¶ added in v1.4.1
func (x *DoppelGangerRequest_ValidatorRequest) Reset()
func (*DoppelGangerRequest_ValidatorRequest) String ¶ added in v1.4.1
func (x *DoppelGangerRequest_ValidatorRequest) String() string
type DoppelGangerResponse ¶ added in v1.4.1
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
added in
v1.4.1
func (*DoppelGangerResponse) Descriptor() ([]byte, []int)
Deprecated: Use DoppelGangerResponse.ProtoReflect.Descriptor instead.
func (*DoppelGangerResponse) GetResponses ¶ added in v1.4.1
func (x *DoppelGangerResponse) GetResponses() []*DoppelGangerResponse_ValidatorResponse
func (*DoppelGangerResponse) ProtoMessage ¶ added in v1.4.1
func (*DoppelGangerResponse) ProtoMessage()
func (*DoppelGangerResponse) ProtoReflect ¶ added in v1.4.1
func (x *DoppelGangerResponse) ProtoReflect() protoreflect.Message
func (*DoppelGangerResponse) Reset ¶ added in v1.4.1
func (x *DoppelGangerResponse) Reset()
func (*DoppelGangerResponse) String ¶ added in v1.4.1
func (x *DoppelGangerResponse) String() string
type DoppelGangerResponse_ValidatorResponse ¶ added in v1.4.1
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
added in
v1.4.1
func (*DoppelGangerResponse_ValidatorResponse) Descriptor() ([]byte, []int)
Deprecated: Use DoppelGangerResponse_ValidatorResponse.ProtoReflect.Descriptor instead.
func (*DoppelGangerResponse_ValidatorResponse) GetDuplicateExists ¶ added in v1.4.1
func (x *DoppelGangerResponse_ValidatorResponse) GetDuplicateExists() bool
func (*DoppelGangerResponse_ValidatorResponse) GetPublicKey ¶ added in v1.4.1
func (x *DoppelGangerResponse_ValidatorResponse) GetPublicKey() []byte
func (*DoppelGangerResponse_ValidatorResponse) ProtoMessage ¶ added in v1.4.1
func (*DoppelGangerResponse_ValidatorResponse) ProtoMessage()
func (*DoppelGangerResponse_ValidatorResponse) ProtoReflect ¶ added in v1.4.1
func (x *DoppelGangerResponse_ValidatorResponse) ProtoReflect() protoreflect.Message
func (*DoppelGangerResponse_ValidatorResponse) Reset ¶ added in v1.4.1
func (x *DoppelGangerResponse_ValidatorResponse) Reset()
func (*DoppelGangerResponse_ValidatorResponse) String ¶ added in v1.4.1
func (x *DoppelGangerResponse_ValidatorResponse) String() string
type DutiesRequest ¶
type DutiesRequest struct { Epoch github_com_prysmaticlabs_eth2_types.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Epoch"` 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_eth2_types.Epoch
func (*DutiesRequest) GetPublicKeys ¶
func (x *DutiesRequest) GetPublicKeys() [][]byte
func (*DutiesRequest) ProtoMessage ¶
func (*DutiesRequest) ProtoMessage()
func (*DutiesRequest) ProtoReflect ¶ added in v1.3.11
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: Do not use. 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 ¶ added in v1.3.11
func (x *DutiesResponse) GetCurrentEpochDuties() []*DutiesResponse_Duty
func (*DutiesResponse) GetDuties
deprecated
func (x *DutiesResponse) GetDuties() []*DutiesResponse_Duty
Deprecated: Do not use.
func (*DutiesResponse) GetNextEpochDuties ¶ added in v1.3.11
func (x *DutiesResponse) GetNextEpochDuties() []*DutiesResponse_Duty
func (*DutiesResponse) ProtoMessage ¶
func (*DutiesResponse) ProtoMessage()
func (*DutiesResponse) ProtoReflect ¶ added in v1.3.11
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_eth2_types.ValidatorIndex `` /* 142-byte string literal not displayed */ CommitteeIndex github_com_prysmaticlabs_eth2_types.CommitteeIndex `` /* 167-byte string literal not displayed */ AttesterSlot github_com_prysmaticlabs_eth2_types.Slot `` /* 151-byte string literal not displayed */ ProposerSlots []github_com_prysmaticlabs_eth2_types.Slot `` /* 161-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_eth2_types.ValidatorIndex `` /* 167-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 ¶ added in v1.3.11
func (x *DutiesResponse_Duty) GetAttesterSlot() github_com_prysmaticlabs_eth2_types.Slot
func (*DutiesResponse_Duty) GetCommittee ¶ added in v1.3.11
func (x *DutiesResponse_Duty) GetCommittee() []github_com_prysmaticlabs_eth2_types.ValidatorIndex
func (*DutiesResponse_Duty) GetCommitteeIndex ¶ added in v1.3.11
func (x *DutiesResponse_Duty) GetCommitteeIndex() github_com_prysmaticlabs_eth2_types.CommitteeIndex
func (*DutiesResponse_Duty) GetIsSyncCommittee ¶ added in v1.4.1
func (x *DutiesResponse_Duty) GetIsSyncCommittee() bool
func (*DutiesResponse_Duty) GetProposerSlots ¶ added in v1.3.11
func (x *DutiesResponse_Duty) GetProposerSlots() []github_com_prysmaticlabs_eth2_types.Slot
func (*DutiesResponse_Duty) GetPublicKey ¶
func (x *DutiesResponse_Duty) GetPublicKey() []byte
func (*DutiesResponse_Duty) GetStatus ¶ added in v1.3.11
func (x *DutiesResponse_Duty) GetStatus() ValidatorStatus
func (*DutiesResponse_Duty) GetValidatorIndex ¶ added in v1.3.11
func (x *DutiesResponse_Duty) GetValidatorIndex() github_com_prysmaticlabs_eth2_types.ValidatorIndex
func (*DutiesResponse_Duty) ProtoMessage ¶
func (*DutiesResponse_Duty) ProtoMessage()
func (*DutiesResponse_Duty) ProtoReflect ¶ added in v1.3.11
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 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 (*Eth1Data) Descriptor
deprecated
func (*Eth1Data) GetBlockHash ¶
func (*Eth1Data) GetDepositCount ¶
func (*Eth1Data) GetDepositRoot ¶
func (*Eth1Data) HashTreeRoot ¶ added in v1.3.11
HashTreeRoot ssz hashes the Eth1Data object
func (*Eth1Data) HashTreeRootWith ¶ added in v1.3.11
HashTreeRootWith ssz hashes the Eth1Data object with a hasher
func (*Eth1Data) MarshalSSZ ¶ added in v1.3.11
MarshalSSZ ssz marshals the Eth1Data object
func (*Eth1Data) MarshalSSZTo ¶ added in v1.3.11
MarshalSSZTo ssz marshals the Eth1Data object to a target array
func (*Eth1Data) ProtoMessage ¶
func (*Eth1Data) ProtoMessage()
func (*Eth1Data) ProtoReflect ¶ added in v1.3.11
func (x *Eth1Data) ProtoReflect() protoreflect.Message
func (*Eth1Data) SizeSSZ ¶ added in v1.3.11
SizeSSZ returns the ssz encoded size in bytes for the Eth1Data object
func (*Eth1Data) UnmarshalSSZ ¶ added in v1.3.11
UnmarshalSSZ ssz unmarshals the Eth1Data object
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 ¶ added in v1.3.11
func (*Genesis) ProtoMessage ¶
func (*Genesis) ProtoMessage()
func (*Genesis) ProtoReflect ¶ added in v1.3.11
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) GetEpoch ¶
func (x *GetValidatorActiveSetChangesRequest) GetEpoch() github_com_prysmaticlabs_eth2_types.Epoch
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 ¶ added in v1.3.11
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_eth2_types.Epoch `protobuf:"varint,1,opt,name=epoch,proto3,oneof" cast-type:"github.com/prysmaticlabs/eth2-types.Epoch"`
}
type GetValidatorActiveSetChangesRequest_Genesis ¶
type GetValidatorActiveSetChangesRequest_Genesis struct {
Genesis bool `protobuf:"varint,2,opt,name=genesis,proto3,oneof"`
}
type GetValidatorParticipationRequest ¶
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 }
func (*GetValidatorParticipationRequest) Descriptor
deprecated
func (*GetValidatorParticipationRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetValidatorParticipationRequest.ProtoReflect.Descriptor instead.
func (*GetValidatorParticipationRequest) GetEpoch ¶
func (x *GetValidatorParticipationRequest) GetEpoch() github_com_prysmaticlabs_eth2_types.Epoch
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 ¶ added in v1.3.11
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_eth2_types.Epoch `protobuf:"varint,1,opt,name=epoch,proto3,oneof" cast-type:"github.com/prysmaticlabs/eth2-types.Epoch"`
}
type GetValidatorParticipationRequest_Genesis ¶
type GetValidatorParticipationRequest_Genesis struct {
Genesis bool `protobuf:"varint,2,opt,name=genesis,proto3,oneof"`
}
type GetValidatorRequest ¶ added in v1.3.11
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
added in
v1.3.11
func (*GetValidatorRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetValidatorRequest.ProtoReflect.Descriptor instead.
func (*GetValidatorRequest) GetIndex ¶ added in v1.3.11
func (x *GetValidatorRequest) GetIndex() github_com_prysmaticlabs_eth2_types.ValidatorIndex
func (*GetValidatorRequest) GetPublicKey ¶ added in v1.3.11
func (x *GetValidatorRequest) GetPublicKey() []byte
func (*GetValidatorRequest) GetQueryFilter ¶ added in v1.3.11
func (m *GetValidatorRequest) GetQueryFilter() isGetValidatorRequest_QueryFilter
func (*GetValidatorRequest) ProtoMessage ¶ added in v1.3.11
func (*GetValidatorRequest) ProtoMessage()
func (*GetValidatorRequest) ProtoReflect ¶ added in v1.3.11
func (x *GetValidatorRequest) ProtoReflect() protoreflect.Message
func (*GetValidatorRequest) Reset ¶ added in v1.3.11
func (x *GetValidatorRequest) Reset()
func (*GetValidatorRequest) String ¶ added in v1.3.11
func (x *GetValidatorRequest) String() string
type GetValidatorRequest_Index ¶ added in v1.3.11
type GetValidatorRequest_Index struct {
Index github_com_prysmaticlabs_eth2_types.ValidatorIndex `protobuf:"varint,1,opt,name=index,proto3,oneof" cast-type:"github.com/prysmaticlabs/eth2-types.ValidatorIndex"`
}
type GetValidatorRequest_PublicKey ¶ added in v1.3.11
type GetValidatorRequest_PublicKey struct {
PublicKey []byte `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3,oneof" ssz-size:"48"`
}
type HostData ¶ added in v1.3.11
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 }