Versions in this module Expand all Collapse all v0 v0.0.4 Jan 15, 2025 v0.0.1 Jan 15, 2025 Changes in this version + var DeletedKeystoreStatus_Status_name = map[int32]string + var DeletedKeystoreStatus_Status_value = map[string]int32 + var DeletedRemoteKeysStatus_Status_name = map[int32]string + var DeletedRemoteKeysStatus_Status_value = map[string]int32 + var File_proto_eth_service_beacon_chain_service_proto protoreflect.FileDescriptor + var File_proto_eth_service_beacon_debug_service_proto protoreflect.FileDescriptor + var File_proto_eth_service_events_service_proto protoreflect.FileDescriptor + var File_proto_eth_service_key_management_proto protoreflect.FileDescriptor + var File_proto_eth_service_node_service_proto protoreflect.FileDescriptor + var File_proto_eth_service_validator_service_proto protoreflect.FileDescriptor + var ImportedKeystoreStatus_Status_name = map[int32]string + var ImportedKeystoreStatus_Status_value = map[string]int32 + var ImportedRemoteKeysStatus_Status_name = map[int32]string + var ImportedRemoteKeysStatus_Status_value = map[string]int32 + 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) + func RegisterKeyManagementHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterKeyManagementHandlerClient(ctx context.Context, mux *runtime.ServeMux, client KeyManagementClient) error + func RegisterKeyManagementHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterKeyManagementHandlerServer(ctx context.Context, mux *runtime.ServeMux, server KeyManagementServer) error + func RegisterKeyManagementServer(s *grpc.Server, srv KeyManagementServer) + type BeaconChainClient interface + GetBlindedBlock func(ctx context.Context, in *v1.BlockRequest, opts ...grpc.CallOption) (*v2.BlindedBlockResponse, error) + GetBlindedBlockSSZ func(ctx context.Context, in *v1.BlockRequest, opts ...grpc.CallOption) (*v2.SSZContainer, error) + GetBlock func(ctx context.Context, in *v1.BlockRequest, opts ...grpc.CallOption) (*v1.BlockResponse, error) + GetBlockSSZ func(ctx context.Context, in *v1.BlockRequest, opts ...grpc.CallOption) (*v1.BlockSSZResponse, error) + GetBlockSSZV2 func(ctx context.Context, in *v2.BlockRequestV2, opts ...grpc.CallOption) (*v2.SSZContainer, error) + GetBlockV2 func(ctx context.Context, in *v2.BlockRequestV2, opts ...grpc.CallOption) (*v2.BlockResponseV2, error) + GetForkSchedule func(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*v1.ForkScheduleResponse, error) + GetRandao func(ctx context.Context, in *v2.RandaoRequest, opts ...grpc.CallOption) (*v2.RandaoResponse, error) + GetSpec func(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*v1.SpecResponse, error) + GetStateRoot func(ctx context.Context, in *v1.StateRequest, opts ...grpc.CallOption) (*v1.StateRootResponse, error) + GetWeakSubjectivity func(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*v1.WeakSubjectivityResponse, error) + ListBLSToExecutionChanges func(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*v2.BLSToExecutionChangesPoolResponse, error) + ListBlockAttestations func(ctx context.Context, in *v1.BlockRequest, opts ...grpc.CallOption) (*v1.BlockAttestationsResponse, error) + ListPoolAttesterSlashings func(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*v1.AttesterSlashingsPoolResponse, error) + ListPoolProposerSlashings func(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*v1.ProposerSlashingPoolResponse, error) + ListSyncCommittees func(ctx context.Context, in *v2.StateSyncCommitteesRequest, ...) (*v2.StateSyncCommitteesResponse, error) + SubmitAttesterSlashing func(ctx context.Context, in *v1.AttesterSlashing, opts ...grpc.CallOption) (*empty.Empty, error) + SubmitProposerSlashing func(ctx context.Context, in *v1.ProposerSlashing, opts ...grpc.CallOption) (*empty.Empty, error) + SubmitSignedBLSToExecutionChanges func(ctx context.Context, in *v2.SubmitBLSToExecutionChangesRequest, ...) (*empty.Empty, error) + func NewBeaconChainClient(cc grpc.ClientConnInterface) BeaconChainClient + type BeaconChainServer interface + GetBlindedBlock func(context.Context, *v1.BlockRequest) (*v2.BlindedBlockResponse, error) + GetBlindedBlockSSZ func(context.Context, *v1.BlockRequest) (*v2.SSZContainer, error) + GetBlock func(context.Context, *v1.BlockRequest) (*v1.BlockResponse, error) + GetBlockSSZ func(context.Context, *v1.BlockRequest) (*v1.BlockSSZResponse, error) + GetBlockSSZV2 func(context.Context, *v2.BlockRequestV2) (*v2.SSZContainer, error) + GetBlockV2 func(context.Context, *v2.BlockRequestV2) (*v2.BlockResponseV2, error) + GetForkSchedule func(context.Context, *empty.Empty) (*v1.ForkScheduleResponse, error) + GetRandao func(context.Context, *v2.RandaoRequest) (*v2.RandaoResponse, error) + GetSpec func(context.Context, *empty.Empty) (*v1.SpecResponse, error) + GetStateRoot func(context.Context, *v1.StateRequest) (*v1.StateRootResponse, error) + GetWeakSubjectivity func(context.Context, *empty.Empty) (*v1.WeakSubjectivityResponse, error) + ListBLSToExecutionChanges func(context.Context, *empty.Empty) (*v2.BLSToExecutionChangesPoolResponse, error) + ListBlockAttestations func(context.Context, *v1.BlockRequest) (*v1.BlockAttestationsResponse, error) + ListPoolAttesterSlashings func(context.Context, *empty.Empty) (*v1.AttesterSlashingsPoolResponse, error) + ListPoolProposerSlashings func(context.Context, *empty.Empty) (*v1.ProposerSlashingPoolResponse, error) + ListSyncCommittees func(context.Context, *v2.StateSyncCommitteesRequest) (*v2.StateSyncCommitteesResponse, error) + SubmitAttesterSlashing func(context.Context, *v1.AttesterSlashing) (*empty.Empty, error) + SubmitProposerSlashing func(context.Context, *v1.ProposerSlashing) (*empty.Empty, error) + SubmitSignedBLSToExecutionChanges func(context.Context, *v2.SubmitBLSToExecutionChangesRequest) (*empty.Empty, error) + type BeaconDebugClient interface + GetBeaconStateSSZ func(ctx context.Context, in *v1.StateRequest, opts ...grpc.CallOption) (*v2.SSZContainer, error) + GetBeaconStateSSZV2 func(ctx context.Context, in *v2.BeaconStateRequestV2, opts ...grpc.CallOption) (*v2.SSZContainer, error) + GetBeaconStateV2 func(ctx context.Context, in *v2.BeaconStateRequestV2, opts ...grpc.CallOption) (*v2.BeaconStateResponseV2, error) + GetForkChoice func(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*v1.ForkChoiceDump, error) + ListForkChoiceHeadsV2 func(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*v2.ForkChoiceHeadsResponse, error) + func NewBeaconDebugClient(cc grpc.ClientConnInterface) BeaconDebugClient + type BeaconDebugServer interface + GetBeaconStateSSZ func(context.Context, *v1.StateRequest) (*v2.SSZContainer, error) + GetBeaconStateSSZV2 func(context.Context, *v2.BeaconStateRequestV2) (*v2.SSZContainer, error) + GetBeaconStateV2 func(context.Context, *v2.BeaconStateRequestV2) (*v2.BeaconStateResponseV2, error) + GetForkChoice func(context.Context, *empty.Empty) (*v1.ForkChoiceDump, error) + ListForkChoiceHeadsV2 func(context.Context, *empty.Empty) (*v2.ForkChoiceHeadsResponse, error) + type BeaconNodeClient interface + GetHealth func(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*empty.Empty, error) + GetIdentity func(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*v1.IdentityResponse, error) + GetPeer func(ctx context.Context, in *v1.PeerRequest, opts ...grpc.CallOption) (*v1.PeerResponse, error) + GetVersion func(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*v1.VersionResponse, error) + ListPeers func(ctx context.Context, in *v1.PeersRequest, opts ...grpc.CallOption) (*v1.PeersResponse, error) + PeerCount func(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*v1.PeerCountResponse, error) + func NewBeaconNodeClient(cc grpc.ClientConnInterface) BeaconNodeClient + type BeaconNodeServer interface + GetHealth func(context.Context, *empty.Empty) (*empty.Empty, error) + GetIdentity func(context.Context, *empty.Empty) (*v1.IdentityResponse, error) + GetPeer func(context.Context, *v1.PeerRequest) (*v1.PeerResponse, error) + GetVersion func(context.Context, *empty.Empty) (*v1.VersionResponse, error) + ListPeers func(context.Context, *v1.PeersRequest) (*v1.PeersResponse, error) + PeerCount func(context.Context, *empty.Empty) (*v1.PeerCountResponse, error) + type BeaconValidatorClient interface + ProduceBlindedBlock func(ctx context.Context, in *v1.ProduceBlockRequest, opts ...grpc.CallOption) (*v2.ProduceBlindedBlockResponse, error) + ProduceBlindedBlockSSZ func(ctx context.Context, in *v1.ProduceBlockRequest, opts ...grpc.CallOption) (*v2.SSZContainer, error) + ProduceBlockV2 func(ctx context.Context, in *v1.ProduceBlockRequest, opts ...grpc.CallOption) (*v2.ProduceBlockResponseV2, error) + ProduceBlockV2SSZ func(ctx context.Context, in *v1.ProduceBlockRequest, opts ...grpc.CallOption) (*v2.SSZContainer, error) + func NewBeaconValidatorClient(cc grpc.ClientConnInterface) BeaconValidatorClient + type BeaconValidatorServer interface + ProduceBlindedBlock func(context.Context, *v1.ProduceBlockRequest) (*v2.ProduceBlindedBlockResponse, error) + ProduceBlindedBlockSSZ func(context.Context, *v1.ProduceBlockRequest) (*v2.SSZContainer, error) + ProduceBlockV2 func(context.Context, *v1.ProduceBlockRequest) (*v2.ProduceBlockResponseV2, error) + ProduceBlockV2SSZ func(context.Context, *v1.ProduceBlockRequest) (*v2.SSZContainer, error) + type DeleteGasLimitRequest struct + Pubkey []byte + func (*DeleteGasLimitRequest) Descriptor() ([]byte, []int) + func (*DeleteGasLimitRequest) ProtoMessage() + func (x *DeleteGasLimitRequest) GetPubkey() []byte + func (x *DeleteGasLimitRequest) ProtoReflect() protoreflect.Message + func (x *DeleteGasLimitRequest) Reset() + func (x *DeleteGasLimitRequest) String() string + type DeleteKeystoresRequest struct + Pubkeys [][]byte + func (*DeleteKeystoresRequest) Descriptor() ([]byte, []int) + func (*DeleteKeystoresRequest) ProtoMessage() + func (x *DeleteKeystoresRequest) GetPubkeys() [][]byte + func (x *DeleteKeystoresRequest) ProtoReflect() protoreflect.Message + func (x *DeleteKeystoresRequest) Reset() + func (x *DeleteKeystoresRequest) String() string + type DeleteKeystoresResponse struct + Data []*DeletedKeystoreStatus + SlashingProtection string + func (*DeleteKeystoresResponse) Descriptor() ([]byte, []int) + func (*DeleteKeystoresResponse) ProtoMessage() + func (x *DeleteKeystoresResponse) GetData() []*DeletedKeystoreStatus + func (x *DeleteKeystoresResponse) GetSlashingProtection() string + func (x *DeleteKeystoresResponse) ProtoReflect() protoreflect.Message + func (x *DeleteKeystoresResponse) Reset() + func (x *DeleteKeystoresResponse) String() string + type DeleteRemoteKeysRequest struct + Pubkeys [][]byte + func (*DeleteRemoteKeysRequest) Descriptor() ([]byte, []int) + func (*DeleteRemoteKeysRequest) ProtoMessage() + func (x *DeleteRemoteKeysRequest) GetPubkeys() [][]byte + func (x *DeleteRemoteKeysRequest) ProtoReflect() protoreflect.Message + func (x *DeleteRemoteKeysRequest) Reset() + func (x *DeleteRemoteKeysRequest) String() string + type DeleteRemoteKeysResponse struct + Data []*DeletedRemoteKeysStatus + func (*DeleteRemoteKeysResponse) Descriptor() ([]byte, []int) + func (*DeleteRemoteKeysResponse) ProtoMessage() + func (x *DeleteRemoteKeysResponse) GetData() []*DeletedRemoteKeysStatus + func (x *DeleteRemoteKeysResponse) ProtoReflect() protoreflect.Message + func (x *DeleteRemoteKeysResponse) Reset() + func (x *DeleteRemoteKeysResponse) String() string + type DeletedKeystoreStatus struct + Message string + Status DeletedKeystoreStatus_Status + func (*DeletedKeystoreStatus) Descriptor() ([]byte, []int) + func (*DeletedKeystoreStatus) ProtoMessage() + func (x *DeletedKeystoreStatus) GetMessage() string + func (x *DeletedKeystoreStatus) GetStatus() DeletedKeystoreStatus_Status + func (x *DeletedKeystoreStatus) ProtoReflect() protoreflect.Message + func (x *DeletedKeystoreStatus) Reset() + func (x *DeletedKeystoreStatus) String() string + type DeletedKeystoreStatus_Status int32 + const DeletedKeystoreStatus_DELETED + const DeletedKeystoreStatus_ERROR + const DeletedKeystoreStatus_NOT_ACTIVE + const DeletedKeystoreStatus_NOT_FOUND + func (DeletedKeystoreStatus_Status) Descriptor() protoreflect.EnumDescriptor + func (DeletedKeystoreStatus_Status) EnumDescriptor() ([]byte, []int) + func (DeletedKeystoreStatus_Status) Type() protoreflect.EnumType + func (x DeletedKeystoreStatus_Status) Enum() *DeletedKeystoreStatus_Status + func (x DeletedKeystoreStatus_Status) Number() protoreflect.EnumNumber + func (x DeletedKeystoreStatus_Status) String() string + type DeletedRemoteKeysStatus struct + Message string + Status DeletedRemoteKeysStatus_Status + func (*DeletedRemoteKeysStatus) Descriptor() ([]byte, []int) + func (*DeletedRemoteKeysStatus) ProtoMessage() + func (x *DeletedRemoteKeysStatus) GetMessage() string + func (x *DeletedRemoteKeysStatus) GetStatus() DeletedRemoteKeysStatus_Status + func (x *DeletedRemoteKeysStatus) ProtoReflect() protoreflect.Message + func (x *DeletedRemoteKeysStatus) Reset() + func (x *DeletedRemoteKeysStatus) String() string + type DeletedRemoteKeysStatus_Status int32 + const DeletedRemoteKeysStatus_DELETED + const DeletedRemoteKeysStatus_ERROR + const DeletedRemoteKeysStatus_NOT_FOUND + func (DeletedRemoteKeysStatus_Status) Descriptor() protoreflect.EnumDescriptor + func (DeletedRemoteKeysStatus_Status) EnumDescriptor() ([]byte, []int) + func (DeletedRemoteKeysStatus_Status) Type() protoreflect.EnumType + func (x DeletedRemoteKeysStatus_Status) Enum() *DeletedRemoteKeysStatus_Status + func (x DeletedRemoteKeysStatus_Status) Number() protoreflect.EnumNumber + func (x DeletedRemoteKeysStatus_Status) String() string + type EventsClient interface + StreamEvents func(ctx context.Context, in *v1.StreamEventsRequest, opts ...grpc.CallOption) (Events_StreamEventsClient, error) + func NewEventsClient(cc grpc.ClientConnInterface) EventsClient + type EventsServer interface + StreamEvents func(*v1.StreamEventsRequest, Events_StreamEventsServer) error + type Events_StreamEventsClient interface + Recv func() (*gateway.EventSource, error) + type Events_StreamEventsServer interface + Send func(*gateway.EventSource) error + type GetFeeRecipientByPubkeyResponse struct + Data *GetFeeRecipientByPubkeyResponse_FeeRecipient + func (*GetFeeRecipientByPubkeyResponse) Descriptor() ([]byte, []int) + func (*GetFeeRecipientByPubkeyResponse) ProtoMessage() + func (x *GetFeeRecipientByPubkeyResponse) GetData() *GetFeeRecipientByPubkeyResponse_FeeRecipient + func (x *GetFeeRecipientByPubkeyResponse) ProtoReflect() protoreflect.Message + func (x *GetFeeRecipientByPubkeyResponse) Reset() + func (x *GetFeeRecipientByPubkeyResponse) String() string + type GetFeeRecipientByPubkeyResponse_FeeRecipient struct + Ethaddress []byte + Pubkey []byte + func (*GetFeeRecipientByPubkeyResponse_FeeRecipient) Descriptor() ([]byte, []int) + func (*GetFeeRecipientByPubkeyResponse_FeeRecipient) ProtoMessage() + func (x *GetFeeRecipientByPubkeyResponse_FeeRecipient) GetEthaddress() []byte + func (x *GetFeeRecipientByPubkeyResponse_FeeRecipient) GetPubkey() []byte + func (x *GetFeeRecipientByPubkeyResponse_FeeRecipient) ProtoReflect() protoreflect.Message + func (x *GetFeeRecipientByPubkeyResponse_FeeRecipient) Reset() + func (x *GetFeeRecipientByPubkeyResponse_FeeRecipient) String() string + type GetGasLimitResponse struct + Data *GetGasLimitResponse_GasLimit + func (*GetGasLimitResponse) Descriptor() ([]byte, []int) + func (*GetGasLimitResponse) ProtoMessage() + func (x *GetGasLimitResponse) GetData() *GetGasLimitResponse_GasLimit + func (x *GetGasLimitResponse) ProtoReflect() protoreflect.Message + func (x *GetGasLimitResponse) Reset() + func (x *GetGasLimitResponse) String() string + type GetGasLimitResponse_GasLimit struct + GasLimit uint64 + Pubkey []byte + func (*GetGasLimitResponse_GasLimit) Descriptor() ([]byte, []int) + func (*GetGasLimitResponse_GasLimit) ProtoMessage() + func (x *GetGasLimitResponse_GasLimit) GetGasLimit() uint64 + func (x *GetGasLimitResponse_GasLimit) GetPubkey() []byte + func (x *GetGasLimitResponse_GasLimit) ProtoReflect() protoreflect.Message + func (x *GetGasLimitResponse_GasLimit) Reset() + func (x *GetGasLimitResponse_GasLimit) String() string + type ImportKeystoresRequest struct + Keystores []string + Passwords []string + SlashingProtection string + func (*ImportKeystoresRequest) Descriptor() ([]byte, []int) + func (*ImportKeystoresRequest) ProtoMessage() + func (x *ImportKeystoresRequest) GetKeystores() []string + func (x *ImportKeystoresRequest) GetPasswords() []string + func (x *ImportKeystoresRequest) GetSlashingProtection() string + func (x *ImportKeystoresRequest) ProtoReflect() protoreflect.Message + func (x *ImportKeystoresRequest) Reset() + func (x *ImportKeystoresRequest) String() string + type ImportKeystoresResponse struct + Data []*ImportedKeystoreStatus + func (*ImportKeystoresResponse) Descriptor() ([]byte, []int) + func (*ImportKeystoresResponse) ProtoMessage() + func (x *ImportKeystoresResponse) GetData() []*ImportedKeystoreStatus + func (x *ImportKeystoresResponse) ProtoReflect() protoreflect.Message + func (x *ImportKeystoresResponse) Reset() + func (x *ImportKeystoresResponse) String() string + type ImportRemoteKeysRequest struct + RemoteKeys []*ImportRemoteKeysRequest_Keystore + func (*ImportRemoteKeysRequest) Descriptor() ([]byte, []int) + func (*ImportRemoteKeysRequest) ProtoMessage() + func (x *ImportRemoteKeysRequest) GetRemoteKeys() []*ImportRemoteKeysRequest_Keystore + func (x *ImportRemoteKeysRequest) ProtoReflect() protoreflect.Message + func (x *ImportRemoteKeysRequest) Reset() + func (x *ImportRemoteKeysRequest) String() string + type ImportRemoteKeysRequest_Keystore struct + Pubkey []byte + Url string + func (*ImportRemoteKeysRequest_Keystore) Descriptor() ([]byte, []int) + func (*ImportRemoteKeysRequest_Keystore) ProtoMessage() + func (x *ImportRemoteKeysRequest_Keystore) GetPubkey() []byte + func (x *ImportRemoteKeysRequest_Keystore) GetUrl() string + func (x *ImportRemoteKeysRequest_Keystore) ProtoReflect() protoreflect.Message + func (x *ImportRemoteKeysRequest_Keystore) Reset() + func (x *ImportRemoteKeysRequest_Keystore) String() string + type ImportRemoteKeysResponse struct + Data []*ImportedRemoteKeysStatus + func (*ImportRemoteKeysResponse) Descriptor() ([]byte, []int) + func (*ImportRemoteKeysResponse) ProtoMessage() + func (x *ImportRemoteKeysResponse) GetData() []*ImportedRemoteKeysStatus + func (x *ImportRemoteKeysResponse) ProtoReflect() protoreflect.Message + func (x *ImportRemoteKeysResponse) Reset() + func (x *ImportRemoteKeysResponse) String() string + type ImportedKeystoreStatus struct + Message string + Status ImportedKeystoreStatus_Status + func (*ImportedKeystoreStatus) Descriptor() ([]byte, []int) + func (*ImportedKeystoreStatus) ProtoMessage() + func (x *ImportedKeystoreStatus) GetMessage() string + func (x *ImportedKeystoreStatus) GetStatus() ImportedKeystoreStatus_Status + func (x *ImportedKeystoreStatus) ProtoReflect() protoreflect.Message + func (x *ImportedKeystoreStatus) Reset() + func (x *ImportedKeystoreStatus) String() string + type ImportedKeystoreStatus_Status int32 + const ImportedKeystoreStatus_DUPLICATE + const ImportedKeystoreStatus_ERROR + const ImportedKeystoreStatus_IMPORTED + func (ImportedKeystoreStatus_Status) Descriptor() protoreflect.EnumDescriptor + func (ImportedKeystoreStatus_Status) EnumDescriptor() ([]byte, []int) + func (ImportedKeystoreStatus_Status) Type() protoreflect.EnumType + func (x ImportedKeystoreStatus_Status) Enum() *ImportedKeystoreStatus_Status + func (x ImportedKeystoreStatus_Status) Number() protoreflect.EnumNumber + func (x ImportedKeystoreStatus_Status) String() string + type ImportedRemoteKeysStatus struct + Message string + Status ImportedRemoteKeysStatus_Status + func (*ImportedRemoteKeysStatus) Descriptor() ([]byte, []int) + func (*ImportedRemoteKeysStatus) ProtoMessage() + func (x *ImportedRemoteKeysStatus) GetMessage() string + func (x *ImportedRemoteKeysStatus) GetStatus() ImportedRemoteKeysStatus_Status + func (x *ImportedRemoteKeysStatus) ProtoReflect() protoreflect.Message + func (x *ImportedRemoteKeysStatus) Reset() + func (x *ImportedRemoteKeysStatus) String() string + type ImportedRemoteKeysStatus_Status int32 + const ImportedRemoteKeysStatus_DUPLICATE + const ImportedRemoteKeysStatus_ERROR + const ImportedRemoteKeysStatus_IMPORTED + const ImportedRemoteKeysStatus_UNKNOWN + func (ImportedRemoteKeysStatus_Status) Descriptor() protoreflect.EnumDescriptor + func (ImportedRemoteKeysStatus_Status) EnumDescriptor() ([]byte, []int) + func (ImportedRemoteKeysStatus_Status) Type() protoreflect.EnumType + func (x ImportedRemoteKeysStatus_Status) Enum() *ImportedRemoteKeysStatus_Status + func (x ImportedRemoteKeysStatus_Status) Number() protoreflect.EnumNumber + func (x ImportedRemoteKeysStatus_Status) String() string + type KeyManagementClient interface + DeleteFeeRecipientByPubkey func(ctx context.Context, in *PubkeyRequest, opts ...grpc.CallOption) (*empty.Empty, error) + DeleteGasLimit func(ctx context.Context, in *DeleteGasLimitRequest, opts ...grpc.CallOption) (*empty.Empty, error) + DeleteKeystores func(ctx context.Context, in *DeleteKeystoresRequest, opts ...grpc.CallOption) (*DeleteKeystoresResponse, error) + DeleteRemoteKeys func(ctx context.Context, in *DeleteRemoteKeysRequest, opts ...grpc.CallOption) (*DeleteRemoteKeysResponse, error) + GetGasLimit func(ctx context.Context, in *PubkeyRequest, opts ...grpc.CallOption) (*GetGasLimitResponse, error) + ImportKeystores func(ctx context.Context, in *ImportKeystoresRequest, opts ...grpc.CallOption) (*ImportKeystoresResponse, error) + ImportRemoteKeys func(ctx context.Context, in *ImportRemoteKeysRequest, opts ...grpc.CallOption) (*ImportRemoteKeysResponse, error) + ListFeeRecipientByPubkey func(ctx context.Context, in *PubkeyRequest, opts ...grpc.CallOption) (*GetFeeRecipientByPubkeyResponse, error) + ListKeystores func(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*ListKeystoresResponse, error) + ListRemoteKeys func(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*ListRemoteKeysResponse, error) + SetFeeRecipientByPubkey func(ctx context.Context, in *SetFeeRecipientByPubkeyRequest, ...) (*empty.Empty, error) + SetGasLimit func(ctx context.Context, in *SetGasLimitRequest, opts ...grpc.CallOption) (*empty.Empty, error) + SetVoluntaryExit func(ctx context.Context, in *SetVoluntaryExitRequest, opts ...grpc.CallOption) (*SetVoluntaryExitResponse, error) + func NewKeyManagementClient(cc grpc.ClientConnInterface) KeyManagementClient + type KeyManagementServer interface + DeleteFeeRecipientByPubkey func(context.Context, *PubkeyRequest) (*empty.Empty, error) + DeleteGasLimit func(context.Context, *DeleteGasLimitRequest) (*empty.Empty, error) + DeleteKeystores func(context.Context, *DeleteKeystoresRequest) (*DeleteKeystoresResponse, error) + DeleteRemoteKeys func(context.Context, *DeleteRemoteKeysRequest) (*DeleteRemoteKeysResponse, error) + GetGasLimit func(context.Context, *PubkeyRequest) (*GetGasLimitResponse, error) + ImportKeystores func(context.Context, *ImportKeystoresRequest) (*ImportKeystoresResponse, error) + ImportRemoteKeys func(context.Context, *ImportRemoteKeysRequest) (*ImportRemoteKeysResponse, error) + ListFeeRecipientByPubkey func(context.Context, *PubkeyRequest) (*GetFeeRecipientByPubkeyResponse, error) + ListKeystores func(context.Context, *empty.Empty) (*ListKeystoresResponse, error) + ListRemoteKeys func(context.Context, *empty.Empty) (*ListRemoteKeysResponse, error) + SetFeeRecipientByPubkey func(context.Context, *SetFeeRecipientByPubkeyRequest) (*empty.Empty, error) + SetGasLimit func(context.Context, *SetGasLimitRequest) (*empty.Empty, error) + SetVoluntaryExit func(context.Context, *SetVoluntaryExitRequest) (*SetVoluntaryExitResponse, error) + type ListKeystoresResponse struct + Data []*ListKeystoresResponse_Keystore + func (*ListKeystoresResponse) Descriptor() ([]byte, []int) + func (*ListKeystoresResponse) ProtoMessage() + func (x *ListKeystoresResponse) GetData() []*ListKeystoresResponse_Keystore + func (x *ListKeystoresResponse) ProtoReflect() protoreflect.Message + func (x *ListKeystoresResponse) Reset() + func (x *ListKeystoresResponse) String() string + type ListKeystoresResponse_Keystore struct + DerivationPath string + ValidatingPubkey []byte + func (*ListKeystoresResponse_Keystore) Descriptor() ([]byte, []int) + func (*ListKeystoresResponse_Keystore) ProtoMessage() + func (x *ListKeystoresResponse_Keystore) GetDerivationPath() string + func (x *ListKeystoresResponse_Keystore) GetValidatingPubkey() []byte + func (x *ListKeystoresResponse_Keystore) ProtoReflect() protoreflect.Message + func (x *ListKeystoresResponse_Keystore) Reset() + func (x *ListKeystoresResponse_Keystore) String() string + type ListRemoteKeysResponse struct + Data []*ListRemoteKeysResponse_Keystore + func (*ListRemoteKeysResponse) Descriptor() ([]byte, []int) + func (*ListRemoteKeysResponse) ProtoMessage() + func (x *ListRemoteKeysResponse) GetData() []*ListRemoteKeysResponse_Keystore + func (x *ListRemoteKeysResponse) ProtoReflect() protoreflect.Message + func (x *ListRemoteKeysResponse) Reset() + func (x *ListRemoteKeysResponse) String() string + type ListRemoteKeysResponse_Keystore struct + Pubkey []byte + Readonly bool + Url string + func (*ListRemoteKeysResponse_Keystore) Descriptor() ([]byte, []int) + func (*ListRemoteKeysResponse_Keystore) ProtoMessage() + func (x *ListRemoteKeysResponse_Keystore) GetPubkey() []byte + func (x *ListRemoteKeysResponse_Keystore) GetReadonly() bool + func (x *ListRemoteKeysResponse_Keystore) GetUrl() string + func (x *ListRemoteKeysResponse_Keystore) ProtoReflect() protoreflect.Message + func (x *ListRemoteKeysResponse_Keystore) Reset() + func (x *ListRemoteKeysResponse_Keystore) String() string + type PubkeyRequest struct + Pubkey []byte + func (*PubkeyRequest) Descriptor() ([]byte, []int) + func (*PubkeyRequest) ProtoMessage() + func (x *PubkeyRequest) GetPubkey() []byte + func (x *PubkeyRequest) ProtoReflect() protoreflect.Message + func (x *PubkeyRequest) Reset() + func (x *PubkeyRequest) String() string + type SetFeeRecipientByPubkeyRequest struct + Ethaddress []byte + Pubkey []byte + func (*SetFeeRecipientByPubkeyRequest) Descriptor() ([]byte, []int) + func (*SetFeeRecipientByPubkeyRequest) ProtoMessage() + func (x *SetFeeRecipientByPubkeyRequest) GetEthaddress() []byte + func (x *SetFeeRecipientByPubkeyRequest) GetPubkey() []byte + func (x *SetFeeRecipientByPubkeyRequest) ProtoReflect() protoreflect.Message + func (x *SetFeeRecipientByPubkeyRequest) Reset() + func (x *SetFeeRecipientByPubkeyRequest) String() string + type SetGasLimitRequest struct + GasLimit uint64 + Pubkey []byte + func (*SetGasLimitRequest) Descriptor() ([]byte, []int) + func (*SetGasLimitRequest) ProtoMessage() + func (x *SetGasLimitRequest) GetGasLimit() uint64 + func (x *SetGasLimitRequest) GetPubkey() []byte + func (x *SetGasLimitRequest) ProtoReflect() protoreflect.Message + func (x *SetGasLimitRequest) Reset() + func (x *SetGasLimitRequest) String() string + type SetVoluntaryExitRequest struct + Epoch github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch + Pubkey []byte + func (*SetVoluntaryExitRequest) Descriptor() ([]byte, []int) + func (*SetVoluntaryExitRequest) ProtoMessage() + func (x *SetVoluntaryExitRequest) GetEpoch() github_com_prysmaticlabs_prysm_v4_consensus_types_primitives.Epoch + func (x *SetVoluntaryExitRequest) GetPubkey() []byte + func (x *SetVoluntaryExitRequest) ProtoReflect() protoreflect.Message + func (x *SetVoluntaryExitRequest) Reset() + func (x *SetVoluntaryExitRequest) String() string + type SetVoluntaryExitResponse struct + Data *SetVoluntaryExitResponse_SignedVoluntaryExit + func (*SetVoluntaryExitResponse) Descriptor() ([]byte, []int) + func (*SetVoluntaryExitResponse) ProtoMessage() + func (x *SetVoluntaryExitResponse) GetData() *SetVoluntaryExitResponse_SignedVoluntaryExit + func (x *SetVoluntaryExitResponse) ProtoReflect() protoreflect.Message + func (x *SetVoluntaryExitResponse) Reset() + func (x *SetVoluntaryExitResponse) String() string + type SetVoluntaryExitResponse_SignedVoluntaryExit struct + Message *SetVoluntaryExitResponse_SignedVoluntaryExit_VoluntaryExit + Signature []byte + func (*SetVoluntaryExitResponse_SignedVoluntaryExit) Descriptor() ([]byte, []int) + func (*SetVoluntaryExitResponse_SignedVoluntaryExit) ProtoMessage() + func (x *SetVoluntaryExitResponse_SignedVoluntaryExit) GetMessage() *SetVoluntaryExitResponse_SignedVoluntaryExit_VoluntaryExit + func (x *SetVoluntaryExitResponse_SignedVoluntaryExit) GetSignature() []byte + func (x *SetVoluntaryExitResponse_SignedVoluntaryExit) ProtoReflect() protoreflect.Message + func (x *SetVoluntaryExitResponse_SignedVoluntaryExit) Reset() + func (x *SetVoluntaryExitResponse_SignedVoluntaryExit) String() string + type SetVoluntaryExitResponse_SignedVoluntaryExit_VoluntaryExit struct + Epoch uint64 + ValidatorIndex uint64 + func (*SetVoluntaryExitResponse_SignedVoluntaryExit_VoluntaryExit) Descriptor() ([]byte, []int) + func (*SetVoluntaryExitResponse_SignedVoluntaryExit_VoluntaryExit) ProtoMessage() + func (x *SetVoluntaryExitResponse_SignedVoluntaryExit_VoluntaryExit) GetEpoch() uint64 + func (x *SetVoluntaryExitResponse_SignedVoluntaryExit_VoluntaryExit) GetValidatorIndex() uint64 + func (x *SetVoluntaryExitResponse_SignedVoluntaryExit_VoluntaryExit) ProtoReflect() protoreflect.Message + func (x *SetVoluntaryExitResponse_SignedVoluntaryExit_VoluntaryExit) Reset() + func (x *SetVoluntaryExitResponse_SignedVoluntaryExit_VoluntaryExit) String() string + type UnimplementedBeaconChainServer struct + func (*UnimplementedBeaconChainServer) GetBlindedBlock(context.Context, *v1.BlockRequest) (*v2.BlindedBlockResponse, error) + func (*UnimplementedBeaconChainServer) GetBlindedBlockSSZ(context.Context, *v1.BlockRequest) (*v2.SSZContainer, error) + func (*UnimplementedBeaconChainServer) GetBlock(context.Context, *v1.BlockRequest) (*v1.BlockResponse, error) + func (*UnimplementedBeaconChainServer) GetBlockSSZ(context.Context, *v1.BlockRequest) (*v1.BlockSSZResponse, error) + func (*UnimplementedBeaconChainServer) GetBlockSSZV2(context.Context, *v2.BlockRequestV2) (*v2.SSZContainer, error) + func (*UnimplementedBeaconChainServer) GetBlockV2(context.Context, *v2.BlockRequestV2) (*v2.BlockResponseV2, error) + func (*UnimplementedBeaconChainServer) GetForkSchedule(context.Context, *empty.Empty) (*v1.ForkScheduleResponse, error) + func (*UnimplementedBeaconChainServer) GetRandao(context.Context, *v2.RandaoRequest) (*v2.RandaoResponse, error) + func (*UnimplementedBeaconChainServer) GetSpec(context.Context, *empty.Empty) (*v1.SpecResponse, error) + func (*UnimplementedBeaconChainServer) GetStateRoot(context.Context, *v1.StateRequest) (*v1.StateRootResponse, error) + func (*UnimplementedBeaconChainServer) GetWeakSubjectivity(context.Context, *empty.Empty) (*v1.WeakSubjectivityResponse, error) + func (*UnimplementedBeaconChainServer) ListBLSToExecutionChanges(context.Context, *empty.Empty) (*v2.BLSToExecutionChangesPoolResponse, error) + func (*UnimplementedBeaconChainServer) ListBlockAttestations(context.Context, *v1.BlockRequest) (*v1.BlockAttestationsResponse, error) + func (*UnimplementedBeaconChainServer) ListPoolAttesterSlashings(context.Context, *empty.Empty) (*v1.AttesterSlashingsPoolResponse, error) + func (*UnimplementedBeaconChainServer) ListPoolProposerSlashings(context.Context, *empty.Empty) (*v1.ProposerSlashingPoolResponse, error) + func (*UnimplementedBeaconChainServer) ListSyncCommittees(context.Context, *v2.StateSyncCommitteesRequest) (*v2.StateSyncCommitteesResponse, error) + func (*UnimplementedBeaconChainServer) SubmitAttesterSlashing(context.Context, *v1.AttesterSlashing) (*empty.Empty, error) + func (*UnimplementedBeaconChainServer) SubmitProposerSlashing(context.Context, *v1.ProposerSlashing) (*empty.Empty, error) + func (*UnimplementedBeaconChainServer) SubmitSignedBLSToExecutionChanges(context.Context, *v2.SubmitBLSToExecutionChangesRequest) (*empty.Empty, error) + type UnimplementedBeaconDebugServer struct + func (*UnimplementedBeaconDebugServer) GetBeaconStateSSZ(context.Context, *v1.StateRequest) (*v2.SSZContainer, error) + func (*UnimplementedBeaconDebugServer) GetBeaconStateSSZV2(context.Context, *v2.BeaconStateRequestV2) (*v2.SSZContainer, error) + func (*UnimplementedBeaconDebugServer) GetBeaconStateV2(context.Context, *v2.BeaconStateRequestV2) (*v2.BeaconStateResponseV2, error) + func (*UnimplementedBeaconDebugServer) GetForkChoice(context.Context, *empty.Empty) (*v1.ForkChoiceDump, error) + func (*UnimplementedBeaconDebugServer) ListForkChoiceHeadsV2(context.Context, *empty.Empty) (*v2.ForkChoiceHeadsResponse, error) + type UnimplementedBeaconNodeServer struct + func (*UnimplementedBeaconNodeServer) GetHealth(context.Context, *empty.Empty) (*empty.Empty, error) + func (*UnimplementedBeaconNodeServer) GetIdentity(context.Context, *empty.Empty) (*v1.IdentityResponse, error) + func (*UnimplementedBeaconNodeServer) GetPeer(context.Context, *v1.PeerRequest) (*v1.PeerResponse, error) + func (*UnimplementedBeaconNodeServer) GetVersion(context.Context, *empty.Empty) (*v1.VersionResponse, error) + func (*UnimplementedBeaconNodeServer) ListPeers(context.Context, *v1.PeersRequest) (*v1.PeersResponse, error) + func (*UnimplementedBeaconNodeServer) PeerCount(context.Context, *empty.Empty) (*v1.PeerCountResponse, error) + type UnimplementedBeaconValidatorServer struct + func (*UnimplementedBeaconValidatorServer) ProduceBlindedBlock(context.Context, *v1.ProduceBlockRequest) (*v2.ProduceBlindedBlockResponse, error) + func (*UnimplementedBeaconValidatorServer) ProduceBlindedBlockSSZ(context.Context, *v1.ProduceBlockRequest) (*v2.SSZContainer, error) + func (*UnimplementedBeaconValidatorServer) ProduceBlockV2(context.Context, *v1.ProduceBlockRequest) (*v2.ProduceBlockResponseV2, error) + func (*UnimplementedBeaconValidatorServer) ProduceBlockV2SSZ(context.Context, *v1.ProduceBlockRequest) (*v2.SSZContainer, error) + type UnimplementedEventsServer struct + func (*UnimplementedEventsServer) StreamEvents(*v1.StreamEventsRequest, Events_StreamEventsServer) error + type UnimplementedKeyManagementServer struct + func (*UnimplementedKeyManagementServer) DeleteFeeRecipientByPubkey(context.Context, *PubkeyRequest) (*empty.Empty, error) + func (*UnimplementedKeyManagementServer) DeleteGasLimit(context.Context, *DeleteGasLimitRequest) (*empty.Empty, error) + func (*UnimplementedKeyManagementServer) DeleteKeystores(context.Context, *DeleteKeystoresRequest) (*DeleteKeystoresResponse, error) + func (*UnimplementedKeyManagementServer) DeleteRemoteKeys(context.Context, *DeleteRemoteKeysRequest) (*DeleteRemoteKeysResponse, error) + func (*UnimplementedKeyManagementServer) GetGasLimit(context.Context, *PubkeyRequest) (*GetGasLimitResponse, error) + func (*UnimplementedKeyManagementServer) ImportKeystores(context.Context, *ImportKeystoresRequest) (*ImportKeystoresResponse, error) + func (*UnimplementedKeyManagementServer) ImportRemoteKeys(context.Context, *ImportRemoteKeysRequest) (*ImportRemoteKeysResponse, error) + func (*UnimplementedKeyManagementServer) ListFeeRecipientByPubkey(context.Context, *PubkeyRequest) (*GetFeeRecipientByPubkeyResponse, error) + func (*UnimplementedKeyManagementServer) ListKeystores(context.Context, *empty.Empty) (*ListKeystoresResponse, error) + func (*UnimplementedKeyManagementServer) ListRemoteKeys(context.Context, *empty.Empty) (*ListRemoteKeysResponse, error) + func (*UnimplementedKeyManagementServer) SetFeeRecipientByPubkey(context.Context, *SetFeeRecipientByPubkeyRequest) (*empty.Empty, error) + func (*UnimplementedKeyManagementServer) SetGasLimit(context.Context, *SetGasLimitRequest) (*empty.Empty, error) + func (*UnimplementedKeyManagementServer) SetVoluntaryExit(context.Context, *SetVoluntaryExitRequest) (*SetVoluntaryExitResponse, error)