Documentation ¶
Index ¶
- Variables
- type BuilderConfig
- func (*BuilderConfig) Descriptor() ([]byte, []int)deprecated
- func (x *BuilderConfig) GetEnabled() bool
- func (x *BuilderConfig) GetGasLimit() github_com_stratisproject_prysm_stratis_consensus_types_validator.Uint64
- func (x *BuilderConfig) GetRelays() []string
- func (*BuilderConfig) ProtoMessage()
- func (x *BuilderConfig) ProtoReflect() protoreflect.Message
- func (x *BuilderConfig) Reset()
- func (x *BuilderConfig) String() string
- type ProposerOptionPayload
- func (*ProposerOptionPayload) Descriptor() ([]byte, []int)deprecated
- func (x *ProposerOptionPayload) GetBuilder() *BuilderConfig
- func (x *ProposerOptionPayload) GetFeeRecipient() string
- func (x *ProposerOptionPayload) GetGraffiti() string
- func (*ProposerOptionPayload) ProtoMessage()
- func (x *ProposerOptionPayload) ProtoReflect() protoreflect.Message
- func (x *ProposerOptionPayload) Reset()
- func (x *ProposerOptionPayload) String() string
- type ProposerSettingsPayload
- func (*ProposerSettingsPayload) Descriptor() ([]byte, []int)deprecated
- func (x *ProposerSettingsPayload) GetDefaultConfig() *ProposerOptionPayload
- func (x *ProposerSettingsPayload) GetProposerConfig() map[string]*ProposerOptionPayload
- func (*ProposerSettingsPayload) ProtoMessage()
- func (x *ProposerSettingsPayload) ProtoReflect() protoreflect.Message
- func (x *ProposerSettingsPayload) Reset()
- func (x *ProposerSettingsPayload) String() string
- type SignRequest
- func (*SignRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SignRequest) GetAggregateAttestationAndProof() *v1alpha1.AggregateAttestationAndProof
- func (x *SignRequest) GetAttestationData() *v1alpha1.AttestationData
- func (x *SignRequest) GetBlindedBlockBellatrix() *v1alpha1.BlindedBeaconBlockBellatrix
- func (x *SignRequest) GetBlindedBlockCapella() *v1alpha1.BlindedBeaconBlockCapella
- func (x *SignRequest) GetBlindedBlockDeneb() *v1alpha1.BlindedBeaconBlockDeneb
- func (x *SignRequest) GetBlock() *v1alpha1.BeaconBlock
- func (x *SignRequest) GetBlockAltair() *v1alpha1.BeaconBlockAltair
- func (x *SignRequest) GetBlockBellatrix() *v1alpha1.BeaconBlockBellatrix
- func (x *SignRequest) GetBlockCapella() *v1alpha1.BeaconBlockCapella
- func (x *SignRequest) GetBlockDeneb() *v1alpha1.BeaconBlockDeneb
- func (x *SignRequest) GetContributionAndProof() *v1alpha1.ContributionAndProof
- func (x *SignRequest) GetEpoch() github_com_stratisproject_prysm_stratis_consensus_types_primitives.Epoch
- func (x *SignRequest) GetExit() *v1alpha1.VoluntaryExit
- func (m *SignRequest) GetObject() isSignRequest_Object
- func (x *SignRequest) GetPublicKey() []byte
- func (x *SignRequest) GetRegistration() *v1alpha1.ValidatorRegistrationV1
- func (x *SignRequest) GetSignatureDomain() []byte
- func (x *SignRequest) GetSigningRoot() []byte
- func (x *SignRequest) GetSigningSlot() github_com_stratisproject_prysm_stratis_consensus_types_primitives.Slot
- func (x *SignRequest) GetSlot() github_com_stratisproject_prysm_stratis_consensus_types_primitives.Slot
- func (x *SignRequest) GetSyncAggregatorSelectionData() *v1alpha1.SyncAggregatorSelectionData
- func (x *SignRequest) GetSyncMessageBlockRoot() []byte
- func (*SignRequest) ProtoMessage()
- func (x *SignRequest) ProtoReflect() protoreflect.Message
- func (x *SignRequest) Reset()
- func (x *SignRequest) String() string
- type SignRequestObject
- type SignRequest_AggregateAttestationAndProof
- type SignRequest_AttestationData
- type SignRequest_BlindedBlockBellatrix
- type SignRequest_BlindedBlockCapella
- type SignRequest_BlindedBlockDeneb
- type SignRequest_Block
- type SignRequest_BlockAltair
- type SignRequest_BlockBellatrix
- type SignRequest_BlockCapella
- type SignRequest_BlockDeneb
- type SignRequest_ContributionAndProof
- type SignRequest_Epoch
- type SignRequest_Exit
- type SignRequest_Registration
- type SignRequest_Slot
- type SignRequest_SyncAggregatorSelectionData
- type SignRequest_SyncMessageBlockRoot
- type SignResponse
- func (*SignResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SignResponse) GetSignature() []byte
- func (x *SignResponse) GetStatus() SignResponse_Status
- func (*SignResponse) ProtoMessage()
- func (x *SignResponse) ProtoReflect() protoreflect.Message
- func (x *SignResponse) Reset()
- func (x *SignResponse) String() string
- type SignResponse_Status
- func (SignResponse_Status) Descriptor() protoreflect.EnumDescriptor
- func (x SignResponse_Status) Enum() *SignResponse_Status
- func (SignResponse_Status) EnumDescriptor() ([]byte, []int)deprecated
- func (x SignResponse_Status) Number() protoreflect.EnumNumber
- func (x SignResponse_Status) String() string
- func (SignResponse_Status) Type() protoreflect.EnumType
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SignResponse_Status_name = map[int32]string{ 0: "UNKNOWN", 1: "SUCCEEDED", 2: "DENIED", 3: "FAILED", } SignResponse_Status_value = map[string]int32{ "UNKNOWN": 0, "SUCCEEDED": 1, "DENIED": 2, "FAILED": 3, } )
Enum value maps for SignResponse_Status.
View Source
var File_proto_prysm_v1alpha1_validator_client_keymanager_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type BuilderConfig ¶
type BuilderConfig struct { Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` GasLimit github_com_stratisproject_prysm_stratis_consensus_types_validator.Uint64 `` /* 171-byte string literal not displayed */ Relays []string `protobuf:"bytes,3,rep,name=relays,proto3" json:"relays,omitempty"` // contains filtered or unexported fields }
func (*BuilderConfig) Descriptor
deprecated
func (*BuilderConfig) Descriptor() ([]byte, []int)
Deprecated: Use BuilderConfig.ProtoReflect.Descriptor instead.
func (*BuilderConfig) GetEnabled ¶
func (x *BuilderConfig) GetEnabled() bool
func (*BuilderConfig) GetGasLimit ¶
func (x *BuilderConfig) GetGasLimit() github_com_stratisproject_prysm_stratis_consensus_types_validator.Uint64
func (*BuilderConfig) GetRelays ¶
func (x *BuilderConfig) GetRelays() []string
func (*BuilderConfig) ProtoMessage ¶
func (*BuilderConfig) ProtoMessage()
func (*BuilderConfig) ProtoReflect ¶
func (x *BuilderConfig) ProtoReflect() protoreflect.Message
func (*BuilderConfig) Reset ¶
func (x *BuilderConfig) Reset()
func (*BuilderConfig) String ¶
func (x *BuilderConfig) String() string
type ProposerOptionPayload ¶
type ProposerOptionPayload struct { FeeRecipient string `protobuf:"bytes,1,opt,name=fee_recipient,json=feeRecipient,proto3" json:"fee_recipient,omitempty"` Builder *BuilderConfig `protobuf:"bytes,2,opt,name=builder,proto3" json:"builder,omitempty"` Graffiti *string `protobuf:"bytes,3,opt,name=graffiti,proto3,oneof" json:"graffiti,omitempty"` // contains filtered or unexported fields }
func (*ProposerOptionPayload) Descriptor
deprecated
func (*ProposerOptionPayload) Descriptor() ([]byte, []int)
Deprecated: Use ProposerOptionPayload.ProtoReflect.Descriptor instead.
func (*ProposerOptionPayload) GetBuilder ¶
func (x *ProposerOptionPayload) GetBuilder() *BuilderConfig
func (*ProposerOptionPayload) GetFeeRecipient ¶
func (x *ProposerOptionPayload) GetFeeRecipient() string
func (*ProposerOptionPayload) GetGraffiti ¶
func (x *ProposerOptionPayload) GetGraffiti() string
func (*ProposerOptionPayload) ProtoMessage ¶
func (*ProposerOptionPayload) ProtoMessage()
func (*ProposerOptionPayload) ProtoReflect ¶
func (x *ProposerOptionPayload) ProtoReflect() protoreflect.Message
func (*ProposerOptionPayload) Reset ¶
func (x *ProposerOptionPayload) Reset()
func (*ProposerOptionPayload) String ¶
func (x *ProposerOptionPayload) String() string
type ProposerSettingsPayload ¶
type ProposerSettingsPayload struct { ProposerConfig map[string]*ProposerOptionPayload `` /* 191-byte string literal not displayed */ DefaultConfig *ProposerOptionPayload `protobuf:"bytes,2,opt,name=default_config,json=defaultConfig,proto3" json:"default_config,omitempty"` // contains filtered or unexported fields }
func (*ProposerSettingsPayload) Descriptor
deprecated
func (*ProposerSettingsPayload) Descriptor() ([]byte, []int)
Deprecated: Use ProposerSettingsPayload.ProtoReflect.Descriptor instead.
func (*ProposerSettingsPayload) GetDefaultConfig ¶
func (x *ProposerSettingsPayload) GetDefaultConfig() *ProposerOptionPayload
func (*ProposerSettingsPayload) GetProposerConfig ¶
func (x *ProposerSettingsPayload) GetProposerConfig() map[string]*ProposerOptionPayload
func (*ProposerSettingsPayload) ProtoMessage ¶
func (*ProposerSettingsPayload) ProtoMessage()
func (*ProposerSettingsPayload) ProtoReflect ¶
func (x *ProposerSettingsPayload) ProtoReflect() protoreflect.Message
func (*ProposerSettingsPayload) Reset ¶
func (x *ProposerSettingsPayload) Reset()
func (*ProposerSettingsPayload) String ¶
func (x *ProposerSettingsPayload) String() string
type SignRequest ¶
type SignRequest struct { PublicKey []byte `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` SigningRoot []byte `protobuf:"bytes,2,opt,name=signing_root,json=signingRoot,proto3" json:"signing_root,omitempty"` SignatureDomain []byte `protobuf:"bytes,3,opt,name=signature_domain,json=signatureDomain,proto3" json:"signature_domain,omitempty"` // Types that are assignable to Object: // // *SignRequest_Block // *SignRequest_AttestationData // *SignRequest_AggregateAttestationAndProof // *SignRequest_Exit // *SignRequest_Slot // *SignRequest_Epoch // *SignRequest_BlockAltair // *SignRequest_SyncAggregatorSelectionData // *SignRequest_ContributionAndProof // *SignRequest_SyncMessageBlockRoot // *SignRequest_BlockBellatrix // *SignRequest_BlindedBlockBellatrix // *SignRequest_Registration // *SignRequest_BlockCapella // *SignRequest_BlindedBlockCapella // *SignRequest_BlockDeneb // *SignRequest_BlindedBlockDeneb Object isSignRequest_Object `protobuf_oneof:"object"` SigningSlot github_com_stratisproject_prysm_stratis_consensus_types_primitives.Slot `` /* 179-byte string literal not displayed */ // contains filtered or unexported fields }
func (*SignRequest) Descriptor
deprecated
func (*SignRequest) Descriptor() ([]byte, []int)
Deprecated: Use SignRequest.ProtoReflect.Descriptor instead.
func (*SignRequest) GetAggregateAttestationAndProof ¶
func (x *SignRequest) GetAggregateAttestationAndProof() *v1alpha1.AggregateAttestationAndProof
func (*SignRequest) GetAttestationData ¶
func (x *SignRequest) GetAttestationData() *v1alpha1.AttestationData
func (*SignRequest) GetBlindedBlockBellatrix ¶
func (x *SignRequest) GetBlindedBlockBellatrix() *v1alpha1.BlindedBeaconBlockBellatrix
func (*SignRequest) GetBlindedBlockCapella ¶
func (x *SignRequest) GetBlindedBlockCapella() *v1alpha1.BlindedBeaconBlockCapella
func (*SignRequest) GetBlindedBlockDeneb ¶
func (x *SignRequest) GetBlindedBlockDeneb() *v1alpha1.BlindedBeaconBlockDeneb
func (*SignRequest) GetBlock ¶
func (x *SignRequest) GetBlock() *v1alpha1.BeaconBlock
func (*SignRequest) GetBlockAltair ¶
func (x *SignRequest) GetBlockAltair() *v1alpha1.BeaconBlockAltair
func (*SignRequest) GetBlockBellatrix ¶
func (x *SignRequest) GetBlockBellatrix() *v1alpha1.BeaconBlockBellatrix
func (*SignRequest) GetBlockCapella ¶
func (x *SignRequest) GetBlockCapella() *v1alpha1.BeaconBlockCapella
func (*SignRequest) GetBlockDeneb ¶
func (x *SignRequest) GetBlockDeneb() *v1alpha1.BeaconBlockDeneb
func (*SignRequest) GetContributionAndProof ¶
func (x *SignRequest) GetContributionAndProof() *v1alpha1.ContributionAndProof
func (*SignRequest) GetEpoch ¶
func (x *SignRequest) GetEpoch() github_com_stratisproject_prysm_stratis_consensus_types_primitives.Epoch
func (*SignRequest) GetExit ¶
func (x *SignRequest) GetExit() *v1alpha1.VoluntaryExit
func (*SignRequest) GetObject ¶
func (m *SignRequest) GetObject() isSignRequest_Object
func (*SignRequest) GetPublicKey ¶
func (x *SignRequest) GetPublicKey() []byte
func (*SignRequest) GetRegistration ¶
func (x *SignRequest) GetRegistration() *v1alpha1.ValidatorRegistrationV1
func (*SignRequest) GetSignatureDomain ¶
func (x *SignRequest) GetSignatureDomain() []byte
func (*SignRequest) GetSigningRoot ¶
func (x *SignRequest) GetSigningRoot() []byte
func (*SignRequest) GetSigningSlot ¶
func (x *SignRequest) GetSigningSlot() github_com_stratisproject_prysm_stratis_consensus_types_primitives.Slot
func (*SignRequest) GetSlot ¶
func (x *SignRequest) GetSlot() github_com_stratisproject_prysm_stratis_consensus_types_primitives.Slot
func (*SignRequest) GetSyncAggregatorSelectionData ¶
func (x *SignRequest) GetSyncAggregatorSelectionData() *v1alpha1.SyncAggregatorSelectionData
func (*SignRequest) GetSyncMessageBlockRoot ¶
func (x *SignRequest) GetSyncMessageBlockRoot() []byte
func (*SignRequest) ProtoMessage ¶
func (*SignRequest) ProtoMessage()
func (*SignRequest) ProtoReflect ¶
func (x *SignRequest) ProtoReflect() protoreflect.Message
func (*SignRequest) Reset ¶
func (x *SignRequest) Reset()
func (*SignRequest) String ¶
func (x *SignRequest) String() string
type SignRequestObject ¶
type SignRequestObject interface {
// contains filtered or unexported methods
}
SignRequestObject exports the private isSignRequest_Object interface.
type SignRequest_AggregateAttestationAndProof ¶
type SignRequest_AggregateAttestationAndProof struct {
AggregateAttestationAndProof *v1alpha1.AggregateAttestationAndProof `protobuf:"bytes,103,opt,name=aggregate_attestation_and_proof,json=aggregateAttestationAndProof,proto3,oneof"`
}
type SignRequest_AttestationData ¶
type SignRequest_AttestationData struct {
AttestationData *v1alpha1.AttestationData `protobuf:"bytes,102,opt,name=attestation_data,json=attestationData,proto3,oneof"`
}
type SignRequest_BlindedBlockBellatrix ¶
type SignRequest_BlindedBlockBellatrix struct {
BlindedBlockBellatrix *v1alpha1.BlindedBeaconBlockBellatrix `protobuf:"bytes,112,opt,name=blinded_block_bellatrix,json=blindedBlockBellatrix,proto3,oneof"`
}
type SignRequest_BlindedBlockCapella ¶
type SignRequest_BlindedBlockCapella struct {
BlindedBlockCapella *v1alpha1.BlindedBeaconBlockCapella `protobuf:"bytes,115,opt,name=blinded_block_capella,json=blindedBlockCapella,proto3,oneof"`
}
type SignRequest_BlindedBlockDeneb ¶
type SignRequest_BlindedBlockDeneb struct {
BlindedBlockDeneb *v1alpha1.BlindedBeaconBlockDeneb `protobuf:"bytes,117,opt,name=blinded_block_deneb,json=blindedBlockDeneb,proto3,oneof"`
}
type SignRequest_Block ¶
type SignRequest_Block struct {
Block *v1alpha1.BeaconBlock `protobuf:"bytes,101,opt,name=block,proto3,oneof"`
}
type SignRequest_BlockAltair ¶
type SignRequest_BlockAltair struct {
BlockAltair *v1alpha1.BeaconBlockAltair `protobuf:"bytes,107,opt,name=block_altair,json=blockAltair,proto3,oneof"`
}
type SignRequest_BlockBellatrix ¶
type SignRequest_BlockBellatrix struct {
BlockBellatrix *v1alpha1.BeaconBlockBellatrix `protobuf:"bytes,111,opt,name=block_bellatrix,json=blockBellatrix,proto3,oneof"`
}
type SignRequest_BlockCapella ¶
type SignRequest_BlockCapella struct {
BlockCapella *v1alpha1.BeaconBlockCapella `protobuf:"bytes,114,opt,name=block_capella,json=blockCapella,proto3,oneof"`
}
type SignRequest_BlockDeneb ¶
type SignRequest_BlockDeneb struct {
BlockDeneb *v1alpha1.BeaconBlockDeneb `protobuf:"bytes,116,opt,name=block_deneb,json=blockDeneb,proto3,oneof"`
}
type SignRequest_ContributionAndProof ¶
type SignRequest_ContributionAndProof struct {
ContributionAndProof *v1alpha1.ContributionAndProof `protobuf:"bytes,109,opt,name=contribution_and_proof,json=contributionAndProof,proto3,oneof"`
}
type SignRequest_Epoch ¶
type SignRequest_Epoch struct {
Epoch github_com_stratisproject_prysm_stratis_consensus_types_primitives.Epoch `` /* 134-byte string literal not displayed */
}
type SignRequest_Exit ¶
type SignRequest_Exit struct {
Exit *v1alpha1.VoluntaryExit `protobuf:"bytes,104,opt,name=exit,proto3,oneof"`
}
type SignRequest_Registration ¶
type SignRequest_Registration struct {
Registration *v1alpha1.ValidatorRegistrationV1 `protobuf:"bytes,113,opt,name=registration,proto3,oneof"`
}
type SignRequest_Slot ¶
type SignRequest_Slot struct {
Slot github_com_stratisproject_prysm_stratis_consensus_types_primitives.Slot `` /* 132-byte string literal not displayed */
}
type SignRequest_SyncAggregatorSelectionData ¶
type SignRequest_SyncAggregatorSelectionData struct {
SyncAggregatorSelectionData *v1alpha1.SyncAggregatorSelectionData `protobuf:"bytes,108,opt,name=sync_aggregator_selection_data,json=syncAggregatorSelectionData,proto3,oneof"`
}
type SignRequest_SyncMessageBlockRoot ¶
type SignRequest_SyncMessageBlockRoot struct {
SyncMessageBlockRoot []byte `protobuf:"bytes,110,opt,name=sync_message_block_root,json=syncMessageBlockRoot,proto3,oneof"`
}
type SignResponse ¶
type SignResponse struct { Signature []byte `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"` Status SignResponse_Status `protobuf:"varint,2,opt,name=status,proto3,enum=ethereum.validator.accounts.v2.SignResponse_Status" json:"status,omitempty"` // contains filtered or unexported fields }
func (*SignResponse) Descriptor
deprecated
func (*SignResponse) Descriptor() ([]byte, []int)
Deprecated: Use SignResponse.ProtoReflect.Descriptor instead.
func (*SignResponse) GetSignature ¶
func (x *SignResponse) GetSignature() []byte
func (*SignResponse) GetStatus ¶
func (x *SignResponse) GetStatus() SignResponse_Status
func (*SignResponse) ProtoMessage ¶
func (*SignResponse) ProtoMessage()
func (*SignResponse) ProtoReflect ¶
func (x *SignResponse) ProtoReflect() protoreflect.Message
func (*SignResponse) Reset ¶
func (x *SignResponse) Reset()
func (*SignResponse) String ¶
func (x *SignResponse) String() string
type SignResponse_Status ¶
type SignResponse_Status int32
const ( SignResponse_UNKNOWN SignResponse_Status = 0 SignResponse_SUCCEEDED SignResponse_Status = 1 SignResponse_DENIED SignResponse_Status = 2 SignResponse_FAILED SignResponse_Status = 3 )
func (SignResponse_Status) Descriptor ¶
func (SignResponse_Status) Descriptor() protoreflect.EnumDescriptor
func (SignResponse_Status) Enum ¶
func (x SignResponse_Status) Enum() *SignResponse_Status
func (SignResponse_Status) EnumDescriptor
deprecated
func (SignResponse_Status) EnumDescriptor() ([]byte, []int)
Deprecated: Use SignResponse_Status.Descriptor instead.
func (SignResponse_Status) Number ¶
func (x SignResponse_Status) Number() protoreflect.EnumNumber
func (SignResponse_Status) String ¶
func (x SignResponse_Status) String() string
func (SignResponse_Status) Type ¶
func (SignResponse_Status) Type() protoreflect.EnumType
Click to show internal directories.
Click to hide internal directories.