Documentation ¶
Overview ¶
Package v1 is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Package v1 is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Package v1 is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Code generated by fastssz. DO NOT EDIT.
Package v1 is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Package v1 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 RegisterBeaconDebugHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterBeaconDebugHandlerClient(ctx context.Context, mux *runtime.ServeMux, client BeaconDebugClient) error
- func RegisterBeaconDebugHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterBeaconDebugHandlerServer(ctx context.Context, mux *runtime.ServeMux, server BeaconDebugServer) error
- func RegisterBeaconDebugServer(s *grpc.Server, srv BeaconDebugServer)
- func RegisterBeaconNodeHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterBeaconNodeHandlerClient(ctx context.Context, mux *runtime.ServeMux, client BeaconNodeClient) error
- func RegisterBeaconNodeHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterBeaconNodeHandlerServer(ctx context.Context, mux *runtime.ServeMux, server BeaconNodeServer) error
- func RegisterBeaconNodeServer(s *grpc.Server, srv BeaconNodeServer)
- func RegisterBeaconValidatorHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterBeaconValidatorHandlerClient(ctx context.Context, mux *runtime.ServeMux, client BeaconValidatorClient) error
- func RegisterBeaconValidatorHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterBeaconValidatorHandlerServer(ctx context.Context, mux *runtime.ServeMux, server BeaconValidatorServer) error
- func RegisterBeaconValidatorServer(s *grpc.Server, srv BeaconValidatorServer)
- func RegisterEventsHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterEventsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client EventsClient) error
- func RegisterEventsHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterEventsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server EventsServer) error
- func RegisterEventsServer(s *grpc.Server, srv EventsServer)
- type AggregateAndProofsSubmit
- func (*AggregateAndProofsSubmit) Descriptor() ([]byte, []int)deprecated
- func (x *AggregateAndProofsSubmit) GetData() []*SignedAggregateAttestationAndProof
- func (*AggregateAndProofsSubmit) ProtoMessage()
- func (x *AggregateAndProofsSubmit) ProtoReflect() protoreflect.Message
- func (x *AggregateAndProofsSubmit) Reset()
- func (x *AggregateAndProofsSubmit) 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 AggregateAttestationRequest
- func (*AggregateAttestationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AggregateAttestationRequest) GetAttestationDataRoot() []byte
- func (x *AggregateAttestationRequest) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
- func (*AggregateAttestationRequest) ProtoMessage()
- func (x *AggregateAttestationRequest) ProtoReflect() protoreflect.Message
- func (x *AggregateAttestationRequest) Reset()
- func (x *AggregateAttestationRequest) String() string
- 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) GetIndex() 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 AttestationDataResponse
- func (*AttestationDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationDataResponse) GetData() *AttestationData
- func (*AttestationDataResponse) ProtoMessage()
- func (x *AttestationDataResponse) ProtoReflect() protoreflect.Message
- func (x *AttestationDataResponse) Reset()
- func (x *AttestationDataResponse) String() string
- type AttestationResponse
- func (*AttestationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationResponse) GetData() *Attestation
- func (*AttestationResponse) ProtoMessage()
- func (x *AttestationResponse) ProtoReflect() protoreflect.Message
- func (x *AttestationResponse) Reset()
- func (x *AttestationResponse) String() string
- type AttestationsPoolRequest
- func (*AttestationsPoolRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationsPoolRequest) GetCommitteeIndex() github_com_prysmaticlabs_eth2_types.CommitteeIndex
- func (x *AttestationsPoolRequest) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
- func (*AttestationsPoolRequest) ProtoMessage()
- func (x *AttestationsPoolRequest) ProtoReflect() protoreflect.Message
- func (x *AttestationsPoolRequest) Reset()
- func (x *AttestationsPoolRequest) String() string
- type AttestationsPoolResponse
- func (*AttestationsPoolResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AttestationsPoolResponse) GetData() []*Attestation
- func (*AttestationsPoolResponse) ProtoMessage()
- func (x *AttestationsPoolResponse) ProtoReflect() protoreflect.Message
- func (x *AttestationsPoolResponse) Reset()
- func (x *AttestationsPoolResponse) String() string
- type AttesterDutiesRequest
- func (*AttesterDutiesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AttesterDutiesRequest) GetEpoch() github_com_prysmaticlabs_eth2_types.Epoch
- func (x *AttesterDutiesRequest) GetIndex() []github_com_prysmaticlabs_eth2_types.ValidatorIndex
- func (*AttesterDutiesRequest) ProtoMessage()
- func (x *AttesterDutiesRequest) ProtoReflect() protoreflect.Message
- func (x *AttesterDutiesRequest) Reset()
- func (x *AttesterDutiesRequest) String() string
- type AttesterDutiesResponse
- func (*AttesterDutiesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AttesterDutiesResponse) GetData() []*AttesterDuty
- func (x *AttesterDutiesResponse) GetDependentRoot() []byte
- func (*AttesterDutiesResponse) ProtoMessage()
- func (x *AttesterDutiesResponse) ProtoReflect() protoreflect.Message
- func (x *AttesterDutiesResponse) Reset()
- func (x *AttesterDutiesResponse) String() string
- type AttesterDuty
- func (*AttesterDuty) Descriptor() ([]byte, []int)deprecated
- func (x *AttesterDuty) GetCommitteeIndex() github_com_prysmaticlabs_eth2_types.CommitteeIndex
- func (x *AttesterDuty) GetCommitteeLength() uint64
- func (x *AttesterDuty) GetCommitteesAtSlot() uint64
- func (x *AttesterDuty) GetPubkey() []byte
- func (x *AttesterDuty) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
- func (x *AttesterDuty) GetValidatorCommitteeIndex() github_com_prysmaticlabs_eth2_types.CommitteeIndex
- func (x *AttesterDuty) GetValidatorIndex() github_com_prysmaticlabs_eth2_types.ValidatorIndex
- func (*AttesterDuty) ProtoMessage()
- func (x *AttesterDuty) ProtoReflect() protoreflect.Message
- func (x *AttesterDuty) Reset()
- func (x *AttesterDuty) 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 AttesterSlashingsPoolResponse
- func (*AttesterSlashingsPoolResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AttesterSlashingsPoolResponse) GetData() []*AttesterSlashing
- func (*AttesterSlashingsPoolResponse) ProtoMessage()
- func (x *AttesterSlashingsPoolResponse) ProtoReflect() protoreflect.Message
- func (x *AttesterSlashingsPoolResponse) Reset()
- func (x *AttesterSlashingsPoolResponse) String() string
- 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 BeaconBlockBodyV1
- func (*BeaconBlockBodyV1) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconBlockBodyV1) GetAttestations() []*Attestation
- func (x *BeaconBlockBodyV1) GetAttesterSlashings() []*AttesterSlashing
- func (x *BeaconBlockBodyV1) GetDeposits() []*Deposit
- func (x *BeaconBlockBodyV1) GetEth1Data() *Eth1Data
- func (x *BeaconBlockBodyV1) GetGraffiti() []byte
- func (x *BeaconBlockBodyV1) GetProposerSlashings() []*ProposerSlashing
- func (x *BeaconBlockBodyV1) GetRandaoReveal() []byte
- func (x *BeaconBlockBodyV1) GetSyncCommitteeBits() github_com_prysmaticlabs_go_bitfield.Bitvector512
- func (x *BeaconBlockBodyV1) GetSyncCommitteeSignature() []byte
- func (x *BeaconBlockBodyV1) GetVoluntaryExits() []*SignedVoluntaryExit
- func (b *BeaconBlockBodyV1) HashTreeRoot() ([32]byte, error)
- func (b *BeaconBlockBodyV1) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BeaconBlockBodyV1) MarshalSSZ() ([]byte, error)
- func (b *BeaconBlockBodyV1) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BeaconBlockBodyV1) ProtoMessage()
- func (x *BeaconBlockBodyV1) ProtoReflect() protoreflect.Message
- func (x *BeaconBlockBodyV1) Reset()
- func (b *BeaconBlockBodyV1) SizeSSZ() (size int)
- func (x *BeaconBlockBodyV1) String() string
- func (b *BeaconBlockBodyV1) UnmarshalSSZ(buf []byte) error
- type BeaconBlockContainer
- func (*BeaconBlockContainer) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconBlockContainer) GetMessage() *BeaconBlock
- func (x *BeaconBlockContainer) GetSignature() []byte
- 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 BeaconBlockHeaderContainer
- func (*BeaconBlockHeaderContainer) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconBlockHeaderContainer) GetMessage() *BeaconBlockHeader
- func (x *BeaconBlockHeaderContainer) GetSignature() []byte
- func (*BeaconBlockHeaderContainer) ProtoMessage()
- func (x *BeaconBlockHeaderContainer) ProtoReflect() protoreflect.Message
- func (x *BeaconBlockHeaderContainer) Reset()
- func (x *BeaconBlockHeaderContainer) String() string
- type BeaconBlockV1
- func (*BeaconBlockV1) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconBlockV1) GetBody() *BeaconBlockBodyV1
- func (x *BeaconBlockV1) GetParentRoot() []byte
- func (x *BeaconBlockV1) GetProposerIndex() github_com_prysmaticlabs_eth2_types.ValidatorIndex
- func (x *BeaconBlockV1) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
- func (x *BeaconBlockV1) GetStateRoot() []byte
- func (b *BeaconBlockV1) HashTreeRoot() ([32]byte, error)
- func (b *BeaconBlockV1) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (b *BeaconBlockV1) MarshalSSZ() ([]byte, error)
- func (b *BeaconBlockV1) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*BeaconBlockV1) ProtoMessage()
- func (x *BeaconBlockV1) ProtoReflect() protoreflect.Message
- func (x *BeaconBlockV1) Reset()
- func (b *BeaconBlockV1) SizeSSZ() (size int)
- func (x *BeaconBlockV1) String() string
- func (b *BeaconBlockV1) UnmarshalSSZ(buf []byte) error
- type BeaconChainClient
- type BeaconChainServer
- type BeaconCommitteeSubscribe
- func (*BeaconCommitteeSubscribe) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconCommitteeSubscribe) GetCommitteeIndex() github_com_prysmaticlabs_eth2_types.CommitteeIndex
- func (x *BeaconCommitteeSubscribe) GetCommitteesAtSlot() uint64
- func (x *BeaconCommitteeSubscribe) GetIsAggregator() bool
- func (x *BeaconCommitteeSubscribe) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
- func (x *BeaconCommitteeSubscribe) GetValidatorIndex() github_com_prysmaticlabs_eth2_types.ValidatorIndex
- func (*BeaconCommitteeSubscribe) ProtoMessage()
- func (x *BeaconCommitteeSubscribe) ProtoReflect() protoreflect.Message
- func (x *BeaconCommitteeSubscribe) Reset()
- func (x *BeaconCommitteeSubscribe) String() string
- type BeaconCommitteeSubscribeSubmit
- func (*BeaconCommitteeSubscribeSubmit) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconCommitteeSubscribeSubmit) GetData() []*BeaconCommitteeSubscribe
- func (*BeaconCommitteeSubscribeSubmit) ProtoMessage()
- func (x *BeaconCommitteeSubscribeSubmit) ProtoReflect() protoreflect.Message
- func (x *BeaconCommitteeSubscribeSubmit) Reset()
- func (x *BeaconCommitteeSubscribeSubmit) String() string
- type BeaconDebugClient
- type BeaconDebugServer
- type BeaconNodeClient
- type BeaconNodeServer
- type BeaconState
- func (*BeaconState) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconState) GetBalances() []uint64
- func (x *BeaconState) GetBlockRoots() [][]byte
- func (x *BeaconState) GetCurrentEpochAttestations() []*PendingAttestation
- func (x *BeaconState) GetCurrentJustifiedCheckpoint() *Checkpoint
- func (x *BeaconState) GetEth1Data() *Eth1Data
- func (x *BeaconState) GetEth1DataVotes() []*Eth1Data
- func (x *BeaconState) GetEth1DepositIndex() uint64
- func (x *BeaconState) GetFinalizedCheckpoint() *Checkpoint
- func (x *BeaconState) GetFork() *Fork
- func (x *BeaconState) GetGenesisTime() uint64
- func (x *BeaconState) GetGenesisValidatorsRoot() []byte
- func (x *BeaconState) GetHistoricalRoots() [][]byte
- func (x *BeaconState) GetJustificationBits() github_com_prysmaticlabs_go_bitfield.Bitvector4
- func (x *BeaconState) GetLatestBlockHeader() *BeaconBlockHeader
- func (x *BeaconState) GetPreviousEpochAttestations() []*PendingAttestation
- func (x *BeaconState) GetPreviousJustifiedCheckpoint() *Checkpoint
- func (x *BeaconState) GetRandaoMixes() [][]byte
- func (x *BeaconState) GetSlashings() []uint64
- func (x *BeaconState) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
- func (x *BeaconState) GetStateRoots() [][]byte
- func (x *BeaconState) GetValidators() []*Validator
- func (*BeaconState) ProtoMessage()
- func (x *BeaconState) ProtoReflect() protoreflect.Message
- func (x *BeaconState) Reset()
- func (x *BeaconState) String() string
- type BeaconStateResponse
- func (*BeaconStateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconStateResponse) GetData() *BeaconState
- func (*BeaconStateResponse) ProtoMessage()
- func (x *BeaconStateResponse) ProtoReflect() protoreflect.Message
- func (x *BeaconStateResponse) Reset()
- func (x *BeaconStateResponse) String() string
- type BeaconStateSszResponse
- func (*BeaconStateSszResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BeaconStateSszResponse) GetData() []byte
- func (*BeaconStateSszResponse) ProtoMessage()
- func (x *BeaconStateSszResponse) ProtoReflect() protoreflect.Message
- func (x *BeaconStateSszResponse) Reset()
- func (x *BeaconStateSszResponse) String() string
- type BeaconValidatorClient
- type BeaconValidatorServer
- type BlockAttestationsResponse
- func (*BlockAttestationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BlockAttestationsResponse) GetData() []*Attestation
- func (*BlockAttestationsResponse) ProtoMessage()
- func (x *BlockAttestationsResponse) ProtoReflect() protoreflect.Message
- func (x *BlockAttestationsResponse) Reset()
- func (x *BlockAttestationsResponse) String() string
- type BlockHeaderContainer
- func (*BlockHeaderContainer) Descriptor() ([]byte, []int)deprecated
- func (x *BlockHeaderContainer) GetCanonical() bool
- func (x *BlockHeaderContainer) GetHeader() *BeaconBlockHeaderContainer
- func (x *BlockHeaderContainer) GetRoot() []byte
- func (*BlockHeaderContainer) ProtoMessage()
- func (x *BlockHeaderContainer) ProtoReflect() protoreflect.Message
- func (x *BlockHeaderContainer) Reset()
- func (x *BlockHeaderContainer) String() string
- type BlockHeaderResponse
- func (*BlockHeaderResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BlockHeaderResponse) GetData() *BlockHeaderContainer
- func (*BlockHeaderResponse) ProtoMessage()
- func (x *BlockHeaderResponse) ProtoReflect() protoreflect.Message
- func (x *BlockHeaderResponse) Reset()
- func (x *BlockHeaderResponse) String() string
- type BlockHeadersRequest
- func (*BlockHeadersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BlockHeadersRequest) GetParentRoot() []byte
- func (x *BlockHeadersRequest) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
- func (*BlockHeadersRequest) ProtoMessage()
- func (x *BlockHeadersRequest) ProtoReflect() protoreflect.Message
- func (x *BlockHeadersRequest) Reset()
- func (x *BlockHeadersRequest) String() string
- type BlockHeadersResponse
- func (*BlockHeadersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BlockHeadersResponse) GetData() []*BlockHeaderContainer
- func (*BlockHeadersResponse) ProtoMessage()
- func (x *BlockHeadersResponse) ProtoReflect() protoreflect.Message
- func (x *BlockHeadersResponse) Reset()
- func (x *BlockHeadersResponse) String() string
- type BlockRequest
- type BlockResponse
- type BlockRootContainer
- func (*BlockRootContainer) Descriptor() ([]byte, []int)deprecated
- func (x *BlockRootContainer) GetRoot() []byte
- func (*BlockRootContainer) ProtoMessage()
- func (x *BlockRootContainer) ProtoReflect() protoreflect.Message
- func (x *BlockRootContainer) Reset()
- func (x *BlockRootContainer) String() string
- type BlockRootResponse
- func (*BlockRootResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BlockRootResponse) GetData() *BlockRootContainer
- func (*BlockRootResponse) ProtoMessage()
- func (x *BlockRootResponse) ProtoReflect() protoreflect.Message
- func (x *BlockRootResponse) Reset()
- func (x *BlockRootResponse) 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 Committee
- func (*Committee) Descriptor() ([]byte, []int)deprecated
- func (x *Committee) GetIndex() github_com_prysmaticlabs_eth2_types.CommitteeIndex
- func (x *Committee) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
- func (x *Committee) GetValidators() []github_com_prysmaticlabs_eth2_types.ValidatorIndex
- func (*Committee) ProtoMessage()
- func (x *Committee) ProtoReflect() protoreflect.Message
- func (x *Committee) Reset()
- func (x *Committee) 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 DepositContract
- func (*DepositContract) Descriptor() ([]byte, []int)deprecated
- func (x *DepositContract) GetAddress() string
- func (x *DepositContract) GetChainId() uint64
- func (*DepositContract) ProtoMessage()
- func (x *DepositContract) ProtoReflect() protoreflect.Message
- func (x *DepositContract) Reset()
- func (x *DepositContract) String() string
- type DepositContractResponse
- func (*DepositContractResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DepositContractResponse) GetData() *DepositContract
- func (*DepositContractResponse) ProtoMessage()
- func (x *DepositContractResponse) ProtoReflect() protoreflect.Message
- func (x *DepositContractResponse) Reset()
- func (x *DepositContractResponse) String() string
- type Deposit_Data
- func (*Deposit_Data) Descriptor() ([]byte, []int)deprecated
- func (x *Deposit_Data) GetAmount() uint64
- func (x *Deposit_Data) GetPubkey() []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 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 EventBlock
- func (*EventBlock) Descriptor() ([]byte, []int)deprecated
- func (x *EventBlock) GetBlock() []byte
- func (x *EventBlock) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
- func (*EventBlock) ProtoMessage()
- func (x *EventBlock) ProtoReflect() protoreflect.Message
- func (x *EventBlock) Reset()
- func (x *EventBlock) String() string
- type EventChainReorg
- func (*EventChainReorg) Descriptor() ([]byte, []int)deprecated
- func (x *EventChainReorg) GetDepth() uint64
- func (x *EventChainReorg) GetEpoch() github_com_prysmaticlabs_eth2_types.Epoch
- func (x *EventChainReorg) GetNewHeadBlock() []byte
- func (x *EventChainReorg) GetNewHeadState() []byte
- func (x *EventChainReorg) GetOldHeadBlock() []byte
- func (x *EventChainReorg) GetOldHeadState() []byte
- func (x *EventChainReorg) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
- func (*EventChainReorg) ProtoMessage()
- func (x *EventChainReorg) ProtoReflect() protoreflect.Message
- func (x *EventChainReorg) Reset()
- func (x *EventChainReorg) String() string
- type EventFinalizedCheckpoint
- func (*EventFinalizedCheckpoint) Descriptor() ([]byte, []int)deprecated
- func (x *EventFinalizedCheckpoint) GetBlock() []byte
- func (x *EventFinalizedCheckpoint) GetEpoch() github_com_prysmaticlabs_eth2_types.Epoch
- func (x *EventFinalizedCheckpoint) GetState() []byte
- func (*EventFinalizedCheckpoint) ProtoMessage()
- func (x *EventFinalizedCheckpoint) ProtoReflect() protoreflect.Message
- func (x *EventFinalizedCheckpoint) Reset()
- func (x *EventFinalizedCheckpoint) String() string
- type EventHead
- func (*EventHead) Descriptor() ([]byte, []int)deprecated
- func (x *EventHead) GetBlock() []byte
- func (x *EventHead) GetCurrentDutyDependentRoot() []byte
- func (x *EventHead) GetEpochTransition() bool
- func (x *EventHead) GetPreviousDutyDependentRoot() []byte
- func (x *EventHead) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
- func (x *EventHead) GetState() []byte
- func (*EventHead) ProtoMessage()
- func (x *EventHead) ProtoReflect() protoreflect.Message
- func (x *EventHead) Reset()
- func (x *EventHead) String() string
- type EventsClient
- type EventsServer
- type Events_StreamEventsClient
- type Events_StreamEventsServer
- type Fork
- func (*Fork) Descriptor() ([]byte, []int)deprecated
- func (x *Fork) GetCurrentVersion() []byte
- func (x *Fork) GetEpoch() github_com_prysmaticlabs_eth2_types.Epoch
- func (x *Fork) GetPreviousVersion() []byte
- func (*Fork) ProtoMessage()
- func (x *Fork) ProtoReflect() protoreflect.Message
- func (x *Fork) Reset()
- func (x *Fork) String() string
- type ForkChoiceHead
- func (*ForkChoiceHead) Descriptor() ([]byte, []int)deprecated
- func (x *ForkChoiceHead) GetRoot() []byte
- func (x *ForkChoiceHead) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
- func (*ForkChoiceHead) ProtoMessage()
- func (x *ForkChoiceHead) ProtoReflect() protoreflect.Message
- func (x *ForkChoiceHead) Reset()
- func (x *ForkChoiceHead) String() string
- type ForkChoiceHeadsResponse
- func (*ForkChoiceHeadsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ForkChoiceHeadsResponse) GetData() []*ForkChoiceHead
- func (*ForkChoiceHeadsResponse) ProtoMessage()
- func (x *ForkChoiceHeadsResponse) ProtoReflect() protoreflect.Message
- func (x *ForkChoiceHeadsResponse) Reset()
- func (x *ForkChoiceHeadsResponse) String() string
- type ForkScheduleResponse
- func (*ForkScheduleResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ForkScheduleResponse) GetData() []*Fork
- func (*ForkScheduleResponse) ProtoMessage()
- func (x *ForkScheduleResponse) ProtoReflect() protoreflect.Message
- func (x *ForkScheduleResponse) Reset()
- func (x *ForkScheduleResponse) String() string
- type GenesisResponse
- func (*GenesisResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisResponse) GetData() *GenesisResponse_Genesis
- func (*GenesisResponse) ProtoMessage()
- func (x *GenesisResponse) ProtoReflect() protoreflect.Message
- func (x *GenesisResponse) Reset()
- func (x *GenesisResponse) String() string
- type GenesisResponse_Genesis
- func (*GenesisResponse_Genesis) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisResponse_Genesis) GetGenesisForkVersion() []byte
- func (x *GenesisResponse_Genesis) GetGenesisTime() *timestamp.Timestamp
- func (x *GenesisResponse_Genesis) GetGenesisValidatorsRoot() []byte
- func (*GenesisResponse_Genesis) ProtoMessage()
- func (x *GenesisResponse_Genesis) ProtoReflect() protoreflect.Message
- func (x *GenesisResponse_Genesis) Reset()
- func (x *GenesisResponse_Genesis) String() string
- type Identity
- func (*Identity) Descriptor() ([]byte, []int)deprecated
- func (x *Identity) GetDiscoveryAddresses() []string
- func (x *Identity) GetEnr() string
- func (x *Identity) GetMetadata() *Metadata
- func (x *Identity) GetP2PAddresses() []string
- func (x *Identity) GetPeerId() string
- func (*Identity) ProtoMessage()
- func (x *Identity) ProtoReflect() protoreflect.Message
- func (x *Identity) Reset()
- func (x *Identity) String() string
- type IdentityResponse
- 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 Metadata
- func (*Metadata) Descriptor() ([]byte, []int)deprecated
- func (x *Metadata) GetAttnets() github_com_prysmaticlabs_go_bitfield.Bitvector64
- func (x *Metadata) GetSeqNumber() uint64
- func (*Metadata) ProtoMessage()
- func (x *Metadata) ProtoReflect() protoreflect.Message
- func (x *Metadata) Reset()
- func (x *Metadata) String() string
- type Peer
- func (*Peer) Descriptor() ([]byte, []int)deprecated
- func (x *Peer) GetDirection() PeerDirection
- func (x *Peer) GetEnr() string
- func (x *Peer) GetLastSeenP2PAddress() string
- func (x *Peer) GetPeerId() string
- func (x *Peer) GetState() ConnectionState
- func (*Peer) ProtoMessage()
- func (x *Peer) ProtoReflect() protoreflect.Message
- func (x *Peer) Reset()
- func (x *Peer) String() string
- type PeerCountResponse
- func (*PeerCountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PeerCountResponse) GetData() *PeerCountResponse_PeerCount
- func (*PeerCountResponse) ProtoMessage()
- func (x *PeerCountResponse) ProtoReflect() protoreflect.Message
- func (x *PeerCountResponse) Reset()
- func (x *PeerCountResponse) String() string
- type PeerCountResponse_PeerCount
- func (*PeerCountResponse_PeerCount) Descriptor() ([]byte, []int)deprecated
- func (x *PeerCountResponse_PeerCount) GetConnected() uint64
- func (x *PeerCountResponse_PeerCount) GetConnecting() uint64
- func (x *PeerCountResponse_PeerCount) GetDisconnected() uint64
- func (x *PeerCountResponse_PeerCount) GetDisconnecting() uint64
- func (*PeerCountResponse_PeerCount) ProtoMessage()
- func (x *PeerCountResponse_PeerCount) ProtoReflect() protoreflect.Message
- func (x *PeerCountResponse_PeerCount) Reset()
- func (x *PeerCountResponse_PeerCount) 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 PeerResponse
- func (*PeerResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PeerResponse) GetData() *Peer
- func (x *PeerResponse) GetMeta() *PeerResponse_Meta
- func (*PeerResponse) ProtoMessage()
- func (x *PeerResponse) ProtoReflect() protoreflect.Message
- func (x *PeerResponse) Reset()
- func (x *PeerResponse) String() string
- type PeerResponse_Meta
- type PeersRequest
- func (*PeersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PeersRequest) GetDirection() []PeerDirection
- func (x *PeersRequest) GetState() []ConnectionState
- func (*PeersRequest) ProtoMessage()
- func (x *PeersRequest) ProtoReflect() protoreflect.Message
- func (x *PeersRequest) Reset()
- func (x *PeersRequest) String() string
- type PeersResponse
- type PendingAttestation
- func (*PendingAttestation) Descriptor() ([]byte, []int)deprecated
- func (x *PendingAttestation) GetAggregationBits() github_com_prysmaticlabs_go_bitfield.Bitlist
- func (x *PendingAttestation) GetData() *AttestationData
- func (x *PendingAttestation) GetInclusionDelay() github_com_prysmaticlabs_eth2_types.Slot
- func (x *PendingAttestation) GetProposerIndex() github_com_prysmaticlabs_eth2_types.ValidatorIndex
- func (*PendingAttestation) ProtoMessage()
- func (x *PendingAttestation) ProtoReflect() protoreflect.Message
- func (x *PendingAttestation) Reset()
- func (x *PendingAttestation) String() string
- type ProposerBlockRequest
- func (*ProposerBlockRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ProposerBlockRequest) GetGraffiti() []byte
- func (x *ProposerBlockRequest) GetRandaoReveal() []byte
- func (x *ProposerBlockRequest) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
- func (*ProposerBlockRequest) ProtoMessage()
- func (x *ProposerBlockRequest) ProtoReflect() protoreflect.Message
- func (x *ProposerBlockRequest) Reset()
- func (x *ProposerBlockRequest) String() string
- type ProposerBlockResponse
- func (*ProposerBlockResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ProposerBlockResponse) GetData() *BeaconBlock
- func (*ProposerBlockResponse) ProtoMessage()
- func (x *ProposerBlockResponse) ProtoReflect() protoreflect.Message
- func (x *ProposerBlockResponse) Reset()
- func (x *ProposerBlockResponse) String() string
- type ProposerDutiesRequest
- func (*ProposerDutiesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ProposerDutiesRequest) GetEpoch() github_com_prysmaticlabs_eth2_types.Epoch
- func (*ProposerDutiesRequest) ProtoMessage()
- func (x *ProposerDutiesRequest) ProtoReflect() protoreflect.Message
- func (x *ProposerDutiesRequest) Reset()
- func (x *ProposerDutiesRequest) String() string
- type ProposerDutiesResponse
- func (*ProposerDutiesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ProposerDutiesResponse) GetData() []*ProposerDuty
- func (x *ProposerDutiesResponse) GetDependentRoot() []byte
- func (*ProposerDutiesResponse) ProtoMessage()
- func (x *ProposerDutiesResponse) ProtoReflect() protoreflect.Message
- func (x *ProposerDutiesResponse) Reset()
- func (x *ProposerDutiesResponse) String() string
- type ProposerDuty
- func (*ProposerDuty) Descriptor() ([]byte, []int)deprecated
- func (x *ProposerDuty) GetPubkey() []byte
- func (x *ProposerDuty) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
- func (x *ProposerDuty) GetValidatorIndex() github_com_prysmaticlabs_eth2_types.ValidatorIndex
- func (*ProposerDuty) ProtoMessage()
- func (x *ProposerDuty) ProtoReflect() protoreflect.Message
- func (x *ProposerDuty) Reset()
- func (x *ProposerDuty) String() string
- type ProposerSlashing
- func (*ProposerSlashing) Descriptor() ([]byte, []int)deprecated
- func (x *ProposerSlashing) GetSignedHeader_1() *SignedBeaconBlockHeader
- func (x *ProposerSlashing) GetSignedHeader_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 ProposerSlashingPoolResponse
- func (*ProposerSlashingPoolResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ProposerSlashingPoolResponse) GetData() []*ProposerSlashing
- func (*ProposerSlashingPoolResponse) ProtoMessage()
- func (x *ProposerSlashingPoolResponse) ProtoReflect() protoreflect.Message
- func (x *ProposerSlashingPoolResponse) Reset()
- func (x *ProposerSlashingPoolResponse) String() string
- 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 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) GetMessage() *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 SignedBeaconBlockV1
- func (*SignedBeaconBlockV1) Descriptor() ([]byte, []int)deprecated
- func (x *SignedBeaconBlockV1) GetBlock() *BeaconBlockV1
- func (x *SignedBeaconBlockV1) GetSignature() []byte
- func (s *SignedBeaconBlockV1) HashTreeRoot() ([32]byte, error)
- func (s *SignedBeaconBlockV1) HashTreeRootWith(hh *ssz.Hasher) (err error)
- func (s *SignedBeaconBlockV1) MarshalSSZ() ([]byte, error)
- func (s *SignedBeaconBlockV1) MarshalSSZTo(buf []byte) (dst []byte, err error)
- func (*SignedBeaconBlockV1) ProtoMessage()
- func (x *SignedBeaconBlockV1) ProtoReflect() protoreflect.Message
- func (x *SignedBeaconBlockV1) Reset()
- func (s *SignedBeaconBlockV1) SizeSSZ() (size int)
- func (x *SignedBeaconBlockV1) String() string
- func (s *SignedBeaconBlockV1) UnmarshalSSZ(buf []byte) error
- type SignedVoluntaryExit
- func (*SignedVoluntaryExit) Descriptor() ([]byte, []int)deprecated
- func (x *SignedVoluntaryExit) GetMessage() *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 SpecResponse
- type StateCommitteesRequest
- func (*StateCommitteesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StateCommitteesRequest) GetEpoch() github_com_prysmaticlabs_eth2_types.Epoch
- func (x *StateCommitteesRequest) GetIndex() github_com_prysmaticlabs_eth2_types.CommitteeIndex
- func (x *StateCommitteesRequest) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
- func (x *StateCommitteesRequest) GetStateId() []byte
- func (*StateCommitteesRequest) ProtoMessage()
- func (x *StateCommitteesRequest) ProtoReflect() protoreflect.Message
- func (x *StateCommitteesRequest) Reset()
- func (x *StateCommitteesRequest) String() string
- type StateCommitteesResponse
- func (*StateCommitteesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StateCommitteesResponse) GetData() []*Committee
- func (*StateCommitteesResponse) ProtoMessage()
- func (x *StateCommitteesResponse) ProtoReflect() protoreflect.Message
- func (x *StateCommitteesResponse) Reset()
- func (x *StateCommitteesResponse) String() string
- type StateFinalityCheckpointResponse
- func (*StateFinalityCheckpointResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StateFinalityCheckpointResponse) GetData() *StateFinalityCheckpointResponse_StateFinalityCheckpoint
- func (*StateFinalityCheckpointResponse) ProtoMessage()
- func (x *StateFinalityCheckpointResponse) ProtoReflect() protoreflect.Message
- func (x *StateFinalityCheckpointResponse) Reset()
- func (x *StateFinalityCheckpointResponse) String() string
- type StateFinalityCheckpointResponse_StateFinalityCheckpoint
- func (*StateFinalityCheckpointResponse_StateFinalityCheckpoint) Descriptor() ([]byte, []int)deprecated
- func (x *StateFinalityCheckpointResponse_StateFinalityCheckpoint) GetCurrentJustified() *Checkpoint
- func (x *StateFinalityCheckpointResponse_StateFinalityCheckpoint) GetFinalized() *Checkpoint
- func (x *StateFinalityCheckpointResponse_StateFinalityCheckpoint) GetPreviousJustified() *Checkpoint
- func (*StateFinalityCheckpointResponse_StateFinalityCheckpoint) ProtoMessage()
- func (x *StateFinalityCheckpointResponse_StateFinalityCheckpoint) ProtoReflect() protoreflect.Message
- func (x *StateFinalityCheckpointResponse_StateFinalityCheckpoint) Reset()
- func (x *StateFinalityCheckpointResponse_StateFinalityCheckpoint) String() string
- type StateForkResponse
- type StateRequest
- type StateRootResponse
- func (*StateRootResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StateRootResponse) GetData() *StateRootResponse_StateRoot
- func (*StateRootResponse) ProtoMessage()
- func (x *StateRootResponse) ProtoReflect() protoreflect.Message
- func (x *StateRootResponse) Reset()
- func (x *StateRootResponse) String() string
- type StateRootResponse_StateRoot
- func (*StateRootResponse_StateRoot) Descriptor() ([]byte, []int)deprecated
- func (x *StateRootResponse_StateRoot) GetRoot() []byte
- func (*StateRootResponse_StateRoot) ProtoMessage()
- func (x *StateRootResponse_StateRoot) ProtoReflect() protoreflect.Message
- func (x *StateRootResponse_StateRoot) Reset()
- func (x *StateRootResponse_StateRoot) String() string
- type StateValidatorRequest
- func (*StateValidatorRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StateValidatorRequest) GetStateId() []byte
- func (x *StateValidatorRequest) GetValidatorId() []byte
- func (*StateValidatorRequest) ProtoMessage()
- func (x *StateValidatorRequest) ProtoReflect() protoreflect.Message
- func (x *StateValidatorRequest) Reset()
- func (x *StateValidatorRequest) String() string
- type StateValidatorResponse
- func (*StateValidatorResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StateValidatorResponse) GetData() *ValidatorContainer
- func (*StateValidatorResponse) ProtoMessage()
- func (x *StateValidatorResponse) ProtoReflect() protoreflect.Message
- func (x *StateValidatorResponse) Reset()
- func (x *StateValidatorResponse) String() string
- type StateValidatorsRequest
- func (*StateValidatorsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StateValidatorsRequest) GetId() [][]byte
- func (x *StateValidatorsRequest) GetStateId() []byte
- func (x *StateValidatorsRequest) GetStatus() []ValidatorStatus
- func (*StateValidatorsRequest) ProtoMessage()
- func (x *StateValidatorsRequest) ProtoReflect() protoreflect.Message
- func (x *StateValidatorsRequest) Reset()
- func (x *StateValidatorsRequest) String() string
- type StateValidatorsResponse
- func (*StateValidatorsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StateValidatorsResponse) GetData() []*ValidatorContainer
- func (*StateValidatorsResponse) ProtoMessage()
- func (x *StateValidatorsResponse) ProtoReflect() protoreflect.Message
- func (x *StateValidatorsResponse) Reset()
- func (x *StateValidatorsResponse) String() string
- type StreamEventsRequest
- func (*StreamEventsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StreamEventsRequest) GetTopics() []string
- func (*StreamEventsRequest) ProtoMessage()
- func (x *StreamEventsRequest) ProtoReflect() protoreflect.Message
- func (x *StreamEventsRequest) Reset()
- func (x *StreamEventsRequest) String() string
- type SubmitAttestationsRequest
- func (*SubmitAttestationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SubmitAttestationsRequest) GetData() []*Attestation
- func (*SubmitAttestationsRequest) ProtoMessage()
- func (x *SubmitAttestationsRequest) ProtoReflect() protoreflect.Message
- func (x *SubmitAttestationsRequest) Reset()
- func (x *SubmitAttestationsRequest) String() string
- type SyncInfo
- func (*SyncInfo) Descriptor() ([]byte, []int)deprecated
- func (x *SyncInfo) GetHeadSlot() github_com_prysmaticlabs_eth2_types.Slot
- func (x *SyncInfo) GetIsSyncing() bool
- func (x *SyncInfo) GetSyncDistance() github_com_prysmaticlabs_eth2_types.Slot
- func (*SyncInfo) ProtoMessage()
- func (x *SyncInfo) ProtoReflect() protoreflect.Message
- func (x *SyncInfo) Reset()
- func (x *SyncInfo) String() string
- type SyncingResponse
- type UnimplementedBeaconChainServer
- func (*UnimplementedBeaconChainServer) GetBlock(context.Context, *BlockRequest) (*BlockResponse, error)
- func (*UnimplementedBeaconChainServer) GetBlockHeader(context.Context, *BlockRequest) (*BlockHeaderResponse, error)
- func (*UnimplementedBeaconChainServer) GetBlockRoot(context.Context, *BlockRequest) (*BlockRootResponse, error)
- func (*UnimplementedBeaconChainServer) GetDepositContract(context.Context, *empty.Empty) (*DepositContractResponse, error)
- func (*UnimplementedBeaconChainServer) GetFinalityCheckpoints(context.Context, *StateRequest) (*StateFinalityCheckpointResponse, error)
- func (*UnimplementedBeaconChainServer) GetForkSchedule(context.Context, *empty.Empty) (*ForkScheduleResponse, error)
- func (*UnimplementedBeaconChainServer) GetGenesis(context.Context, *empty.Empty) (*GenesisResponse, error)
- func (*UnimplementedBeaconChainServer) GetSpec(context.Context, *empty.Empty) (*SpecResponse, error)
- func (*UnimplementedBeaconChainServer) GetStateFork(context.Context, *StateRequest) (*StateForkResponse, error)
- func (*UnimplementedBeaconChainServer) GetStateRoot(context.Context, *StateRequest) (*StateRootResponse, error)
- func (*UnimplementedBeaconChainServer) GetValidator(context.Context, *StateValidatorRequest) (*StateValidatorResponse, error)
- func (*UnimplementedBeaconChainServer) ListBlockAttestations(context.Context, *BlockRequest) (*BlockAttestationsResponse, error)
- func (*UnimplementedBeaconChainServer) ListBlockHeaders(context.Context, *BlockHeadersRequest) (*BlockHeadersResponse, error)
- func (*UnimplementedBeaconChainServer) ListCommittees(context.Context, *StateCommitteesRequest) (*StateCommitteesResponse, error)
- func (*UnimplementedBeaconChainServer) ListPoolAttestations(context.Context, *AttestationsPoolRequest) (*AttestationsPoolResponse, error)
- func (*UnimplementedBeaconChainServer) ListPoolAttesterSlashings(context.Context, *empty.Empty) (*AttesterSlashingsPoolResponse, error)
- func (*UnimplementedBeaconChainServer) ListPoolProposerSlashings(context.Context, *empty.Empty) (*ProposerSlashingPoolResponse, error)
- func (*UnimplementedBeaconChainServer) ListPoolVoluntaryExits(context.Context, *empty.Empty) (*VoluntaryExitsPoolResponse, error)
- func (*UnimplementedBeaconChainServer) ListValidatorBalances(context.Context, *ValidatorBalancesRequest) (*ValidatorBalancesResponse, error)
- func (*UnimplementedBeaconChainServer) ListValidators(context.Context, *StateValidatorsRequest) (*StateValidatorsResponse, error)
- func (*UnimplementedBeaconChainServer) SubmitAttestations(context.Context, *SubmitAttestationsRequest) (*empty.Empty, error)
- func (*UnimplementedBeaconChainServer) SubmitAttesterSlashing(context.Context, *AttesterSlashing) (*empty.Empty, error)
- func (*UnimplementedBeaconChainServer) SubmitBlock(context.Context, *BeaconBlockContainer) (*empty.Empty, error)
- func (*UnimplementedBeaconChainServer) SubmitProposerSlashing(context.Context, *ProposerSlashing) (*empty.Empty, error)
- func (*UnimplementedBeaconChainServer) SubmitVoluntaryExit(context.Context, *SignedVoluntaryExit) (*empty.Empty, error)
- type UnimplementedBeaconDebugServer
- func (*UnimplementedBeaconDebugServer) GetBeaconState(context.Context, *StateRequest) (*BeaconStateResponse, error)
- func (*UnimplementedBeaconDebugServer) GetBeaconStateSsz(context.Context, *StateRequest) (*BeaconStateSszResponse, error)
- func (*UnimplementedBeaconDebugServer) ListForkChoiceHeads(context.Context, *empty.Empty) (*ForkChoiceHeadsResponse, error)
- type UnimplementedBeaconNodeServer
- func (*UnimplementedBeaconNodeServer) GetHealth(context.Context, *empty.Empty) (*empty.Empty, error)
- func (*UnimplementedBeaconNodeServer) GetIdentity(context.Context, *empty.Empty) (*IdentityResponse, error)
- func (*UnimplementedBeaconNodeServer) GetPeer(context.Context, *PeerRequest) (*PeerResponse, error)
- func (*UnimplementedBeaconNodeServer) GetSyncStatus(context.Context, *empty.Empty) (*SyncingResponse, error)
- func (*UnimplementedBeaconNodeServer) GetVersion(context.Context, *empty.Empty) (*VersionResponse, error)
- func (*UnimplementedBeaconNodeServer) ListPeers(context.Context, *PeersRequest) (*PeersResponse, error)
- func (*UnimplementedBeaconNodeServer) PeerCount(context.Context, *empty.Empty) (*PeerCountResponse, error)
- type UnimplementedBeaconValidatorServer
- func (*UnimplementedBeaconValidatorServer) GetAggregateAttestation(context.Context, *AggregateAttestationRequest) (*AttestationResponse, error)
- func (*UnimplementedBeaconValidatorServer) GetAttestationData(context.Context, *AttestationDataRequest) (*AttestationDataResponse, error)
- func (*UnimplementedBeaconValidatorServer) GetAttesterDuties(context.Context, *AttesterDutiesRequest) (*AttesterDutiesResponse, error)
- func (*UnimplementedBeaconValidatorServer) GetBlock(context.Context, *ProposerBlockRequest) (*ProposerBlockResponse, error)
- func (*UnimplementedBeaconValidatorServer) GetProposerDuties(context.Context, *ProposerDutiesRequest) (*ProposerDutiesResponse, error)
- func (*UnimplementedBeaconValidatorServer) SubmitAggregateAndProofs(context.Context, *AggregateAndProofsSubmit) (*empty.Empty, error)
- func (*UnimplementedBeaconValidatorServer) SubmitBeaconCommitteeSubscription(context.Context, *BeaconCommitteeSubscribeSubmit) (*empty.Empty, error)
- type UnimplementedEventsServer
- 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) GetPubkey() []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 ValidatorBalance
- func (*ValidatorBalance) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorBalance) GetBalance() uint64
- func (x *ValidatorBalance) GetIndex() github_com_prysmaticlabs_eth2_types.ValidatorIndex
- func (*ValidatorBalance) ProtoMessage()
- func (x *ValidatorBalance) ProtoReflect() protoreflect.Message
- func (x *ValidatorBalance) Reset()
- func (x *ValidatorBalance) String() string
- type ValidatorBalancesRequest
- func (*ValidatorBalancesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorBalancesRequest) GetId() [][]byte
- func (x *ValidatorBalancesRequest) GetStateId() []byte
- func (*ValidatorBalancesRequest) ProtoMessage()
- func (x *ValidatorBalancesRequest) ProtoReflect() protoreflect.Message
- func (x *ValidatorBalancesRequest) Reset()
- func (x *ValidatorBalancesRequest) String() string
- type ValidatorBalancesResponse
- func (*ValidatorBalancesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorBalancesResponse) GetData() []*ValidatorBalance
- func (*ValidatorBalancesResponse) ProtoMessage()
- func (x *ValidatorBalancesResponse) ProtoReflect() protoreflect.Message
- func (x *ValidatorBalancesResponse) Reset()
- func (x *ValidatorBalancesResponse) String() string
- type ValidatorContainer
- func (*ValidatorContainer) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorContainer) GetBalance() uint64
- func (x *ValidatorContainer) GetIndex() github_com_prysmaticlabs_eth2_types.ValidatorIndex
- func (x *ValidatorContainer) GetStatus() ValidatorStatus
- func (x *ValidatorContainer) GetValidator() *Validator
- func (*ValidatorContainer) ProtoMessage()
- func (x *ValidatorContainer) ProtoReflect() protoreflect.Message
- func (x *ValidatorContainer) Reset()
- func (x *ValidatorContainer) 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 Version
- type VersionResponse
- 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 VoluntaryExitsPoolResponse
- func (*VoluntaryExitsPoolResponse) Descriptor() ([]byte, []int)deprecated
- func (x *VoluntaryExitsPoolResponse) GetData() []*SignedVoluntaryExit
- func (*VoluntaryExitsPoolResponse) ProtoMessage()
- func (x *VoluntaryExitsPoolResponse) ProtoReflect() protoreflect.Message
- func (x *VoluntaryExitsPoolResponse) Reset()
- func (x *VoluntaryExitsPoolResponse) String() string
Constants ¶
This section is empty.
Variables ¶
var ( PeerDirection_name = map[int32]string{ 0: "INBOUND", 1: "OUTBOUND", } PeerDirection_value = map[string]int32{ "INBOUND": 0, "OUTBOUND": 1, } )
Enum value maps for PeerDirection.
var ( ConnectionState_name = map[int32]string{ 0: "DISCONNECTED", 1: "CONNECTING", 2: "CONNECTED", 3: "DISCONNECTING", } ConnectionState_value = map[string]int32{ "DISCONNECTED": 0, "CONNECTING": 1, "CONNECTED": 2, "DISCONNECTING": 3, } )
Enum value maps for ConnectionState.
var ( ValidatorStatus_name = map[int32]string{ 0: "PENDING_INITIALIZED", 1: "PENDING_QUEUED", 2: "ACTIVE_ONGOING", 3: "ACTIVE_EXITING", 4: "ACTIVE_SLASHED", 5: "EXITED_UNSLASHED", 6: "EXITED_SLASHED", 7: "WITHDRAWAL_POSSIBLE", 8: "WITHDRAWAL_DONE", 9: "ACTIVE", 10: "PENDING", 11: "EXITED", 12: "WITHDRAWAL", } ValidatorStatus_value = map[string]int32{ "PENDING_INITIALIZED": 0, "PENDING_QUEUED": 1, "ACTIVE_ONGOING": 2, "ACTIVE_EXITING": 3, "ACTIVE_SLASHED": 4, "EXITED_UNSLASHED": 5, "EXITED_SLASHED": 6, "WITHDRAWAL_POSSIBLE": 7, "WITHDRAWAL_DONE": 8, "ACTIVE": 9, "PENDING": 10, "EXITED": 11, "WITHDRAWAL": 12, } )
Enum value maps for ValidatorStatus.
var File_proto_eth_v1_attestation_proto protoreflect.FileDescriptor
var File_proto_eth_v1_beacon_block_proto protoreflect.FileDescriptor
var File_proto_eth_v1_beacon_chain_service_proto protoreflect.FileDescriptor
var File_proto_eth_v1_beacon_debug_service_proto protoreflect.FileDescriptor
var File_proto_eth_v1_beacon_state_proto protoreflect.FileDescriptor
var File_proto_eth_v1_events_service_proto protoreflect.FileDescriptor
var File_proto_eth_v1_node_proto protoreflect.FileDescriptor
var File_proto_eth_v1_validator_proto protoreflect.FileDescriptor
var File_proto_eth_v1_validator_service_proto protoreflect.FileDescriptor
Functions ¶
func RegisterBeaconChainHandler ¶
func RegisterBeaconChainHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterBeaconChainHandler registers the http handlers for service BeaconChain to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterBeaconChainHandlerClient ¶
func RegisterBeaconChainHandlerClient(ctx context.Context, mux *runtime.ServeMux, client BeaconChainClient) error
RegisterBeaconChainHandlerClient registers the http handlers for service BeaconChain to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "BeaconChainClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "BeaconChainClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "BeaconChainClient" to call the correct interceptors.
func RegisterBeaconChainHandlerFromEndpoint ¶
func RegisterBeaconChainHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterBeaconChainHandlerFromEndpoint is same as RegisterBeaconChainHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterBeaconChainHandlerServer ¶
func RegisterBeaconChainHandlerServer(ctx context.Context, mux *runtime.ServeMux, server BeaconChainServer) error
RegisterBeaconChainHandlerServer registers the http handlers for service BeaconChain to "mux". UnaryRPC :call BeaconChainServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterBeaconChainHandlerFromEndpoint instead.
func RegisterBeaconChainServer ¶
func RegisterBeaconChainServer(s *grpc.Server, srv BeaconChainServer)
func RegisterBeaconDebugHandler ¶
func RegisterBeaconDebugHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterBeaconDebugHandler registers the http handlers for service BeaconDebug to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterBeaconDebugHandlerClient ¶
func RegisterBeaconDebugHandlerClient(ctx context.Context, mux *runtime.ServeMux, client BeaconDebugClient) error
RegisterBeaconDebugHandlerClient registers the http handlers for service BeaconDebug to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "BeaconDebugClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "BeaconDebugClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "BeaconDebugClient" to call the correct interceptors.
func RegisterBeaconDebugHandlerFromEndpoint ¶
func RegisterBeaconDebugHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterBeaconDebugHandlerFromEndpoint is same as RegisterBeaconDebugHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterBeaconDebugHandlerServer ¶
func RegisterBeaconDebugHandlerServer(ctx context.Context, mux *runtime.ServeMux, server BeaconDebugServer) error
RegisterBeaconDebugHandlerServer registers the http handlers for service BeaconDebug to "mux". UnaryRPC :call BeaconDebugServer 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 RegisterBeaconDebugHandlerFromEndpoint instead.
func RegisterBeaconDebugServer ¶
func RegisterBeaconDebugServer(s *grpc.Server, srv BeaconDebugServer)
func RegisterBeaconNodeHandler ¶
func RegisterBeaconNodeHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterBeaconNodeHandler registers the http handlers for service BeaconNode to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterBeaconNodeHandlerClient ¶
func RegisterBeaconNodeHandlerClient(ctx context.Context, mux *runtime.ServeMux, client BeaconNodeClient) error
RegisterBeaconNodeHandlerClient registers the http handlers for service BeaconNode to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "BeaconNodeClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "BeaconNodeClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "BeaconNodeClient" to call the correct interceptors.
func RegisterBeaconNodeHandlerFromEndpoint ¶
func RegisterBeaconNodeHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterBeaconNodeHandlerFromEndpoint is same as RegisterBeaconNodeHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterBeaconNodeHandlerServer ¶
func RegisterBeaconNodeHandlerServer(ctx context.Context, mux *runtime.ServeMux, server BeaconNodeServer) error
RegisterBeaconNodeHandlerServer registers the http handlers for service BeaconNode to "mux". UnaryRPC :call BeaconNodeServer 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 RegisterBeaconNodeHandlerFromEndpoint instead.
func RegisterBeaconNodeServer ¶
func RegisterBeaconNodeServer(s *grpc.Server, srv BeaconNodeServer)
func RegisterBeaconValidatorHandler ¶
func RegisterBeaconValidatorHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterBeaconValidatorHandler registers the http handlers for service BeaconValidator to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterBeaconValidatorHandlerClient ¶
func RegisterBeaconValidatorHandlerClient(ctx context.Context, mux *runtime.ServeMux, client BeaconValidatorClient) error
RegisterBeaconValidatorHandlerClient registers the http handlers for service BeaconValidator to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "BeaconValidatorClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "BeaconValidatorClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "BeaconValidatorClient" to call the correct interceptors.
func RegisterBeaconValidatorHandlerFromEndpoint ¶
func RegisterBeaconValidatorHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterBeaconValidatorHandlerFromEndpoint is same as RegisterBeaconValidatorHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterBeaconValidatorHandlerServer ¶
func RegisterBeaconValidatorHandlerServer(ctx context.Context, mux *runtime.ServeMux, server BeaconValidatorServer) error
RegisterBeaconValidatorHandlerServer registers the http handlers for service BeaconValidator to "mux". UnaryRPC :call BeaconValidatorServer 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 RegisterBeaconValidatorHandlerFromEndpoint instead.
func RegisterBeaconValidatorServer ¶
func RegisterBeaconValidatorServer(s *grpc.Server, srv BeaconValidatorServer)
func RegisterEventsHandler ¶
RegisterEventsHandler registers the http handlers for service Events to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterEventsHandlerClient ¶
func RegisterEventsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client EventsClient) error
RegisterEventsHandlerClient registers the http handlers for service Events to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "EventsClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "EventsClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "EventsClient" to call the correct interceptors.
func RegisterEventsHandlerFromEndpoint ¶
func RegisterEventsHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterEventsHandlerFromEndpoint is same as RegisterEventsHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterEventsHandlerServer ¶
func RegisterEventsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server EventsServer) error
RegisterEventsHandlerServer registers the http handlers for service Events to "mux". UnaryRPC :call EventsServer 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 RegisterEventsHandlerFromEndpoint instead.
func RegisterEventsServer ¶
func RegisterEventsServer(s *grpc.Server, srv EventsServer)
Types ¶
type AggregateAndProofsSubmit ¶
type AggregateAndProofsSubmit struct { Data []*SignedAggregateAttestationAndProof `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*AggregateAndProofsSubmit) Descriptor
deprecated
func (*AggregateAndProofsSubmit) Descriptor() ([]byte, []int)
Deprecated: Use AggregateAndProofsSubmit.ProtoReflect.Descriptor instead.
func (*AggregateAndProofsSubmit) GetData ¶
func (x *AggregateAndProofsSubmit) GetData() []*SignedAggregateAttestationAndProof
func (*AggregateAndProofsSubmit) ProtoMessage ¶
func (*AggregateAndProofsSubmit) ProtoMessage()
func (*AggregateAndProofsSubmit) ProtoReflect ¶
func (x *AggregateAndProofsSubmit) ProtoReflect() protoreflect.Message
func (*AggregateAndProofsSubmit) Reset ¶
func (x *AggregateAndProofsSubmit) Reset()
func (*AggregateAndProofsSubmit) String ¶
func (x *AggregateAndProofsSubmit) String() string
type AggregateAttestationAndProof ¶
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
func (*AggregateAttestationAndProof) Descriptor() ([]byte, []int)
Deprecated: Use AggregateAttestationAndProof.ProtoReflect.Descriptor instead.
func (*AggregateAttestationAndProof) GetAggregate ¶
func (x *AggregateAttestationAndProof) GetAggregate() *Attestation
func (*AggregateAttestationAndProof) GetAggregatorIndex ¶
func (x *AggregateAttestationAndProof) GetAggregatorIndex() github_com_prysmaticlabs_eth2_types.ValidatorIndex
func (*AggregateAttestationAndProof) GetSelectionProof ¶
func (x *AggregateAttestationAndProof) GetSelectionProof() []byte
func (*AggregateAttestationAndProof) HashTreeRoot ¶
func (a *AggregateAttestationAndProof) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the AggregateAttestationAndProof object
func (*AggregateAttestationAndProof) HashTreeRootWith ¶
func (a *AggregateAttestationAndProof) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the AggregateAttestationAndProof object with a hasher
func (*AggregateAttestationAndProof) MarshalSSZ ¶
func (a *AggregateAttestationAndProof) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the AggregateAttestationAndProof object
func (*AggregateAttestationAndProof) MarshalSSZTo ¶
func (a *AggregateAttestationAndProof) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the AggregateAttestationAndProof object to a target array
func (*AggregateAttestationAndProof) ProtoMessage ¶
func (*AggregateAttestationAndProof) ProtoMessage()
func (*AggregateAttestationAndProof) ProtoReflect ¶
func (x *AggregateAttestationAndProof) ProtoReflect() protoreflect.Message
func (*AggregateAttestationAndProof) Reset ¶
func (x *AggregateAttestationAndProof) Reset()
func (*AggregateAttestationAndProof) SizeSSZ ¶
func (a *AggregateAttestationAndProof) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the AggregateAttestationAndProof object
func (*AggregateAttestationAndProof) String ¶
func (x *AggregateAttestationAndProof) String() string
func (*AggregateAttestationAndProof) UnmarshalSSZ ¶
func (a *AggregateAttestationAndProof) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the AggregateAttestationAndProof object
type AggregateAttestationRequest ¶
type AggregateAttestationRequest struct { AttestationDataRoot []byte `` /* 134-byte string literal not displayed */ Slot github_com_prysmaticlabs_eth2_types.Slot `protobuf:"varint,2,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Slot"` // contains filtered or unexported fields }
func (*AggregateAttestationRequest) Descriptor
deprecated
func (*AggregateAttestationRequest) Descriptor() ([]byte, []int)
Deprecated: Use AggregateAttestationRequest.ProtoReflect.Descriptor instead.
func (*AggregateAttestationRequest) GetAttestationDataRoot ¶
func (x *AggregateAttestationRequest) GetAttestationDataRoot() []byte
func (*AggregateAttestationRequest) GetSlot ¶
func (x *AggregateAttestationRequest) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
func (*AggregateAttestationRequest) ProtoMessage ¶
func (*AggregateAttestationRequest) ProtoMessage()
func (*AggregateAttestationRequest) ProtoReflect ¶
func (x *AggregateAttestationRequest) ProtoReflect() protoreflect.Message
func (*AggregateAttestationRequest) Reset ¶
func (x *AggregateAttestationRequest) Reset()
func (*AggregateAttestationRequest) String ¶
func (x *AggregateAttestationRequest) 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 ¶
func (a *Attestation) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the Attestation object
func (*Attestation) HashTreeRootWith ¶
func (a *Attestation) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the Attestation object with a hasher
func (*Attestation) MarshalSSZ ¶
func (a *Attestation) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the Attestation object
func (*Attestation) MarshalSSZTo ¶
func (a *Attestation) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the Attestation object to a target array
func (*Attestation) ProtoMessage ¶
func (*Attestation) ProtoMessage()
func (*Attestation) ProtoReflect ¶
func (x *Attestation) ProtoReflect() protoreflect.Message
func (*Attestation) Reset ¶
func (x *Attestation) Reset()
func (*Attestation) SizeSSZ ¶
func (a *Attestation) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the Attestation object
func (*Attestation) String ¶
func (x *Attestation) String() string
func (*Attestation) UnmarshalSSZ ¶
func (a *Attestation) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the Attestation object
type AttestationData ¶
type AttestationData struct { Slot github_com_prysmaticlabs_eth2_types.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Slot"` Index github_com_prysmaticlabs_eth2_types.CommitteeIndex `` /* 127-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) GetIndex ¶
func (x *AttestationData) GetIndex() github_com_prysmaticlabs_eth2_types.CommitteeIndex
func (*AttestationData) GetSlot ¶
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 ¶
func (a *AttestationData) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the AttestationData object
func (*AttestationData) HashTreeRootWith ¶
func (a *AttestationData) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the AttestationData object with a hasher
func (*AttestationData) MarshalSSZ ¶
func (a *AttestationData) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the AttestationData object
func (*AttestationData) MarshalSSZTo ¶
func (a *AttestationData) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the AttestationData object to a target array
func (*AttestationData) ProtoMessage ¶
func (*AttestationData) ProtoMessage()
func (*AttestationData) ProtoReflect ¶
func (x *AttestationData) ProtoReflect() protoreflect.Message
func (*AttestationData) Reset ¶
func (x *AttestationData) Reset()
func (*AttestationData) SizeSSZ ¶
func (a *AttestationData) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the AttestationData object
func (*AttestationData) String ¶
func (x *AttestationData) String() string
func (*AttestationData) UnmarshalSSZ ¶
func (a *AttestationData) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the AttestationData object
type AttestationDataRequest ¶
type AttestationDataRequest struct { Slot github_com_prysmaticlabs_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 ¶
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 ¶
func (x *AttestationDataRequest) ProtoReflect() protoreflect.Message
func (*AttestationDataRequest) Reset ¶
func (x *AttestationDataRequest) Reset()
func (*AttestationDataRequest) String ¶
func (x *AttestationDataRequest) String() string
type AttestationDataResponse ¶
type AttestationDataResponse struct { Data *AttestationData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*AttestationDataResponse) Descriptor
deprecated
func (*AttestationDataResponse) Descriptor() ([]byte, []int)
Deprecated: Use AttestationDataResponse.ProtoReflect.Descriptor instead.
func (*AttestationDataResponse) GetData ¶
func (x *AttestationDataResponse) GetData() *AttestationData
func (*AttestationDataResponse) ProtoMessage ¶
func (*AttestationDataResponse) ProtoMessage()
func (*AttestationDataResponse) ProtoReflect ¶
func (x *AttestationDataResponse) ProtoReflect() protoreflect.Message
func (*AttestationDataResponse) Reset ¶
func (x *AttestationDataResponse) Reset()
func (*AttestationDataResponse) String ¶
func (x *AttestationDataResponse) String() string
type AttestationResponse ¶
type AttestationResponse struct { Data *Attestation `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*AttestationResponse) Descriptor
deprecated
func (*AttestationResponse) Descriptor() ([]byte, []int)
Deprecated: Use AttestationResponse.ProtoReflect.Descriptor instead.
func (*AttestationResponse) GetData ¶
func (x *AttestationResponse) GetData() *Attestation
func (*AttestationResponse) ProtoMessage ¶
func (*AttestationResponse) ProtoMessage()
func (*AttestationResponse) ProtoReflect ¶
func (x *AttestationResponse) ProtoReflect() protoreflect.Message
func (*AttestationResponse) Reset ¶
func (x *AttestationResponse) Reset()
func (*AttestationResponse) String ¶
func (x *AttestationResponse) String() string
type AttestationsPoolRequest ¶
type AttestationsPoolRequest struct { Slot *github_com_prysmaticlabs_eth2_types.Slot `protobuf:"varint,1,opt,name=slot,proto3,oneof" json:"slot,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Slot"` CommitteeIndex *github_com_prysmaticlabs_eth2_types.CommitteeIndex `` /* 173-byte string literal not displayed */ // contains filtered or unexported fields }
func (*AttestationsPoolRequest) Descriptor
deprecated
func (*AttestationsPoolRequest) Descriptor() ([]byte, []int)
Deprecated: Use AttestationsPoolRequest.ProtoReflect.Descriptor instead.
func (*AttestationsPoolRequest) GetCommitteeIndex ¶
func (x *AttestationsPoolRequest) GetCommitteeIndex() github_com_prysmaticlabs_eth2_types.CommitteeIndex
func (*AttestationsPoolRequest) GetSlot ¶
func (x *AttestationsPoolRequest) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
func (*AttestationsPoolRequest) ProtoMessage ¶
func (*AttestationsPoolRequest) ProtoMessage()
func (*AttestationsPoolRequest) ProtoReflect ¶
func (x *AttestationsPoolRequest) ProtoReflect() protoreflect.Message
func (*AttestationsPoolRequest) Reset ¶
func (x *AttestationsPoolRequest) Reset()
func (*AttestationsPoolRequest) String ¶
func (x *AttestationsPoolRequest) String() string
type AttestationsPoolResponse ¶
type AttestationsPoolResponse struct { Data []*Attestation `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*AttestationsPoolResponse) Descriptor
deprecated
func (*AttestationsPoolResponse) Descriptor() ([]byte, []int)
Deprecated: Use AttestationsPoolResponse.ProtoReflect.Descriptor instead.
func (*AttestationsPoolResponse) GetData ¶
func (x *AttestationsPoolResponse) GetData() []*Attestation
func (*AttestationsPoolResponse) ProtoMessage ¶
func (*AttestationsPoolResponse) ProtoMessage()
func (*AttestationsPoolResponse) ProtoReflect ¶
func (x *AttestationsPoolResponse) ProtoReflect() protoreflect.Message
func (*AttestationsPoolResponse) Reset ¶
func (x *AttestationsPoolResponse) Reset()
func (*AttestationsPoolResponse) String ¶
func (x *AttestationsPoolResponse) String() string
type AttesterDutiesRequest ¶
type AttesterDutiesRequest 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"` Index []github_com_prysmaticlabs_eth2_types.ValidatorIndex `` /* 134-byte string literal not displayed */ // contains filtered or unexported fields }
func (*AttesterDutiesRequest) Descriptor
deprecated
func (*AttesterDutiesRequest) Descriptor() ([]byte, []int)
Deprecated: Use AttesterDutiesRequest.ProtoReflect.Descriptor instead.
func (*AttesterDutiesRequest) GetEpoch ¶
func (x *AttesterDutiesRequest) GetEpoch() github_com_prysmaticlabs_eth2_types.Epoch
func (*AttesterDutiesRequest) GetIndex ¶
func (x *AttesterDutiesRequest) GetIndex() []github_com_prysmaticlabs_eth2_types.ValidatorIndex
func (*AttesterDutiesRequest) ProtoMessage ¶
func (*AttesterDutiesRequest) ProtoMessage()
func (*AttesterDutiesRequest) ProtoReflect ¶
func (x *AttesterDutiesRequest) ProtoReflect() protoreflect.Message
func (*AttesterDutiesRequest) Reset ¶
func (x *AttesterDutiesRequest) Reset()
func (*AttesterDutiesRequest) String ¶
func (x *AttesterDutiesRequest) String() string
type AttesterDutiesResponse ¶
type AttesterDutiesResponse struct { DependentRoot []byte `protobuf:"bytes,1,opt,name=dependent_root,json=dependentRoot,proto3" json:"dependent_root,omitempty" ssz-size:"32"` Data []*AttesterDuty `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*AttesterDutiesResponse) Descriptor
deprecated
func (*AttesterDutiesResponse) Descriptor() ([]byte, []int)
Deprecated: Use AttesterDutiesResponse.ProtoReflect.Descriptor instead.
func (*AttesterDutiesResponse) GetData ¶
func (x *AttesterDutiesResponse) GetData() []*AttesterDuty
func (*AttesterDutiesResponse) GetDependentRoot ¶
func (x *AttesterDutiesResponse) GetDependentRoot() []byte
func (*AttesterDutiesResponse) ProtoMessage ¶
func (*AttesterDutiesResponse) ProtoMessage()
func (*AttesterDutiesResponse) ProtoReflect ¶
func (x *AttesterDutiesResponse) ProtoReflect() protoreflect.Message
func (*AttesterDutiesResponse) Reset ¶
func (x *AttesterDutiesResponse) Reset()
func (*AttesterDutiesResponse) String ¶
func (x *AttesterDutiesResponse) String() string
type AttesterDuty ¶
type AttesterDuty struct { Pubkey []byte `protobuf:"bytes,1,opt,name=pubkey,proto3" json:"pubkey,omitempty" ssz-size:"48"` ValidatorIndex github_com_prysmaticlabs_eth2_types.ValidatorIndex `` /* 167-byte string literal not displayed */ CommitteeIndex github_com_prysmaticlabs_eth2_types.CommitteeIndex `` /* 167-byte string literal not displayed */ CommitteeLength uint64 `protobuf:"varint,4,opt,name=committee_length,json=committeeLength,proto3" json:"committee_length,omitempty"` CommitteesAtSlot uint64 `protobuf:"varint,5,opt,name=committees_at_slot,json=committeesAtSlot,proto3" json:"committees_at_slot,omitempty"` ValidatorCommitteeIndex github_com_prysmaticlabs_eth2_types.CommitteeIndex `` /* 196-byte string literal not displayed */ Slot github_com_prysmaticlabs_eth2_types.Slot `protobuf:"varint,7,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Slot"` // contains filtered or unexported fields }
func (*AttesterDuty) Descriptor
deprecated
func (*AttesterDuty) Descriptor() ([]byte, []int)
Deprecated: Use AttesterDuty.ProtoReflect.Descriptor instead.
func (*AttesterDuty) GetCommitteeIndex ¶
func (x *AttesterDuty) GetCommitteeIndex() github_com_prysmaticlabs_eth2_types.CommitteeIndex
func (*AttesterDuty) GetCommitteeLength ¶
func (x *AttesterDuty) GetCommitteeLength() uint64
func (*AttesterDuty) GetCommitteesAtSlot ¶
func (x *AttesterDuty) GetCommitteesAtSlot() uint64
func (*AttesterDuty) GetPubkey ¶
func (x *AttesterDuty) GetPubkey() []byte
func (*AttesterDuty) GetSlot ¶
func (x *AttesterDuty) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
func (*AttesterDuty) GetValidatorCommitteeIndex ¶
func (x *AttesterDuty) GetValidatorCommitteeIndex() github_com_prysmaticlabs_eth2_types.CommitteeIndex
func (*AttesterDuty) GetValidatorIndex ¶
func (x *AttesterDuty) GetValidatorIndex() github_com_prysmaticlabs_eth2_types.ValidatorIndex
func (*AttesterDuty) ProtoMessage ¶
func (*AttesterDuty) ProtoMessage()
func (*AttesterDuty) ProtoReflect ¶
func (x *AttesterDuty) ProtoReflect() protoreflect.Message
func (*AttesterDuty) Reset ¶
func (x *AttesterDuty) Reset()
func (*AttesterDuty) String ¶
func (x *AttesterDuty) 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 ¶
func (a *AttesterSlashing) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the AttesterSlashing object
func (*AttesterSlashing) HashTreeRootWith ¶
func (a *AttesterSlashing) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the AttesterSlashing object with a hasher
func (*AttesterSlashing) MarshalSSZ ¶
func (a *AttesterSlashing) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the AttesterSlashing object
func (*AttesterSlashing) MarshalSSZTo ¶
func (a *AttesterSlashing) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the AttesterSlashing object to a target array
func (*AttesterSlashing) ProtoMessage ¶
func (*AttesterSlashing) ProtoMessage()
func (*AttesterSlashing) ProtoReflect ¶
func (x *AttesterSlashing) ProtoReflect() protoreflect.Message
func (*AttesterSlashing) Reset ¶
func (x *AttesterSlashing) Reset()
func (*AttesterSlashing) SizeSSZ ¶
func (a *AttesterSlashing) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the AttesterSlashing object
func (*AttesterSlashing) String ¶
func (x *AttesterSlashing) String() string
func (*AttesterSlashing) UnmarshalSSZ ¶
func (a *AttesterSlashing) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the AttesterSlashing object
type AttesterSlashingsPoolResponse ¶
type AttesterSlashingsPoolResponse struct { Data []*AttesterSlashing `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*AttesterSlashingsPoolResponse) Descriptor
deprecated
func (*AttesterSlashingsPoolResponse) Descriptor() ([]byte, []int)
Deprecated: Use AttesterSlashingsPoolResponse.ProtoReflect.Descriptor instead.
func (*AttesterSlashingsPoolResponse) GetData ¶
func (x *AttesterSlashingsPoolResponse) GetData() []*AttesterSlashing
func (*AttesterSlashingsPoolResponse) ProtoMessage ¶
func (*AttesterSlashingsPoolResponse) ProtoMessage()
func (*AttesterSlashingsPoolResponse) ProtoReflect ¶
func (x *AttesterSlashingsPoolResponse) ProtoReflect() protoreflect.Message
func (*AttesterSlashingsPoolResponse) Reset ¶
func (x *AttesterSlashingsPoolResponse) Reset()
func (*AttesterSlashingsPoolResponse) String ¶
func (x *AttesterSlashingsPoolResponse) String() string
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 ¶
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 ¶
func (b *BeaconBlock) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BeaconBlock object
func (*BeaconBlock) HashTreeRootWith ¶
func (b *BeaconBlock) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BeaconBlock object with a hasher
func (*BeaconBlock) MarshalSSZ ¶
func (b *BeaconBlock) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BeaconBlock object
func (*BeaconBlock) MarshalSSZTo ¶
func (b *BeaconBlock) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BeaconBlock object to a target array
func (*BeaconBlock) ProtoMessage ¶
func (*BeaconBlock) ProtoMessage()
func (*BeaconBlock) ProtoReflect ¶
func (x *BeaconBlock) ProtoReflect() protoreflect.Message
func (*BeaconBlock) Reset ¶
func (x *BeaconBlock) Reset()
func (*BeaconBlock) SizeSSZ ¶
func (b *BeaconBlock) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BeaconBlock object
func (*BeaconBlock) String ¶
func (x *BeaconBlock) String() string
func (*BeaconBlock) UnmarshalSSZ ¶
func (b *BeaconBlock) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BeaconBlock object
type 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 ¶
func (b *BeaconBlockBody) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BeaconBlockBody object
func (*BeaconBlockBody) HashTreeRootWith ¶
func (b *BeaconBlockBody) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BeaconBlockBody object with a hasher
func (*BeaconBlockBody) MarshalSSZ ¶
func (b *BeaconBlockBody) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BeaconBlockBody object
func (*BeaconBlockBody) MarshalSSZTo ¶
func (b *BeaconBlockBody) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BeaconBlockBody object to a target array
func (*BeaconBlockBody) ProtoMessage ¶
func (*BeaconBlockBody) ProtoMessage()
func (*BeaconBlockBody) ProtoReflect ¶
func (x *BeaconBlockBody) ProtoReflect() protoreflect.Message
func (*BeaconBlockBody) Reset ¶
func (x *BeaconBlockBody) Reset()
func (*BeaconBlockBody) SizeSSZ ¶
func (b *BeaconBlockBody) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockBody object
func (*BeaconBlockBody) String ¶
func (x *BeaconBlockBody) String() string
func (*BeaconBlockBody) UnmarshalSSZ ¶
func (b *BeaconBlockBody) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BeaconBlockBody object
type BeaconBlockBodyV1 ¶
type BeaconBlockBodyV1 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"` SyncCommitteeBits github_com_prysmaticlabs_go_bitfield.Bitvector512 `` /* 191-byte string literal not displayed */ SyncCommitteeSignature []byte `` /* 144-byte string literal not displayed */ // contains filtered or unexported fields }
func (*BeaconBlockBodyV1) Descriptor
deprecated
func (*BeaconBlockBodyV1) Descriptor() ([]byte, []int)
Deprecated: Use BeaconBlockBodyV1.ProtoReflect.Descriptor instead.
func (*BeaconBlockBodyV1) GetAttestations ¶
func (x *BeaconBlockBodyV1) GetAttestations() []*Attestation
func (*BeaconBlockBodyV1) GetAttesterSlashings ¶
func (x *BeaconBlockBodyV1) GetAttesterSlashings() []*AttesterSlashing
func (*BeaconBlockBodyV1) GetDeposits ¶
func (x *BeaconBlockBodyV1) GetDeposits() []*Deposit
func (*BeaconBlockBodyV1) GetEth1Data ¶
func (x *BeaconBlockBodyV1) GetEth1Data() *Eth1Data
func (*BeaconBlockBodyV1) GetGraffiti ¶
func (x *BeaconBlockBodyV1) GetGraffiti() []byte
func (*BeaconBlockBodyV1) GetProposerSlashings ¶
func (x *BeaconBlockBodyV1) GetProposerSlashings() []*ProposerSlashing
func (*BeaconBlockBodyV1) GetRandaoReveal ¶
func (x *BeaconBlockBodyV1) GetRandaoReveal() []byte
func (*BeaconBlockBodyV1) GetSyncCommitteeBits ¶
func (x *BeaconBlockBodyV1) GetSyncCommitteeBits() github_com_prysmaticlabs_go_bitfield.Bitvector512
func (*BeaconBlockBodyV1) GetSyncCommitteeSignature ¶
func (x *BeaconBlockBodyV1) GetSyncCommitteeSignature() []byte
func (*BeaconBlockBodyV1) GetVoluntaryExits ¶
func (x *BeaconBlockBodyV1) GetVoluntaryExits() []*SignedVoluntaryExit
func (*BeaconBlockBodyV1) HashTreeRoot ¶
func (b *BeaconBlockBodyV1) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BeaconBlockBodyV1 object
func (*BeaconBlockBodyV1) HashTreeRootWith ¶
func (b *BeaconBlockBodyV1) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BeaconBlockBodyV1 object with a hasher
func (*BeaconBlockBodyV1) MarshalSSZ ¶
func (b *BeaconBlockBodyV1) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BeaconBlockBodyV1 object
func (*BeaconBlockBodyV1) MarshalSSZTo ¶
func (b *BeaconBlockBodyV1) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BeaconBlockBodyV1 object to a target array
func (*BeaconBlockBodyV1) ProtoMessage ¶
func (*BeaconBlockBodyV1) ProtoMessage()
func (*BeaconBlockBodyV1) ProtoReflect ¶
func (x *BeaconBlockBodyV1) ProtoReflect() protoreflect.Message
func (*BeaconBlockBodyV1) Reset ¶
func (x *BeaconBlockBodyV1) Reset()
func (*BeaconBlockBodyV1) SizeSSZ ¶
func (b *BeaconBlockBodyV1) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockBodyV1 object
func (*BeaconBlockBodyV1) String ¶
func (x *BeaconBlockBodyV1) String() string
func (*BeaconBlockBodyV1) UnmarshalSSZ ¶
func (b *BeaconBlockBodyV1) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BeaconBlockBodyV1 object
type BeaconBlockContainer ¶
type BeaconBlockContainer struct { Message *BeaconBlock `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func (*BeaconBlockContainer) Descriptor
deprecated
func (*BeaconBlockContainer) Descriptor() ([]byte, []int)
Deprecated: Use BeaconBlockContainer.ProtoReflect.Descriptor instead.
func (*BeaconBlockContainer) GetMessage ¶
func (x *BeaconBlockContainer) GetMessage() *BeaconBlock
func (*BeaconBlockContainer) GetSignature ¶
func (x *BeaconBlockContainer) GetSignature() []byte
func (*BeaconBlockContainer) ProtoMessage ¶
func (*BeaconBlockContainer) ProtoMessage()
func (*BeaconBlockContainer) ProtoReflect ¶
func (x *BeaconBlockContainer) ProtoReflect() protoreflect.Message
func (*BeaconBlockContainer) Reset ¶
func (x *BeaconBlockContainer) Reset()
func (*BeaconBlockContainer) String ¶
func (x *BeaconBlockContainer) String() string
type 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 ¶
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 ¶
func (b *BeaconBlockHeader) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BeaconBlockHeader object
func (*BeaconBlockHeader) HashTreeRootWith ¶
func (b *BeaconBlockHeader) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BeaconBlockHeader object with a hasher
func (*BeaconBlockHeader) MarshalSSZ ¶
func (b *BeaconBlockHeader) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BeaconBlockHeader object
func (*BeaconBlockHeader) MarshalSSZTo ¶
func (b *BeaconBlockHeader) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BeaconBlockHeader object to a target array
func (*BeaconBlockHeader) ProtoMessage ¶
func (*BeaconBlockHeader) ProtoMessage()
func (*BeaconBlockHeader) ProtoReflect ¶
func (x *BeaconBlockHeader) ProtoReflect() protoreflect.Message
func (*BeaconBlockHeader) Reset ¶
func (x *BeaconBlockHeader) Reset()
func (*BeaconBlockHeader) SizeSSZ ¶
func (b *BeaconBlockHeader) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockHeader object
func (*BeaconBlockHeader) String ¶
func (x *BeaconBlockHeader) String() string
func (*BeaconBlockHeader) UnmarshalSSZ ¶
func (b *BeaconBlockHeader) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BeaconBlockHeader object
type BeaconBlockHeaderContainer ¶
type BeaconBlockHeaderContainer struct { Message *BeaconBlockHeader `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func (*BeaconBlockHeaderContainer) Descriptor
deprecated
func (*BeaconBlockHeaderContainer) Descriptor() ([]byte, []int)
Deprecated: Use BeaconBlockHeaderContainer.ProtoReflect.Descriptor instead.
func (*BeaconBlockHeaderContainer) GetMessage ¶
func (x *BeaconBlockHeaderContainer) GetMessage() *BeaconBlockHeader
func (*BeaconBlockHeaderContainer) GetSignature ¶
func (x *BeaconBlockHeaderContainer) GetSignature() []byte
func (*BeaconBlockHeaderContainer) ProtoMessage ¶
func (*BeaconBlockHeaderContainer) ProtoMessage()
func (*BeaconBlockHeaderContainer) ProtoReflect ¶
func (x *BeaconBlockHeaderContainer) ProtoReflect() protoreflect.Message
func (*BeaconBlockHeaderContainer) Reset ¶
func (x *BeaconBlockHeaderContainer) Reset()
func (*BeaconBlockHeaderContainer) String ¶
func (x *BeaconBlockHeaderContainer) String() string
type BeaconBlockV1 ¶
type BeaconBlockV1 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 *BeaconBlockBodyV1 `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"` // contains filtered or unexported fields }
func (*BeaconBlockV1) Descriptor
deprecated
func (*BeaconBlockV1) Descriptor() ([]byte, []int)
Deprecated: Use BeaconBlockV1.ProtoReflect.Descriptor instead.
func (*BeaconBlockV1) GetBody ¶
func (x *BeaconBlockV1) GetBody() *BeaconBlockBodyV1
func (*BeaconBlockV1) GetParentRoot ¶
func (x *BeaconBlockV1) GetParentRoot() []byte
func (*BeaconBlockV1) GetProposerIndex ¶
func (x *BeaconBlockV1) GetProposerIndex() github_com_prysmaticlabs_eth2_types.ValidatorIndex
func (*BeaconBlockV1) GetSlot ¶
func (x *BeaconBlockV1) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
func (*BeaconBlockV1) GetStateRoot ¶
func (x *BeaconBlockV1) GetStateRoot() []byte
func (*BeaconBlockV1) HashTreeRoot ¶
func (b *BeaconBlockV1) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the BeaconBlockV1 object
func (*BeaconBlockV1) HashTreeRootWith ¶
func (b *BeaconBlockV1) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the BeaconBlockV1 object with a hasher
func (*BeaconBlockV1) MarshalSSZ ¶
func (b *BeaconBlockV1) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the BeaconBlockV1 object
func (*BeaconBlockV1) MarshalSSZTo ¶
func (b *BeaconBlockV1) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the BeaconBlockV1 object to a target array
func (*BeaconBlockV1) ProtoMessage ¶
func (*BeaconBlockV1) ProtoMessage()
func (*BeaconBlockV1) ProtoReflect ¶
func (x *BeaconBlockV1) ProtoReflect() protoreflect.Message
func (*BeaconBlockV1) Reset ¶
func (x *BeaconBlockV1) Reset()
func (*BeaconBlockV1) SizeSSZ ¶
func (b *BeaconBlockV1) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the BeaconBlockV1 object
func (*BeaconBlockV1) String ¶
func (x *BeaconBlockV1) String() string
func (*BeaconBlockV1) UnmarshalSSZ ¶
func (b *BeaconBlockV1) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the BeaconBlockV1 object
type BeaconChainClient ¶
type BeaconChainClient interface { GetGenesis(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*GenesisResponse, error) GetStateRoot(ctx context.Context, in *StateRequest, opts ...grpc.CallOption) (*StateRootResponse, error) GetStateFork(ctx context.Context, in *StateRequest, opts ...grpc.CallOption) (*StateForkResponse, error) GetFinalityCheckpoints(ctx context.Context, in *StateRequest, opts ...grpc.CallOption) (*StateFinalityCheckpointResponse, error) ListValidators(ctx context.Context, in *StateValidatorsRequest, opts ...grpc.CallOption) (*StateValidatorsResponse, error) GetValidator(ctx context.Context, in *StateValidatorRequest, opts ...grpc.CallOption) (*StateValidatorResponse, error) ListValidatorBalances(ctx context.Context, in *ValidatorBalancesRequest, opts ...grpc.CallOption) (*ValidatorBalancesResponse, error) ListCommittees(ctx context.Context, in *StateCommitteesRequest, opts ...grpc.CallOption) (*StateCommitteesResponse, error) ListBlockHeaders(ctx context.Context, in *BlockHeadersRequest, opts ...grpc.CallOption) (*BlockHeadersResponse, error) GetBlockHeader(ctx context.Context, in *BlockRequest, opts ...grpc.CallOption) (*BlockHeaderResponse, error) SubmitBlock(ctx context.Context, in *BeaconBlockContainer, opts ...grpc.CallOption) (*empty.Empty, error) GetBlock(ctx context.Context, in *BlockRequest, opts ...grpc.CallOption) (*BlockResponse, error) GetBlockRoot(ctx context.Context, in *BlockRequest, opts ...grpc.CallOption) (*BlockRootResponse, error) ListBlockAttestations(ctx context.Context, in *BlockRequest, opts ...grpc.CallOption) (*BlockAttestationsResponse, error) ListPoolAttestations(ctx context.Context, in *AttestationsPoolRequest, opts ...grpc.CallOption) (*AttestationsPoolResponse, error) SubmitAttestations(ctx context.Context, in *SubmitAttestationsRequest, opts ...grpc.CallOption) (*empty.Empty, error) ListPoolAttesterSlashings(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*AttesterSlashingsPoolResponse, error) SubmitAttesterSlashing(ctx context.Context, in *AttesterSlashing, opts ...grpc.CallOption) (*empty.Empty, error) ListPoolProposerSlashings(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*ProposerSlashingPoolResponse, error) SubmitProposerSlashing(ctx context.Context, in *ProposerSlashing, opts ...grpc.CallOption) (*empty.Empty, error) ListPoolVoluntaryExits(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*VoluntaryExitsPoolResponse, error) SubmitVoluntaryExit(ctx context.Context, in *SignedVoluntaryExit, opts ...grpc.CallOption) (*empty.Empty, error) GetForkSchedule(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*ForkScheduleResponse, error) GetSpec(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*SpecResponse, error) GetDepositContract(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*DepositContractResponse, 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 { GetGenesis(context.Context, *empty.Empty) (*GenesisResponse, error) GetStateRoot(context.Context, *StateRequest) (*StateRootResponse, error) GetStateFork(context.Context, *StateRequest) (*StateForkResponse, error) GetFinalityCheckpoints(context.Context, *StateRequest) (*StateFinalityCheckpointResponse, error) ListValidators(context.Context, *StateValidatorsRequest) (*StateValidatorsResponse, error) GetValidator(context.Context, *StateValidatorRequest) (*StateValidatorResponse, error) ListValidatorBalances(context.Context, *ValidatorBalancesRequest) (*ValidatorBalancesResponse, error) ListCommittees(context.Context, *StateCommitteesRequest) (*StateCommitteesResponse, error) ListBlockHeaders(context.Context, *BlockHeadersRequest) (*BlockHeadersResponse, error) GetBlockHeader(context.Context, *BlockRequest) (*BlockHeaderResponse, error) SubmitBlock(context.Context, *BeaconBlockContainer) (*empty.Empty, error) GetBlock(context.Context, *BlockRequest) (*BlockResponse, error) GetBlockRoot(context.Context, *BlockRequest) (*BlockRootResponse, error) ListBlockAttestations(context.Context, *BlockRequest) (*BlockAttestationsResponse, error) ListPoolAttestations(context.Context, *AttestationsPoolRequest) (*AttestationsPoolResponse, error) SubmitAttestations(context.Context, *SubmitAttestationsRequest) (*empty.Empty, error) ListPoolAttesterSlashings(context.Context, *empty.Empty) (*AttesterSlashingsPoolResponse, error) SubmitAttesterSlashing(context.Context, *AttesterSlashing) (*empty.Empty, error) ListPoolProposerSlashings(context.Context, *empty.Empty) (*ProposerSlashingPoolResponse, error) SubmitProposerSlashing(context.Context, *ProposerSlashing) (*empty.Empty, error) ListPoolVoluntaryExits(context.Context, *empty.Empty) (*VoluntaryExitsPoolResponse, error) SubmitVoluntaryExit(context.Context, *SignedVoluntaryExit) (*empty.Empty, error) GetForkSchedule(context.Context, *empty.Empty) (*ForkScheduleResponse, error) GetSpec(context.Context, *empty.Empty) (*SpecResponse, error) GetDepositContract(context.Context, *empty.Empty) (*DepositContractResponse, error) }
BeaconChainServer is the server API for BeaconChain service.
type BeaconCommitteeSubscribe ¶
type BeaconCommitteeSubscribe struct { ValidatorIndex github_com_prysmaticlabs_eth2_types.ValidatorIndex `` /* 167-byte string literal not displayed */ CommitteeIndex github_com_prysmaticlabs_eth2_types.CommitteeIndex `` /* 167-byte string literal not displayed */ CommitteesAtSlot uint64 `protobuf:"varint,3,opt,name=committees_at_slot,json=committeesAtSlot,proto3" json:"committees_at_slot,omitempty"` Slot github_com_prysmaticlabs_eth2_types.Slot `protobuf:"varint,4,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Slot"` IsAggregator bool `protobuf:"varint,5,opt,name=is_aggregator,json=isAggregator,proto3" json:"is_aggregator,omitempty"` // contains filtered or unexported fields }
func (*BeaconCommitteeSubscribe) Descriptor
deprecated
func (*BeaconCommitteeSubscribe) Descriptor() ([]byte, []int)
Deprecated: Use BeaconCommitteeSubscribe.ProtoReflect.Descriptor instead.
func (*BeaconCommitteeSubscribe) GetCommitteeIndex ¶
func (x *BeaconCommitteeSubscribe) GetCommitteeIndex() github_com_prysmaticlabs_eth2_types.CommitteeIndex
func (*BeaconCommitteeSubscribe) GetCommitteesAtSlot ¶
func (x *BeaconCommitteeSubscribe) GetCommitteesAtSlot() uint64
func (*BeaconCommitteeSubscribe) GetIsAggregator ¶
func (x *BeaconCommitteeSubscribe) GetIsAggregator() bool
func (*BeaconCommitteeSubscribe) GetSlot ¶
func (x *BeaconCommitteeSubscribe) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
func (*BeaconCommitteeSubscribe) GetValidatorIndex ¶
func (x *BeaconCommitteeSubscribe) GetValidatorIndex() github_com_prysmaticlabs_eth2_types.ValidatorIndex
func (*BeaconCommitteeSubscribe) ProtoMessage ¶
func (*BeaconCommitteeSubscribe) ProtoMessage()
func (*BeaconCommitteeSubscribe) ProtoReflect ¶
func (x *BeaconCommitteeSubscribe) ProtoReflect() protoreflect.Message
func (*BeaconCommitteeSubscribe) Reset ¶
func (x *BeaconCommitteeSubscribe) Reset()
func (*BeaconCommitteeSubscribe) String ¶
func (x *BeaconCommitteeSubscribe) String() string
type BeaconCommitteeSubscribeSubmit ¶
type BeaconCommitteeSubscribeSubmit struct { Data []*BeaconCommitteeSubscribe `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*BeaconCommitteeSubscribeSubmit) Descriptor
deprecated
func (*BeaconCommitteeSubscribeSubmit) Descriptor() ([]byte, []int)
Deprecated: Use BeaconCommitteeSubscribeSubmit.ProtoReflect.Descriptor instead.
func (*BeaconCommitteeSubscribeSubmit) GetData ¶
func (x *BeaconCommitteeSubscribeSubmit) GetData() []*BeaconCommitteeSubscribe
func (*BeaconCommitteeSubscribeSubmit) ProtoMessage ¶
func (*BeaconCommitteeSubscribeSubmit) ProtoMessage()
func (*BeaconCommitteeSubscribeSubmit) ProtoReflect ¶
func (x *BeaconCommitteeSubscribeSubmit) ProtoReflect() protoreflect.Message
func (*BeaconCommitteeSubscribeSubmit) Reset ¶
func (x *BeaconCommitteeSubscribeSubmit) Reset()
func (*BeaconCommitteeSubscribeSubmit) String ¶
func (x *BeaconCommitteeSubscribeSubmit) String() string
type BeaconDebugClient ¶
type BeaconDebugClient interface { GetBeaconState(ctx context.Context, in *StateRequest, opts ...grpc.CallOption) (*BeaconStateResponse, error) GetBeaconStateSsz(ctx context.Context, in *StateRequest, opts ...grpc.CallOption) (*BeaconStateSszResponse, error) ListForkChoiceHeads(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*ForkChoiceHeadsResponse, error) }
BeaconDebugClient is the client API for BeaconDebug service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewBeaconDebugClient ¶
func NewBeaconDebugClient(cc grpc.ClientConnInterface) BeaconDebugClient
type BeaconDebugServer ¶
type BeaconDebugServer interface { GetBeaconState(context.Context, *StateRequest) (*BeaconStateResponse, error) GetBeaconStateSsz(context.Context, *StateRequest) (*BeaconStateSszResponse, error) ListForkChoiceHeads(context.Context, *empty.Empty) (*ForkChoiceHeadsResponse, error) }
BeaconDebugServer is the server API for BeaconDebug service.
type BeaconNodeClient ¶
type BeaconNodeClient interface { GetIdentity(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*IdentityResponse, error) ListPeers(ctx context.Context, in *PeersRequest, opts ...grpc.CallOption) (*PeersResponse, error) GetPeer(ctx context.Context, in *PeerRequest, opts ...grpc.CallOption) (*PeerResponse, error) PeerCount(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*PeerCountResponse, error) GetSyncStatus(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*SyncingResponse, error) GetVersion(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*VersionResponse, error) GetHealth(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*empty.Empty, error) }
BeaconNodeClient is the client API for BeaconNode service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewBeaconNodeClient ¶
func NewBeaconNodeClient(cc grpc.ClientConnInterface) BeaconNodeClient
type BeaconNodeServer ¶
type BeaconNodeServer interface { GetIdentity(context.Context, *empty.Empty) (*IdentityResponse, error) ListPeers(context.Context, *PeersRequest) (*PeersResponse, error) GetPeer(context.Context, *PeerRequest) (*PeerResponse, error) PeerCount(context.Context, *empty.Empty) (*PeerCountResponse, error) GetSyncStatus(context.Context, *empty.Empty) (*SyncingResponse, error) GetVersion(context.Context, *empty.Empty) (*VersionResponse, error) GetHealth(context.Context, *empty.Empty) (*empty.Empty, error) }
BeaconNodeServer is the server API for BeaconNode service.
type BeaconState ¶
type BeaconState struct { GenesisTime uint64 `protobuf:"varint,1,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"` GenesisValidatorsRoot []byte `` /* 140-byte string literal not displayed */ Slot github_com_prysmaticlabs_eth2_types.Slot `protobuf:"varint,3,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Slot"` Fork *Fork `protobuf:"bytes,4,opt,name=fork,proto3" json:"fork,omitempty"` LatestBlockHeader *BeaconBlockHeader `protobuf:"bytes,5,opt,name=latest_block_header,json=latestBlockHeader,proto3" json:"latest_block_header,omitempty"` BlockRoots [][]byte `protobuf:"bytes,6,rep,name=block_roots,json=blockRoots,proto3" json:"block_roots,omitempty" ssz-size:"8192"` StateRoots [][]byte `protobuf:"bytes,7,rep,name=state_roots,json=stateRoots,proto3" json:"state_roots,omitempty" ssz-size:"8192"` HistoricalRoots [][]byte `` /* 139-byte string literal not displayed */ Eth1Data *Eth1Data `protobuf:"bytes,9,opt,name=eth1_data,json=eth1Data,proto3" json:"eth1_data,omitempty"` Eth1DataVotes []*Eth1Data `protobuf:"bytes,10,rep,name=eth1_data_votes,json=eth1DataVotes,proto3" json:"eth1_data_votes,omitempty" ssz-max:"1024"` Eth1DepositIndex uint64 `protobuf:"varint,11,opt,name=eth1_deposit_index,json=eth1DepositIndex,proto3" json:"eth1_deposit_index,omitempty"` Validators []*Validator `protobuf:"bytes,12,rep,name=validators,proto3" json:"validators,omitempty" ssz-max:"1099511627776"` Balances []uint64 `protobuf:"varint,13,rep,packed,name=balances,proto3" json:"balances,omitempty" ssz-max:"1099511627776"` RandaoMixes [][]byte `protobuf:"bytes,14,rep,name=randao_mixes,json=randaoMixes,proto3" json:"randao_mixes,omitempty" ssz-size:"65536"` Slashings []uint64 `protobuf:"varint,15,rep,packed,name=slashings,proto3" json:"slashings,omitempty" ssz-size:"65536"` PreviousEpochAttestations []*PendingAttestation `` /* 154-byte string literal not displayed */ CurrentEpochAttestations []*PendingAttestation `` /* 151-byte string literal not displayed */ JustificationBits github_com_prysmaticlabs_go_bitfield.Bitvector4 `` /* 186-byte string literal not displayed */ PreviousJustifiedCheckpoint *Checkpoint `` /* 145-byte string literal not displayed */ CurrentJustifiedCheckpoint *Checkpoint `` /* 142-byte string literal not displayed */ FinalizedCheckpoint *Checkpoint `protobuf:"bytes,21,opt,name=finalized_checkpoint,json=finalizedCheckpoint,proto3" json:"finalized_checkpoint,omitempty"` // contains filtered or unexported fields }
func (*BeaconState) Descriptor
deprecated
func (*BeaconState) Descriptor() ([]byte, []int)
Deprecated: Use BeaconState.ProtoReflect.Descriptor instead.
func (*BeaconState) GetBalances ¶
func (x *BeaconState) GetBalances() []uint64
func (*BeaconState) GetBlockRoots ¶
func (x *BeaconState) GetBlockRoots() [][]byte
func (*BeaconState) GetCurrentEpochAttestations ¶
func (x *BeaconState) GetCurrentEpochAttestations() []*PendingAttestation
func (*BeaconState) GetCurrentJustifiedCheckpoint ¶
func (x *BeaconState) GetCurrentJustifiedCheckpoint() *Checkpoint
func (*BeaconState) GetEth1Data ¶
func (x *BeaconState) GetEth1Data() *Eth1Data
func (*BeaconState) GetEth1DataVotes ¶
func (x *BeaconState) GetEth1DataVotes() []*Eth1Data
func (*BeaconState) GetEth1DepositIndex ¶
func (x *BeaconState) GetEth1DepositIndex() uint64
func (*BeaconState) GetFinalizedCheckpoint ¶
func (x *BeaconState) GetFinalizedCheckpoint() *Checkpoint
func (*BeaconState) GetFork ¶
func (x *BeaconState) GetFork() *Fork
func (*BeaconState) GetGenesisTime ¶
func (x *BeaconState) GetGenesisTime() uint64
func (*BeaconState) GetGenesisValidatorsRoot ¶
func (x *BeaconState) GetGenesisValidatorsRoot() []byte
func (*BeaconState) GetHistoricalRoots ¶
func (x *BeaconState) GetHistoricalRoots() [][]byte
func (*BeaconState) GetJustificationBits ¶
func (x *BeaconState) GetJustificationBits() github_com_prysmaticlabs_go_bitfield.Bitvector4
func (*BeaconState) GetLatestBlockHeader ¶
func (x *BeaconState) GetLatestBlockHeader() *BeaconBlockHeader
func (*BeaconState) GetPreviousEpochAttestations ¶
func (x *BeaconState) GetPreviousEpochAttestations() []*PendingAttestation
func (*BeaconState) GetPreviousJustifiedCheckpoint ¶
func (x *BeaconState) GetPreviousJustifiedCheckpoint() *Checkpoint
func (*BeaconState) GetRandaoMixes ¶
func (x *BeaconState) GetRandaoMixes() [][]byte
func (*BeaconState) GetSlashings ¶
func (x *BeaconState) GetSlashings() []uint64
func (*BeaconState) GetSlot ¶
func (x *BeaconState) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
func (*BeaconState) GetStateRoots ¶
func (x *BeaconState) GetStateRoots() [][]byte
func (*BeaconState) GetValidators ¶
func (x *BeaconState) GetValidators() []*Validator
func (*BeaconState) ProtoMessage ¶
func (*BeaconState) ProtoMessage()
func (*BeaconState) ProtoReflect ¶
func (x *BeaconState) ProtoReflect() protoreflect.Message
func (*BeaconState) Reset ¶
func (x *BeaconState) Reset()
func (*BeaconState) String ¶
func (x *BeaconState) String() string
type BeaconStateResponse ¶
type BeaconStateResponse struct { Data *BeaconState `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*BeaconStateResponse) Descriptor
deprecated
func (*BeaconStateResponse) Descriptor() ([]byte, []int)
Deprecated: Use BeaconStateResponse.ProtoReflect.Descriptor instead.
func (*BeaconStateResponse) GetData ¶
func (x *BeaconStateResponse) GetData() *BeaconState
func (*BeaconStateResponse) ProtoMessage ¶
func (*BeaconStateResponse) ProtoMessage()
func (*BeaconStateResponse) ProtoReflect ¶
func (x *BeaconStateResponse) ProtoReflect() protoreflect.Message
func (*BeaconStateResponse) Reset ¶
func (x *BeaconStateResponse) Reset()
func (*BeaconStateResponse) String ¶
func (x *BeaconStateResponse) String() string
type BeaconStateSszResponse ¶
type BeaconStateSszResponse struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*BeaconStateSszResponse) Descriptor
deprecated
func (*BeaconStateSszResponse) Descriptor() ([]byte, []int)
Deprecated: Use BeaconStateSszResponse.ProtoReflect.Descriptor instead.
func (*BeaconStateSszResponse) GetData ¶
func (x *BeaconStateSszResponse) GetData() []byte
func (*BeaconStateSszResponse) ProtoMessage ¶
func (*BeaconStateSszResponse) ProtoMessage()
func (*BeaconStateSszResponse) ProtoReflect ¶
func (x *BeaconStateSszResponse) ProtoReflect() protoreflect.Message
func (*BeaconStateSszResponse) Reset ¶
func (x *BeaconStateSszResponse) Reset()
func (*BeaconStateSszResponse) String ¶
func (x *BeaconStateSszResponse) String() string
type BeaconValidatorClient ¶
type BeaconValidatorClient interface { GetAttesterDuties(ctx context.Context, in *AttesterDutiesRequest, opts ...grpc.CallOption) (*AttesterDutiesResponse, error) GetProposerDuties(ctx context.Context, in *ProposerDutiesRequest, opts ...grpc.CallOption) (*ProposerDutiesResponse, error) GetBlock(ctx context.Context, in *ProposerBlockRequest, opts ...grpc.CallOption) (*ProposerBlockResponse, error) GetAttestationData(ctx context.Context, in *AttestationDataRequest, opts ...grpc.CallOption) (*AttestationDataResponse, error) GetAggregateAttestation(ctx context.Context, in *AggregateAttestationRequest, opts ...grpc.CallOption) (*AttestationResponse, error) SubmitAggregateAndProofs(ctx context.Context, in *AggregateAndProofsSubmit, opts ...grpc.CallOption) (*empty.Empty, error) SubmitBeaconCommitteeSubscription(ctx context.Context, in *BeaconCommitteeSubscribeSubmit, opts ...grpc.CallOption) (*empty.Empty, error) }
BeaconValidatorClient is the client API for BeaconValidator service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewBeaconValidatorClient ¶
func NewBeaconValidatorClient(cc grpc.ClientConnInterface) BeaconValidatorClient
type BeaconValidatorServer ¶
type BeaconValidatorServer interface { GetAttesterDuties(context.Context, *AttesterDutiesRequest) (*AttesterDutiesResponse, error) GetProposerDuties(context.Context, *ProposerDutiesRequest) (*ProposerDutiesResponse, error) GetBlock(context.Context, *ProposerBlockRequest) (*ProposerBlockResponse, error) GetAttestationData(context.Context, *AttestationDataRequest) (*AttestationDataResponse, error) GetAggregateAttestation(context.Context, *AggregateAttestationRequest) (*AttestationResponse, error) SubmitAggregateAndProofs(context.Context, *AggregateAndProofsSubmit) (*empty.Empty, error) SubmitBeaconCommitteeSubscription(context.Context, *BeaconCommitteeSubscribeSubmit) (*empty.Empty, error) }
BeaconValidatorServer is the server API for BeaconValidator service.
type BlockAttestationsResponse ¶
type BlockAttestationsResponse struct { Data []*Attestation `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*BlockAttestationsResponse) Descriptor
deprecated
func (*BlockAttestationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use BlockAttestationsResponse.ProtoReflect.Descriptor instead.
func (*BlockAttestationsResponse) GetData ¶
func (x *BlockAttestationsResponse) GetData() []*Attestation
func (*BlockAttestationsResponse) ProtoMessage ¶
func (*BlockAttestationsResponse) ProtoMessage()
func (*BlockAttestationsResponse) ProtoReflect ¶
func (x *BlockAttestationsResponse) ProtoReflect() protoreflect.Message
func (*BlockAttestationsResponse) Reset ¶
func (x *BlockAttestationsResponse) Reset()
func (*BlockAttestationsResponse) String ¶
func (x *BlockAttestationsResponse) String() string
type BlockHeaderContainer ¶
type BlockHeaderContainer struct { Root []byte `protobuf:"bytes,1,opt,name=root,proto3" json:"root,omitempty" ssz-size:"32"` Canonical bool `protobuf:"varint,2,opt,name=canonical,proto3" json:"canonical,omitempty"` Header *BeaconBlockHeaderContainer `protobuf:"bytes,3,opt,name=header,proto3" json:"header,omitempty"` // contains filtered or unexported fields }
func (*BlockHeaderContainer) Descriptor
deprecated
func (*BlockHeaderContainer) Descriptor() ([]byte, []int)
Deprecated: Use BlockHeaderContainer.ProtoReflect.Descriptor instead.
func (*BlockHeaderContainer) GetCanonical ¶
func (x *BlockHeaderContainer) GetCanonical() bool
func (*BlockHeaderContainer) GetHeader ¶
func (x *BlockHeaderContainer) GetHeader() *BeaconBlockHeaderContainer
func (*BlockHeaderContainer) GetRoot ¶
func (x *BlockHeaderContainer) GetRoot() []byte
func (*BlockHeaderContainer) ProtoMessage ¶
func (*BlockHeaderContainer) ProtoMessage()
func (*BlockHeaderContainer) ProtoReflect ¶
func (x *BlockHeaderContainer) ProtoReflect() protoreflect.Message
func (*BlockHeaderContainer) Reset ¶
func (x *BlockHeaderContainer) Reset()
func (*BlockHeaderContainer) String ¶
func (x *BlockHeaderContainer) String() string
type BlockHeaderResponse ¶
type BlockHeaderResponse struct { Data *BlockHeaderContainer `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*BlockHeaderResponse) Descriptor
deprecated
func (*BlockHeaderResponse) Descriptor() ([]byte, []int)
Deprecated: Use BlockHeaderResponse.ProtoReflect.Descriptor instead.
func (*BlockHeaderResponse) GetData ¶
func (x *BlockHeaderResponse) GetData() *BlockHeaderContainer
func (*BlockHeaderResponse) ProtoMessage ¶
func (*BlockHeaderResponse) ProtoMessage()
func (*BlockHeaderResponse) ProtoReflect ¶
func (x *BlockHeaderResponse) ProtoReflect() protoreflect.Message
func (*BlockHeaderResponse) Reset ¶
func (x *BlockHeaderResponse) Reset()
func (*BlockHeaderResponse) String ¶
func (x *BlockHeaderResponse) String() string
type BlockHeadersRequest ¶
type BlockHeadersRequest struct { Slot *github_com_prysmaticlabs_eth2_types.Slot `protobuf:"varint,1,opt,name=slot,proto3,oneof" json:"slot,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Slot"` ParentRoot []byte `protobuf:"bytes,2,opt,name=parent_root,json=parentRoot,proto3,oneof" json:"parent_root,omitempty" ssz-size:"32"` // contains filtered or unexported fields }
func (*BlockHeadersRequest) Descriptor
deprecated
func (*BlockHeadersRequest) Descriptor() ([]byte, []int)
Deprecated: Use BlockHeadersRequest.ProtoReflect.Descriptor instead.
func (*BlockHeadersRequest) GetParentRoot ¶
func (x *BlockHeadersRequest) GetParentRoot() []byte
func (*BlockHeadersRequest) GetSlot ¶
func (x *BlockHeadersRequest) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
func (*BlockHeadersRequest) ProtoMessage ¶
func (*BlockHeadersRequest) ProtoMessage()
func (*BlockHeadersRequest) ProtoReflect ¶
func (x *BlockHeadersRequest) ProtoReflect() protoreflect.Message
func (*BlockHeadersRequest) Reset ¶
func (x *BlockHeadersRequest) Reset()
func (*BlockHeadersRequest) String ¶
func (x *BlockHeadersRequest) String() string
type BlockHeadersResponse ¶
type BlockHeadersResponse struct { Data []*BlockHeaderContainer `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*BlockHeadersResponse) Descriptor
deprecated
func (*BlockHeadersResponse) Descriptor() ([]byte, []int)
Deprecated: Use BlockHeadersResponse.ProtoReflect.Descriptor instead.
func (*BlockHeadersResponse) GetData ¶
func (x *BlockHeadersResponse) GetData() []*BlockHeaderContainer
func (*BlockHeadersResponse) ProtoMessage ¶
func (*BlockHeadersResponse) ProtoMessage()
func (*BlockHeadersResponse) ProtoReflect ¶
func (x *BlockHeadersResponse) ProtoReflect() protoreflect.Message
func (*BlockHeadersResponse) Reset ¶
func (x *BlockHeadersResponse) Reset()
func (*BlockHeadersResponse) String ¶
func (x *BlockHeadersResponse) String() string
type BlockRequest ¶
type BlockRequest struct { BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"` // contains filtered or unexported fields }
func (*BlockRequest) Descriptor
deprecated
func (*BlockRequest) Descriptor() ([]byte, []int)
Deprecated: Use BlockRequest.ProtoReflect.Descriptor instead.
func (*BlockRequest) GetBlockId ¶
func (x *BlockRequest) GetBlockId() []byte
func (*BlockRequest) ProtoMessage ¶
func (*BlockRequest) ProtoMessage()
func (*BlockRequest) ProtoReflect ¶
func (x *BlockRequest) ProtoReflect() protoreflect.Message
func (*BlockRequest) Reset ¶
func (x *BlockRequest) Reset()
func (*BlockRequest) String ¶
func (x *BlockRequest) String() string
type BlockResponse ¶
type BlockResponse struct { Data *BeaconBlockContainer `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*BlockResponse) Descriptor
deprecated
func (*BlockResponse) Descriptor() ([]byte, []int)
Deprecated: Use BlockResponse.ProtoReflect.Descriptor instead.
func (*BlockResponse) GetData ¶
func (x *BlockResponse) GetData() *BeaconBlockContainer
func (*BlockResponse) ProtoMessage ¶
func (*BlockResponse) ProtoMessage()
func (*BlockResponse) ProtoReflect ¶
func (x *BlockResponse) ProtoReflect() protoreflect.Message
func (*BlockResponse) Reset ¶
func (x *BlockResponse) Reset()
func (*BlockResponse) String ¶
func (x *BlockResponse) String() string
type BlockRootContainer ¶
type BlockRootContainer struct { Root []byte `protobuf:"bytes,1,opt,name=root,proto3" json:"root,omitempty" ssz-size:"32"` // contains filtered or unexported fields }
func (*BlockRootContainer) Descriptor
deprecated
func (*BlockRootContainer) Descriptor() ([]byte, []int)
Deprecated: Use BlockRootContainer.ProtoReflect.Descriptor instead.
func (*BlockRootContainer) GetRoot ¶
func (x *BlockRootContainer) GetRoot() []byte
func (*BlockRootContainer) ProtoMessage ¶
func (*BlockRootContainer) ProtoMessage()
func (*BlockRootContainer) ProtoReflect ¶
func (x *BlockRootContainer) ProtoReflect() protoreflect.Message
func (*BlockRootContainer) Reset ¶
func (x *BlockRootContainer) Reset()
func (*BlockRootContainer) String ¶
func (x *BlockRootContainer) String() string
type BlockRootResponse ¶
type BlockRootResponse struct { Data *BlockRootContainer `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*BlockRootResponse) Descriptor
deprecated
func (*BlockRootResponse) Descriptor() ([]byte, []int)
Deprecated: Use BlockRootResponse.ProtoReflect.Descriptor instead.
func (*BlockRootResponse) GetData ¶
func (x *BlockRootResponse) GetData() *BlockRootContainer
func (*BlockRootResponse) ProtoMessage ¶
func (*BlockRootResponse) ProtoMessage()
func (*BlockRootResponse) ProtoReflect ¶
func (x *BlockRootResponse) ProtoReflect() protoreflect.Message
func (*BlockRootResponse) Reset ¶
func (x *BlockRootResponse) Reset()
func (*BlockRootResponse) String ¶
func (x *BlockRootResponse) 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 ¶
func (c *Checkpoint) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the Checkpoint object
func (*Checkpoint) HashTreeRootWith ¶
func (c *Checkpoint) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the Checkpoint object with a hasher
func (*Checkpoint) MarshalSSZ ¶
func (c *Checkpoint) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the Checkpoint object
func (*Checkpoint) MarshalSSZTo ¶
func (c *Checkpoint) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the Checkpoint object to a target array
func (*Checkpoint) ProtoMessage ¶
func (*Checkpoint) ProtoMessage()
func (*Checkpoint) ProtoReflect ¶
func (x *Checkpoint) ProtoReflect() protoreflect.Message
func (*Checkpoint) Reset ¶
func (x *Checkpoint) Reset()
func (*Checkpoint) SizeSSZ ¶
func (c *Checkpoint) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the Checkpoint object
func (*Checkpoint) String ¶
func (x *Checkpoint) String() string
func (*Checkpoint) UnmarshalSSZ ¶
func (c *Checkpoint) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the Checkpoint object
type Committee ¶
type Committee struct { Index github_com_prysmaticlabs_eth2_types.CommitteeIndex `` /* 127-byte string literal not displayed */ Slot github_com_prysmaticlabs_eth2_types.Slot `protobuf:"varint,2,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Slot"` Validators []github_com_prysmaticlabs_eth2_types.ValidatorIndex `` /* 144-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Committee) Descriptor
deprecated
func (*Committee) GetIndex ¶
func (x *Committee) GetIndex() github_com_prysmaticlabs_eth2_types.CommitteeIndex
func (*Committee) GetSlot ¶
func (x *Committee) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
func (*Committee) GetValidators ¶
func (x *Committee) GetValidators() []github_com_prysmaticlabs_eth2_types.ValidatorIndex
func (*Committee) ProtoMessage ¶
func (*Committee) ProtoMessage()
func (*Committee) ProtoReflect ¶
func (x *Committee) ProtoReflect() protoreflect.Message
type ConnectionState ¶
type ConnectionState int32
const ( ConnectionState_DISCONNECTED ConnectionState = 0 ConnectionState_CONNECTING ConnectionState = 1 ConnectionState_CONNECTED ConnectionState = 2 ConnectionState_DISCONNECTING ConnectionState = 3 )
func (ConnectionState) Descriptor ¶
func (ConnectionState) Descriptor() protoreflect.EnumDescriptor
func (ConnectionState) Enum ¶
func (x ConnectionState) Enum() *ConnectionState
func (ConnectionState) EnumDescriptor
deprecated
func (ConnectionState) EnumDescriptor() ([]byte, []int)
Deprecated: Use ConnectionState.Descriptor instead.
func (ConnectionState) Number ¶
func (x ConnectionState) Number() protoreflect.EnumNumber
func (ConnectionState) String ¶
func (x ConnectionState) String() string
func (ConnectionState) Type ¶
func (ConnectionState) Type() protoreflect.EnumType
type 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 ¶
HashTreeRoot ssz hashes the Deposit object
func (*Deposit) HashTreeRootWith ¶
HashTreeRootWith ssz hashes the Deposit object with a hasher
func (*Deposit) MarshalSSZ ¶
MarshalSSZ ssz marshals the Deposit object
func (*Deposit) MarshalSSZTo ¶
MarshalSSZTo ssz marshals the Deposit object to a target array
func (*Deposit) ProtoMessage ¶
func (*Deposit) ProtoMessage()
func (*Deposit) ProtoReflect ¶
func (x *Deposit) ProtoReflect() protoreflect.Message
func (*Deposit) UnmarshalSSZ ¶
UnmarshalSSZ ssz unmarshals the Deposit object
type DepositContract ¶
type DepositContract struct { ChainId uint64 `protobuf:"varint,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` // contains filtered or unexported fields }
func (*DepositContract) Descriptor
deprecated
func (*DepositContract) Descriptor() ([]byte, []int)
Deprecated: Use DepositContract.ProtoReflect.Descriptor instead.
func (*DepositContract) GetAddress ¶
func (x *DepositContract) GetAddress() string
func (*DepositContract) GetChainId ¶
func (x *DepositContract) GetChainId() uint64
func (*DepositContract) ProtoMessage ¶
func (*DepositContract) ProtoMessage()
func (*DepositContract) ProtoReflect ¶
func (x *DepositContract) ProtoReflect() protoreflect.Message
func (*DepositContract) Reset ¶
func (x *DepositContract) Reset()
func (*DepositContract) String ¶
func (x *DepositContract) String() string
type DepositContractResponse ¶
type DepositContractResponse struct { Data *DepositContract `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*DepositContractResponse) Descriptor
deprecated
func (*DepositContractResponse) Descriptor() ([]byte, []int)
Deprecated: Use DepositContractResponse.ProtoReflect.Descriptor instead.
func (*DepositContractResponse) GetData ¶
func (x *DepositContractResponse) GetData() *DepositContract
func (*DepositContractResponse) ProtoMessage ¶
func (*DepositContractResponse) ProtoMessage()
func (*DepositContractResponse) ProtoReflect ¶
func (x *DepositContractResponse) ProtoReflect() protoreflect.Message
func (*DepositContractResponse) Reset ¶
func (x *DepositContractResponse) Reset()
func (*DepositContractResponse) String ¶
func (x *DepositContractResponse) String() string
type Deposit_Data ¶
type Deposit_Data struct { Pubkey []byte `protobuf:"bytes,1,opt,name=pubkey,proto3" json:"pubkey,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) GetPubkey ¶
func (x *Deposit_Data) GetPubkey() []byte
func (*Deposit_Data) GetSignature ¶
func (x *Deposit_Data) GetSignature() []byte
func (*Deposit_Data) GetWithdrawalCredentials ¶
func (x *Deposit_Data) GetWithdrawalCredentials() []byte
func (*Deposit_Data) HashTreeRoot ¶
func (d *Deposit_Data) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the Deposit_Data object
func (*Deposit_Data) HashTreeRootWith ¶
func (d *Deposit_Data) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the Deposit_Data object with a hasher
func (*Deposit_Data) MarshalSSZ ¶
func (d *Deposit_Data) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the Deposit_Data object
func (*Deposit_Data) MarshalSSZTo ¶
func (d *Deposit_Data) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the Deposit_Data object to a target array
func (*Deposit_Data) ProtoMessage ¶
func (*Deposit_Data) ProtoMessage()
func (*Deposit_Data) ProtoReflect ¶
func (x *Deposit_Data) ProtoReflect() protoreflect.Message
func (*Deposit_Data) Reset ¶
func (x *Deposit_Data) Reset()
func (*Deposit_Data) SizeSSZ ¶
func (d *Deposit_Data) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the Deposit_Data object
func (*Deposit_Data) String ¶
func (x *Deposit_Data) String() string
func (*Deposit_Data) UnmarshalSSZ ¶
func (d *Deposit_Data) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the Deposit_Data object
type 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 ¶
HashTreeRoot ssz hashes the Eth1Data object
func (*Eth1Data) HashTreeRootWith ¶
HashTreeRootWith ssz hashes the Eth1Data object with a hasher
func (*Eth1Data) MarshalSSZ ¶
MarshalSSZ ssz marshals the Eth1Data object
func (*Eth1Data) MarshalSSZTo ¶
MarshalSSZTo ssz marshals the Eth1Data object to a target array
func (*Eth1Data) ProtoMessage ¶
func (*Eth1Data) ProtoMessage()
func (*Eth1Data) ProtoReflect ¶
func (x *Eth1Data) ProtoReflect() protoreflect.Message
func (*Eth1Data) UnmarshalSSZ ¶
UnmarshalSSZ ssz unmarshals the Eth1Data object
type EventBlock ¶
type EventBlock 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"` Block []byte `protobuf:"bytes,2,opt,name=block,proto3" json:"block,omitempty" ssz-size:"32"` // contains filtered or unexported fields }
func (*EventBlock) Descriptor
deprecated
func (*EventBlock) Descriptor() ([]byte, []int)
Deprecated: Use EventBlock.ProtoReflect.Descriptor instead.
func (*EventBlock) GetBlock ¶
func (x *EventBlock) GetBlock() []byte
func (*EventBlock) GetSlot ¶
func (x *EventBlock) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
func (*EventBlock) ProtoMessage ¶
func (*EventBlock) ProtoMessage()
func (*EventBlock) ProtoReflect ¶
func (x *EventBlock) ProtoReflect() protoreflect.Message
func (*EventBlock) Reset ¶
func (x *EventBlock) Reset()
func (*EventBlock) String ¶
func (x *EventBlock) String() string
type EventChainReorg ¶
type EventChainReorg 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"` Depth uint64 `protobuf:"varint,2,opt,name=depth,proto3" json:"depth,omitempty"` OldHeadBlock []byte `protobuf:"bytes,3,opt,name=old_head_block,json=oldHeadBlock,proto3" json:"old_head_block,omitempty" ssz-size:"32"` NewHeadBlock []byte `protobuf:"bytes,4,opt,name=new_head_block,json=newHeadBlock,proto3" json:"new_head_block,omitempty" ssz-size:"32"` OldHeadState []byte `protobuf:"bytes,5,opt,name=old_head_state,json=oldHeadState,proto3" json:"old_head_state,omitempty" ssz-size:"32"` NewHeadState []byte `protobuf:"bytes,6,opt,name=new_head_state,json=newHeadState,proto3" json:"new_head_state,omitempty" ssz-size:"32"` Epoch github_com_prysmaticlabs_eth2_types.Epoch `protobuf:"varint,7,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Epoch"` // contains filtered or unexported fields }
func (*EventChainReorg) Descriptor
deprecated
func (*EventChainReorg) Descriptor() ([]byte, []int)
Deprecated: Use EventChainReorg.ProtoReflect.Descriptor instead.
func (*EventChainReorg) GetDepth ¶
func (x *EventChainReorg) GetDepth() uint64
func (*EventChainReorg) GetEpoch ¶
func (x *EventChainReorg) GetEpoch() github_com_prysmaticlabs_eth2_types.Epoch
func (*EventChainReorg) GetNewHeadBlock ¶
func (x *EventChainReorg) GetNewHeadBlock() []byte
func (*EventChainReorg) GetNewHeadState ¶
func (x *EventChainReorg) GetNewHeadState() []byte
func (*EventChainReorg) GetOldHeadBlock ¶
func (x *EventChainReorg) GetOldHeadBlock() []byte
func (*EventChainReorg) GetOldHeadState ¶
func (x *EventChainReorg) GetOldHeadState() []byte
func (*EventChainReorg) GetSlot ¶
func (x *EventChainReorg) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
func (*EventChainReorg) ProtoMessage ¶
func (*EventChainReorg) ProtoMessage()
func (*EventChainReorg) ProtoReflect ¶
func (x *EventChainReorg) ProtoReflect() protoreflect.Message
func (*EventChainReorg) Reset ¶
func (x *EventChainReorg) Reset()
func (*EventChainReorg) String ¶
func (x *EventChainReorg) String() string
type EventFinalizedCheckpoint ¶
type EventFinalizedCheckpoint struct { Block []byte `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty" ssz-size:"32"` State []byte `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty" ssz-size:"32"` 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"` // contains filtered or unexported fields }
func (*EventFinalizedCheckpoint) Descriptor
deprecated
func (*EventFinalizedCheckpoint) Descriptor() ([]byte, []int)
Deprecated: Use EventFinalizedCheckpoint.ProtoReflect.Descriptor instead.
func (*EventFinalizedCheckpoint) GetBlock ¶
func (x *EventFinalizedCheckpoint) GetBlock() []byte
func (*EventFinalizedCheckpoint) GetEpoch ¶
func (x *EventFinalizedCheckpoint) GetEpoch() github_com_prysmaticlabs_eth2_types.Epoch
func (*EventFinalizedCheckpoint) GetState ¶
func (x *EventFinalizedCheckpoint) GetState() []byte
func (*EventFinalizedCheckpoint) ProtoMessage ¶
func (*EventFinalizedCheckpoint) ProtoMessage()
func (*EventFinalizedCheckpoint) ProtoReflect ¶
func (x *EventFinalizedCheckpoint) ProtoReflect() protoreflect.Message
func (*EventFinalizedCheckpoint) Reset ¶
func (x *EventFinalizedCheckpoint) Reset()
func (*EventFinalizedCheckpoint) String ¶
func (x *EventFinalizedCheckpoint) String() string
type EventHead ¶
type EventHead 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"` Block []byte `protobuf:"bytes,2,opt,name=block,proto3" json:"block,omitempty" ssz-size:"32"` State []byte `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty" ssz-size:"32"` EpochTransition bool `protobuf:"varint,4,opt,name=epoch_transition,json=epochTransition,proto3" json:"epoch_transition,omitempty"` PreviousDutyDependentRoot []byte `` /* 154-byte string literal not displayed */ CurrentDutyDependentRoot []byte `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
func (*EventHead) Descriptor
deprecated
func (*EventHead) GetCurrentDutyDependentRoot ¶
func (*EventHead) GetEpochTransition ¶
func (*EventHead) GetPreviousDutyDependentRoot ¶
func (*EventHead) GetSlot ¶
func (x *EventHead) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
func (*EventHead) ProtoMessage ¶
func (*EventHead) ProtoMessage()
func (*EventHead) ProtoReflect ¶
func (x *EventHead) ProtoReflect() protoreflect.Message
type EventsClient ¶
type EventsClient interface {
StreamEvents(ctx context.Context, in *StreamEventsRequest, opts ...grpc.CallOption) (Events_StreamEventsClient, error)
}
EventsClient is the client API for Events service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewEventsClient ¶
func NewEventsClient(cc grpc.ClientConnInterface) EventsClient
type EventsServer ¶
type EventsServer interface {
StreamEvents(*StreamEventsRequest, Events_StreamEventsServer) error
}
EventsServer is the server API for Events service.
type Events_StreamEventsClient ¶
type Events_StreamEventsClient interface { Recv() (*gateway.EventSource, error) grpc.ClientStream }
type Events_StreamEventsServer ¶
type Events_StreamEventsServer interface { Send(*gateway.EventSource) error grpc.ServerStream }
type Fork ¶
type Fork struct { PreviousVersion []byte `protobuf:"bytes,1,opt,name=previous_version,json=previousVersion,proto3" json:"previous_version,omitempty" ssz-size:"4"` CurrentVersion []byte `protobuf:"bytes,2,opt,name=current_version,json=currentVersion,proto3" json:"current_version,omitempty" ssz-size:"4"` Epoch github_com_prysmaticlabs_eth2_types.Epoch `protobuf:"varint,3,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Epoch"` // contains filtered or unexported fields }
func (*Fork) Descriptor
deprecated
func (*Fork) GetCurrentVersion ¶
func (*Fork) GetEpoch ¶
func (x *Fork) GetEpoch() github_com_prysmaticlabs_eth2_types.Epoch
func (*Fork) GetPreviousVersion ¶
func (*Fork) ProtoMessage ¶
func (*Fork) ProtoMessage()
func (*Fork) ProtoReflect ¶
func (x *Fork) ProtoReflect() protoreflect.Message
type ForkChoiceHead ¶
type ForkChoiceHead struct { Root []byte `protobuf:"bytes,1,opt,name=root,proto3" json:"root,omitempty" ssz-size:"32"` Slot github_com_prysmaticlabs_eth2_types.Slot `protobuf:"varint,2,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Slot"` // contains filtered or unexported fields }
func (*ForkChoiceHead) Descriptor
deprecated
func (*ForkChoiceHead) Descriptor() ([]byte, []int)
Deprecated: Use ForkChoiceHead.ProtoReflect.Descriptor instead.
func (*ForkChoiceHead) GetRoot ¶
func (x *ForkChoiceHead) GetRoot() []byte
func (*ForkChoiceHead) GetSlot ¶
func (x *ForkChoiceHead) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
func (*ForkChoiceHead) ProtoMessage ¶
func (*ForkChoiceHead) ProtoMessage()
func (*ForkChoiceHead) ProtoReflect ¶
func (x *ForkChoiceHead) ProtoReflect() protoreflect.Message
func (*ForkChoiceHead) Reset ¶
func (x *ForkChoiceHead) Reset()
func (*ForkChoiceHead) String ¶
func (x *ForkChoiceHead) String() string
type ForkChoiceHeadsResponse ¶
type ForkChoiceHeadsResponse struct { Data []*ForkChoiceHead `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*ForkChoiceHeadsResponse) Descriptor
deprecated
func (*ForkChoiceHeadsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ForkChoiceHeadsResponse.ProtoReflect.Descriptor instead.
func (*ForkChoiceHeadsResponse) GetData ¶
func (x *ForkChoiceHeadsResponse) GetData() []*ForkChoiceHead
func (*ForkChoiceHeadsResponse) ProtoMessage ¶
func (*ForkChoiceHeadsResponse) ProtoMessage()
func (*ForkChoiceHeadsResponse) ProtoReflect ¶
func (x *ForkChoiceHeadsResponse) ProtoReflect() protoreflect.Message
func (*ForkChoiceHeadsResponse) Reset ¶
func (x *ForkChoiceHeadsResponse) Reset()
func (*ForkChoiceHeadsResponse) String ¶
func (x *ForkChoiceHeadsResponse) String() string
type ForkScheduleResponse ¶
type ForkScheduleResponse struct { Data []*Fork `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*ForkScheduleResponse) Descriptor
deprecated
func (*ForkScheduleResponse) Descriptor() ([]byte, []int)
Deprecated: Use ForkScheduleResponse.ProtoReflect.Descriptor instead.
func (*ForkScheduleResponse) GetData ¶
func (x *ForkScheduleResponse) GetData() []*Fork
func (*ForkScheduleResponse) ProtoMessage ¶
func (*ForkScheduleResponse) ProtoMessage()
func (*ForkScheduleResponse) ProtoReflect ¶
func (x *ForkScheduleResponse) ProtoReflect() protoreflect.Message
func (*ForkScheduleResponse) Reset ¶
func (x *ForkScheduleResponse) Reset()
func (*ForkScheduleResponse) String ¶
func (x *ForkScheduleResponse) String() string
type GenesisResponse ¶
type GenesisResponse struct { Data *GenesisResponse_Genesis `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GenesisResponse) Descriptor
deprecated
func (*GenesisResponse) Descriptor() ([]byte, []int)
Deprecated: Use GenesisResponse.ProtoReflect.Descriptor instead.
func (*GenesisResponse) GetData ¶
func (x *GenesisResponse) GetData() *GenesisResponse_Genesis
func (*GenesisResponse) ProtoMessage ¶
func (*GenesisResponse) ProtoMessage()
func (*GenesisResponse) ProtoReflect ¶
func (x *GenesisResponse) ProtoReflect() protoreflect.Message
func (*GenesisResponse) Reset ¶
func (x *GenesisResponse) Reset()
func (*GenesisResponse) String ¶
func (x *GenesisResponse) String() string
type GenesisResponse_Genesis ¶
type GenesisResponse_Genesis struct { GenesisTime *timestamp.Timestamp `protobuf:"bytes,1,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"` GenesisValidatorsRoot []byte `` /* 140-byte string literal not displayed */ GenesisForkVersion []byte `` /* 130-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GenesisResponse_Genesis) Descriptor
deprecated
func (*GenesisResponse_Genesis) Descriptor() ([]byte, []int)
Deprecated: Use GenesisResponse_Genesis.ProtoReflect.Descriptor instead.
func (*GenesisResponse_Genesis) GetGenesisForkVersion ¶
func (x *GenesisResponse_Genesis) GetGenesisForkVersion() []byte
func (*GenesisResponse_Genesis) GetGenesisTime ¶
func (x *GenesisResponse_Genesis) GetGenesisTime() *timestamp.Timestamp
func (*GenesisResponse_Genesis) GetGenesisValidatorsRoot ¶
func (x *GenesisResponse_Genesis) GetGenesisValidatorsRoot() []byte
func (*GenesisResponse_Genesis) ProtoMessage ¶
func (*GenesisResponse_Genesis) ProtoMessage()
func (*GenesisResponse_Genesis) ProtoReflect ¶
func (x *GenesisResponse_Genesis) ProtoReflect() protoreflect.Message
func (*GenesisResponse_Genesis) Reset ¶
func (x *GenesisResponse_Genesis) Reset()
func (*GenesisResponse_Genesis) String ¶
func (x *GenesisResponse_Genesis) String() string
type Identity ¶
type Identity struct { PeerId string `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"` Enr string `protobuf:"bytes,2,opt,name=enr,proto3" json:"enr,omitempty"` P2PAddresses []string `protobuf:"bytes,3,rep,name=p2p_addresses,json=p2pAddresses,proto3" json:"p2p_addresses,omitempty"` DiscoveryAddresses []string `protobuf:"bytes,4,rep,name=discovery_addresses,json=discoveryAddresses,proto3" json:"discovery_addresses,omitempty"` Metadata *Metadata `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
func (*Identity) Descriptor
deprecated
func (*Identity) GetDiscoveryAddresses ¶
func (*Identity) GetMetadata ¶
func (*Identity) GetP2PAddresses ¶
func (*Identity) ProtoMessage ¶
func (*Identity) ProtoMessage()
func (*Identity) ProtoReflect ¶
func (x *Identity) ProtoReflect() protoreflect.Message
type IdentityResponse ¶
type IdentityResponse struct { Data *Identity `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*IdentityResponse) Descriptor
deprecated
func (*IdentityResponse) Descriptor() ([]byte, []int)
Deprecated: Use IdentityResponse.ProtoReflect.Descriptor instead.
func (*IdentityResponse) GetData ¶
func (x *IdentityResponse) GetData() *Identity
func (*IdentityResponse) ProtoMessage ¶
func (*IdentityResponse) ProtoMessage()
func (*IdentityResponse) ProtoReflect ¶
func (x *IdentityResponse) ProtoReflect() protoreflect.Message
func (*IdentityResponse) Reset ¶
func (x *IdentityResponse) Reset()
func (*IdentityResponse) String ¶
func (x *IdentityResponse) String() string
type IndexedAttestation ¶
type IndexedAttestation struct { AttestingIndices []uint64 `` /* 132-byte string literal not displayed */ Data *AttestationData `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` Signature []byte `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func (*IndexedAttestation) Descriptor
deprecated
func (*IndexedAttestation) Descriptor() ([]byte, []int)
Deprecated: Use IndexedAttestation.ProtoReflect.Descriptor instead.
func (*IndexedAttestation) GetAttestingIndices ¶
func (x *IndexedAttestation) GetAttestingIndices() []uint64
func (*IndexedAttestation) GetData ¶
func (x *IndexedAttestation) GetData() *AttestationData
func (*IndexedAttestation) GetSignature ¶
func (x *IndexedAttestation) GetSignature() []byte
func (*IndexedAttestation) HashTreeRoot ¶
func (i *IndexedAttestation) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the IndexedAttestation object
func (*IndexedAttestation) HashTreeRootWith ¶
func (i *IndexedAttestation) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the IndexedAttestation object with a hasher
func (*IndexedAttestation) MarshalSSZ ¶
func (i *IndexedAttestation) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the IndexedAttestation object
func (*IndexedAttestation) MarshalSSZTo ¶
func (i *IndexedAttestation) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the IndexedAttestation object to a target array
func (*IndexedAttestation) ProtoMessage ¶
func (*IndexedAttestation) ProtoMessage()
func (*IndexedAttestation) ProtoReflect ¶
func (x *IndexedAttestation) ProtoReflect() protoreflect.Message
func (*IndexedAttestation) Reset ¶
func (x *IndexedAttestation) Reset()
func (*IndexedAttestation) SizeSSZ ¶
func (i *IndexedAttestation) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the IndexedAttestation object
func (*IndexedAttestation) String ¶
func (x *IndexedAttestation) String() string
func (*IndexedAttestation) UnmarshalSSZ ¶
func (i *IndexedAttestation) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the IndexedAttestation object
type Metadata ¶
type Metadata struct { SeqNumber uint64 `protobuf:"varint,1,opt,name=seq_number,json=seqNumber,proto3" json:"seq_number,omitempty"` Attnets github_com_prysmaticlabs_go_bitfield.Bitvector64 `` /* 141-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Metadata) Descriptor
deprecated
func (*Metadata) GetAttnets ¶
func (x *Metadata) GetAttnets() github_com_prysmaticlabs_go_bitfield.Bitvector64
func (*Metadata) GetSeqNumber ¶
func (*Metadata) ProtoMessage ¶
func (*Metadata) ProtoMessage()
func (*Metadata) ProtoReflect ¶
func (x *Metadata) ProtoReflect() protoreflect.Message
type Peer ¶
type Peer struct { PeerId string `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"` Enr string `protobuf:"bytes,2,opt,name=enr,proto3" json:"enr,omitempty"` LastSeenP2PAddress string `protobuf:"bytes,3,opt,name=last_seen_p2p_address,json=lastSeenP2pAddress,proto3" json:"last_seen_p2p_address,omitempty"` State ConnectionState `protobuf:"varint,4,opt,name=state,proto3,enum=ethereum.eth.v1.ConnectionState" json:"state,omitempty"` Direction PeerDirection `protobuf:"varint,5,opt,name=direction,proto3,enum=ethereum.eth.v1.PeerDirection" json:"direction,omitempty"` // contains filtered or unexported fields }
func (*Peer) Descriptor
deprecated
func (*Peer) GetDirection ¶
func (x *Peer) GetDirection() PeerDirection
func (*Peer) GetLastSeenP2PAddress ¶
func (*Peer) GetState ¶
func (x *Peer) GetState() ConnectionState
func (*Peer) ProtoMessage ¶
func (*Peer) ProtoMessage()
func (*Peer) ProtoReflect ¶
func (x *Peer) ProtoReflect() protoreflect.Message
type PeerCountResponse ¶
type PeerCountResponse struct { Data *PeerCountResponse_PeerCount `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*PeerCountResponse) Descriptor
deprecated
func (*PeerCountResponse) Descriptor() ([]byte, []int)
Deprecated: Use PeerCountResponse.ProtoReflect.Descriptor instead.
func (*PeerCountResponse) GetData ¶
func (x *PeerCountResponse) GetData() *PeerCountResponse_PeerCount
func (*PeerCountResponse) ProtoMessage ¶
func (*PeerCountResponse) ProtoMessage()
func (*PeerCountResponse) ProtoReflect ¶
func (x *PeerCountResponse) ProtoReflect() protoreflect.Message
func (*PeerCountResponse) Reset ¶
func (x *PeerCountResponse) Reset()
func (*PeerCountResponse) String ¶
func (x *PeerCountResponse) String() string
type PeerCountResponse_PeerCount ¶
type PeerCountResponse_PeerCount struct { Disconnected uint64 `protobuf:"varint,1,opt,name=disconnected,proto3" json:"disconnected,omitempty"` Connecting uint64 `protobuf:"varint,2,opt,name=connecting,proto3" json:"connecting,omitempty"` Connected uint64 `protobuf:"varint,3,opt,name=connected,proto3" json:"connected,omitempty"` Disconnecting uint64 `protobuf:"varint,4,opt,name=disconnecting,proto3" json:"disconnecting,omitempty"` // contains filtered or unexported fields }
func (*PeerCountResponse_PeerCount) Descriptor
deprecated
func (*PeerCountResponse_PeerCount) Descriptor() ([]byte, []int)
Deprecated: Use PeerCountResponse_PeerCount.ProtoReflect.Descriptor instead.
func (*PeerCountResponse_PeerCount) GetConnected ¶
func (x *PeerCountResponse_PeerCount) GetConnected() uint64
func (*PeerCountResponse_PeerCount) GetConnecting ¶
func (x *PeerCountResponse_PeerCount) GetConnecting() uint64
func (*PeerCountResponse_PeerCount) GetDisconnected ¶
func (x *PeerCountResponse_PeerCount) GetDisconnected() uint64
func (*PeerCountResponse_PeerCount) GetDisconnecting ¶
func (x *PeerCountResponse_PeerCount) GetDisconnecting() uint64
func (*PeerCountResponse_PeerCount) ProtoMessage ¶
func (*PeerCountResponse_PeerCount) ProtoMessage()
func (*PeerCountResponse_PeerCount) ProtoReflect ¶
func (x *PeerCountResponse_PeerCount) ProtoReflect() protoreflect.Message
func (*PeerCountResponse_PeerCount) Reset ¶
func (x *PeerCountResponse_PeerCount) Reset()
func (*PeerCountResponse_PeerCount) String ¶
func (x *PeerCountResponse_PeerCount) String() string
type PeerDirection ¶
type PeerDirection int32
const ( PeerDirection_INBOUND PeerDirection = 0 PeerDirection_OUTBOUND PeerDirection = 1 )
func (PeerDirection) Descriptor ¶
func (PeerDirection) Descriptor() protoreflect.EnumDescriptor
func (PeerDirection) Enum ¶
func (x PeerDirection) Enum() *PeerDirection
func (PeerDirection) EnumDescriptor
deprecated
func (PeerDirection) EnumDescriptor() ([]byte, []int)
Deprecated: Use PeerDirection.Descriptor instead.
func (PeerDirection) Number ¶
func (x PeerDirection) Number() protoreflect.EnumNumber
func (PeerDirection) String ¶
func (x PeerDirection) String() string
func (PeerDirection) Type ¶
func (PeerDirection) Type() protoreflect.EnumType
type PeerRequest ¶
type PeerRequest struct { PeerId string `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"` // contains filtered or unexported fields }
func (*PeerRequest) Descriptor
deprecated
func (*PeerRequest) Descriptor() ([]byte, []int)
Deprecated: Use PeerRequest.ProtoReflect.Descriptor instead.
func (*PeerRequest) GetPeerId ¶
func (x *PeerRequest) GetPeerId() string
func (*PeerRequest) ProtoMessage ¶
func (*PeerRequest) ProtoMessage()
func (*PeerRequest) ProtoReflect ¶
func (x *PeerRequest) ProtoReflect() protoreflect.Message
func (*PeerRequest) Reset ¶
func (x *PeerRequest) Reset()
func (*PeerRequest) String ¶
func (x *PeerRequest) String() string
type PeerResponse ¶
type PeerResponse struct { Data *Peer `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` Meta *PeerResponse_Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"` // contains filtered or unexported fields }
func (*PeerResponse) Descriptor
deprecated
func (*PeerResponse) Descriptor() ([]byte, []int)
Deprecated: Use PeerResponse.ProtoReflect.Descriptor instead.
func (*PeerResponse) GetData ¶
func (x *PeerResponse) GetData() *Peer
func (*PeerResponse) GetMeta ¶
func (x *PeerResponse) GetMeta() *PeerResponse_Meta
func (*PeerResponse) ProtoMessage ¶
func (*PeerResponse) ProtoMessage()
func (*PeerResponse) ProtoReflect ¶
func (x *PeerResponse) ProtoReflect() protoreflect.Message
func (*PeerResponse) Reset ¶
func (x *PeerResponse) Reset()
func (*PeerResponse) String ¶
func (x *PeerResponse) String() string
type PeerResponse_Meta ¶
type PeerResponse_Meta struct { Count uint64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*PeerResponse_Meta) Descriptor
deprecated
func (*PeerResponse_Meta) Descriptor() ([]byte, []int)
Deprecated: Use PeerResponse_Meta.ProtoReflect.Descriptor instead.
func (*PeerResponse_Meta) GetCount ¶
func (x *PeerResponse_Meta) GetCount() uint64
func (*PeerResponse_Meta) ProtoMessage ¶
func (*PeerResponse_Meta) ProtoMessage()
func (*PeerResponse_Meta) ProtoReflect ¶
func (x *PeerResponse_Meta) ProtoReflect() protoreflect.Message
func (*PeerResponse_Meta) Reset ¶
func (x *PeerResponse_Meta) Reset()
func (*PeerResponse_Meta) String ¶
func (x *PeerResponse_Meta) String() string
type PeersRequest ¶
type PeersRequest struct { State []ConnectionState `protobuf:"varint,1,rep,packed,name=state,proto3,enum=ethereum.eth.v1.ConnectionState" json:"state,omitempty"` Direction []PeerDirection `protobuf:"varint,2,rep,packed,name=direction,proto3,enum=ethereum.eth.v1.PeerDirection" json:"direction,omitempty"` // contains filtered or unexported fields }
func (*PeersRequest) Descriptor
deprecated
func (*PeersRequest) Descriptor() ([]byte, []int)
Deprecated: Use PeersRequest.ProtoReflect.Descriptor instead.
func (*PeersRequest) GetDirection ¶
func (x *PeersRequest) GetDirection() []PeerDirection
func (*PeersRequest) GetState ¶
func (x *PeersRequest) GetState() []ConnectionState
func (*PeersRequest) ProtoMessage ¶
func (*PeersRequest) ProtoMessage()
func (*PeersRequest) ProtoReflect ¶
func (x *PeersRequest) ProtoReflect() protoreflect.Message
func (*PeersRequest) Reset ¶
func (x *PeersRequest) Reset()
func (*PeersRequest) String ¶
func (x *PeersRequest) String() string
type PeersResponse ¶
type PeersResponse struct { Data []*Peer `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*PeersResponse) Descriptor
deprecated
func (*PeersResponse) Descriptor() ([]byte, []int)
Deprecated: Use PeersResponse.ProtoReflect.Descriptor instead.
func (*PeersResponse) GetData ¶
func (x *PeersResponse) GetData() []*Peer
func (*PeersResponse) ProtoMessage ¶
func (*PeersResponse) ProtoMessage()
func (*PeersResponse) ProtoReflect ¶
func (x *PeersResponse) ProtoReflect() protoreflect.Message
func (*PeersResponse) Reset ¶
func (x *PeersResponse) Reset()
func (*PeersResponse) String ¶
func (x *PeersResponse) String() string
type PendingAttestation ¶
type PendingAttestation struct { AggregationBits github_com_prysmaticlabs_go_bitfield.Bitlist `` /* 178-byte string literal not displayed */ Data *AttestationData `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` InclusionDelay github_com_prysmaticlabs_eth2_types.Slot `` /* 157-byte string literal not displayed */ ProposerIndex github_com_prysmaticlabs_eth2_types.ValidatorIndex `` /* 164-byte string literal not displayed */ // contains filtered or unexported fields }
func (*PendingAttestation) Descriptor
deprecated
func (*PendingAttestation) Descriptor() ([]byte, []int)
Deprecated: Use PendingAttestation.ProtoReflect.Descriptor instead.
func (*PendingAttestation) GetAggregationBits ¶
func (x *PendingAttestation) GetAggregationBits() github_com_prysmaticlabs_go_bitfield.Bitlist
func (*PendingAttestation) GetData ¶
func (x *PendingAttestation) GetData() *AttestationData
func (*PendingAttestation) GetInclusionDelay ¶
func (x *PendingAttestation) GetInclusionDelay() github_com_prysmaticlabs_eth2_types.Slot
func (*PendingAttestation) GetProposerIndex ¶
func (x *PendingAttestation) GetProposerIndex() github_com_prysmaticlabs_eth2_types.ValidatorIndex
func (*PendingAttestation) ProtoMessage ¶
func (*PendingAttestation) ProtoMessage()
func (*PendingAttestation) ProtoReflect ¶
func (x *PendingAttestation) ProtoReflect() protoreflect.Message
func (*PendingAttestation) Reset ¶
func (x *PendingAttestation) Reset()
func (*PendingAttestation) String ¶
func (x *PendingAttestation) String() string
type ProposerBlockRequest ¶
type ProposerBlockRequest 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:"96"` Graffiti []byte `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty" ssz-size:"32"` // contains filtered or unexported fields }
func (*ProposerBlockRequest) Descriptor
deprecated
func (*ProposerBlockRequest) Descriptor() ([]byte, []int)
Deprecated: Use ProposerBlockRequest.ProtoReflect.Descriptor instead.
func (*ProposerBlockRequest) GetGraffiti ¶
func (x *ProposerBlockRequest) GetGraffiti() []byte
func (*ProposerBlockRequest) GetRandaoReveal ¶
func (x *ProposerBlockRequest) GetRandaoReveal() []byte
func (*ProposerBlockRequest) GetSlot ¶
func (x *ProposerBlockRequest) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
func (*ProposerBlockRequest) ProtoMessage ¶
func (*ProposerBlockRequest) ProtoMessage()
func (*ProposerBlockRequest) ProtoReflect ¶
func (x *ProposerBlockRequest) ProtoReflect() protoreflect.Message
func (*ProposerBlockRequest) Reset ¶
func (x *ProposerBlockRequest) Reset()
func (*ProposerBlockRequest) String ¶
func (x *ProposerBlockRequest) String() string
type ProposerBlockResponse ¶
type ProposerBlockResponse struct { Data *BeaconBlock `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*ProposerBlockResponse) Descriptor
deprecated
func (*ProposerBlockResponse) Descriptor() ([]byte, []int)
Deprecated: Use ProposerBlockResponse.ProtoReflect.Descriptor instead.
func (*ProposerBlockResponse) GetData ¶
func (x *ProposerBlockResponse) GetData() *BeaconBlock
func (*ProposerBlockResponse) ProtoMessage ¶
func (*ProposerBlockResponse) ProtoMessage()
func (*ProposerBlockResponse) ProtoReflect ¶
func (x *ProposerBlockResponse) ProtoReflect() protoreflect.Message
func (*ProposerBlockResponse) Reset ¶
func (x *ProposerBlockResponse) Reset()
func (*ProposerBlockResponse) String ¶
func (x *ProposerBlockResponse) String() string
type ProposerDutiesRequest ¶
type ProposerDutiesRequest 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"` // contains filtered or unexported fields }
func (*ProposerDutiesRequest) Descriptor
deprecated
func (*ProposerDutiesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ProposerDutiesRequest.ProtoReflect.Descriptor instead.
func (*ProposerDutiesRequest) GetEpoch ¶
func (x *ProposerDutiesRequest) GetEpoch() github_com_prysmaticlabs_eth2_types.Epoch
func (*ProposerDutiesRequest) ProtoMessage ¶
func (*ProposerDutiesRequest) ProtoMessage()
func (*ProposerDutiesRequest) ProtoReflect ¶
func (x *ProposerDutiesRequest) ProtoReflect() protoreflect.Message
func (*ProposerDutiesRequest) Reset ¶
func (x *ProposerDutiesRequest) Reset()
func (*ProposerDutiesRequest) String ¶
func (x *ProposerDutiesRequest) String() string
type ProposerDutiesResponse ¶
type ProposerDutiesResponse struct { DependentRoot []byte `protobuf:"bytes,1,opt,name=dependent_root,json=dependentRoot,proto3" json:"dependent_root,omitempty" ssz-size:"32"` Data []*ProposerDuty `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*ProposerDutiesResponse) Descriptor
deprecated
func (*ProposerDutiesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ProposerDutiesResponse.ProtoReflect.Descriptor instead.
func (*ProposerDutiesResponse) GetData ¶
func (x *ProposerDutiesResponse) GetData() []*ProposerDuty
func (*ProposerDutiesResponse) GetDependentRoot ¶
func (x *ProposerDutiesResponse) GetDependentRoot() []byte
func (*ProposerDutiesResponse) ProtoMessage ¶
func (*ProposerDutiesResponse) ProtoMessage()
func (*ProposerDutiesResponse) ProtoReflect ¶
func (x *ProposerDutiesResponse) ProtoReflect() protoreflect.Message
func (*ProposerDutiesResponse) Reset ¶
func (x *ProposerDutiesResponse) Reset()
func (*ProposerDutiesResponse) String ¶
func (x *ProposerDutiesResponse) String() string
type ProposerDuty ¶
type ProposerDuty struct { Pubkey []byte `protobuf:"bytes,1,opt,name=pubkey,proto3" json:"pubkey,omitempty" ssz-size:"48"` ValidatorIndex github_com_prysmaticlabs_eth2_types.ValidatorIndex `` /* 167-byte string literal not displayed */ Slot github_com_prysmaticlabs_eth2_types.Slot `protobuf:"varint,3,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Slot"` // contains filtered or unexported fields }
func (*ProposerDuty) Descriptor
deprecated
func (*ProposerDuty) Descriptor() ([]byte, []int)
Deprecated: Use ProposerDuty.ProtoReflect.Descriptor instead.
func (*ProposerDuty) GetPubkey ¶
func (x *ProposerDuty) GetPubkey() []byte
func (*ProposerDuty) GetSlot ¶
func (x *ProposerDuty) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
func (*ProposerDuty) GetValidatorIndex ¶
func (x *ProposerDuty) GetValidatorIndex() github_com_prysmaticlabs_eth2_types.ValidatorIndex
func (*ProposerDuty) ProtoMessage ¶
func (*ProposerDuty) ProtoMessage()
func (*ProposerDuty) ProtoReflect ¶
func (x *ProposerDuty) ProtoReflect() protoreflect.Message
func (*ProposerDuty) Reset ¶
func (x *ProposerDuty) Reset()
func (*ProposerDuty) String ¶
func (x *ProposerDuty) String() string
type ProposerSlashing ¶
type ProposerSlashing struct { SignedHeader_1 *SignedBeaconBlockHeader `protobuf:"bytes,2,opt,name=signed_header_1,json=signedHeader1,proto3" json:"signed_header_1,omitempty"` SignedHeader_2 *SignedBeaconBlockHeader `protobuf:"bytes,3,opt,name=signed_header_2,json=signedHeader2,proto3" json:"signed_header_2,omitempty"` // contains filtered or unexported fields }
func (*ProposerSlashing) Descriptor
deprecated
func (*ProposerSlashing) Descriptor() ([]byte, []int)
Deprecated: Use ProposerSlashing.ProtoReflect.Descriptor instead.
func (*ProposerSlashing) GetSignedHeader_1 ¶
func (x *ProposerSlashing) GetSignedHeader_1() *SignedBeaconBlockHeader
func (*ProposerSlashing) GetSignedHeader_2 ¶
func (x *ProposerSlashing) GetSignedHeader_2() *SignedBeaconBlockHeader
func (*ProposerSlashing) HashTreeRoot ¶
func (p *ProposerSlashing) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the ProposerSlashing object
func (*ProposerSlashing) HashTreeRootWith ¶
func (p *ProposerSlashing) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the ProposerSlashing object with a hasher
func (*ProposerSlashing) MarshalSSZ ¶
func (p *ProposerSlashing) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the ProposerSlashing object
func (*ProposerSlashing) MarshalSSZTo ¶
func (p *ProposerSlashing) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the ProposerSlashing object to a target array
func (*ProposerSlashing) ProtoMessage ¶
func (*ProposerSlashing) ProtoMessage()
func (*ProposerSlashing) ProtoReflect ¶
func (x *ProposerSlashing) ProtoReflect() protoreflect.Message
func (*ProposerSlashing) Reset ¶
func (x *ProposerSlashing) Reset()
func (*ProposerSlashing) SizeSSZ ¶
func (p *ProposerSlashing) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the ProposerSlashing object
func (*ProposerSlashing) String ¶
func (x *ProposerSlashing) String() string
func (*ProposerSlashing) UnmarshalSSZ ¶
func (p *ProposerSlashing) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the ProposerSlashing object
type ProposerSlashingPoolResponse ¶
type ProposerSlashingPoolResponse struct { Data []*ProposerSlashing `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*ProposerSlashingPoolResponse) Descriptor
deprecated
func (*ProposerSlashingPoolResponse) Descriptor() ([]byte, []int)
Deprecated: Use ProposerSlashingPoolResponse.ProtoReflect.Descriptor instead.
func (*ProposerSlashingPoolResponse) GetData ¶
func (x *ProposerSlashingPoolResponse) GetData() []*ProposerSlashing
func (*ProposerSlashingPoolResponse) ProtoMessage ¶
func (*ProposerSlashingPoolResponse) ProtoMessage()
func (*ProposerSlashingPoolResponse) ProtoReflect ¶
func (x *ProposerSlashingPoolResponse) ProtoReflect() protoreflect.Message
func (*ProposerSlashingPoolResponse) Reset ¶
func (x *ProposerSlashingPoolResponse) Reset()
func (*ProposerSlashingPoolResponse) String ¶
func (x *ProposerSlashingPoolResponse) String() string
type SignedAggregateAttestationAndProof ¶
type SignedAggregateAttestationAndProof struct { Message *AggregateAttestationAndProof `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func (*SignedAggregateAttestationAndProof) Descriptor
deprecated
func (*SignedAggregateAttestationAndProof) Descriptor() ([]byte, []int)
Deprecated: Use SignedAggregateAttestationAndProof.ProtoReflect.Descriptor instead.
func (*SignedAggregateAttestationAndProof) GetMessage ¶
func (x *SignedAggregateAttestationAndProof) GetMessage() *AggregateAttestationAndProof
func (*SignedAggregateAttestationAndProof) GetSignature ¶
func (x *SignedAggregateAttestationAndProof) GetSignature() []byte
func (*SignedAggregateAttestationAndProof) HashTreeRoot ¶
func (s *SignedAggregateAttestationAndProof) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SignedAggregateAttestationAndProof object
func (*SignedAggregateAttestationAndProof) HashTreeRootWith ¶
func (s *SignedAggregateAttestationAndProof) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SignedAggregateAttestationAndProof object with a hasher
func (*SignedAggregateAttestationAndProof) MarshalSSZ ¶
func (s *SignedAggregateAttestationAndProof) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SignedAggregateAttestationAndProof object
func (*SignedAggregateAttestationAndProof) MarshalSSZTo ¶
func (s *SignedAggregateAttestationAndProof) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SignedAggregateAttestationAndProof object to a target array
func (*SignedAggregateAttestationAndProof) ProtoMessage ¶
func (*SignedAggregateAttestationAndProof) ProtoMessage()
func (*SignedAggregateAttestationAndProof) ProtoReflect ¶
func (x *SignedAggregateAttestationAndProof) ProtoReflect() protoreflect.Message
func (*SignedAggregateAttestationAndProof) Reset ¶
func (x *SignedAggregateAttestationAndProof) Reset()
func (*SignedAggregateAttestationAndProof) SizeSSZ ¶
func (s *SignedAggregateAttestationAndProof) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SignedAggregateAttestationAndProof object
func (*SignedAggregateAttestationAndProof) String ¶
func (x *SignedAggregateAttestationAndProof) String() string
func (*SignedAggregateAttestationAndProof) UnmarshalSSZ ¶
func (s *SignedAggregateAttestationAndProof) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SignedAggregateAttestationAndProof object
type SignedBeaconBlock ¶
type SignedBeaconBlock struct { Block *BeaconBlock `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func (*SignedBeaconBlock) Descriptor
deprecated
func (*SignedBeaconBlock) Descriptor() ([]byte, []int)
Deprecated: Use SignedBeaconBlock.ProtoReflect.Descriptor instead.
func (*SignedBeaconBlock) GetBlock ¶
func (x *SignedBeaconBlock) GetBlock() *BeaconBlock
func (*SignedBeaconBlock) GetSignature ¶
func (x *SignedBeaconBlock) GetSignature() []byte
func (*SignedBeaconBlock) HashTreeRoot ¶
func (s *SignedBeaconBlock) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SignedBeaconBlock object
func (*SignedBeaconBlock) HashTreeRootWith ¶
func (s *SignedBeaconBlock) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SignedBeaconBlock object with a hasher
func (*SignedBeaconBlock) MarshalSSZ ¶
func (s *SignedBeaconBlock) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SignedBeaconBlock object
func (*SignedBeaconBlock) MarshalSSZTo ¶
func (s *SignedBeaconBlock) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SignedBeaconBlock object to a target array
func (*SignedBeaconBlock) ProtoMessage ¶
func (*SignedBeaconBlock) ProtoMessage()
func (*SignedBeaconBlock) ProtoReflect ¶
func (x *SignedBeaconBlock) ProtoReflect() protoreflect.Message
func (*SignedBeaconBlock) Reset ¶
func (x *SignedBeaconBlock) Reset()
func (*SignedBeaconBlock) SizeSSZ ¶
func (s *SignedBeaconBlock) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SignedBeaconBlock object
func (*SignedBeaconBlock) String ¶
func (x *SignedBeaconBlock) String() string
func (*SignedBeaconBlock) UnmarshalSSZ ¶
func (s *SignedBeaconBlock) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SignedBeaconBlock object
type SignedBeaconBlockHeader ¶
type SignedBeaconBlockHeader struct { Message *BeaconBlockHeader `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func (*SignedBeaconBlockHeader) Descriptor
deprecated
func (*SignedBeaconBlockHeader) Descriptor() ([]byte, []int)
Deprecated: Use SignedBeaconBlockHeader.ProtoReflect.Descriptor instead.
func (*SignedBeaconBlockHeader) GetMessage ¶
func (x *SignedBeaconBlockHeader) GetMessage() *BeaconBlockHeader
func (*SignedBeaconBlockHeader) GetSignature ¶
func (x *SignedBeaconBlockHeader) GetSignature() []byte
func (*SignedBeaconBlockHeader) HashTreeRoot ¶
func (s *SignedBeaconBlockHeader) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SignedBeaconBlockHeader object
func (*SignedBeaconBlockHeader) HashTreeRootWith ¶
func (s *SignedBeaconBlockHeader) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SignedBeaconBlockHeader object with a hasher
func (*SignedBeaconBlockHeader) MarshalSSZ ¶
func (s *SignedBeaconBlockHeader) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SignedBeaconBlockHeader object
func (*SignedBeaconBlockHeader) MarshalSSZTo ¶
func (s *SignedBeaconBlockHeader) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SignedBeaconBlockHeader object to a target array
func (*SignedBeaconBlockHeader) ProtoMessage ¶
func (*SignedBeaconBlockHeader) ProtoMessage()
func (*SignedBeaconBlockHeader) ProtoReflect ¶
func (x *SignedBeaconBlockHeader) ProtoReflect() protoreflect.Message
func (*SignedBeaconBlockHeader) Reset ¶
func (x *SignedBeaconBlockHeader) Reset()
func (*SignedBeaconBlockHeader) SizeSSZ ¶
func (s *SignedBeaconBlockHeader) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SignedBeaconBlockHeader object
func (*SignedBeaconBlockHeader) String ¶
func (x *SignedBeaconBlockHeader) String() string
func (*SignedBeaconBlockHeader) UnmarshalSSZ ¶
func (s *SignedBeaconBlockHeader) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SignedBeaconBlockHeader object
type SignedBeaconBlockV1 ¶
type SignedBeaconBlockV1 struct { Block *BeaconBlockV1 `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func (*SignedBeaconBlockV1) Descriptor
deprecated
func (*SignedBeaconBlockV1) Descriptor() ([]byte, []int)
Deprecated: Use SignedBeaconBlockV1.ProtoReflect.Descriptor instead.
func (*SignedBeaconBlockV1) GetBlock ¶
func (x *SignedBeaconBlockV1) GetBlock() *BeaconBlockV1
func (*SignedBeaconBlockV1) GetSignature ¶
func (x *SignedBeaconBlockV1) GetSignature() []byte
func (*SignedBeaconBlockV1) HashTreeRoot ¶
func (s *SignedBeaconBlockV1) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SignedBeaconBlockV1 object
func (*SignedBeaconBlockV1) HashTreeRootWith ¶
func (s *SignedBeaconBlockV1) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SignedBeaconBlockV1 object with a hasher
func (*SignedBeaconBlockV1) MarshalSSZ ¶
func (s *SignedBeaconBlockV1) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SignedBeaconBlockV1 object
func (*SignedBeaconBlockV1) MarshalSSZTo ¶
func (s *SignedBeaconBlockV1) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SignedBeaconBlockV1 object to a target array
func (*SignedBeaconBlockV1) ProtoMessage ¶
func (*SignedBeaconBlockV1) ProtoMessage()
func (*SignedBeaconBlockV1) ProtoReflect ¶
func (x *SignedBeaconBlockV1) ProtoReflect() protoreflect.Message
func (*SignedBeaconBlockV1) Reset ¶
func (x *SignedBeaconBlockV1) Reset()
func (*SignedBeaconBlockV1) SizeSSZ ¶
func (s *SignedBeaconBlockV1) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SignedBeaconBlockV1 object
func (*SignedBeaconBlockV1) String ¶
func (x *SignedBeaconBlockV1) String() string
func (*SignedBeaconBlockV1) UnmarshalSSZ ¶
func (s *SignedBeaconBlockV1) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SignedBeaconBlockV1 object
type SignedVoluntaryExit ¶
type SignedVoluntaryExit struct { Message *VoluntaryExit `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` // contains filtered or unexported fields }
func (*SignedVoluntaryExit) Descriptor
deprecated
func (*SignedVoluntaryExit) Descriptor() ([]byte, []int)
Deprecated: Use SignedVoluntaryExit.ProtoReflect.Descriptor instead.
func (*SignedVoluntaryExit) GetMessage ¶
func (x *SignedVoluntaryExit) GetMessage() *VoluntaryExit
func (*SignedVoluntaryExit) GetSignature ¶
func (x *SignedVoluntaryExit) GetSignature() []byte
func (*SignedVoluntaryExit) HashTreeRoot ¶
func (s *SignedVoluntaryExit) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the SignedVoluntaryExit object
func (*SignedVoluntaryExit) HashTreeRootWith ¶
func (s *SignedVoluntaryExit) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the SignedVoluntaryExit object with a hasher
func (*SignedVoluntaryExit) MarshalSSZ ¶
func (s *SignedVoluntaryExit) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the SignedVoluntaryExit object
func (*SignedVoluntaryExit) MarshalSSZTo ¶
func (s *SignedVoluntaryExit) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the SignedVoluntaryExit object to a target array
func (*SignedVoluntaryExit) ProtoMessage ¶
func (*SignedVoluntaryExit) ProtoMessage()
func (*SignedVoluntaryExit) ProtoReflect ¶
func (x *SignedVoluntaryExit) ProtoReflect() protoreflect.Message
func (*SignedVoluntaryExit) Reset ¶
func (x *SignedVoluntaryExit) Reset()
func (*SignedVoluntaryExit) SizeSSZ ¶
func (s *SignedVoluntaryExit) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the SignedVoluntaryExit object
func (*SignedVoluntaryExit) String ¶
func (x *SignedVoluntaryExit) String() string
func (*SignedVoluntaryExit) UnmarshalSSZ ¶
func (s *SignedVoluntaryExit) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the SignedVoluntaryExit object
type SpecResponse ¶
type SpecResponse struct { Data map[string]string `` /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
func (*SpecResponse) Descriptor
deprecated
func (*SpecResponse) Descriptor() ([]byte, []int)
Deprecated: Use SpecResponse.ProtoReflect.Descriptor instead.
func (*SpecResponse) GetData ¶
func (x *SpecResponse) GetData() map[string]string
func (*SpecResponse) ProtoMessage ¶
func (*SpecResponse) ProtoMessage()
func (*SpecResponse) ProtoReflect ¶
func (x *SpecResponse) ProtoReflect() protoreflect.Message
func (*SpecResponse) Reset ¶
func (x *SpecResponse) Reset()
func (*SpecResponse) String ¶
func (x *SpecResponse) String() string
type StateCommitteesRequest ¶
type StateCommitteesRequest struct { StateId []byte `protobuf:"bytes,1,opt,name=state_id,json=stateId,proto3" json:"state_id,omitempty"` Epoch *github_com_prysmaticlabs_eth2_types.Epoch `protobuf:"varint,2,opt,name=epoch,proto3,oneof" json:"epoch,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Epoch"` Index *github_com_prysmaticlabs_eth2_types.CommitteeIndex `` /* 133-byte string literal not displayed */ Slot *github_com_prysmaticlabs_eth2_types.Slot `protobuf:"varint,4,opt,name=slot,proto3,oneof" json:"slot,omitempty" cast-type:"github.com/prysmaticlabs/eth2-types.Slot"` // contains filtered or unexported fields }
func (*StateCommitteesRequest) Descriptor
deprecated
func (*StateCommitteesRequest) Descriptor() ([]byte, []int)
Deprecated: Use StateCommitteesRequest.ProtoReflect.Descriptor instead.
func (*StateCommitteesRequest) GetEpoch ¶
func (x *StateCommitteesRequest) GetEpoch() github_com_prysmaticlabs_eth2_types.Epoch
func (*StateCommitteesRequest) GetIndex ¶
func (x *StateCommitteesRequest) GetIndex() github_com_prysmaticlabs_eth2_types.CommitteeIndex
func (*StateCommitteesRequest) GetSlot ¶
func (x *StateCommitteesRequest) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
func (*StateCommitteesRequest) GetStateId ¶
func (x *StateCommitteesRequest) GetStateId() []byte
func (*StateCommitteesRequest) ProtoMessage ¶
func (*StateCommitteesRequest) ProtoMessage()
func (*StateCommitteesRequest) ProtoReflect ¶
func (x *StateCommitteesRequest) ProtoReflect() protoreflect.Message
func (*StateCommitteesRequest) Reset ¶
func (x *StateCommitteesRequest) Reset()
func (*StateCommitteesRequest) String ¶
func (x *StateCommitteesRequest) String() string
type StateCommitteesResponse ¶
type StateCommitteesResponse struct { Data []*Committee `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*StateCommitteesResponse) Descriptor
deprecated
func (*StateCommitteesResponse) Descriptor() ([]byte, []int)
Deprecated: Use StateCommitteesResponse.ProtoReflect.Descriptor instead.
func (*StateCommitteesResponse) GetData ¶
func (x *StateCommitteesResponse) GetData() []*Committee
func (*StateCommitteesResponse) ProtoMessage ¶
func (*StateCommitteesResponse) ProtoMessage()
func (*StateCommitteesResponse) ProtoReflect ¶
func (x *StateCommitteesResponse) ProtoReflect() protoreflect.Message
func (*StateCommitteesResponse) Reset ¶
func (x *StateCommitteesResponse) Reset()
func (*StateCommitteesResponse) String ¶
func (x *StateCommitteesResponse) String() string
type StateFinalityCheckpointResponse ¶
type StateFinalityCheckpointResponse struct { Data *StateFinalityCheckpointResponse_StateFinalityCheckpoint `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*StateFinalityCheckpointResponse) Descriptor
deprecated
func (*StateFinalityCheckpointResponse) Descriptor() ([]byte, []int)
Deprecated: Use StateFinalityCheckpointResponse.ProtoReflect.Descriptor instead.
func (*StateFinalityCheckpointResponse) GetData ¶
func (x *StateFinalityCheckpointResponse) GetData() *StateFinalityCheckpointResponse_StateFinalityCheckpoint
func (*StateFinalityCheckpointResponse) ProtoMessage ¶
func (*StateFinalityCheckpointResponse) ProtoMessage()
func (*StateFinalityCheckpointResponse) ProtoReflect ¶
func (x *StateFinalityCheckpointResponse) ProtoReflect() protoreflect.Message
func (*StateFinalityCheckpointResponse) Reset ¶
func (x *StateFinalityCheckpointResponse) Reset()
func (*StateFinalityCheckpointResponse) String ¶
func (x *StateFinalityCheckpointResponse) String() string
type StateFinalityCheckpointResponse_StateFinalityCheckpoint ¶
type StateFinalityCheckpointResponse_StateFinalityCheckpoint struct { PreviousJustified *Checkpoint `protobuf:"bytes,1,opt,name=previous_justified,json=previousJustified,proto3" json:"previous_justified,omitempty"` CurrentJustified *Checkpoint `protobuf:"bytes,2,opt,name=current_justified,json=currentJustified,proto3" json:"current_justified,omitempty"` Finalized *Checkpoint `protobuf:"bytes,3,opt,name=finalized,proto3" json:"finalized,omitempty"` // contains filtered or unexported fields }
func (*StateFinalityCheckpointResponse_StateFinalityCheckpoint) Descriptor
deprecated
func (*StateFinalityCheckpointResponse_StateFinalityCheckpoint) Descriptor() ([]byte, []int)
Deprecated: Use StateFinalityCheckpointResponse_StateFinalityCheckpoint.ProtoReflect.Descriptor instead.
func (*StateFinalityCheckpointResponse_StateFinalityCheckpoint) GetCurrentJustified ¶
func (x *StateFinalityCheckpointResponse_StateFinalityCheckpoint) GetCurrentJustified() *Checkpoint
func (*StateFinalityCheckpointResponse_StateFinalityCheckpoint) GetFinalized ¶
func (x *StateFinalityCheckpointResponse_StateFinalityCheckpoint) GetFinalized() *Checkpoint
func (*StateFinalityCheckpointResponse_StateFinalityCheckpoint) GetPreviousJustified ¶
func (x *StateFinalityCheckpointResponse_StateFinalityCheckpoint) GetPreviousJustified() *Checkpoint
func (*StateFinalityCheckpointResponse_StateFinalityCheckpoint) ProtoMessage ¶
func (*StateFinalityCheckpointResponse_StateFinalityCheckpoint) ProtoMessage()
func (*StateFinalityCheckpointResponse_StateFinalityCheckpoint) ProtoReflect ¶
func (x *StateFinalityCheckpointResponse_StateFinalityCheckpoint) ProtoReflect() protoreflect.Message
func (*StateFinalityCheckpointResponse_StateFinalityCheckpoint) Reset ¶
func (x *StateFinalityCheckpointResponse_StateFinalityCheckpoint) Reset()
func (*StateFinalityCheckpointResponse_StateFinalityCheckpoint) String ¶
func (x *StateFinalityCheckpointResponse_StateFinalityCheckpoint) String() string
type StateForkResponse ¶
type StateForkResponse struct { Data *Fork `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*StateForkResponse) Descriptor
deprecated
func (*StateForkResponse) Descriptor() ([]byte, []int)
Deprecated: Use StateForkResponse.ProtoReflect.Descriptor instead.
func (*StateForkResponse) GetData ¶
func (x *StateForkResponse) GetData() *Fork
func (*StateForkResponse) ProtoMessage ¶
func (*StateForkResponse) ProtoMessage()
func (*StateForkResponse) ProtoReflect ¶
func (x *StateForkResponse) ProtoReflect() protoreflect.Message
func (*StateForkResponse) Reset ¶
func (x *StateForkResponse) Reset()
func (*StateForkResponse) String ¶
func (x *StateForkResponse) String() string
type StateRequest ¶
type StateRequest struct { StateId []byte `protobuf:"bytes,1,opt,name=state_id,json=stateId,proto3" json:"state_id,omitempty"` // contains filtered or unexported fields }
func (*StateRequest) Descriptor
deprecated
func (*StateRequest) Descriptor() ([]byte, []int)
Deprecated: Use StateRequest.ProtoReflect.Descriptor instead.
func (*StateRequest) GetStateId ¶
func (x *StateRequest) GetStateId() []byte
func (*StateRequest) ProtoMessage ¶
func (*StateRequest) ProtoMessage()
func (*StateRequest) ProtoReflect ¶
func (x *StateRequest) ProtoReflect() protoreflect.Message
func (*StateRequest) Reset ¶
func (x *StateRequest) Reset()
func (*StateRequest) String ¶
func (x *StateRequest) String() string
type StateRootResponse ¶
type StateRootResponse struct { Data *StateRootResponse_StateRoot `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*StateRootResponse) Descriptor
deprecated
func (*StateRootResponse) Descriptor() ([]byte, []int)
Deprecated: Use StateRootResponse.ProtoReflect.Descriptor instead.
func (*StateRootResponse) GetData ¶
func (x *StateRootResponse) GetData() *StateRootResponse_StateRoot
func (*StateRootResponse) ProtoMessage ¶
func (*StateRootResponse) ProtoMessage()
func (*StateRootResponse) ProtoReflect ¶
func (x *StateRootResponse) ProtoReflect() protoreflect.Message
func (*StateRootResponse) Reset ¶
func (x *StateRootResponse) Reset()
func (*StateRootResponse) String ¶
func (x *StateRootResponse) String() string
type StateRootResponse_StateRoot ¶
type StateRootResponse_StateRoot struct { Root []byte `protobuf:"bytes,1,opt,name=root,proto3" json:"root,omitempty" ssz-size:"32"` // contains filtered or unexported fields }
func (*StateRootResponse_StateRoot) Descriptor
deprecated
func (*StateRootResponse_StateRoot) Descriptor() ([]byte, []int)
Deprecated: Use StateRootResponse_StateRoot.ProtoReflect.Descriptor instead.
func (*StateRootResponse_StateRoot) GetRoot ¶
func (x *StateRootResponse_StateRoot) GetRoot() []byte
func (*StateRootResponse_StateRoot) ProtoMessage ¶
func (*StateRootResponse_StateRoot) ProtoMessage()
func (*StateRootResponse_StateRoot) ProtoReflect ¶
func (x *StateRootResponse_StateRoot) ProtoReflect() protoreflect.Message
func (*StateRootResponse_StateRoot) Reset ¶
func (x *StateRootResponse_StateRoot) Reset()
func (*StateRootResponse_StateRoot) String ¶
func (x *StateRootResponse_StateRoot) String() string
type StateValidatorRequest ¶
type StateValidatorRequest struct { StateId []byte `protobuf:"bytes,1,opt,name=state_id,json=stateId,proto3" json:"state_id,omitempty"` ValidatorId []byte `protobuf:"bytes,2,opt,name=validator_id,json=validatorId,proto3" json:"validator_id,omitempty"` // contains filtered or unexported fields }
func (*StateValidatorRequest) Descriptor
deprecated
func (*StateValidatorRequest) Descriptor() ([]byte, []int)
Deprecated: Use StateValidatorRequest.ProtoReflect.Descriptor instead.
func (*StateValidatorRequest) GetStateId ¶
func (x *StateValidatorRequest) GetStateId() []byte
func (*StateValidatorRequest) GetValidatorId ¶
func (x *StateValidatorRequest) GetValidatorId() []byte
func (*StateValidatorRequest) ProtoMessage ¶
func (*StateValidatorRequest) ProtoMessage()
func (*StateValidatorRequest) ProtoReflect ¶
func (x *StateValidatorRequest) ProtoReflect() protoreflect.Message
func (*StateValidatorRequest) Reset ¶
func (x *StateValidatorRequest) Reset()
func (*StateValidatorRequest) String ¶
func (x *StateValidatorRequest) String() string
type StateValidatorResponse ¶
type StateValidatorResponse struct { Data *ValidatorContainer `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*StateValidatorResponse) Descriptor
deprecated
func (*StateValidatorResponse) Descriptor() ([]byte, []int)
Deprecated: Use StateValidatorResponse.ProtoReflect.Descriptor instead.
func (*StateValidatorResponse) GetData ¶
func (x *StateValidatorResponse) GetData() *ValidatorContainer
func (*StateValidatorResponse) ProtoMessage ¶
func (*StateValidatorResponse) ProtoMessage()
func (*StateValidatorResponse) ProtoReflect ¶
func (x *StateValidatorResponse) ProtoReflect() protoreflect.Message
func (*StateValidatorResponse) Reset ¶
func (x *StateValidatorResponse) Reset()
func (*StateValidatorResponse) String ¶
func (x *StateValidatorResponse) String() string
type StateValidatorsRequest ¶
type StateValidatorsRequest struct { StateId []byte `protobuf:"bytes,1,opt,name=state_id,json=stateId,proto3" json:"state_id,omitempty"` Id [][]byte `protobuf:"bytes,2,rep,name=id,proto3" json:"id,omitempty"` Status []ValidatorStatus `protobuf:"varint,3,rep,packed,name=status,proto3,enum=ethereum.eth.v1.ValidatorStatus" json:"status,omitempty"` // contains filtered or unexported fields }
func (*StateValidatorsRequest) Descriptor
deprecated
func (*StateValidatorsRequest) Descriptor() ([]byte, []int)
Deprecated: Use StateValidatorsRequest.ProtoReflect.Descriptor instead.
func (*StateValidatorsRequest) GetId ¶
func (x *StateValidatorsRequest) GetId() [][]byte
func (*StateValidatorsRequest) GetStateId ¶
func (x *StateValidatorsRequest) GetStateId() []byte
func (*StateValidatorsRequest) GetStatus ¶
func (x *StateValidatorsRequest) GetStatus() []ValidatorStatus
func (*StateValidatorsRequest) ProtoMessage ¶
func (*StateValidatorsRequest) ProtoMessage()
func (*StateValidatorsRequest) ProtoReflect ¶
func (x *StateValidatorsRequest) ProtoReflect() protoreflect.Message
func (*StateValidatorsRequest) Reset ¶
func (x *StateValidatorsRequest) Reset()
func (*StateValidatorsRequest) String ¶
func (x *StateValidatorsRequest) String() string
type StateValidatorsResponse ¶
type StateValidatorsResponse struct { Data []*ValidatorContainer `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*StateValidatorsResponse) Descriptor
deprecated
func (*StateValidatorsResponse) Descriptor() ([]byte, []int)
Deprecated: Use StateValidatorsResponse.ProtoReflect.Descriptor instead.
func (*StateValidatorsResponse) GetData ¶
func (x *StateValidatorsResponse) GetData() []*ValidatorContainer
func (*StateValidatorsResponse) ProtoMessage ¶
func (*StateValidatorsResponse) ProtoMessage()
func (*StateValidatorsResponse) ProtoReflect ¶
func (x *StateValidatorsResponse) ProtoReflect() protoreflect.Message
func (*StateValidatorsResponse) Reset ¶
func (x *StateValidatorsResponse) Reset()
func (*StateValidatorsResponse) String ¶
func (x *StateValidatorsResponse) String() string
type StreamEventsRequest ¶
type StreamEventsRequest struct { Topics []string `protobuf:"bytes,1,rep,name=topics,proto3" json:"topics,omitempty"` // contains filtered or unexported fields }
func (*StreamEventsRequest) Descriptor
deprecated
func (*StreamEventsRequest) Descriptor() ([]byte, []int)
Deprecated: Use StreamEventsRequest.ProtoReflect.Descriptor instead.
func (*StreamEventsRequest) GetTopics ¶
func (x *StreamEventsRequest) GetTopics() []string
func (*StreamEventsRequest) ProtoMessage ¶
func (*StreamEventsRequest) ProtoMessage()
func (*StreamEventsRequest) ProtoReflect ¶
func (x *StreamEventsRequest) ProtoReflect() protoreflect.Message
func (*StreamEventsRequest) Reset ¶
func (x *StreamEventsRequest) Reset()
func (*StreamEventsRequest) String ¶
func (x *StreamEventsRequest) String() string
type SubmitAttestationsRequest ¶
type SubmitAttestationsRequest struct { Data []*Attestation `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*SubmitAttestationsRequest) Descriptor
deprecated
func (*SubmitAttestationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use SubmitAttestationsRequest.ProtoReflect.Descriptor instead.
func (*SubmitAttestationsRequest) GetData ¶
func (x *SubmitAttestationsRequest) GetData() []*Attestation
func (*SubmitAttestationsRequest) ProtoMessage ¶
func (*SubmitAttestationsRequest) ProtoMessage()
func (*SubmitAttestationsRequest) ProtoReflect ¶
func (x *SubmitAttestationsRequest) ProtoReflect() protoreflect.Message
func (*SubmitAttestationsRequest) Reset ¶
func (x *SubmitAttestationsRequest) Reset()
func (*SubmitAttestationsRequest) String ¶
func (x *SubmitAttestationsRequest) String() string
type SyncInfo ¶
type SyncInfo struct { HeadSlot github_com_prysmaticlabs_eth2_types.Slot `` /* 139-byte string literal not displayed */ SyncDistance github_com_prysmaticlabs_eth2_types.Slot `` /* 151-byte string literal not displayed */ IsSyncing bool `protobuf:"varint,3,opt,name=is_syncing,json=isSyncing,proto3" json:"is_syncing,omitempty"` // contains filtered or unexported fields }
func (*SyncInfo) Descriptor
deprecated
func (*SyncInfo) GetHeadSlot ¶
func (x *SyncInfo) GetHeadSlot() github_com_prysmaticlabs_eth2_types.Slot
func (*SyncInfo) GetIsSyncing ¶
func (*SyncInfo) GetSyncDistance ¶
func (x *SyncInfo) GetSyncDistance() github_com_prysmaticlabs_eth2_types.Slot
func (*SyncInfo) ProtoMessage ¶
func (*SyncInfo) ProtoMessage()
func (*SyncInfo) ProtoReflect ¶
func (x *SyncInfo) ProtoReflect() protoreflect.Message
type SyncingResponse ¶
type SyncingResponse struct { Data *SyncInfo `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*SyncingResponse) Descriptor
deprecated
func (*SyncingResponse) Descriptor() ([]byte, []int)
Deprecated: Use SyncingResponse.ProtoReflect.Descriptor instead.
func (*SyncingResponse) GetData ¶
func (x *SyncingResponse) GetData() *SyncInfo
func (*SyncingResponse) ProtoMessage ¶
func (*SyncingResponse) ProtoMessage()
func (*SyncingResponse) ProtoReflect ¶
func (x *SyncingResponse) ProtoReflect() protoreflect.Message
func (*SyncingResponse) Reset ¶
func (x *SyncingResponse) Reset()
func (*SyncingResponse) String ¶
func (x *SyncingResponse) String() string
type UnimplementedBeaconChainServer ¶
type UnimplementedBeaconChainServer struct { }
UnimplementedBeaconChainServer can be embedded to have forward compatible implementations.
func (*UnimplementedBeaconChainServer) GetBlock ¶
func (*UnimplementedBeaconChainServer) GetBlock(context.Context, *BlockRequest) (*BlockResponse, error)
func (*UnimplementedBeaconChainServer) GetBlockHeader ¶
func (*UnimplementedBeaconChainServer) GetBlockHeader(context.Context, *BlockRequest) (*BlockHeaderResponse, error)
func (*UnimplementedBeaconChainServer) GetBlockRoot ¶
func (*UnimplementedBeaconChainServer) GetBlockRoot(context.Context, *BlockRequest) (*BlockRootResponse, error)
func (*UnimplementedBeaconChainServer) GetDepositContract ¶
func (*UnimplementedBeaconChainServer) GetDepositContract(context.Context, *empty.Empty) (*DepositContractResponse, error)
func (*UnimplementedBeaconChainServer) GetFinalityCheckpoints ¶
func (*UnimplementedBeaconChainServer) GetFinalityCheckpoints(context.Context, *StateRequest) (*StateFinalityCheckpointResponse, error)
func (*UnimplementedBeaconChainServer) GetForkSchedule ¶
func (*UnimplementedBeaconChainServer) GetForkSchedule(context.Context, *empty.Empty) (*ForkScheduleResponse, error)
func (*UnimplementedBeaconChainServer) GetGenesis ¶
func (*UnimplementedBeaconChainServer) GetGenesis(context.Context, *empty.Empty) (*GenesisResponse, error)
func (*UnimplementedBeaconChainServer) GetSpec ¶
func (*UnimplementedBeaconChainServer) GetSpec(context.Context, *empty.Empty) (*SpecResponse, error)
func (*UnimplementedBeaconChainServer) GetStateFork ¶
func (*UnimplementedBeaconChainServer) GetStateFork(context.Context, *StateRequest) (*StateForkResponse, error)
func (*UnimplementedBeaconChainServer) GetStateRoot ¶
func (*UnimplementedBeaconChainServer) GetStateRoot(context.Context, *StateRequest) (*StateRootResponse, error)
func (*UnimplementedBeaconChainServer) GetValidator ¶
func (*UnimplementedBeaconChainServer) GetValidator(context.Context, *StateValidatorRequest) (*StateValidatorResponse, error)
func (*UnimplementedBeaconChainServer) ListBlockAttestations ¶
func (*UnimplementedBeaconChainServer) ListBlockAttestations(context.Context, *BlockRequest) (*BlockAttestationsResponse, error)
func (*UnimplementedBeaconChainServer) ListBlockHeaders ¶
func (*UnimplementedBeaconChainServer) ListBlockHeaders(context.Context, *BlockHeadersRequest) (*BlockHeadersResponse, error)
func (*UnimplementedBeaconChainServer) ListCommittees ¶
func (*UnimplementedBeaconChainServer) ListCommittees(context.Context, *StateCommitteesRequest) (*StateCommitteesResponse, error)
func (*UnimplementedBeaconChainServer) ListPoolAttestations ¶
func (*UnimplementedBeaconChainServer) ListPoolAttestations(context.Context, *AttestationsPoolRequest) (*AttestationsPoolResponse, error)
func (*UnimplementedBeaconChainServer) ListPoolAttesterSlashings ¶
func (*UnimplementedBeaconChainServer) ListPoolAttesterSlashings(context.Context, *empty.Empty) (*AttesterSlashingsPoolResponse, error)
func (*UnimplementedBeaconChainServer) ListPoolProposerSlashings ¶
func (*UnimplementedBeaconChainServer) ListPoolProposerSlashings(context.Context, *empty.Empty) (*ProposerSlashingPoolResponse, error)
func (*UnimplementedBeaconChainServer) ListPoolVoluntaryExits ¶
func (*UnimplementedBeaconChainServer) ListPoolVoluntaryExits(context.Context, *empty.Empty) (*VoluntaryExitsPoolResponse, error)
func (*UnimplementedBeaconChainServer) ListValidatorBalances ¶
func (*UnimplementedBeaconChainServer) ListValidatorBalances(context.Context, *ValidatorBalancesRequest) (*ValidatorBalancesResponse, error)
func (*UnimplementedBeaconChainServer) ListValidators ¶
func (*UnimplementedBeaconChainServer) ListValidators(context.Context, *StateValidatorsRequest) (*StateValidatorsResponse, error)
func (*UnimplementedBeaconChainServer) SubmitAttestations ¶
func (*UnimplementedBeaconChainServer) SubmitAttestations(context.Context, *SubmitAttestationsRequest) (*empty.Empty, error)
func (*UnimplementedBeaconChainServer) SubmitAttesterSlashing ¶
func (*UnimplementedBeaconChainServer) SubmitAttesterSlashing(context.Context, *AttesterSlashing) (*empty.Empty, error)
func (*UnimplementedBeaconChainServer) SubmitBlock ¶
func (*UnimplementedBeaconChainServer) SubmitBlock(context.Context, *BeaconBlockContainer) (*empty.Empty, error)
func (*UnimplementedBeaconChainServer) SubmitProposerSlashing ¶
func (*UnimplementedBeaconChainServer) SubmitProposerSlashing(context.Context, *ProposerSlashing) (*empty.Empty, error)
func (*UnimplementedBeaconChainServer) SubmitVoluntaryExit ¶
func (*UnimplementedBeaconChainServer) SubmitVoluntaryExit(context.Context, *SignedVoluntaryExit) (*empty.Empty, error)
type UnimplementedBeaconDebugServer ¶
type UnimplementedBeaconDebugServer struct { }
UnimplementedBeaconDebugServer can be embedded to have forward compatible implementations.
func (*UnimplementedBeaconDebugServer) GetBeaconState ¶
func (*UnimplementedBeaconDebugServer) GetBeaconState(context.Context, *StateRequest) (*BeaconStateResponse, error)
func (*UnimplementedBeaconDebugServer) GetBeaconStateSsz ¶
func (*UnimplementedBeaconDebugServer) GetBeaconStateSsz(context.Context, *StateRequest) (*BeaconStateSszResponse, error)
func (*UnimplementedBeaconDebugServer) ListForkChoiceHeads ¶
func (*UnimplementedBeaconDebugServer) ListForkChoiceHeads(context.Context, *empty.Empty) (*ForkChoiceHeadsResponse, error)
type UnimplementedBeaconNodeServer ¶
type UnimplementedBeaconNodeServer struct { }
UnimplementedBeaconNodeServer can be embedded to have forward compatible implementations.
func (*UnimplementedBeaconNodeServer) GetIdentity ¶
func (*UnimplementedBeaconNodeServer) GetIdentity(context.Context, *empty.Empty) (*IdentityResponse, error)
func (*UnimplementedBeaconNodeServer) GetPeer ¶
func (*UnimplementedBeaconNodeServer) GetPeer(context.Context, *PeerRequest) (*PeerResponse, error)
func (*UnimplementedBeaconNodeServer) GetSyncStatus ¶
func (*UnimplementedBeaconNodeServer) GetSyncStatus(context.Context, *empty.Empty) (*SyncingResponse, error)
func (*UnimplementedBeaconNodeServer) GetVersion ¶
func (*UnimplementedBeaconNodeServer) GetVersion(context.Context, *empty.Empty) (*VersionResponse, error)
func (*UnimplementedBeaconNodeServer) ListPeers ¶
func (*UnimplementedBeaconNodeServer) ListPeers(context.Context, *PeersRequest) (*PeersResponse, error)
func (*UnimplementedBeaconNodeServer) PeerCount ¶
func (*UnimplementedBeaconNodeServer) PeerCount(context.Context, *empty.Empty) (*PeerCountResponse, error)
type UnimplementedBeaconValidatorServer ¶
type UnimplementedBeaconValidatorServer struct { }
UnimplementedBeaconValidatorServer can be embedded to have forward compatible implementations.
func (*UnimplementedBeaconValidatorServer) GetAggregateAttestation ¶
func (*UnimplementedBeaconValidatorServer) GetAggregateAttestation(context.Context, *AggregateAttestationRequest) (*AttestationResponse, error)
func (*UnimplementedBeaconValidatorServer) GetAttestationData ¶
func (*UnimplementedBeaconValidatorServer) GetAttestationData(context.Context, *AttestationDataRequest) (*AttestationDataResponse, error)
func (*UnimplementedBeaconValidatorServer) GetAttesterDuties ¶
func (*UnimplementedBeaconValidatorServer) GetAttesterDuties(context.Context, *AttesterDutiesRequest) (*AttesterDutiesResponse, error)
func (*UnimplementedBeaconValidatorServer) GetBlock ¶
func (*UnimplementedBeaconValidatorServer) GetBlock(context.Context, *ProposerBlockRequest) (*ProposerBlockResponse, error)
func (*UnimplementedBeaconValidatorServer) GetProposerDuties ¶
func (*UnimplementedBeaconValidatorServer) GetProposerDuties(context.Context, *ProposerDutiesRequest) (*ProposerDutiesResponse, error)
func (*UnimplementedBeaconValidatorServer) SubmitAggregateAndProofs ¶
func (*UnimplementedBeaconValidatorServer) SubmitAggregateAndProofs(context.Context, *AggregateAndProofsSubmit) (*empty.Empty, error)
func (*UnimplementedBeaconValidatorServer) SubmitBeaconCommitteeSubscription ¶
func (*UnimplementedBeaconValidatorServer) SubmitBeaconCommitteeSubscription(context.Context, *BeaconCommitteeSubscribeSubmit) (*empty.Empty, error)
type UnimplementedEventsServer ¶
type UnimplementedEventsServer struct { }
UnimplementedEventsServer can be embedded to have forward compatible implementations.
func (*UnimplementedEventsServer) StreamEvents ¶
func (*UnimplementedEventsServer) StreamEvents(*StreamEventsRequest, Events_StreamEventsServer) error
type Validator ¶
type Validator struct { Pubkey []byte `protobuf:"bytes,1,opt,name=pubkey,proto3" json:"pubkey,omitempty" spec-name:"pubkey" ssz-size:"48"` WithdrawalCredentials []byte `` /* 138-byte string literal not displayed */ EffectiveBalance uint64 `protobuf:"varint,3,opt,name=effective_balance,json=effectiveBalance,proto3" json:"effective_balance,omitempty"` Slashed bool `protobuf:"varint,4,opt,name=slashed,proto3" json:"slashed,omitempty"` ActivationEligibilityEpoch github_com_prysmaticlabs_eth2_types.Epoch `` /* 196-byte string literal not displayed */ ActivationEpoch github_com_prysmaticlabs_eth2_types.Epoch `` /* 161-byte string literal not displayed */ ExitEpoch github_com_prysmaticlabs_eth2_types.Epoch `` /* 143-byte string literal not displayed */ WithdrawableEpoch github_com_prysmaticlabs_eth2_types.Epoch `` /* 167-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Validator) Descriptor
deprecated
func (*Validator) GetActivationEligibilityEpoch ¶
func (x *Validator) GetActivationEligibilityEpoch() github_com_prysmaticlabs_eth2_types.Epoch
func (*Validator) GetActivationEpoch ¶
func (x *Validator) GetActivationEpoch() github_com_prysmaticlabs_eth2_types.Epoch
func (*Validator) GetEffectiveBalance ¶
func (*Validator) GetExitEpoch ¶
func (x *Validator) GetExitEpoch() github_com_prysmaticlabs_eth2_types.Epoch
func (*Validator) GetSlashed ¶
func (*Validator) GetWithdrawableEpoch ¶
func (x *Validator) GetWithdrawableEpoch() github_com_prysmaticlabs_eth2_types.Epoch
func (*Validator) GetWithdrawalCredentials ¶
func (*Validator) HashTreeRoot ¶
HashTreeRoot ssz hashes the Validator object
func (*Validator) HashTreeRootWith ¶
HashTreeRootWith ssz hashes the Validator object with a hasher
func (*Validator) MarshalSSZ ¶
MarshalSSZ ssz marshals the Validator object
func (*Validator) MarshalSSZTo ¶
MarshalSSZTo ssz marshals the Validator object to a target array
func (*Validator) ProtoMessage ¶
func (*Validator) ProtoMessage()
func (*Validator) ProtoReflect ¶
func (x *Validator) ProtoReflect() protoreflect.Message
func (*Validator) UnmarshalSSZ ¶
UnmarshalSSZ ssz unmarshals the Validator object
type ValidatorBalance ¶
type ValidatorBalance struct { Index github_com_prysmaticlabs_eth2_types.ValidatorIndex `` /* 127-byte string literal not displayed */ Balance uint64 `protobuf:"varint,2,opt,name=balance,proto3" json:"balance,omitempty"` // contains filtered or unexported fields }
func (*ValidatorBalance) Descriptor
deprecated
func (*ValidatorBalance) Descriptor() ([]byte, []int)
Deprecated: Use ValidatorBalance.ProtoReflect.Descriptor instead.
func (*ValidatorBalance) GetBalance ¶
func (x *ValidatorBalance) GetBalance() uint64
func (*ValidatorBalance) GetIndex ¶
func (x *ValidatorBalance) GetIndex() github_com_prysmaticlabs_eth2_types.ValidatorIndex
func (*ValidatorBalance) ProtoMessage ¶
func (*ValidatorBalance) ProtoMessage()
func (*ValidatorBalance) ProtoReflect ¶
func (x *ValidatorBalance) ProtoReflect() protoreflect.Message
func (*ValidatorBalance) Reset ¶
func (x *ValidatorBalance) Reset()
func (*ValidatorBalance) String ¶
func (x *ValidatorBalance) String() string
type ValidatorBalancesRequest ¶
type ValidatorBalancesRequest struct { StateId []byte `protobuf:"bytes,1,opt,name=state_id,json=stateId,proto3" json:"state_id,omitempty"` Id [][]byte `protobuf:"bytes,2,rep,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*ValidatorBalancesRequest) Descriptor
deprecated
func (*ValidatorBalancesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ValidatorBalancesRequest.ProtoReflect.Descriptor instead.
func (*ValidatorBalancesRequest) GetId ¶
func (x *ValidatorBalancesRequest) GetId() [][]byte
func (*ValidatorBalancesRequest) GetStateId ¶
func (x *ValidatorBalancesRequest) GetStateId() []byte
func (*ValidatorBalancesRequest) ProtoMessage ¶
func (*ValidatorBalancesRequest) ProtoMessage()
func (*ValidatorBalancesRequest) ProtoReflect ¶
func (x *ValidatorBalancesRequest) ProtoReflect() protoreflect.Message
func (*ValidatorBalancesRequest) Reset ¶
func (x *ValidatorBalancesRequest) Reset()
func (*ValidatorBalancesRequest) String ¶
func (x *ValidatorBalancesRequest) String() string
type ValidatorBalancesResponse ¶
type ValidatorBalancesResponse struct { Data []*ValidatorBalance `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*ValidatorBalancesResponse) Descriptor
deprecated
func (*ValidatorBalancesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ValidatorBalancesResponse.ProtoReflect.Descriptor instead.
func (*ValidatorBalancesResponse) GetData ¶
func (x *ValidatorBalancesResponse) GetData() []*ValidatorBalance
func (*ValidatorBalancesResponse) ProtoMessage ¶
func (*ValidatorBalancesResponse) ProtoMessage()
func (*ValidatorBalancesResponse) ProtoReflect ¶
func (x *ValidatorBalancesResponse) ProtoReflect() protoreflect.Message
func (*ValidatorBalancesResponse) Reset ¶
func (x *ValidatorBalancesResponse) Reset()
func (*ValidatorBalancesResponse) String ¶
func (x *ValidatorBalancesResponse) String() string
type ValidatorContainer ¶
type ValidatorContainer struct { Index github_com_prysmaticlabs_eth2_types.ValidatorIndex `` /* 127-byte string literal not displayed */ Balance uint64 `protobuf:"varint,2,opt,name=balance,proto3" json:"balance,omitempty"` Status ValidatorStatus `protobuf:"varint,3,opt,name=status,proto3,enum=ethereum.eth.v1.ValidatorStatus" json:"status,omitempty"` Validator *Validator `protobuf:"bytes,4,opt,name=validator,proto3" json:"validator,omitempty"` // contains filtered or unexported fields }
func (*ValidatorContainer) Descriptor
deprecated
func (*ValidatorContainer) Descriptor() ([]byte, []int)
Deprecated: Use ValidatorContainer.ProtoReflect.Descriptor instead.
func (*ValidatorContainer) GetBalance ¶
func (x *ValidatorContainer) GetBalance() uint64
func (*ValidatorContainer) GetIndex ¶
func (x *ValidatorContainer) GetIndex() github_com_prysmaticlabs_eth2_types.ValidatorIndex
func (*ValidatorContainer) GetStatus ¶
func (x *ValidatorContainer) GetStatus() ValidatorStatus
func (*ValidatorContainer) GetValidator ¶
func (x *ValidatorContainer) GetValidator() *Validator
func (*ValidatorContainer) ProtoMessage ¶
func (*ValidatorContainer) ProtoMessage()
func (*ValidatorContainer) ProtoReflect ¶
func (x *ValidatorContainer) ProtoReflect() protoreflect.Message
func (*ValidatorContainer) Reset ¶
func (x *ValidatorContainer) Reset()
func (*ValidatorContainer) String ¶
func (x *ValidatorContainer) String() string
type ValidatorStatus ¶
type ValidatorStatus int32
const ( ValidatorStatus_PENDING_INITIALIZED ValidatorStatus = 0 ValidatorStatus_PENDING_QUEUED ValidatorStatus = 1 ValidatorStatus_ACTIVE_ONGOING ValidatorStatus = 2 ValidatorStatus_ACTIVE_EXITING ValidatorStatus = 3 ValidatorStatus_ACTIVE_SLASHED ValidatorStatus = 4 ValidatorStatus_EXITED_UNSLASHED ValidatorStatus = 5 ValidatorStatus_EXITED_SLASHED ValidatorStatus = 6 ValidatorStatus_WITHDRAWAL_POSSIBLE ValidatorStatus = 7 ValidatorStatus_WITHDRAWAL_DONE ValidatorStatus = 8 ValidatorStatus_ACTIVE ValidatorStatus = 9 ValidatorStatus_PENDING ValidatorStatus = 10 ValidatorStatus_EXITED ValidatorStatus = 11 ValidatorStatus_WITHDRAWAL ValidatorStatus = 12 )
func (ValidatorStatus) Descriptor ¶
func (ValidatorStatus) Descriptor() protoreflect.EnumDescriptor
func (ValidatorStatus) Enum ¶
func (x ValidatorStatus) Enum() *ValidatorStatus
func (ValidatorStatus) EnumDescriptor
deprecated
func (ValidatorStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use ValidatorStatus.Descriptor instead.
func (ValidatorStatus) Number ¶
func (x ValidatorStatus) Number() protoreflect.EnumNumber
func (ValidatorStatus) String ¶
func (x ValidatorStatus) String() string
func (ValidatorStatus) Type ¶
func (ValidatorStatus) Type() protoreflect.EnumType
type Version ¶
type Version struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*Version) Descriptor
deprecated
func (*Version) GetVersion ¶
func (*Version) ProtoMessage ¶
func (*Version) ProtoMessage()
func (*Version) ProtoReflect ¶
func (x *Version) ProtoReflect() protoreflect.Message
type VersionResponse ¶
type VersionResponse struct { Data *Version `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*VersionResponse) Descriptor
deprecated
func (*VersionResponse) Descriptor() ([]byte, []int)
Deprecated: Use VersionResponse.ProtoReflect.Descriptor instead.
func (*VersionResponse) GetData ¶
func (x *VersionResponse) GetData() *Version
func (*VersionResponse) ProtoMessage ¶
func (*VersionResponse) ProtoMessage()
func (*VersionResponse) ProtoReflect ¶
func (x *VersionResponse) ProtoReflect() protoreflect.Message
func (*VersionResponse) Reset ¶
func (x *VersionResponse) Reset()
func (*VersionResponse) String ¶
func (x *VersionResponse) String() string
type VoluntaryExit ¶
type VoluntaryExit 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"` ValidatorIndex github_com_prysmaticlabs_eth2_types.ValidatorIndex `` /* 167-byte string literal not displayed */ // contains filtered or unexported fields }
func (*VoluntaryExit) Descriptor
deprecated
func (*VoluntaryExit) Descriptor() ([]byte, []int)
Deprecated: Use VoluntaryExit.ProtoReflect.Descriptor instead.
func (*VoluntaryExit) GetEpoch ¶
func (x *VoluntaryExit) GetEpoch() github_com_prysmaticlabs_eth2_types.Epoch
func (*VoluntaryExit) GetValidatorIndex ¶
func (x *VoluntaryExit) GetValidatorIndex() github_com_prysmaticlabs_eth2_types.ValidatorIndex
func (*VoluntaryExit) HashTreeRoot ¶
func (v *VoluntaryExit) HashTreeRoot() ([32]byte, error)
HashTreeRoot ssz hashes the VoluntaryExit object
func (*VoluntaryExit) HashTreeRootWith ¶
func (v *VoluntaryExit) HashTreeRootWith(hh *ssz.Hasher) (err error)
HashTreeRootWith ssz hashes the VoluntaryExit object with a hasher
func (*VoluntaryExit) MarshalSSZ ¶
func (v *VoluntaryExit) MarshalSSZ() ([]byte, error)
MarshalSSZ ssz marshals the VoluntaryExit object
func (*VoluntaryExit) MarshalSSZTo ¶
func (v *VoluntaryExit) MarshalSSZTo(buf []byte) (dst []byte, err error)
MarshalSSZTo ssz marshals the VoluntaryExit object to a target array
func (*VoluntaryExit) ProtoMessage ¶
func (*VoluntaryExit) ProtoMessage()
func (*VoluntaryExit) ProtoReflect ¶
func (x *VoluntaryExit) ProtoReflect() protoreflect.Message
func (*VoluntaryExit) Reset ¶
func (x *VoluntaryExit) Reset()
func (*VoluntaryExit) SizeSSZ ¶
func (v *VoluntaryExit) SizeSSZ() (size int)
SizeSSZ returns the ssz encoded size in bytes for the VoluntaryExit object
func (*VoluntaryExit) String ¶
func (x *VoluntaryExit) String() string
func (*VoluntaryExit) UnmarshalSSZ ¶
func (v *VoluntaryExit) UnmarshalSSZ(buf []byte) error
UnmarshalSSZ ssz unmarshals the VoluntaryExit object
type VoluntaryExitsPoolResponse ¶
type VoluntaryExitsPoolResponse struct { Data []*SignedVoluntaryExit `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*VoluntaryExitsPoolResponse) Descriptor
deprecated
func (*VoluntaryExitsPoolResponse) Descriptor() ([]byte, []int)
Deprecated: Use VoluntaryExitsPoolResponse.ProtoReflect.Descriptor instead.
func (*VoluntaryExitsPoolResponse) GetData ¶
func (x *VoluntaryExitsPoolResponse) GetData() []*SignedVoluntaryExit
func (*VoluntaryExitsPoolResponse) ProtoMessage ¶
func (*VoluntaryExitsPoolResponse) ProtoMessage()
func (*VoluntaryExitsPoolResponse) ProtoReflect ¶
func (x *VoluntaryExitsPoolResponse) ProtoReflect() protoreflect.Message
func (*VoluntaryExitsPoolResponse) Reset ¶
func (x *VoluntaryExitsPoolResponse) Reset()
func (*VoluntaryExitsPoolResponse) String ¶
func (x *VoluntaryExitsPoolResponse) String() string
Source Files ¶
- attestation.pb.go
- beacon_block.pb.go
- beacon_chain_service.pb.go
- beacon_chain_service.pb.gw.go
- beacon_debug_service.pb.go
- beacon_debug_service.pb.gw.go
- beacon_state.pb.go
- events_service.pb.go
- events_service.pb.gw.go
- generated.ssz.go
- node.pb.go
- node.pb.gw.go
- validator.pb.go
- validator_service.pb.go
- validator_service.pb.gw.go