Documentation
¶
Index ¶
- Variables
- func RegisterAccountsServer(s *grpc.Server, srv AccountsServer)
- func RegisterAuthServer(s *grpc.Server, srv AuthServer)
- func RegisterBeaconServer(s *grpc.Server, srv BeaconServer)
- func RegisterHealthServer(s *grpc.Server, srv HealthServer)
- func RegisterRemoteSignerServer(s *grpc.Server, srv RemoteSignerServer)
- func RegisterSlashingProtectionServer(s *grpc.Server, srv SlashingProtectionServer)
- func RegisterWalletServer(s *grpc.Server, srv WalletServer)
- type Account
- func (*Account) Descriptor() ([]byte, []int)
- func (m *Account) GetAccountName() string
- func (m *Account) GetDepositTxData() []byte
- func (m *Account) GetDerivationPath() string
- func (m *Account) GetValidatingPublicKey() []byte
- func (m *Account) Marshal() (dAtA []byte, err error)
- func (m *Account) MarshalTo(dAtA []byte) (int, error)
- func (m *Account) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Account) ProtoMessage()
- func (m *Account) Reset()
- func (m *Account) Size() (n int)
- func (m *Account) String() string
- func (m *Account) Unmarshal(dAtA []byte) error
- func (m *Account) XXX_DiscardUnknown()
- func (m *Account) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Account) XXX_Merge(src proto.Message)
- func (m *Account) XXX_Size() int
- func (m *Account) XXX_Unmarshal(b []byte) error
- type AccountRequest
- func (*AccountRequest) Descriptor() ([]byte, []int)
- func (m *AccountRequest) GetIndices() []uint64
- func (m *AccountRequest) GetPublicKeys() [][]byte
- func (m *AccountRequest) Marshal() (dAtA []byte, err error)
- func (m *AccountRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *AccountRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AccountRequest) ProtoMessage()
- func (m *AccountRequest) Reset()
- func (m *AccountRequest) Size() (n int)
- func (m *AccountRequest) String() string
- func (m *AccountRequest) Unmarshal(dAtA []byte) error
- func (m *AccountRequest) XXX_DiscardUnknown()
- func (m *AccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AccountRequest) XXX_Merge(src proto.Message)
- func (m *AccountRequest) XXX_Size() int
- func (m *AccountRequest) XXX_Unmarshal(b []byte) error
- type AccountsClient
- type AccountsServer
- type AuthClient
- type AuthRequest
- func (*AuthRequest) Descriptor() ([]byte, []int)
- func (m *AuthRequest) GetPassword() string
- func (m *AuthRequest) GetPasswordConfirmation() string
- func (m *AuthRequest) Marshal() (dAtA []byte, err error)
- func (m *AuthRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *AuthRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AuthRequest) ProtoMessage()
- func (m *AuthRequest) Reset()
- func (m *AuthRequest) Size() (n int)
- func (m *AuthRequest) String() string
- func (m *AuthRequest) Unmarshal(dAtA []byte) error
- func (m *AuthRequest) XXX_DiscardUnknown()
- func (m *AuthRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AuthRequest) XXX_Merge(src proto.Message)
- func (m *AuthRequest) XXX_Size() int
- func (m *AuthRequest) XXX_Unmarshal(b []byte) error
- type AuthResponse
- func (*AuthResponse) Descriptor() ([]byte, []int)
- func (m *AuthResponse) GetToken() string
- func (m *AuthResponse) GetTokenExpiration() uint64
- func (m *AuthResponse) Marshal() (dAtA []byte, err error)
- func (m *AuthResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *AuthResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AuthResponse) ProtoMessage()
- func (m *AuthResponse) Reset()
- func (m *AuthResponse) Size() (n int)
- func (m *AuthResponse) String() string
- func (m *AuthResponse) Unmarshal(dAtA []byte) error
- func (m *AuthResponse) XXX_DiscardUnknown()
- func (m *AuthResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AuthResponse) XXX_Merge(src proto.Message)
- func (m *AuthResponse) XXX_Size() int
- func (m *AuthResponse) XXX_Unmarshal(b []byte) error
- type AuthServer
- type BackupAccountsRequest
- func (*BackupAccountsRequest) Descriptor() ([]byte, []int)
- func (m *BackupAccountsRequest) GetBackupPassword() string
- func (m *BackupAccountsRequest) GetPublicKeys() [][]byte
- func (m *BackupAccountsRequest) Marshal() (dAtA []byte, err error)
- func (m *BackupAccountsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *BackupAccountsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BackupAccountsRequest) ProtoMessage()
- func (m *BackupAccountsRequest) Reset()
- func (m *BackupAccountsRequest) Size() (n int)
- func (m *BackupAccountsRequest) String() string
- func (m *BackupAccountsRequest) Unmarshal(dAtA []byte) error
- func (m *BackupAccountsRequest) XXX_DiscardUnknown()
- func (m *BackupAccountsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BackupAccountsRequest) XXX_Merge(src proto.Message)
- func (m *BackupAccountsRequest) XXX_Size() int
- func (m *BackupAccountsRequest) XXX_Unmarshal(b []byte) error
- type BackupAccountsResponse
- func (*BackupAccountsResponse) Descriptor() ([]byte, []int)
- func (m *BackupAccountsResponse) GetZipFile() []byte
- func (m *BackupAccountsResponse) Marshal() (dAtA []byte, err error)
- func (m *BackupAccountsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *BackupAccountsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BackupAccountsResponse) ProtoMessage()
- func (m *BackupAccountsResponse) Reset()
- func (m *BackupAccountsResponse) Size() (n int)
- func (m *BackupAccountsResponse) String() string
- func (m *BackupAccountsResponse) Unmarshal(dAtA []byte) error
- func (m *BackupAccountsResponse) XXX_DiscardUnknown()
- func (m *BackupAccountsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BackupAccountsResponse) XXX_Merge(src proto.Message)
- func (m *BackupAccountsResponse) XXX_Size() int
- func (m *BackupAccountsResponse) XXX_Unmarshal(b []byte) error
- type BeaconClient
- type BeaconServer
- type BeaconStatusResponse
- func (*BeaconStatusResponse) Descriptor() ([]byte, []int)
- func (m *BeaconStatusResponse) GetBeaconNodeEndpoint() string
- func (m *BeaconStatusResponse) GetChainHead() *v1alpha1.ChainHead
- func (m *BeaconStatusResponse) GetConnected() bool
- func (m *BeaconStatusResponse) GetDepositContractAddress() []byte
- func (m *BeaconStatusResponse) GetGenesisTime() uint64
- func (m *BeaconStatusResponse) GetSyncing() bool
- func (m *BeaconStatusResponse) Marshal() (dAtA []byte, err error)
- func (m *BeaconStatusResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *BeaconStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BeaconStatusResponse) ProtoMessage()
- func (m *BeaconStatusResponse) Reset()
- func (m *BeaconStatusResponse) Size() (n int)
- func (m *BeaconStatusResponse) String() string
- func (m *BeaconStatusResponse) Unmarshal(dAtA []byte) error
- func (m *BeaconStatusResponse) XXX_DiscardUnknown()
- func (m *BeaconStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BeaconStatusResponse) XXX_Merge(src proto.Message)
- func (m *BeaconStatusResponse) XXX_Size() int
- func (m *BeaconStatusResponse) XXX_Unmarshal(b []byte) error
- type ChangePasswordRequest
- func (*ChangePasswordRequest) Descriptor() ([]byte, []int)
- func (m *ChangePasswordRequest) GetCurrentPassword() string
- func (m *ChangePasswordRequest) GetPassword() string
- func (m *ChangePasswordRequest) GetPasswordConfirmation() string
- func (m *ChangePasswordRequest) Marshal() (dAtA []byte, err error)
- func (m *ChangePasswordRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ChangePasswordRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ChangePasswordRequest) ProtoMessage()
- func (m *ChangePasswordRequest) Reset()
- func (m *ChangePasswordRequest) Size() (n int)
- func (m *ChangePasswordRequest) String() string
- func (m *ChangePasswordRequest) Unmarshal(dAtA []byte) error
- func (m *ChangePasswordRequest) XXX_DiscardUnknown()
- func (m *ChangePasswordRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ChangePasswordRequest) XXX_Merge(src proto.Message)
- func (m *ChangePasswordRequest) XXX_Size() int
- func (m *ChangePasswordRequest) XXX_Unmarshal(b []byte) error
- type CreateWalletRequest
- func (*CreateWalletRequest) Descriptor() ([]byte, []int)
- func (m *CreateWalletRequest) GetKeymanager() KeymanagerKind
- func (m *CreateWalletRequest) GetMnemonic() string
- func (m *CreateWalletRequest) GetNumAccounts() uint64
- func (m *CreateWalletRequest) GetRemoteAddr() string
- func (m *CreateWalletRequest) GetRemoteCaCrtPath() string
- func (m *CreateWalletRequest) GetRemoteCrtPath() string
- func (m *CreateWalletRequest) GetRemoteKeyPath() string
- func (m *CreateWalletRequest) GetWalletPassword() string
- func (m *CreateWalletRequest) Marshal() (dAtA []byte, err error)
- func (m *CreateWalletRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *CreateWalletRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CreateWalletRequest) ProtoMessage()
- func (m *CreateWalletRequest) Reset()
- func (m *CreateWalletRequest) Size() (n int)
- func (m *CreateWalletRequest) String() string
- func (m *CreateWalletRequest) Unmarshal(dAtA []byte) error
- func (m *CreateWalletRequest) XXX_DiscardUnknown()
- func (m *CreateWalletRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateWalletRequest) XXX_Merge(src proto.Message)
- func (m *CreateWalletRequest) XXX_Size() int
- func (m *CreateWalletRequest) XXX_Unmarshal(b []byte) error
- type CreateWalletResponse
- func (*CreateWalletResponse) Descriptor() ([]byte, []int)
- func (m *CreateWalletResponse) GetWallet() *WalletResponse
- func (m *CreateWalletResponse) Marshal() (dAtA []byte, err error)
- func (m *CreateWalletResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *CreateWalletResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CreateWalletResponse) ProtoMessage()
- func (m *CreateWalletResponse) Reset()
- func (m *CreateWalletResponse) Size() (n int)
- func (m *CreateWalletResponse) String() string
- func (m *CreateWalletResponse) Unmarshal(dAtA []byte) error
- func (m *CreateWalletResponse) XXX_DiscardUnknown()
- func (m *CreateWalletResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateWalletResponse) XXX_Merge(src proto.Message)
- func (m *CreateWalletResponse) XXX_Size() int
- func (m *CreateWalletResponse) XXX_Unmarshal(b []byte) error
- type DeleteAccountsRequest
- func (*DeleteAccountsRequest) Descriptor() ([]byte, []int)
- func (m *DeleteAccountsRequest) GetPublicKeysToDelete() [][]byte
- func (m *DeleteAccountsRequest) Marshal() (dAtA []byte, err error)
- func (m *DeleteAccountsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *DeleteAccountsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DeleteAccountsRequest) ProtoMessage()
- func (m *DeleteAccountsRequest) Reset()
- func (m *DeleteAccountsRequest) Size() (n int)
- func (m *DeleteAccountsRequest) String() string
- func (m *DeleteAccountsRequest) Unmarshal(dAtA []byte) error
- func (m *DeleteAccountsRequest) XXX_DiscardUnknown()
- func (m *DeleteAccountsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteAccountsRequest) XXX_Merge(src proto.Message)
- func (m *DeleteAccountsRequest) XXX_Size() int
- func (m *DeleteAccountsRequest) XXX_Unmarshal(b []byte) error
- type DeleteAccountsResponse
- func (*DeleteAccountsResponse) Descriptor() ([]byte, []int)
- func (m *DeleteAccountsResponse) GetDeletedKeys() [][]byte
- func (m *DeleteAccountsResponse) Marshal() (dAtA []byte, err error)
- func (m *DeleteAccountsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *DeleteAccountsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DeleteAccountsResponse) ProtoMessage()
- func (m *DeleteAccountsResponse) Reset()
- func (m *DeleteAccountsResponse) Size() (n int)
- func (m *DeleteAccountsResponse) String() string
- func (m *DeleteAccountsResponse) Unmarshal(dAtA []byte) error
- func (m *DeleteAccountsResponse) XXX_DiscardUnknown()
- func (m *DeleteAccountsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteAccountsResponse) XXX_Merge(src proto.Message)
- func (m *DeleteAccountsResponse) XXX_Size() int
- func (m *DeleteAccountsResponse) XXX_Unmarshal(b []byte) error
- type EditWalletConfigRequest
- func (*EditWalletConfigRequest) Descriptor() ([]byte, []int)
- func (m *EditWalletConfigRequest) GetRemoteAddr() string
- func (m *EditWalletConfigRequest) GetRemoteCaCrtPath() string
- func (m *EditWalletConfigRequest) GetRemoteCrtPath() string
- func (m *EditWalletConfigRequest) GetRemoteKeyPath() string
- func (m *EditWalletConfigRequest) Marshal() (dAtA []byte, err error)
- func (m *EditWalletConfigRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *EditWalletConfigRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EditWalletConfigRequest) ProtoMessage()
- func (m *EditWalletConfigRequest) Reset()
- func (m *EditWalletConfigRequest) Size() (n int)
- func (m *EditWalletConfigRequest) String() string
- func (m *EditWalletConfigRequest) Unmarshal(dAtA []byte) error
- func (m *EditWalletConfigRequest) XXX_DiscardUnknown()
- func (m *EditWalletConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EditWalletConfigRequest) XXX_Merge(src proto.Message)
- func (m *EditWalletConfigRequest) XXX_Size() int
- func (m *EditWalletConfigRequest) XXX_Unmarshal(b []byte) error
- type ExportSlashingProtectionResponse
- func (*ExportSlashingProtectionResponse) Descriptor() ([]byte, []int)
- func (m *ExportSlashingProtectionResponse) GetFile() string
- func (m *ExportSlashingProtectionResponse) Marshal() (dAtA []byte, err error)
- func (m *ExportSlashingProtectionResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ExportSlashingProtectionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ExportSlashingProtectionResponse) ProtoMessage()
- func (m *ExportSlashingProtectionResponse) Reset()
- func (m *ExportSlashingProtectionResponse) Size() (n int)
- func (m *ExportSlashingProtectionResponse) String() string
- func (m *ExportSlashingProtectionResponse) Unmarshal(dAtA []byte) error
- func (m *ExportSlashingProtectionResponse) XXX_DiscardUnknown()
- func (m *ExportSlashingProtectionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExportSlashingProtectionResponse) XXX_Merge(src proto.Message)
- func (m *ExportSlashingProtectionResponse) XXX_Size() int
- func (m *ExportSlashingProtectionResponse) XXX_Unmarshal(b []byte) error
- type GenerateMnemonicResponse
- func (*GenerateMnemonicResponse) Descriptor() ([]byte, []int)
- func (m *GenerateMnemonicResponse) GetMnemonic() string
- func (m *GenerateMnemonicResponse) Marshal() (dAtA []byte, err error)
- func (m *GenerateMnemonicResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *GenerateMnemonicResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GenerateMnemonicResponse) ProtoMessage()
- func (m *GenerateMnemonicResponse) Reset()
- func (m *GenerateMnemonicResponse) Size() (n int)
- func (m *GenerateMnemonicResponse) String() string
- func (m *GenerateMnemonicResponse) Unmarshal(dAtA []byte) error
- func (m *GenerateMnemonicResponse) XXX_DiscardUnknown()
- func (m *GenerateMnemonicResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GenerateMnemonicResponse) XXX_Merge(src proto.Message)
- func (m *GenerateMnemonicResponse) XXX_Size() int
- func (m *GenerateMnemonicResponse) XXX_Unmarshal(b []byte) error
- type HasUsedWebResponse
- func (*HasUsedWebResponse) Descriptor() ([]byte, []int)
- func (m *HasUsedWebResponse) GetHasSignedUp() bool
- func (m *HasUsedWebResponse) GetHasWallet() bool
- func (m *HasUsedWebResponse) Marshal() (dAtA []byte, err error)
- func (m *HasUsedWebResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *HasUsedWebResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*HasUsedWebResponse) ProtoMessage()
- func (m *HasUsedWebResponse) Reset()
- func (m *HasUsedWebResponse) Size() (n int)
- func (m *HasUsedWebResponse) String() string
- func (m *HasUsedWebResponse) Unmarshal(dAtA []byte) error
- func (m *HasUsedWebResponse) XXX_DiscardUnknown()
- func (m *HasUsedWebResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HasUsedWebResponse) XXX_Merge(src proto.Message)
- func (m *HasUsedWebResponse) XXX_Size() int
- func (m *HasUsedWebResponse) XXX_Unmarshal(b []byte) error
- type HasWalletResponse
- func (*HasWalletResponse) Descriptor() ([]byte, []int)
- func (m *HasWalletResponse) GetWalletExists() bool
- func (m *HasWalletResponse) Marshal() (dAtA []byte, err error)
- func (m *HasWalletResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *HasWalletResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*HasWalletResponse) ProtoMessage()
- func (m *HasWalletResponse) Reset()
- func (m *HasWalletResponse) Size() (n int)
- func (m *HasWalletResponse) String() string
- func (m *HasWalletResponse) Unmarshal(dAtA []byte) error
- func (m *HasWalletResponse) XXX_DiscardUnknown()
- func (m *HasWalletResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HasWalletResponse) XXX_Merge(src proto.Message)
- func (m *HasWalletResponse) XXX_Size() int
- func (m *HasWalletResponse) XXX_Unmarshal(b []byte) error
- type HealthClient
- type HealthServer
- type Health_StreamBeaconLogsClient
- type Health_StreamBeaconLogsServer
- type Health_StreamValidatorLogsClient
- type Health_StreamValidatorLogsServer
- type ImportKeystoresRequest
- func (*ImportKeystoresRequest) Descriptor() ([]byte, []int)
- func (m *ImportKeystoresRequest) GetKeystoresImported() []string
- func (m *ImportKeystoresRequest) GetKeystoresPassword() string
- func (m *ImportKeystoresRequest) Marshal() (dAtA []byte, err error)
- func (m *ImportKeystoresRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ImportKeystoresRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ImportKeystoresRequest) ProtoMessage()
- func (m *ImportKeystoresRequest) Reset()
- func (m *ImportKeystoresRequest) Size() (n int)
- func (m *ImportKeystoresRequest) String() string
- func (m *ImportKeystoresRequest) Unmarshal(dAtA []byte) error
- func (m *ImportKeystoresRequest) XXX_DiscardUnknown()
- func (m *ImportKeystoresRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ImportKeystoresRequest) XXX_Merge(src proto.Message)
- func (m *ImportKeystoresRequest) XXX_Size() int
- func (m *ImportKeystoresRequest) XXX_Unmarshal(b []byte) error
- type ImportKeystoresResponse
- func (*ImportKeystoresResponse) Descriptor() ([]byte, []int)
- func (m *ImportKeystoresResponse) GetImportedPublicKeys() [][]byte
- func (m *ImportKeystoresResponse) Marshal() (dAtA []byte, err error)
- func (m *ImportKeystoresResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ImportKeystoresResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ImportKeystoresResponse) ProtoMessage()
- func (m *ImportKeystoresResponse) Reset()
- func (m *ImportKeystoresResponse) Size() (n int)
- func (m *ImportKeystoresResponse) String() string
- func (m *ImportKeystoresResponse) Unmarshal(dAtA []byte) error
- func (m *ImportKeystoresResponse) XXX_DiscardUnknown()
- func (m *ImportKeystoresResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ImportKeystoresResponse) XXX_Merge(src proto.Message)
- func (m *ImportKeystoresResponse) XXX_Size() int
- func (m *ImportKeystoresResponse) XXX_Unmarshal(b []byte) error
- type ImportSlashingProtectionRequest
- func (*ImportSlashingProtectionRequest) Descriptor() ([]byte, []int)
- func (m *ImportSlashingProtectionRequest) GetSlashingProtectionJson() string
- func (m *ImportSlashingProtectionRequest) Marshal() (dAtA []byte, err error)
- func (m *ImportSlashingProtectionRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ImportSlashingProtectionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ImportSlashingProtectionRequest) ProtoMessage()
- func (m *ImportSlashingProtectionRequest) Reset()
- func (m *ImportSlashingProtectionRequest) Size() (n int)
- func (m *ImportSlashingProtectionRequest) String() string
- func (m *ImportSlashingProtectionRequest) Unmarshal(dAtA []byte) error
- func (m *ImportSlashingProtectionRequest) XXX_DiscardUnknown()
- func (m *ImportSlashingProtectionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ImportSlashingProtectionRequest) XXX_Merge(src proto.Message)
- func (m *ImportSlashingProtectionRequest) XXX_Size() int
- func (m *ImportSlashingProtectionRequest) XXX_Unmarshal(b []byte) error
- type KeymanagerKind
- type ListAccountsRequest
- func (*ListAccountsRequest) Descriptor() ([]byte, []int)
- func (m *ListAccountsRequest) GetAll() bool
- func (m *ListAccountsRequest) GetGetDepositTxData() bool
- func (m *ListAccountsRequest) GetPageSize() int32
- func (m *ListAccountsRequest) GetPageToken() string
- func (m *ListAccountsRequest) Marshal() (dAtA []byte, err error)
- func (m *ListAccountsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ListAccountsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ListAccountsRequest) ProtoMessage()
- func (m *ListAccountsRequest) Reset()
- func (m *ListAccountsRequest) Size() (n int)
- func (m *ListAccountsRequest) String() string
- func (m *ListAccountsRequest) Unmarshal(dAtA []byte) error
- func (m *ListAccountsRequest) XXX_DiscardUnknown()
- func (m *ListAccountsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListAccountsRequest) XXX_Merge(src proto.Message)
- func (m *ListAccountsRequest) XXX_Size() int
- func (m *ListAccountsRequest) XXX_Unmarshal(b []byte) error
- type ListAccountsResponse
- func (*ListAccountsResponse) Descriptor() ([]byte, []int)
- func (m *ListAccountsResponse) GetAccounts() []*Account
- func (m *ListAccountsResponse) GetNextPageToken() string
- func (m *ListAccountsResponse) GetTotalSize() int32
- func (m *ListAccountsResponse) Marshal() (dAtA []byte, err error)
- func (m *ListAccountsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ListAccountsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ListAccountsResponse) ProtoMessage()
- func (m *ListAccountsResponse) Reset()
- func (m *ListAccountsResponse) Size() (n int)
- func (m *ListAccountsResponse) String() string
- func (m *ListAccountsResponse) Unmarshal(dAtA []byte) error
- func (m *ListAccountsResponse) XXX_DiscardUnknown()
- func (m *ListAccountsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListAccountsResponse) XXX_Merge(src proto.Message)
- func (m *ListAccountsResponse) XXX_Size() int
- func (m *ListAccountsResponse) XXX_Unmarshal(b []byte) error
- type ListPublicKeysResponse
- func (*ListPublicKeysResponse) Descriptor() ([]byte, []int)
- func (m *ListPublicKeysResponse) GetValidatingPublicKeys() [][]byte
- func (m *ListPublicKeysResponse) Marshal() (dAtA []byte, err error)
- func (m *ListPublicKeysResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ListPublicKeysResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ListPublicKeysResponse) ProtoMessage()
- func (m *ListPublicKeysResponse) Reset()
- func (m *ListPublicKeysResponse) Size() (n int)
- func (m *ListPublicKeysResponse) String() string
- func (m *ListPublicKeysResponse) Unmarshal(dAtA []byte) error
- func (m *ListPublicKeysResponse) XXX_DiscardUnknown()
- func (m *ListPublicKeysResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListPublicKeysResponse) XXX_Merge(src proto.Message)
- func (m *ListPublicKeysResponse) XXX_Size() int
- func (m *ListPublicKeysResponse) XXX_Unmarshal(b []byte) error
- type LogsEndpointResponse
- func (*LogsEndpointResponse) Descriptor() ([]byte, []int)
- func (m *LogsEndpointResponse) GetBeaconLogsEndpoint() string
- func (m *LogsEndpointResponse) GetValidatorLogsEndpoint() string
- func (m *LogsEndpointResponse) Marshal() (dAtA []byte, err error)
- func (m *LogsEndpointResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *LogsEndpointResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LogsEndpointResponse) ProtoMessage()
- func (m *LogsEndpointResponse) Reset()
- func (m *LogsEndpointResponse) Size() (n int)
- func (m *LogsEndpointResponse) String() string
- func (m *LogsEndpointResponse) Unmarshal(dAtA []byte) error
- func (m *LogsEndpointResponse) XXX_DiscardUnknown()
- func (m *LogsEndpointResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LogsEndpointResponse) XXX_Merge(src proto.Message)
- func (m *LogsEndpointResponse) XXX_Size() int
- func (m *LogsEndpointResponse) XXX_Unmarshal(b []byte) error
- type LogsResponse
- func (*LogsResponse) Descriptor() ([]byte, []int)
- func (m *LogsResponse) GetLogs() []string
- func (m *LogsResponse) Marshal() (dAtA []byte, err error)
- func (m *LogsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *LogsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LogsResponse) ProtoMessage()
- func (m *LogsResponse) Reset()
- func (m *LogsResponse) Size() (n int)
- func (m *LogsResponse) String() string
- func (m *LogsResponse) Unmarshal(dAtA []byte) error
- func (m *LogsResponse) XXX_DiscardUnknown()
- func (m *LogsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LogsResponse) XXX_Merge(src proto.Message)
- func (m *LogsResponse) XXX_Size() int
- func (m *LogsResponse) XXX_Unmarshal(b []byte) error
- type NodeConnectionResponse
- func (*NodeConnectionResponse) Descriptor() ([]byte, []int)
- func (m *NodeConnectionResponse) GetBeaconNodeEndpoint() string
- func (m *NodeConnectionResponse) GetConnected() bool
- func (m *NodeConnectionResponse) GetDepositContractAddress() []byte
- func (m *NodeConnectionResponse) GetGenesisTime() uint64
- func (m *NodeConnectionResponse) GetSyncing() bool
- func (m *NodeConnectionResponse) Marshal() (dAtA []byte, err error)
- func (m *NodeConnectionResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *NodeConnectionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*NodeConnectionResponse) ProtoMessage()
- func (m *NodeConnectionResponse) Reset()
- func (m *NodeConnectionResponse) Size() (n int)
- func (m *NodeConnectionResponse) String() string
- func (m *NodeConnectionResponse) Unmarshal(dAtA []byte) error
- func (m *NodeConnectionResponse) XXX_DiscardUnknown()
- func (m *NodeConnectionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NodeConnectionResponse) XXX_Merge(src proto.Message)
- func (m *NodeConnectionResponse) XXX_Size() int
- func (m *NodeConnectionResponse) XXX_Unmarshal(b []byte) error
- type RecoverWalletRequest
- func (*RecoverWalletRequest) Descriptor() ([]byte, []int)
- func (m *RecoverWalletRequest) GetLanguage() string
- func (m *RecoverWalletRequest) GetMnemonic() string
- func (m *RecoverWalletRequest) GetMnemonic25ThWord() string
- func (m *RecoverWalletRequest) GetNumAccounts() uint64
- func (m *RecoverWalletRequest) GetWalletPassword() string
- func (m *RecoverWalletRequest) Marshal() (dAtA []byte, err error)
- func (m *RecoverWalletRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *RecoverWalletRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RecoverWalletRequest) ProtoMessage()
- func (m *RecoverWalletRequest) Reset()
- func (m *RecoverWalletRequest) Size() (n int)
- func (m *RecoverWalletRequest) String() string
- func (m *RecoverWalletRequest) Unmarshal(dAtA []byte) error
- func (m *RecoverWalletRequest) XXX_DiscardUnknown()
- func (m *RecoverWalletRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RecoverWalletRequest) XXX_Merge(src proto.Message)
- func (m *RecoverWalletRequest) XXX_Size() int
- func (m *RecoverWalletRequest) XXX_Unmarshal(b []byte) error
- type RemoteSignerClient
- type RemoteSignerServer
- type SignRequest
- func (*SignRequest) Descriptor() ([]byte, []int)
- func (m *SignRequest) GetAggregateAttestationAndProof() *v1alpha1.AggregateAttestationAndProof
- func (m *SignRequest) GetAttestationData() *v1alpha1.AttestationData
- func (m *SignRequest) GetBlock() *v1alpha1.BeaconBlock
- func (m *SignRequest) GetEpoch() github_com_prysmaticlabs_eth2_types.Epoch
- func (m *SignRequest) GetExit() *v1alpha1.VoluntaryExit
- func (m *SignRequest) GetObject() isSignRequest_Object
- func (m *SignRequest) GetPublicKey() []byte
- func (m *SignRequest) GetSignatureDomain() []byte
- func (m *SignRequest) GetSigningRoot() []byte
- func (m *SignRequest) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
- func (m *SignRequest) Marshal() (dAtA []byte, err error)
- func (m *SignRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *SignRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SignRequest) ProtoMessage()
- func (m *SignRequest) Reset()
- func (m *SignRequest) Size() (n int)
- func (m *SignRequest) String() string
- func (m *SignRequest) Unmarshal(dAtA []byte) error
- func (m *SignRequest) XXX_DiscardUnknown()
- func (m *SignRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SignRequest) XXX_Merge(src proto.Message)
- func (*SignRequest) XXX_OneofWrappers() []interface{}
- func (m *SignRequest) XXX_Size() int
- func (m *SignRequest) XXX_Unmarshal(b []byte) error
- type SignRequest_AggregateAttestationAndProof
- type SignRequest_AttestationData
- type SignRequest_Block
- type SignRequest_Epoch
- type SignRequest_Exit
- type SignRequest_Slot
- type SignResponse
- func (*SignResponse) Descriptor() ([]byte, []int)
- func (m *SignResponse) GetSignature() []byte
- func (m *SignResponse) GetStatus() SignResponse_Status
- func (m *SignResponse) Marshal() (dAtA []byte, err error)
- func (m *SignResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *SignResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SignResponse) ProtoMessage()
- func (m *SignResponse) Reset()
- func (m *SignResponse) Size() (n int)
- func (m *SignResponse) String() string
- func (m *SignResponse) Unmarshal(dAtA []byte) error
- func (m *SignResponse) XXX_DiscardUnknown()
- func (m *SignResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SignResponse) XXX_Merge(src proto.Message)
- func (m *SignResponse) XXX_Size() int
- func (m *SignResponse) XXX_Unmarshal(b []byte) error
- type SignResponse_Status
- type SlashingProtectionClient
- type SlashingProtectionServer
- type UnimplementedAccountsServer
- func (*UnimplementedAccountsServer) BackupAccounts(ctx context.Context, req *BackupAccountsRequest) (*BackupAccountsResponse, error)
- func (*UnimplementedAccountsServer) ChangePassword(ctx context.Context, req *ChangePasswordRequest) (*empty.Empty, error)
- func (*UnimplementedAccountsServer) DeleteAccounts(ctx context.Context, req *DeleteAccountsRequest) (*DeleteAccountsResponse, error)
- func (*UnimplementedAccountsServer) ListAccounts(ctx context.Context, req *ListAccountsRequest) (*ListAccountsResponse, error)
- type UnimplementedAuthServer
- func (*UnimplementedAuthServer) HasUsedWeb(ctx context.Context, req *empty.Empty) (*HasUsedWebResponse, error)
- func (*UnimplementedAuthServer) Login(ctx context.Context, req *AuthRequest) (*AuthResponse, error)
- func (*UnimplementedAuthServer) Logout(ctx context.Context, req *empty.Empty) (*empty.Empty, error)
- func (*UnimplementedAuthServer) Signup(ctx context.Context, req *AuthRequest) (*AuthResponse, error)
- type UnimplementedBeaconServer
- func (*UnimplementedBeaconServer) GetBeaconStatus(ctx context.Context, req *empty.Empty) (*BeaconStatusResponse, error)
- func (*UnimplementedBeaconServer) GetPeers(ctx context.Context, req *empty.Empty) (*v1alpha1.Peers, error)
- func (*UnimplementedBeaconServer) GetValidatorBalances(ctx context.Context, req *v1alpha1.ListValidatorBalancesRequest) (*v1alpha1.ValidatorBalances, error)
- func (*UnimplementedBeaconServer) GetValidatorParticipation(ctx context.Context, req *v1alpha1.GetValidatorParticipationRequest) (*v1alpha1.ValidatorParticipationResponse, error)
- func (*UnimplementedBeaconServer) GetValidatorPerformance(ctx context.Context, req *v1alpha1.ValidatorPerformanceRequest) (*v1alpha1.ValidatorPerformanceResponse, error)
- func (*UnimplementedBeaconServer) GetValidatorQueue(ctx context.Context, req *empty.Empty) (*v1alpha1.ValidatorQueue, error)
- func (*UnimplementedBeaconServer) GetValidators(ctx context.Context, req *v1alpha1.ListValidatorsRequest) (*v1alpha1.Validators, error)
- type UnimplementedHealthServer
- func (*UnimplementedHealthServer) GetBeaconNodeConnection(ctx context.Context, req *empty.Empty) (*NodeConnectionResponse, error)
- func (*UnimplementedHealthServer) GetLogsEndpoints(ctx context.Context, req *empty.Empty) (*LogsEndpointResponse, error)
- func (*UnimplementedHealthServer) GetVersion(ctx context.Context, req *empty.Empty) (*VersionResponse, error)
- func (*UnimplementedHealthServer) StreamBeaconLogs(req *empty.Empty, srv Health_StreamBeaconLogsServer) error
- func (*UnimplementedHealthServer) StreamValidatorLogs(req *empty.Empty, srv Health_StreamValidatorLogsServer) error
- type UnimplementedRemoteSignerServer
- type UnimplementedSlashingProtectionServer
- func (*UnimplementedSlashingProtectionServer) ExportSlashingProtection(ctx context.Context, req *empty.Empty) (*ExportSlashingProtectionResponse, error)
- func (*UnimplementedSlashingProtectionServer) ImportSlashingProtection(ctx context.Context, req *ImportSlashingProtectionRequest) (*empty.Empty, error)
- type UnimplementedWalletServer
- func (*UnimplementedWalletServer) CreateWallet(ctx context.Context, req *CreateWalletRequest) (*CreateWalletResponse, error)
- func (*UnimplementedWalletServer) GenerateMnemonic(ctx context.Context, req *empty.Empty) (*GenerateMnemonicResponse, error)
- func (*UnimplementedWalletServer) ImportKeystores(ctx context.Context, req *ImportKeystoresRequest) (*ImportKeystoresResponse, error)
- func (*UnimplementedWalletServer) RecoverWallet(ctx context.Context, req *RecoverWalletRequest) (*CreateWalletResponse, error)
- func (*UnimplementedWalletServer) WalletConfig(ctx context.Context, req *empty.Empty) (*WalletResponse, error)
- type VersionResponse
- func (*VersionResponse) Descriptor() ([]byte, []int)
- func (m *VersionResponse) GetBeacon() string
- func (m *VersionResponse) GetValidator() string
- func (m *VersionResponse) Marshal() (dAtA []byte, err error)
- func (m *VersionResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *VersionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*VersionResponse) ProtoMessage()
- func (m *VersionResponse) Reset()
- func (m *VersionResponse) Size() (n int)
- func (m *VersionResponse) String() string
- func (m *VersionResponse) Unmarshal(dAtA []byte) error
- func (m *VersionResponse) XXX_DiscardUnknown()
- func (m *VersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *VersionResponse) XXX_Merge(src proto.Message)
- func (m *VersionResponse) XXX_Size() int
- func (m *VersionResponse) XXX_Unmarshal(b []byte) error
- type WalletClient
- type WalletResponse
- func (*WalletResponse) Descriptor() ([]byte, []int)
- func (m *WalletResponse) GetKeymanagerKind() KeymanagerKind
- func (m *WalletResponse) GetWalletPath() string
- func (m *WalletResponse) Marshal() (dAtA []byte, err error)
- func (m *WalletResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *WalletResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*WalletResponse) ProtoMessage()
- func (m *WalletResponse) Reset()
- func (m *WalletResponse) Size() (n int)
- func (m *WalletResponse) String() string
- func (m *WalletResponse) Unmarshal(dAtA []byte) error
- func (m *WalletResponse) XXX_DiscardUnknown()
- func (m *WalletResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WalletResponse) XXX_Merge(src proto.Message)
- func (m *WalletResponse) XXX_Size() int
- func (m *WalletResponse) XXX_Unmarshal(b []byte) error
- type WalletServer
Constants ¶
This section is empty.
Variables ¶
var ( ErrInvalidLengthKeymanager = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowKeymanager = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupKeymanager = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthWebApi = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowWebApi = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupWebApi = fmt.Errorf("proto: unexpected end of group") )
var KeymanagerKind_name = map[int32]string{
0: "DERIVED",
1: "IMPORTED",
2: "REMOTE",
}
var KeymanagerKind_value = map[string]int32{
"DERIVED": 0,
"IMPORTED": 1,
"REMOTE": 2,
}
var SignResponse_Status_name = map[int32]string{
0: "UNKNOWN",
1: "SUCCEEDED",
2: "DENIED",
3: "FAILED",
}
var SignResponse_Status_value = map[string]int32{
"UNKNOWN": 0,
"SUCCEEDED": 1,
"DENIED": 2,
"FAILED": 3,
}
Functions ¶
func RegisterAccountsServer ¶
func RegisterAccountsServer(s *grpc.Server, srv AccountsServer)
func RegisterAuthServer ¶
func RegisterAuthServer(s *grpc.Server, srv AuthServer)
func RegisterBeaconServer ¶ added in v1.1.0
func RegisterBeaconServer(s *grpc.Server, srv BeaconServer)
func RegisterHealthServer ¶
func RegisterHealthServer(s *grpc.Server, srv HealthServer)
func RegisterRemoteSignerServer ¶
func RegisterRemoteSignerServer(s *grpc.Server, srv RemoteSignerServer)
func RegisterSlashingProtectionServer ¶ added in v1.3.7
func RegisterSlashingProtectionServer(s *grpc.Server, srv SlashingProtectionServer)
func RegisterWalletServer ¶
func RegisterWalletServer(s *grpc.Server, srv WalletServer)
Types ¶
type Account ¶
type Account struct { ValidatingPublicKey []byte `protobuf:"bytes,1,opt,name=validating_public_key,json=validatingPublicKey,proto3" json:"validating_public_key,omitempty"` AccountName string `protobuf:"bytes,2,opt,name=account_name,json=accountName,proto3" json:"account_name,omitempty"` DepositTxData []byte `protobuf:"bytes,3,opt,name=deposit_tx_data,json=depositTxData,proto3" json:"deposit_tx_data,omitempty"` DerivationPath string `protobuf:"bytes,4,opt,name=derivation_path,json=derivationPath,proto3" json:"derivation_path,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Account) Descriptor ¶
func (*Account) GetAccountName ¶
func (*Account) GetDepositTxData ¶
func (*Account) GetDerivationPath ¶
func (*Account) GetValidatingPublicKey ¶
func (*Account) MarshalToSizedBuffer ¶
func (*Account) ProtoMessage ¶
func (*Account) ProtoMessage()
func (*Account) XXX_DiscardUnknown ¶
func (m *Account) XXX_DiscardUnknown()
func (*Account) XXX_Marshal ¶
func (*Account) XXX_Unmarshal ¶
type AccountRequest ¶
type AccountRequest struct { PublicKeys [][]byte `protobuf:"bytes,1,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty"` Indices []uint64 `protobuf:"varint,2,rep,packed,name=indices,proto3" json:"indices,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AccountRequest) Descriptor ¶
func (*AccountRequest) Descriptor() ([]byte, []int)
func (*AccountRequest) GetIndices ¶
func (m *AccountRequest) GetIndices() []uint64
func (*AccountRequest) GetPublicKeys ¶
func (m *AccountRequest) GetPublicKeys() [][]byte
func (*AccountRequest) Marshal ¶
func (m *AccountRequest) Marshal() (dAtA []byte, err error)
func (*AccountRequest) MarshalToSizedBuffer ¶
func (m *AccountRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AccountRequest) ProtoMessage ¶
func (*AccountRequest) ProtoMessage()
func (*AccountRequest) Reset ¶
func (m *AccountRequest) Reset()
func (*AccountRequest) Size ¶
func (m *AccountRequest) Size() (n int)
func (*AccountRequest) String ¶
func (m *AccountRequest) String() string
func (*AccountRequest) Unmarshal ¶
func (m *AccountRequest) Unmarshal(dAtA []byte) error
func (*AccountRequest) XXX_DiscardUnknown ¶
func (m *AccountRequest) XXX_DiscardUnknown()
func (*AccountRequest) XXX_Marshal ¶
func (m *AccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AccountRequest) XXX_Merge ¶
func (m *AccountRequest) XXX_Merge(src proto.Message)
func (*AccountRequest) XXX_Size ¶
func (m *AccountRequest) XXX_Size() int
func (*AccountRequest) XXX_Unmarshal ¶
func (m *AccountRequest) XXX_Unmarshal(b []byte) error
type AccountsClient ¶
type AccountsClient interface { ListAccounts(ctx context.Context, in *ListAccountsRequest, opts ...grpc.CallOption) (*ListAccountsResponse, error) BackupAccounts(ctx context.Context, in *BackupAccountsRequest, opts ...grpc.CallOption) (*BackupAccountsResponse, error) DeleteAccounts(ctx context.Context, in *DeleteAccountsRequest, opts ...grpc.CallOption) (*DeleteAccountsResponse, error) ChangePassword(ctx context.Context, in *ChangePasswordRequest, opts ...grpc.CallOption) (*empty.Empty, error) }
AccountsClient is the client API for Accounts service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewAccountsClient ¶
func NewAccountsClient(cc *grpc.ClientConn) AccountsClient
type AccountsServer ¶
type AccountsServer interface { ListAccounts(context.Context, *ListAccountsRequest) (*ListAccountsResponse, error) BackupAccounts(context.Context, *BackupAccountsRequest) (*BackupAccountsResponse, error) DeleteAccounts(context.Context, *DeleteAccountsRequest) (*DeleteAccountsResponse, error) ChangePassword(context.Context, *ChangePasswordRequest) (*empty.Empty, error) }
AccountsServer is the server API for Accounts service.
type AuthClient ¶
type AuthClient interface { HasUsedWeb(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*HasUsedWebResponse, error) Login(ctx context.Context, in *AuthRequest, opts ...grpc.CallOption) (*AuthResponse, error) Signup(ctx context.Context, in *AuthRequest, opts ...grpc.CallOption) (*AuthResponse, error) Logout(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*empty.Empty, error) }
AuthClient is the client API for Auth service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewAuthClient ¶
func NewAuthClient(cc *grpc.ClientConn) AuthClient
type AuthRequest ¶
type AuthRequest struct { Password string `protobuf:"bytes,1,opt,name=password,proto3" json:"password,omitempty"` PasswordConfirmation string `protobuf:"bytes,2,opt,name=password_confirmation,json=passwordConfirmation,proto3" json:"password_confirmation,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AuthRequest) Descriptor ¶
func (*AuthRequest) Descriptor() ([]byte, []int)
func (*AuthRequest) GetPassword ¶
func (m *AuthRequest) GetPassword() string
func (*AuthRequest) GetPasswordConfirmation ¶
func (m *AuthRequest) GetPasswordConfirmation() string
func (*AuthRequest) Marshal ¶
func (m *AuthRequest) Marshal() (dAtA []byte, err error)
func (*AuthRequest) MarshalToSizedBuffer ¶
func (m *AuthRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AuthRequest) ProtoMessage ¶
func (*AuthRequest) ProtoMessage()
func (*AuthRequest) Reset ¶
func (m *AuthRequest) Reset()
func (*AuthRequest) Size ¶
func (m *AuthRequest) Size() (n int)
func (*AuthRequest) String ¶
func (m *AuthRequest) String() string
func (*AuthRequest) Unmarshal ¶
func (m *AuthRequest) Unmarshal(dAtA []byte) error
func (*AuthRequest) XXX_DiscardUnknown ¶
func (m *AuthRequest) XXX_DiscardUnknown()
func (*AuthRequest) XXX_Marshal ¶
func (m *AuthRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AuthRequest) XXX_Merge ¶
func (m *AuthRequest) XXX_Merge(src proto.Message)
func (*AuthRequest) XXX_Size ¶
func (m *AuthRequest) XXX_Size() int
func (*AuthRequest) XXX_Unmarshal ¶
func (m *AuthRequest) XXX_Unmarshal(b []byte) error
type AuthResponse ¶
type AuthResponse struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` TokenExpiration uint64 `protobuf:"varint,2,opt,name=token_expiration,json=tokenExpiration,proto3" json:"token_expiration,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AuthResponse) Descriptor ¶
func (*AuthResponse) Descriptor() ([]byte, []int)
func (*AuthResponse) GetToken ¶
func (m *AuthResponse) GetToken() string
func (*AuthResponse) GetTokenExpiration ¶
func (m *AuthResponse) GetTokenExpiration() uint64
func (*AuthResponse) Marshal ¶
func (m *AuthResponse) Marshal() (dAtA []byte, err error)
func (*AuthResponse) MarshalToSizedBuffer ¶
func (m *AuthResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AuthResponse) ProtoMessage ¶
func (*AuthResponse) ProtoMessage()
func (*AuthResponse) Reset ¶
func (m *AuthResponse) Reset()
func (*AuthResponse) Size ¶
func (m *AuthResponse) Size() (n int)
func (*AuthResponse) String ¶
func (m *AuthResponse) String() string
func (*AuthResponse) Unmarshal ¶
func (m *AuthResponse) Unmarshal(dAtA []byte) error
func (*AuthResponse) XXX_DiscardUnknown ¶
func (m *AuthResponse) XXX_DiscardUnknown()
func (*AuthResponse) XXX_Marshal ¶
func (m *AuthResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AuthResponse) XXX_Merge ¶
func (m *AuthResponse) XXX_Merge(src proto.Message)
func (*AuthResponse) XXX_Size ¶
func (m *AuthResponse) XXX_Size() int
func (*AuthResponse) XXX_Unmarshal ¶
func (m *AuthResponse) XXX_Unmarshal(b []byte) error
type AuthServer ¶
type AuthServer interface { HasUsedWeb(context.Context, *empty.Empty) (*HasUsedWebResponse, error) Login(context.Context, *AuthRequest) (*AuthResponse, error) Signup(context.Context, *AuthRequest) (*AuthResponse, error) Logout(context.Context, *empty.Empty) (*empty.Empty, error) }
AuthServer is the server API for Auth service.
type BackupAccountsRequest ¶ added in v1.2.0
type BackupAccountsRequest struct { PublicKeys [][]byte `protobuf:"bytes,1,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty"` BackupPassword string `protobuf:"bytes,2,opt,name=backup_password,json=backupPassword,proto3" json:"backup_password,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BackupAccountsRequest) Descriptor ¶ added in v1.2.0
func (*BackupAccountsRequest) Descriptor() ([]byte, []int)
func (*BackupAccountsRequest) GetBackupPassword ¶ added in v1.2.0
func (m *BackupAccountsRequest) GetBackupPassword() string
func (*BackupAccountsRequest) GetPublicKeys ¶ added in v1.2.0
func (m *BackupAccountsRequest) GetPublicKeys() [][]byte
func (*BackupAccountsRequest) Marshal ¶ added in v1.2.0
func (m *BackupAccountsRequest) Marshal() (dAtA []byte, err error)
func (*BackupAccountsRequest) MarshalTo ¶ added in v1.2.0
func (m *BackupAccountsRequest) MarshalTo(dAtA []byte) (int, error)
func (*BackupAccountsRequest) MarshalToSizedBuffer ¶ added in v1.2.0
func (m *BackupAccountsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BackupAccountsRequest) ProtoMessage ¶ added in v1.2.0
func (*BackupAccountsRequest) ProtoMessage()
func (*BackupAccountsRequest) Reset ¶ added in v1.2.0
func (m *BackupAccountsRequest) Reset()
func (*BackupAccountsRequest) Size ¶ added in v1.2.0
func (m *BackupAccountsRequest) Size() (n int)
func (*BackupAccountsRequest) String ¶ added in v1.2.0
func (m *BackupAccountsRequest) String() string
func (*BackupAccountsRequest) Unmarshal ¶ added in v1.2.0
func (m *BackupAccountsRequest) Unmarshal(dAtA []byte) error
func (*BackupAccountsRequest) XXX_DiscardUnknown ¶ added in v1.2.0
func (m *BackupAccountsRequest) XXX_DiscardUnknown()
func (*BackupAccountsRequest) XXX_Marshal ¶ added in v1.2.0
func (m *BackupAccountsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BackupAccountsRequest) XXX_Merge ¶ added in v1.2.0
func (m *BackupAccountsRequest) XXX_Merge(src proto.Message)
func (*BackupAccountsRequest) XXX_Size ¶ added in v1.2.0
func (m *BackupAccountsRequest) XXX_Size() int
func (*BackupAccountsRequest) XXX_Unmarshal ¶ added in v1.2.0
func (m *BackupAccountsRequest) XXX_Unmarshal(b []byte) error
type BackupAccountsResponse ¶ added in v1.2.0
type BackupAccountsResponse struct { ZipFile []byte `protobuf:"bytes,1,opt,name=zip_file,json=zipFile,proto3" json:"zip_file,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BackupAccountsResponse) Descriptor ¶ added in v1.2.0
func (*BackupAccountsResponse) Descriptor() ([]byte, []int)
func (*BackupAccountsResponse) GetZipFile ¶ added in v1.2.0
func (m *BackupAccountsResponse) GetZipFile() []byte
func (*BackupAccountsResponse) Marshal ¶ added in v1.2.0
func (m *BackupAccountsResponse) Marshal() (dAtA []byte, err error)
func (*BackupAccountsResponse) MarshalTo ¶ added in v1.2.0
func (m *BackupAccountsResponse) MarshalTo(dAtA []byte) (int, error)
func (*BackupAccountsResponse) MarshalToSizedBuffer ¶ added in v1.2.0
func (m *BackupAccountsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BackupAccountsResponse) ProtoMessage ¶ added in v1.2.0
func (*BackupAccountsResponse) ProtoMessage()
func (*BackupAccountsResponse) Reset ¶ added in v1.2.0
func (m *BackupAccountsResponse) Reset()
func (*BackupAccountsResponse) Size ¶ added in v1.2.0
func (m *BackupAccountsResponse) Size() (n int)
func (*BackupAccountsResponse) String ¶ added in v1.2.0
func (m *BackupAccountsResponse) String() string
func (*BackupAccountsResponse) Unmarshal ¶ added in v1.2.0
func (m *BackupAccountsResponse) Unmarshal(dAtA []byte) error
func (*BackupAccountsResponse) XXX_DiscardUnknown ¶ added in v1.2.0
func (m *BackupAccountsResponse) XXX_DiscardUnknown()
func (*BackupAccountsResponse) XXX_Marshal ¶ added in v1.2.0
func (m *BackupAccountsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BackupAccountsResponse) XXX_Merge ¶ added in v1.2.0
func (m *BackupAccountsResponse) XXX_Merge(src proto.Message)
func (*BackupAccountsResponse) XXX_Size ¶ added in v1.2.0
func (m *BackupAccountsResponse) XXX_Size() int
func (*BackupAccountsResponse) XXX_Unmarshal ¶ added in v1.2.0
func (m *BackupAccountsResponse) XXX_Unmarshal(b []byte) error
type BeaconClient ¶ added in v1.1.0
type BeaconClient interface { GetBeaconStatus(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*BeaconStatusResponse, error) GetValidatorParticipation(ctx context.Context, in *v1alpha1.GetValidatorParticipationRequest, opts ...grpc.CallOption) (*v1alpha1.ValidatorParticipationResponse, error) GetValidatorPerformance(ctx context.Context, in *v1alpha1.ValidatorPerformanceRequest, opts ...grpc.CallOption) (*v1alpha1.ValidatorPerformanceResponse, error) GetValidators(ctx context.Context, in *v1alpha1.ListValidatorsRequest, opts ...grpc.CallOption) (*v1alpha1.Validators, error) GetValidatorBalances(ctx context.Context, in *v1alpha1.ListValidatorBalancesRequest, opts ...grpc.CallOption) (*v1alpha1.ValidatorBalances, error) GetValidatorQueue(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*v1alpha1.ValidatorQueue, error) GetPeers(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*v1alpha1.Peers, error) }
BeaconClient is the client API for Beacon service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewBeaconClient ¶ added in v1.1.0
func NewBeaconClient(cc *grpc.ClientConn) BeaconClient
type BeaconServer ¶ added in v1.1.0
type BeaconServer interface { GetBeaconStatus(context.Context, *empty.Empty) (*BeaconStatusResponse, error) GetValidatorParticipation(context.Context, *v1alpha1.GetValidatorParticipationRequest) (*v1alpha1.ValidatorParticipationResponse, error) GetValidatorPerformance(context.Context, *v1alpha1.ValidatorPerformanceRequest) (*v1alpha1.ValidatorPerformanceResponse, error) GetValidators(context.Context, *v1alpha1.ListValidatorsRequest) (*v1alpha1.Validators, error) GetValidatorBalances(context.Context, *v1alpha1.ListValidatorBalancesRequest) (*v1alpha1.ValidatorBalances, error) GetValidatorQueue(context.Context, *empty.Empty) (*v1alpha1.ValidatorQueue, error) GetPeers(context.Context, *empty.Empty) (*v1alpha1.Peers, error) }
BeaconServer is the server API for Beacon service.
type BeaconStatusResponse ¶ added in v1.1.0
type BeaconStatusResponse struct { BeaconNodeEndpoint string `protobuf:"bytes,1,opt,name=beacon_node_endpoint,json=beaconNodeEndpoint,proto3" json:"beacon_node_endpoint,omitempty"` Connected bool `protobuf:"varint,2,opt,name=connected,proto3" json:"connected,omitempty"` Syncing bool `protobuf:"varint,3,opt,name=syncing,proto3" json:"syncing,omitempty"` GenesisTime uint64 `protobuf:"varint,4,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"` DepositContractAddress []byte `` /* 129-byte string literal not displayed */ ChainHead *v1alpha1.ChainHead `protobuf:"bytes,6,opt,name=chain_head,json=chainHead,proto3" json:"chain_head,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BeaconStatusResponse) Descriptor ¶ added in v1.1.0
func (*BeaconStatusResponse) Descriptor() ([]byte, []int)
func (*BeaconStatusResponse) GetBeaconNodeEndpoint ¶ added in v1.1.0
func (m *BeaconStatusResponse) GetBeaconNodeEndpoint() string
func (*BeaconStatusResponse) GetChainHead ¶ added in v1.1.0
func (m *BeaconStatusResponse) GetChainHead() *v1alpha1.ChainHead
func (*BeaconStatusResponse) GetConnected ¶ added in v1.1.0
func (m *BeaconStatusResponse) GetConnected() bool
func (*BeaconStatusResponse) GetDepositContractAddress ¶ added in v1.1.0
func (m *BeaconStatusResponse) GetDepositContractAddress() []byte
func (*BeaconStatusResponse) GetGenesisTime ¶ added in v1.1.0
func (m *BeaconStatusResponse) GetGenesisTime() uint64
func (*BeaconStatusResponse) GetSyncing ¶ added in v1.1.0
func (m *BeaconStatusResponse) GetSyncing() bool
func (*BeaconStatusResponse) Marshal ¶ added in v1.1.0
func (m *BeaconStatusResponse) Marshal() (dAtA []byte, err error)
func (*BeaconStatusResponse) MarshalTo ¶ added in v1.1.0
func (m *BeaconStatusResponse) MarshalTo(dAtA []byte) (int, error)
func (*BeaconStatusResponse) MarshalToSizedBuffer ¶ added in v1.1.0
func (m *BeaconStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BeaconStatusResponse) ProtoMessage ¶ added in v1.1.0
func (*BeaconStatusResponse) ProtoMessage()
func (*BeaconStatusResponse) Reset ¶ added in v1.1.0
func (m *BeaconStatusResponse) Reset()
func (*BeaconStatusResponse) Size ¶ added in v1.1.0
func (m *BeaconStatusResponse) Size() (n int)
func (*BeaconStatusResponse) String ¶ added in v1.1.0
func (m *BeaconStatusResponse) String() string
func (*BeaconStatusResponse) Unmarshal ¶ added in v1.1.0
func (m *BeaconStatusResponse) Unmarshal(dAtA []byte) error
func (*BeaconStatusResponse) XXX_DiscardUnknown ¶ added in v1.1.0
func (m *BeaconStatusResponse) XXX_DiscardUnknown()
func (*BeaconStatusResponse) XXX_Marshal ¶ added in v1.1.0
func (m *BeaconStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BeaconStatusResponse) XXX_Merge ¶ added in v1.1.0
func (m *BeaconStatusResponse) XXX_Merge(src proto.Message)
func (*BeaconStatusResponse) XXX_Size ¶ added in v1.1.0
func (m *BeaconStatusResponse) XXX_Size() int
func (*BeaconStatusResponse) XXX_Unmarshal ¶ added in v1.1.0
func (m *BeaconStatusResponse) XXX_Unmarshal(b []byte) error
type ChangePasswordRequest ¶
type ChangePasswordRequest struct { CurrentPassword string `protobuf:"bytes,1,opt,name=current_password,json=currentPassword,proto3" json:"current_password,omitempty"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` PasswordConfirmation string `protobuf:"bytes,3,opt,name=password_confirmation,json=passwordConfirmation,proto3" json:"password_confirmation,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ChangePasswordRequest) Descriptor ¶
func (*ChangePasswordRequest) Descriptor() ([]byte, []int)
func (*ChangePasswordRequest) GetCurrentPassword ¶
func (m *ChangePasswordRequest) GetCurrentPassword() string
func (*ChangePasswordRequest) GetPassword ¶
func (m *ChangePasswordRequest) GetPassword() string
func (*ChangePasswordRequest) GetPasswordConfirmation ¶
func (m *ChangePasswordRequest) GetPasswordConfirmation() string
func (*ChangePasswordRequest) Marshal ¶
func (m *ChangePasswordRequest) Marshal() (dAtA []byte, err error)
func (*ChangePasswordRequest) MarshalTo ¶
func (m *ChangePasswordRequest) MarshalTo(dAtA []byte) (int, error)
func (*ChangePasswordRequest) MarshalToSizedBuffer ¶
func (m *ChangePasswordRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ChangePasswordRequest) ProtoMessage ¶
func (*ChangePasswordRequest) ProtoMessage()
func (*ChangePasswordRequest) Reset ¶
func (m *ChangePasswordRequest) Reset()
func (*ChangePasswordRequest) Size ¶
func (m *ChangePasswordRequest) Size() (n int)
func (*ChangePasswordRequest) String ¶
func (m *ChangePasswordRequest) String() string
func (*ChangePasswordRequest) Unmarshal ¶
func (m *ChangePasswordRequest) Unmarshal(dAtA []byte) error
func (*ChangePasswordRequest) XXX_DiscardUnknown ¶
func (m *ChangePasswordRequest) XXX_DiscardUnknown()
func (*ChangePasswordRequest) XXX_Marshal ¶
func (m *ChangePasswordRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ChangePasswordRequest) XXX_Merge ¶
func (m *ChangePasswordRequest) XXX_Merge(src proto.Message)
func (*ChangePasswordRequest) XXX_Size ¶
func (m *ChangePasswordRequest) XXX_Size() int
func (*ChangePasswordRequest) XXX_Unmarshal ¶
func (m *ChangePasswordRequest) XXX_Unmarshal(b []byte) error
type CreateWalletRequest ¶
type CreateWalletRequest struct { Keymanager KeymanagerKind `protobuf:"varint,1,opt,name=keymanager,proto3,enum=ethereum.validator.accounts.v2.KeymanagerKind" json:"keymanager,omitempty"` WalletPassword string `protobuf:"bytes,2,opt,name=wallet_password,json=walletPassword,proto3" json:"wallet_password,omitempty"` Mnemonic string `protobuf:"bytes,3,opt,name=mnemonic,proto3" json:"mnemonic,omitempty"` NumAccounts uint64 `protobuf:"varint,4,opt,name=num_accounts,json=numAccounts,proto3" json:"num_accounts,omitempty"` RemoteAddr string `protobuf:"bytes,5,opt,name=remote_addr,json=remoteAddr,proto3" json:"remote_addr,omitempty"` RemoteCrtPath string `protobuf:"bytes,6,opt,name=remote_crt_path,json=remoteCrtPath,proto3" json:"remote_crt_path,omitempty"` RemoteKeyPath string `protobuf:"bytes,7,opt,name=remote_key_path,json=remoteKeyPath,proto3" json:"remote_key_path,omitempty"` RemoteCaCrtPath string `protobuf:"bytes,8,opt,name=remote_ca_crt_path,json=remoteCaCrtPath,proto3" json:"remote_ca_crt_path,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateWalletRequest) Descriptor ¶
func (*CreateWalletRequest) Descriptor() ([]byte, []int)
func (*CreateWalletRequest) GetKeymanager ¶
func (m *CreateWalletRequest) GetKeymanager() KeymanagerKind
func (*CreateWalletRequest) GetMnemonic ¶
func (m *CreateWalletRequest) GetMnemonic() string
func (*CreateWalletRequest) GetNumAccounts ¶
func (m *CreateWalletRequest) GetNumAccounts() uint64
func (*CreateWalletRequest) GetRemoteAddr ¶
func (m *CreateWalletRequest) GetRemoteAddr() string
func (*CreateWalletRequest) GetRemoteCaCrtPath ¶
func (m *CreateWalletRequest) GetRemoteCaCrtPath() string
func (*CreateWalletRequest) GetRemoteCrtPath ¶
func (m *CreateWalletRequest) GetRemoteCrtPath() string
func (*CreateWalletRequest) GetRemoteKeyPath ¶
func (m *CreateWalletRequest) GetRemoteKeyPath() string
func (*CreateWalletRequest) GetWalletPassword ¶
func (m *CreateWalletRequest) GetWalletPassword() string
func (*CreateWalletRequest) Marshal ¶
func (m *CreateWalletRequest) Marshal() (dAtA []byte, err error)
func (*CreateWalletRequest) MarshalTo ¶
func (m *CreateWalletRequest) MarshalTo(dAtA []byte) (int, error)
func (*CreateWalletRequest) MarshalToSizedBuffer ¶
func (m *CreateWalletRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CreateWalletRequest) ProtoMessage ¶
func (*CreateWalletRequest) ProtoMessage()
func (*CreateWalletRequest) Reset ¶
func (m *CreateWalletRequest) Reset()
func (*CreateWalletRequest) Size ¶
func (m *CreateWalletRequest) Size() (n int)
func (*CreateWalletRequest) String ¶
func (m *CreateWalletRequest) String() string
func (*CreateWalletRequest) Unmarshal ¶
func (m *CreateWalletRequest) Unmarshal(dAtA []byte) error
func (*CreateWalletRequest) XXX_DiscardUnknown ¶
func (m *CreateWalletRequest) XXX_DiscardUnknown()
func (*CreateWalletRequest) XXX_Marshal ¶
func (m *CreateWalletRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateWalletRequest) XXX_Merge ¶
func (m *CreateWalletRequest) XXX_Merge(src proto.Message)
func (*CreateWalletRequest) XXX_Size ¶
func (m *CreateWalletRequest) XXX_Size() int
func (*CreateWalletRequest) XXX_Unmarshal ¶
func (m *CreateWalletRequest) XXX_Unmarshal(b []byte) error
type CreateWalletResponse ¶
type CreateWalletResponse struct { Wallet *WalletResponse `protobuf:"bytes,1,opt,name=wallet,proto3" json:"wallet,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateWalletResponse) Descriptor ¶
func (*CreateWalletResponse) Descriptor() ([]byte, []int)
func (*CreateWalletResponse) GetWallet ¶
func (m *CreateWalletResponse) GetWallet() *WalletResponse
func (*CreateWalletResponse) Marshal ¶
func (m *CreateWalletResponse) Marshal() (dAtA []byte, err error)
func (*CreateWalletResponse) MarshalTo ¶
func (m *CreateWalletResponse) MarshalTo(dAtA []byte) (int, error)
func (*CreateWalletResponse) MarshalToSizedBuffer ¶
func (m *CreateWalletResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CreateWalletResponse) ProtoMessage ¶
func (*CreateWalletResponse) ProtoMessage()
func (*CreateWalletResponse) Reset ¶
func (m *CreateWalletResponse) Reset()
func (*CreateWalletResponse) Size ¶
func (m *CreateWalletResponse) Size() (n int)
func (*CreateWalletResponse) String ¶
func (m *CreateWalletResponse) String() string
func (*CreateWalletResponse) Unmarshal ¶
func (m *CreateWalletResponse) Unmarshal(dAtA []byte) error
func (*CreateWalletResponse) XXX_DiscardUnknown ¶
func (m *CreateWalletResponse) XXX_DiscardUnknown()
func (*CreateWalletResponse) XXX_Marshal ¶
func (m *CreateWalletResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateWalletResponse) XXX_Merge ¶
func (m *CreateWalletResponse) XXX_Merge(src proto.Message)
func (*CreateWalletResponse) XXX_Size ¶
func (m *CreateWalletResponse) XXX_Size() int
func (*CreateWalletResponse) XXX_Unmarshal ¶
func (m *CreateWalletResponse) XXX_Unmarshal(b []byte) error
type DeleteAccountsRequest ¶ added in v1.3.6
type DeleteAccountsRequest struct { PublicKeysToDelete [][]byte `protobuf:"bytes,1,rep,name=public_keys_to_delete,json=publicKeysToDelete,proto3" json:"public_keys_to_delete,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteAccountsRequest) Descriptor ¶ added in v1.3.6
func (*DeleteAccountsRequest) Descriptor() ([]byte, []int)
func (*DeleteAccountsRequest) GetPublicKeysToDelete ¶ added in v1.3.6
func (m *DeleteAccountsRequest) GetPublicKeysToDelete() [][]byte
func (*DeleteAccountsRequest) Marshal ¶ added in v1.3.6
func (m *DeleteAccountsRequest) Marshal() (dAtA []byte, err error)
func (*DeleteAccountsRequest) MarshalTo ¶ added in v1.3.6
func (m *DeleteAccountsRequest) MarshalTo(dAtA []byte) (int, error)
func (*DeleteAccountsRequest) MarshalToSizedBuffer ¶ added in v1.3.6
func (m *DeleteAccountsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*DeleteAccountsRequest) ProtoMessage ¶ added in v1.3.6
func (*DeleteAccountsRequest) ProtoMessage()
func (*DeleteAccountsRequest) Reset ¶ added in v1.3.6
func (m *DeleteAccountsRequest) Reset()
func (*DeleteAccountsRequest) Size ¶ added in v1.3.6
func (m *DeleteAccountsRequest) Size() (n int)
func (*DeleteAccountsRequest) String ¶ added in v1.3.6
func (m *DeleteAccountsRequest) String() string
func (*DeleteAccountsRequest) Unmarshal ¶ added in v1.3.6
func (m *DeleteAccountsRequest) Unmarshal(dAtA []byte) error
func (*DeleteAccountsRequest) XXX_DiscardUnknown ¶ added in v1.3.6
func (m *DeleteAccountsRequest) XXX_DiscardUnknown()
func (*DeleteAccountsRequest) XXX_Marshal ¶ added in v1.3.6
func (m *DeleteAccountsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteAccountsRequest) XXX_Merge ¶ added in v1.3.6
func (m *DeleteAccountsRequest) XXX_Merge(src proto.Message)
func (*DeleteAccountsRequest) XXX_Size ¶ added in v1.3.6
func (m *DeleteAccountsRequest) XXX_Size() int
func (*DeleteAccountsRequest) XXX_Unmarshal ¶ added in v1.3.6
func (m *DeleteAccountsRequest) XXX_Unmarshal(b []byte) error
type DeleteAccountsResponse ¶ added in v1.3.6
type DeleteAccountsResponse struct { DeletedKeys [][]byte `protobuf:"bytes,1,rep,name=deleted_keys,json=deletedKeys,proto3" json:"deleted_keys,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteAccountsResponse) Descriptor ¶ added in v1.3.6
func (*DeleteAccountsResponse) Descriptor() ([]byte, []int)
func (*DeleteAccountsResponse) GetDeletedKeys ¶ added in v1.3.6
func (m *DeleteAccountsResponse) GetDeletedKeys() [][]byte
func (*DeleteAccountsResponse) Marshal ¶ added in v1.3.6
func (m *DeleteAccountsResponse) Marshal() (dAtA []byte, err error)
func (*DeleteAccountsResponse) MarshalTo ¶ added in v1.3.6
func (m *DeleteAccountsResponse) MarshalTo(dAtA []byte) (int, error)
func (*DeleteAccountsResponse) MarshalToSizedBuffer ¶ added in v1.3.6
func (m *DeleteAccountsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*DeleteAccountsResponse) ProtoMessage ¶ added in v1.3.6
func (*DeleteAccountsResponse) ProtoMessage()
func (*DeleteAccountsResponse) Reset ¶ added in v1.3.6
func (m *DeleteAccountsResponse) Reset()
func (*DeleteAccountsResponse) Size ¶ added in v1.3.6
func (m *DeleteAccountsResponse) Size() (n int)
func (*DeleteAccountsResponse) String ¶ added in v1.3.6
func (m *DeleteAccountsResponse) String() string
func (*DeleteAccountsResponse) Unmarshal ¶ added in v1.3.6
func (m *DeleteAccountsResponse) Unmarshal(dAtA []byte) error
func (*DeleteAccountsResponse) XXX_DiscardUnknown ¶ added in v1.3.6
func (m *DeleteAccountsResponse) XXX_DiscardUnknown()
func (*DeleteAccountsResponse) XXX_Marshal ¶ added in v1.3.6
func (m *DeleteAccountsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteAccountsResponse) XXX_Merge ¶ added in v1.3.6
func (m *DeleteAccountsResponse) XXX_Merge(src proto.Message)
func (*DeleteAccountsResponse) XXX_Size ¶ added in v1.3.6
func (m *DeleteAccountsResponse) XXX_Size() int
func (*DeleteAccountsResponse) XXX_Unmarshal ¶ added in v1.3.6
func (m *DeleteAccountsResponse) XXX_Unmarshal(b []byte) error
type EditWalletConfigRequest ¶
type EditWalletConfigRequest struct { RemoteAddr string `protobuf:"bytes,1,opt,name=remote_addr,json=remoteAddr,proto3" json:"remote_addr,omitempty"` RemoteCrtPath string `protobuf:"bytes,2,opt,name=remote_crt_path,json=remoteCrtPath,proto3" json:"remote_crt_path,omitempty"` RemoteKeyPath string `protobuf:"bytes,3,opt,name=remote_key_path,json=remoteKeyPath,proto3" json:"remote_key_path,omitempty"` RemoteCaCrtPath string `protobuf:"bytes,4,opt,name=remote_ca_crt_path,json=remoteCaCrtPath,proto3" json:"remote_ca_crt_path,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EditWalletConfigRequest) Descriptor ¶
func (*EditWalletConfigRequest) Descriptor() ([]byte, []int)
func (*EditWalletConfigRequest) GetRemoteAddr ¶
func (m *EditWalletConfigRequest) GetRemoteAddr() string
func (*EditWalletConfigRequest) GetRemoteCaCrtPath ¶
func (m *EditWalletConfigRequest) GetRemoteCaCrtPath() string
func (*EditWalletConfigRequest) GetRemoteCrtPath ¶
func (m *EditWalletConfigRequest) GetRemoteCrtPath() string
func (*EditWalletConfigRequest) GetRemoteKeyPath ¶
func (m *EditWalletConfigRequest) GetRemoteKeyPath() string
func (*EditWalletConfigRequest) Marshal ¶
func (m *EditWalletConfigRequest) Marshal() (dAtA []byte, err error)
func (*EditWalletConfigRequest) MarshalTo ¶
func (m *EditWalletConfigRequest) MarshalTo(dAtA []byte) (int, error)
func (*EditWalletConfigRequest) MarshalToSizedBuffer ¶
func (m *EditWalletConfigRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EditWalletConfigRequest) ProtoMessage ¶
func (*EditWalletConfigRequest) ProtoMessage()
func (*EditWalletConfigRequest) Reset ¶
func (m *EditWalletConfigRequest) Reset()
func (*EditWalletConfigRequest) Size ¶
func (m *EditWalletConfigRequest) Size() (n int)
func (*EditWalletConfigRequest) String ¶
func (m *EditWalletConfigRequest) String() string
func (*EditWalletConfigRequest) Unmarshal ¶
func (m *EditWalletConfigRequest) Unmarshal(dAtA []byte) error
func (*EditWalletConfigRequest) XXX_DiscardUnknown ¶
func (m *EditWalletConfigRequest) XXX_DiscardUnknown()
func (*EditWalletConfigRequest) XXX_Marshal ¶
func (m *EditWalletConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EditWalletConfigRequest) XXX_Merge ¶
func (m *EditWalletConfigRequest) XXX_Merge(src proto.Message)
func (*EditWalletConfigRequest) XXX_Size ¶
func (m *EditWalletConfigRequest) XXX_Size() int
func (*EditWalletConfigRequest) XXX_Unmarshal ¶
func (m *EditWalletConfigRequest) XXX_Unmarshal(b []byte) error
type ExportSlashingProtectionResponse ¶ added in v1.3.7
type ExportSlashingProtectionResponse struct { File string `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ExportSlashingProtectionResponse) Descriptor ¶ added in v1.3.7
func (*ExportSlashingProtectionResponse) Descriptor() ([]byte, []int)
func (*ExportSlashingProtectionResponse) GetFile ¶ added in v1.3.7
func (m *ExportSlashingProtectionResponse) GetFile() string
func (*ExportSlashingProtectionResponse) Marshal ¶ added in v1.3.7
func (m *ExportSlashingProtectionResponse) Marshal() (dAtA []byte, err error)
func (*ExportSlashingProtectionResponse) MarshalTo ¶ added in v1.3.7
func (m *ExportSlashingProtectionResponse) MarshalTo(dAtA []byte) (int, error)
func (*ExportSlashingProtectionResponse) MarshalToSizedBuffer ¶ added in v1.3.7
func (m *ExportSlashingProtectionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ExportSlashingProtectionResponse) ProtoMessage ¶ added in v1.3.7
func (*ExportSlashingProtectionResponse) ProtoMessage()
func (*ExportSlashingProtectionResponse) Reset ¶ added in v1.3.7
func (m *ExportSlashingProtectionResponse) Reset()
func (*ExportSlashingProtectionResponse) Size ¶ added in v1.3.7
func (m *ExportSlashingProtectionResponse) Size() (n int)
func (*ExportSlashingProtectionResponse) String ¶ added in v1.3.7
func (m *ExportSlashingProtectionResponse) String() string
func (*ExportSlashingProtectionResponse) Unmarshal ¶ added in v1.3.7
func (m *ExportSlashingProtectionResponse) Unmarshal(dAtA []byte) error
func (*ExportSlashingProtectionResponse) XXX_DiscardUnknown ¶ added in v1.3.7
func (m *ExportSlashingProtectionResponse) XXX_DiscardUnknown()
func (*ExportSlashingProtectionResponse) XXX_Marshal ¶ added in v1.3.7
func (m *ExportSlashingProtectionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExportSlashingProtectionResponse) XXX_Merge ¶ added in v1.3.7
func (m *ExportSlashingProtectionResponse) XXX_Merge(src proto.Message)
func (*ExportSlashingProtectionResponse) XXX_Size ¶ added in v1.3.7
func (m *ExportSlashingProtectionResponse) XXX_Size() int
func (*ExportSlashingProtectionResponse) XXX_Unmarshal ¶ added in v1.3.7
func (m *ExportSlashingProtectionResponse) XXX_Unmarshal(b []byte) error
type GenerateMnemonicResponse ¶
type GenerateMnemonicResponse struct { Mnemonic string `protobuf:"bytes,1,opt,name=mnemonic,proto3" json:"mnemonic,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GenerateMnemonicResponse) Descriptor ¶
func (*GenerateMnemonicResponse) Descriptor() ([]byte, []int)
func (*GenerateMnemonicResponse) GetMnemonic ¶
func (m *GenerateMnemonicResponse) GetMnemonic() string
func (*GenerateMnemonicResponse) Marshal ¶
func (m *GenerateMnemonicResponse) Marshal() (dAtA []byte, err error)
func (*GenerateMnemonicResponse) MarshalTo ¶
func (m *GenerateMnemonicResponse) MarshalTo(dAtA []byte) (int, error)
func (*GenerateMnemonicResponse) MarshalToSizedBuffer ¶
func (m *GenerateMnemonicResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GenerateMnemonicResponse) ProtoMessage ¶
func (*GenerateMnemonicResponse) ProtoMessage()
func (*GenerateMnemonicResponse) Reset ¶
func (m *GenerateMnemonicResponse) Reset()
func (*GenerateMnemonicResponse) Size ¶
func (m *GenerateMnemonicResponse) Size() (n int)
func (*GenerateMnemonicResponse) String ¶
func (m *GenerateMnemonicResponse) String() string
func (*GenerateMnemonicResponse) Unmarshal ¶
func (m *GenerateMnemonicResponse) Unmarshal(dAtA []byte) error
func (*GenerateMnemonicResponse) XXX_DiscardUnknown ¶
func (m *GenerateMnemonicResponse) XXX_DiscardUnknown()
func (*GenerateMnemonicResponse) XXX_Marshal ¶
func (m *GenerateMnemonicResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GenerateMnemonicResponse) XXX_Merge ¶
func (m *GenerateMnemonicResponse) XXX_Merge(src proto.Message)
func (*GenerateMnemonicResponse) XXX_Size ¶
func (m *GenerateMnemonicResponse) XXX_Size() int
func (*GenerateMnemonicResponse) XXX_Unmarshal ¶
func (m *GenerateMnemonicResponse) XXX_Unmarshal(b []byte) error
type HasUsedWebResponse ¶
type HasUsedWebResponse struct { HasSignedUp bool `protobuf:"varint,1,opt,name=has_signed_up,json=hasSignedUp,proto3" json:"has_signed_up,omitempty"` HasWallet bool `protobuf:"varint,2,opt,name=has_wallet,json=hasWallet,proto3" json:"has_wallet,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*HasUsedWebResponse) Descriptor ¶
func (*HasUsedWebResponse) Descriptor() ([]byte, []int)
func (*HasUsedWebResponse) GetHasSignedUp ¶
func (m *HasUsedWebResponse) GetHasSignedUp() bool
func (*HasUsedWebResponse) GetHasWallet ¶
func (m *HasUsedWebResponse) GetHasWallet() bool
func (*HasUsedWebResponse) Marshal ¶
func (m *HasUsedWebResponse) Marshal() (dAtA []byte, err error)
func (*HasUsedWebResponse) MarshalTo ¶
func (m *HasUsedWebResponse) MarshalTo(dAtA []byte) (int, error)
func (*HasUsedWebResponse) MarshalToSizedBuffer ¶
func (m *HasUsedWebResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*HasUsedWebResponse) ProtoMessage ¶
func (*HasUsedWebResponse) ProtoMessage()
func (*HasUsedWebResponse) Reset ¶
func (m *HasUsedWebResponse) Reset()
func (*HasUsedWebResponse) Size ¶
func (m *HasUsedWebResponse) Size() (n int)
func (*HasUsedWebResponse) String ¶
func (m *HasUsedWebResponse) String() string
func (*HasUsedWebResponse) Unmarshal ¶
func (m *HasUsedWebResponse) Unmarshal(dAtA []byte) error
func (*HasUsedWebResponse) XXX_DiscardUnknown ¶
func (m *HasUsedWebResponse) XXX_DiscardUnknown()
func (*HasUsedWebResponse) XXX_Marshal ¶
func (m *HasUsedWebResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*HasUsedWebResponse) XXX_Merge ¶
func (m *HasUsedWebResponse) XXX_Merge(src proto.Message)
func (*HasUsedWebResponse) XXX_Size ¶
func (m *HasUsedWebResponse) XXX_Size() int
func (*HasUsedWebResponse) XXX_Unmarshal ¶
func (m *HasUsedWebResponse) XXX_Unmarshal(b []byte) error
type HasWalletResponse ¶
type HasWalletResponse struct { WalletExists bool `protobuf:"varint,1,opt,name=wallet_exists,json=walletExists,proto3" json:"wallet_exists,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*HasWalletResponse) Descriptor ¶
func (*HasWalletResponse) Descriptor() ([]byte, []int)
func (*HasWalletResponse) GetWalletExists ¶
func (m *HasWalletResponse) GetWalletExists() bool
func (*HasWalletResponse) Marshal ¶
func (m *HasWalletResponse) Marshal() (dAtA []byte, err error)
func (*HasWalletResponse) MarshalTo ¶
func (m *HasWalletResponse) MarshalTo(dAtA []byte) (int, error)
func (*HasWalletResponse) MarshalToSizedBuffer ¶
func (m *HasWalletResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*HasWalletResponse) ProtoMessage ¶
func (*HasWalletResponse) ProtoMessage()
func (*HasWalletResponse) Reset ¶
func (m *HasWalletResponse) Reset()
func (*HasWalletResponse) Size ¶
func (m *HasWalletResponse) Size() (n int)
func (*HasWalletResponse) String ¶
func (m *HasWalletResponse) String() string
func (*HasWalletResponse) Unmarshal ¶
func (m *HasWalletResponse) Unmarshal(dAtA []byte) error
func (*HasWalletResponse) XXX_DiscardUnknown ¶
func (m *HasWalletResponse) XXX_DiscardUnknown()
func (*HasWalletResponse) XXX_Marshal ¶
func (m *HasWalletResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*HasWalletResponse) XXX_Merge ¶
func (m *HasWalletResponse) XXX_Merge(src proto.Message)
func (*HasWalletResponse) XXX_Size ¶
func (m *HasWalletResponse) XXX_Size() int
func (*HasWalletResponse) XXX_Unmarshal ¶
func (m *HasWalletResponse) XXX_Unmarshal(b []byte) error
type HealthClient ¶
type HealthClient interface { GetBeaconNodeConnection(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*NodeConnectionResponse, error) GetLogsEndpoints(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*LogsEndpointResponse, error) GetVersion(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*VersionResponse, error) StreamBeaconLogs(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (Health_StreamBeaconLogsClient, error) StreamValidatorLogs(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (Health_StreamValidatorLogsClient, error) }
HealthClient is the client API for Health service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewHealthClient ¶
func NewHealthClient(cc *grpc.ClientConn) HealthClient
type HealthServer ¶
type HealthServer interface { GetBeaconNodeConnection(context.Context, *empty.Empty) (*NodeConnectionResponse, error) GetLogsEndpoints(context.Context, *empty.Empty) (*LogsEndpointResponse, error) GetVersion(context.Context, *empty.Empty) (*VersionResponse, error) StreamBeaconLogs(*empty.Empty, Health_StreamBeaconLogsServer) error StreamValidatorLogs(*empty.Empty, Health_StreamValidatorLogsServer) error }
HealthServer is the server API for Health service.
type Health_StreamBeaconLogsClient ¶ added in v1.1.0
type Health_StreamBeaconLogsClient interface { Recv() (*v1.LogsResponse, error) grpc.ClientStream }
type Health_StreamBeaconLogsServer ¶ added in v1.1.0
type Health_StreamBeaconLogsServer interface { Send(*v1.LogsResponse) error grpc.ServerStream }
type Health_StreamValidatorLogsClient ¶ added in v1.1.0
type Health_StreamValidatorLogsClient interface { Recv() (*LogsResponse, error) grpc.ClientStream }
type Health_StreamValidatorLogsServer ¶ added in v1.1.0
type Health_StreamValidatorLogsServer interface { Send(*LogsResponse) error grpc.ServerStream }
type ImportKeystoresRequest ¶
type ImportKeystoresRequest struct { KeystoresImported []string `protobuf:"bytes,1,rep,name=keystores_imported,json=keystoresImported,proto3" json:"keystores_imported,omitempty"` KeystoresPassword string `protobuf:"bytes,2,opt,name=keystores_password,json=keystoresPassword,proto3" json:"keystores_password,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ImportKeystoresRequest) Descriptor ¶
func (*ImportKeystoresRequest) Descriptor() ([]byte, []int)
func (*ImportKeystoresRequest) GetKeystoresImported ¶
func (m *ImportKeystoresRequest) GetKeystoresImported() []string
func (*ImportKeystoresRequest) GetKeystoresPassword ¶
func (m *ImportKeystoresRequest) GetKeystoresPassword() string
func (*ImportKeystoresRequest) Marshal ¶
func (m *ImportKeystoresRequest) Marshal() (dAtA []byte, err error)
func (*ImportKeystoresRequest) MarshalTo ¶
func (m *ImportKeystoresRequest) MarshalTo(dAtA []byte) (int, error)
func (*ImportKeystoresRequest) MarshalToSizedBuffer ¶
func (m *ImportKeystoresRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ImportKeystoresRequest) ProtoMessage ¶
func (*ImportKeystoresRequest) ProtoMessage()
func (*ImportKeystoresRequest) Reset ¶
func (m *ImportKeystoresRequest) Reset()
func (*ImportKeystoresRequest) Size ¶
func (m *ImportKeystoresRequest) Size() (n int)
func (*ImportKeystoresRequest) String ¶
func (m *ImportKeystoresRequest) String() string
func (*ImportKeystoresRequest) Unmarshal ¶
func (m *ImportKeystoresRequest) Unmarshal(dAtA []byte) error
func (*ImportKeystoresRequest) XXX_DiscardUnknown ¶
func (m *ImportKeystoresRequest) XXX_DiscardUnknown()
func (*ImportKeystoresRequest) XXX_Marshal ¶
func (m *ImportKeystoresRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ImportKeystoresRequest) XXX_Merge ¶
func (m *ImportKeystoresRequest) XXX_Merge(src proto.Message)
func (*ImportKeystoresRequest) XXX_Size ¶
func (m *ImportKeystoresRequest) XXX_Size() int
func (*ImportKeystoresRequest) XXX_Unmarshal ¶
func (m *ImportKeystoresRequest) XXX_Unmarshal(b []byte) error
type ImportKeystoresResponse ¶
type ImportKeystoresResponse struct { ImportedPublicKeys [][]byte `protobuf:"bytes,1,rep,name=imported_public_keys,json=importedPublicKeys,proto3" json:"imported_public_keys,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ImportKeystoresResponse) Descriptor ¶
func (*ImportKeystoresResponse) Descriptor() ([]byte, []int)
func (*ImportKeystoresResponse) GetImportedPublicKeys ¶
func (m *ImportKeystoresResponse) GetImportedPublicKeys() [][]byte
func (*ImportKeystoresResponse) Marshal ¶
func (m *ImportKeystoresResponse) Marshal() (dAtA []byte, err error)
func (*ImportKeystoresResponse) MarshalTo ¶
func (m *ImportKeystoresResponse) MarshalTo(dAtA []byte) (int, error)
func (*ImportKeystoresResponse) MarshalToSizedBuffer ¶
func (m *ImportKeystoresResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ImportKeystoresResponse) ProtoMessage ¶
func (*ImportKeystoresResponse) ProtoMessage()
func (*ImportKeystoresResponse) Reset ¶
func (m *ImportKeystoresResponse) Reset()
func (*ImportKeystoresResponse) Size ¶
func (m *ImportKeystoresResponse) Size() (n int)
func (*ImportKeystoresResponse) String ¶
func (m *ImportKeystoresResponse) String() string
func (*ImportKeystoresResponse) Unmarshal ¶
func (m *ImportKeystoresResponse) Unmarshal(dAtA []byte) error
func (*ImportKeystoresResponse) XXX_DiscardUnknown ¶
func (m *ImportKeystoresResponse) XXX_DiscardUnknown()
func (*ImportKeystoresResponse) XXX_Marshal ¶
func (m *ImportKeystoresResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ImportKeystoresResponse) XXX_Merge ¶
func (m *ImportKeystoresResponse) XXX_Merge(src proto.Message)
func (*ImportKeystoresResponse) XXX_Size ¶
func (m *ImportKeystoresResponse) XXX_Size() int
func (*ImportKeystoresResponse) XXX_Unmarshal ¶
func (m *ImportKeystoresResponse) XXX_Unmarshal(b []byte) error
type ImportSlashingProtectionRequest ¶ added in v1.3.7
type ImportSlashingProtectionRequest struct { SlashingProtectionJson string `` /* 129-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ImportSlashingProtectionRequest) Descriptor ¶ added in v1.3.7
func (*ImportSlashingProtectionRequest) Descriptor() ([]byte, []int)
func (*ImportSlashingProtectionRequest) GetSlashingProtectionJson ¶ added in v1.3.7
func (m *ImportSlashingProtectionRequest) GetSlashingProtectionJson() string
func (*ImportSlashingProtectionRequest) Marshal ¶ added in v1.3.7
func (m *ImportSlashingProtectionRequest) Marshal() (dAtA []byte, err error)
func (*ImportSlashingProtectionRequest) MarshalTo ¶ added in v1.3.7
func (m *ImportSlashingProtectionRequest) MarshalTo(dAtA []byte) (int, error)
func (*ImportSlashingProtectionRequest) MarshalToSizedBuffer ¶ added in v1.3.7
func (m *ImportSlashingProtectionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ImportSlashingProtectionRequest) ProtoMessage ¶ added in v1.3.7
func (*ImportSlashingProtectionRequest) ProtoMessage()
func (*ImportSlashingProtectionRequest) Reset ¶ added in v1.3.7
func (m *ImportSlashingProtectionRequest) Reset()
func (*ImportSlashingProtectionRequest) Size ¶ added in v1.3.7
func (m *ImportSlashingProtectionRequest) Size() (n int)
func (*ImportSlashingProtectionRequest) String ¶ added in v1.3.7
func (m *ImportSlashingProtectionRequest) String() string
func (*ImportSlashingProtectionRequest) Unmarshal ¶ added in v1.3.7
func (m *ImportSlashingProtectionRequest) Unmarshal(dAtA []byte) error
func (*ImportSlashingProtectionRequest) XXX_DiscardUnknown ¶ added in v1.3.7
func (m *ImportSlashingProtectionRequest) XXX_DiscardUnknown()
func (*ImportSlashingProtectionRequest) XXX_Marshal ¶ added in v1.3.7
func (m *ImportSlashingProtectionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ImportSlashingProtectionRequest) XXX_Merge ¶ added in v1.3.7
func (m *ImportSlashingProtectionRequest) XXX_Merge(src proto.Message)
func (*ImportSlashingProtectionRequest) XXX_Size ¶ added in v1.3.7
func (m *ImportSlashingProtectionRequest) XXX_Size() int
func (*ImportSlashingProtectionRequest) XXX_Unmarshal ¶ added in v1.3.7
func (m *ImportSlashingProtectionRequest) XXX_Unmarshal(b []byte) error
type KeymanagerKind ¶
type KeymanagerKind int32
const ( KeymanagerKind_DERIVED KeymanagerKind = 0 KeymanagerKind_IMPORTED KeymanagerKind = 1 KeymanagerKind_REMOTE KeymanagerKind = 2 )
func (KeymanagerKind) EnumDescriptor ¶
func (KeymanagerKind) EnumDescriptor() ([]byte, []int)
func (KeymanagerKind) String ¶
func (x KeymanagerKind) String() string
type ListAccountsRequest ¶
type ListAccountsRequest struct { GetDepositTxData bool `protobuf:"varint,1,opt,name=get_deposit_tx_data,json=getDepositTxData,proto3" json:"get_deposit_tx_data,omitempty"` PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` All bool `protobuf:"varint,4,opt,name=all,proto3" json:"all,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ListAccountsRequest) Descriptor ¶
func (*ListAccountsRequest) Descriptor() ([]byte, []int)
func (*ListAccountsRequest) GetAll ¶
func (m *ListAccountsRequest) GetAll() bool
func (*ListAccountsRequest) GetGetDepositTxData ¶
func (m *ListAccountsRequest) GetGetDepositTxData() bool
func (*ListAccountsRequest) GetPageSize ¶
func (m *ListAccountsRequest) GetPageSize() int32
func (*ListAccountsRequest) GetPageToken ¶
func (m *ListAccountsRequest) GetPageToken() string
func (*ListAccountsRequest) Marshal ¶
func (m *ListAccountsRequest) Marshal() (dAtA []byte, err error)
func (*ListAccountsRequest) MarshalTo ¶
func (m *ListAccountsRequest) MarshalTo(dAtA []byte) (int, error)
func (*ListAccountsRequest) MarshalToSizedBuffer ¶
func (m *ListAccountsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ListAccountsRequest) ProtoMessage ¶
func (*ListAccountsRequest) ProtoMessage()
func (*ListAccountsRequest) Reset ¶
func (m *ListAccountsRequest) Reset()
func (*ListAccountsRequest) Size ¶
func (m *ListAccountsRequest) Size() (n int)
func (*ListAccountsRequest) String ¶
func (m *ListAccountsRequest) String() string
func (*ListAccountsRequest) Unmarshal ¶
func (m *ListAccountsRequest) Unmarshal(dAtA []byte) error
func (*ListAccountsRequest) XXX_DiscardUnknown ¶
func (m *ListAccountsRequest) XXX_DiscardUnknown()
func (*ListAccountsRequest) XXX_Marshal ¶
func (m *ListAccountsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ListAccountsRequest) XXX_Merge ¶
func (m *ListAccountsRequest) XXX_Merge(src proto.Message)
func (*ListAccountsRequest) XXX_Size ¶
func (m *ListAccountsRequest) XXX_Size() int
func (*ListAccountsRequest) XXX_Unmarshal ¶
func (m *ListAccountsRequest) XXX_Unmarshal(b []byte) error
type ListAccountsResponse ¶
type ListAccountsResponse struct { Accounts []*Account `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts,omitempty"` NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` TotalSize int32 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ListAccountsResponse) Descriptor ¶
func (*ListAccountsResponse) Descriptor() ([]byte, []int)
func (*ListAccountsResponse) GetAccounts ¶
func (m *ListAccountsResponse) GetAccounts() []*Account
func (*ListAccountsResponse) GetNextPageToken ¶
func (m *ListAccountsResponse) GetNextPageToken() string
func (*ListAccountsResponse) GetTotalSize ¶
func (m *ListAccountsResponse) GetTotalSize() int32
func (*ListAccountsResponse) Marshal ¶
func (m *ListAccountsResponse) Marshal() (dAtA []byte, err error)
func (*ListAccountsResponse) MarshalTo ¶
func (m *ListAccountsResponse) MarshalTo(dAtA []byte) (int, error)
func (*ListAccountsResponse) MarshalToSizedBuffer ¶
func (m *ListAccountsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ListAccountsResponse) ProtoMessage ¶
func (*ListAccountsResponse) ProtoMessage()
func (*ListAccountsResponse) Reset ¶
func (m *ListAccountsResponse) Reset()
func (*ListAccountsResponse) Size ¶
func (m *ListAccountsResponse) Size() (n int)
func (*ListAccountsResponse) String ¶
func (m *ListAccountsResponse) String() string
func (*ListAccountsResponse) Unmarshal ¶
func (m *ListAccountsResponse) Unmarshal(dAtA []byte) error
func (*ListAccountsResponse) XXX_DiscardUnknown ¶
func (m *ListAccountsResponse) XXX_DiscardUnknown()
func (*ListAccountsResponse) XXX_Marshal ¶
func (m *ListAccountsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ListAccountsResponse) XXX_Merge ¶
func (m *ListAccountsResponse) XXX_Merge(src proto.Message)
func (*ListAccountsResponse) XXX_Size ¶
func (m *ListAccountsResponse) XXX_Size() int
func (*ListAccountsResponse) XXX_Unmarshal ¶
func (m *ListAccountsResponse) XXX_Unmarshal(b []byte) error
type ListPublicKeysResponse ¶
type ListPublicKeysResponse struct { ValidatingPublicKeys [][]byte `protobuf:"bytes,2,rep,name=validating_public_keys,json=validatingPublicKeys,proto3" json:"validating_public_keys,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ListPublicKeysResponse) Descriptor ¶
func (*ListPublicKeysResponse) Descriptor() ([]byte, []int)
func (*ListPublicKeysResponse) GetValidatingPublicKeys ¶
func (m *ListPublicKeysResponse) GetValidatingPublicKeys() [][]byte
func (*ListPublicKeysResponse) Marshal ¶
func (m *ListPublicKeysResponse) Marshal() (dAtA []byte, err error)
func (*ListPublicKeysResponse) MarshalTo ¶
func (m *ListPublicKeysResponse) MarshalTo(dAtA []byte) (int, error)
func (*ListPublicKeysResponse) MarshalToSizedBuffer ¶
func (m *ListPublicKeysResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ListPublicKeysResponse) ProtoMessage ¶
func (*ListPublicKeysResponse) ProtoMessage()
func (*ListPublicKeysResponse) Reset ¶
func (m *ListPublicKeysResponse) Reset()
func (*ListPublicKeysResponse) Size ¶
func (m *ListPublicKeysResponse) Size() (n int)
func (*ListPublicKeysResponse) String ¶
func (m *ListPublicKeysResponse) String() string
func (*ListPublicKeysResponse) Unmarshal ¶
func (m *ListPublicKeysResponse) Unmarshal(dAtA []byte) error
func (*ListPublicKeysResponse) XXX_DiscardUnknown ¶
func (m *ListPublicKeysResponse) XXX_DiscardUnknown()
func (*ListPublicKeysResponse) XXX_Marshal ¶
func (m *ListPublicKeysResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ListPublicKeysResponse) XXX_Merge ¶
func (m *ListPublicKeysResponse) XXX_Merge(src proto.Message)
func (*ListPublicKeysResponse) XXX_Size ¶
func (m *ListPublicKeysResponse) XXX_Size() int
func (*ListPublicKeysResponse) XXX_Unmarshal ¶
func (m *ListPublicKeysResponse) XXX_Unmarshal(b []byte) error
type LogsEndpointResponse ¶ added in v1.0.1
type LogsEndpointResponse struct { ValidatorLogsEndpoint string `` /* 126-byte string literal not displayed */ BeaconLogsEndpoint string `protobuf:"bytes,2,opt,name=beacon_logs_endpoint,json=beaconLogsEndpoint,proto3" json:"beacon_logs_endpoint,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LogsEndpointResponse) Descriptor ¶ added in v1.0.1
func (*LogsEndpointResponse) Descriptor() ([]byte, []int)
func (*LogsEndpointResponse) GetBeaconLogsEndpoint ¶ added in v1.0.1
func (m *LogsEndpointResponse) GetBeaconLogsEndpoint() string
func (*LogsEndpointResponse) GetValidatorLogsEndpoint ¶ added in v1.0.1
func (m *LogsEndpointResponse) GetValidatorLogsEndpoint() string
func (*LogsEndpointResponse) Marshal ¶ added in v1.0.1
func (m *LogsEndpointResponse) Marshal() (dAtA []byte, err error)
func (*LogsEndpointResponse) MarshalTo ¶ added in v1.0.1
func (m *LogsEndpointResponse) MarshalTo(dAtA []byte) (int, error)
func (*LogsEndpointResponse) MarshalToSizedBuffer ¶ added in v1.0.1
func (m *LogsEndpointResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LogsEndpointResponse) ProtoMessage ¶ added in v1.0.1
func (*LogsEndpointResponse) ProtoMessage()
func (*LogsEndpointResponse) Reset ¶ added in v1.0.1
func (m *LogsEndpointResponse) Reset()
func (*LogsEndpointResponse) Size ¶ added in v1.0.1
func (m *LogsEndpointResponse) Size() (n int)
func (*LogsEndpointResponse) String ¶ added in v1.0.1
func (m *LogsEndpointResponse) String() string
func (*LogsEndpointResponse) Unmarshal ¶ added in v1.0.1
func (m *LogsEndpointResponse) Unmarshal(dAtA []byte) error
func (*LogsEndpointResponse) XXX_DiscardUnknown ¶ added in v1.0.1
func (m *LogsEndpointResponse) XXX_DiscardUnknown()
func (*LogsEndpointResponse) XXX_Marshal ¶ added in v1.0.1
func (m *LogsEndpointResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LogsEndpointResponse) XXX_Merge ¶ added in v1.0.1
func (m *LogsEndpointResponse) XXX_Merge(src proto.Message)
func (*LogsEndpointResponse) XXX_Size ¶ added in v1.0.1
func (m *LogsEndpointResponse) XXX_Size() int
func (*LogsEndpointResponse) XXX_Unmarshal ¶ added in v1.0.1
func (m *LogsEndpointResponse) XXX_Unmarshal(b []byte) error
type LogsResponse ¶ added in v1.1.0
type LogsResponse struct { Logs []string `protobuf:"bytes,1,rep,name=logs,proto3" json:"logs,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LogsResponse) Descriptor ¶ added in v1.1.0
func (*LogsResponse) Descriptor() ([]byte, []int)
func (*LogsResponse) GetLogs ¶ added in v1.1.0
func (m *LogsResponse) GetLogs() []string
func (*LogsResponse) Marshal ¶ added in v1.1.0
func (m *LogsResponse) Marshal() (dAtA []byte, err error)
func (*LogsResponse) MarshalTo ¶ added in v1.1.0
func (m *LogsResponse) MarshalTo(dAtA []byte) (int, error)
func (*LogsResponse) MarshalToSizedBuffer ¶ added in v1.1.0
func (m *LogsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LogsResponse) ProtoMessage ¶ added in v1.1.0
func (*LogsResponse) ProtoMessage()
func (*LogsResponse) Reset ¶ added in v1.1.0
func (m *LogsResponse) Reset()
func (*LogsResponse) Size ¶ added in v1.1.0
func (m *LogsResponse) Size() (n int)
func (*LogsResponse) String ¶ added in v1.1.0
func (m *LogsResponse) String() string
func (*LogsResponse) Unmarshal ¶ added in v1.1.0
func (m *LogsResponse) Unmarshal(dAtA []byte) error
func (*LogsResponse) XXX_DiscardUnknown ¶ added in v1.1.0
func (m *LogsResponse) XXX_DiscardUnknown()
func (*LogsResponse) XXX_Marshal ¶ added in v1.1.0
func (m *LogsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LogsResponse) XXX_Merge ¶ added in v1.1.0
func (m *LogsResponse) XXX_Merge(src proto.Message)
func (*LogsResponse) XXX_Size ¶ added in v1.1.0
func (m *LogsResponse) XXX_Size() int
func (*LogsResponse) XXX_Unmarshal ¶ added in v1.1.0
func (m *LogsResponse) XXX_Unmarshal(b []byte) error
type NodeConnectionResponse ¶
type NodeConnectionResponse struct { BeaconNodeEndpoint string `protobuf:"bytes,1,opt,name=beacon_node_endpoint,json=beaconNodeEndpoint,proto3" json:"beacon_node_endpoint,omitempty"` Connected bool `protobuf:"varint,2,opt,name=connected,proto3" json:"connected,omitempty"` Syncing bool `protobuf:"varint,3,opt,name=syncing,proto3" json:"syncing,omitempty"` GenesisTime uint64 `protobuf:"varint,4,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"` DepositContractAddress []byte `` /* 129-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*NodeConnectionResponse) Descriptor ¶
func (*NodeConnectionResponse) Descriptor() ([]byte, []int)
func (*NodeConnectionResponse) GetBeaconNodeEndpoint ¶
func (m *NodeConnectionResponse) GetBeaconNodeEndpoint() string
func (*NodeConnectionResponse) GetConnected ¶
func (m *NodeConnectionResponse) GetConnected() bool
func (*NodeConnectionResponse) GetDepositContractAddress ¶
func (m *NodeConnectionResponse) GetDepositContractAddress() []byte
func (*NodeConnectionResponse) GetGenesisTime ¶
func (m *NodeConnectionResponse) GetGenesisTime() uint64
func (*NodeConnectionResponse) GetSyncing ¶
func (m *NodeConnectionResponse) GetSyncing() bool
func (*NodeConnectionResponse) Marshal ¶
func (m *NodeConnectionResponse) Marshal() (dAtA []byte, err error)
func (*NodeConnectionResponse) MarshalTo ¶
func (m *NodeConnectionResponse) MarshalTo(dAtA []byte) (int, error)
func (*NodeConnectionResponse) MarshalToSizedBuffer ¶
func (m *NodeConnectionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*NodeConnectionResponse) ProtoMessage ¶
func (*NodeConnectionResponse) ProtoMessage()
func (*NodeConnectionResponse) Reset ¶
func (m *NodeConnectionResponse) Reset()
func (*NodeConnectionResponse) Size ¶
func (m *NodeConnectionResponse) Size() (n int)
func (*NodeConnectionResponse) String ¶
func (m *NodeConnectionResponse) String() string
func (*NodeConnectionResponse) Unmarshal ¶
func (m *NodeConnectionResponse) Unmarshal(dAtA []byte) error
func (*NodeConnectionResponse) XXX_DiscardUnknown ¶
func (m *NodeConnectionResponse) XXX_DiscardUnknown()
func (*NodeConnectionResponse) XXX_Marshal ¶
func (m *NodeConnectionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NodeConnectionResponse) XXX_Merge ¶
func (m *NodeConnectionResponse) XXX_Merge(src proto.Message)
func (*NodeConnectionResponse) XXX_Size ¶
func (m *NodeConnectionResponse) XXX_Size() int
func (*NodeConnectionResponse) XXX_Unmarshal ¶
func (m *NodeConnectionResponse) XXX_Unmarshal(b []byte) error
type RecoverWalletRequest ¶ added in v1.3.7
type RecoverWalletRequest struct { Mnemonic string `protobuf:"bytes,1,opt,name=mnemonic,proto3" json:"mnemonic,omitempty"` NumAccounts uint64 `protobuf:"varint,2,opt,name=num_accounts,json=numAccounts,proto3" json:"num_accounts,omitempty"` WalletPassword string `protobuf:"bytes,3,opt,name=wallet_password,json=walletPassword,proto3" json:"wallet_password,omitempty"` Language string `protobuf:"bytes,4,opt,name=language,proto3" json:"language,omitempty"` Mnemonic25ThWord string `protobuf:"bytes,5,opt,name=mnemonic25th_word,json=mnemonic25thWord,proto3" json:"mnemonic25th_word,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RecoverWalletRequest) Descriptor ¶ added in v1.3.7
func (*RecoverWalletRequest) Descriptor() ([]byte, []int)
func (*RecoverWalletRequest) GetLanguage ¶ added in v1.3.7
func (m *RecoverWalletRequest) GetLanguage() string
func (*RecoverWalletRequest) GetMnemonic ¶ added in v1.3.7
func (m *RecoverWalletRequest) GetMnemonic() string
func (*RecoverWalletRequest) GetMnemonic25ThWord ¶ added in v1.3.7
func (m *RecoverWalletRequest) GetMnemonic25ThWord() string
func (*RecoverWalletRequest) GetNumAccounts ¶ added in v1.3.7
func (m *RecoverWalletRequest) GetNumAccounts() uint64
func (*RecoverWalletRequest) GetWalletPassword ¶ added in v1.3.7
func (m *RecoverWalletRequest) GetWalletPassword() string
func (*RecoverWalletRequest) Marshal ¶ added in v1.3.7
func (m *RecoverWalletRequest) Marshal() (dAtA []byte, err error)
func (*RecoverWalletRequest) MarshalTo ¶ added in v1.3.7
func (m *RecoverWalletRequest) MarshalTo(dAtA []byte) (int, error)
func (*RecoverWalletRequest) MarshalToSizedBuffer ¶ added in v1.3.7
func (m *RecoverWalletRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RecoverWalletRequest) ProtoMessage ¶ added in v1.3.7
func (*RecoverWalletRequest) ProtoMessage()
func (*RecoverWalletRequest) Reset ¶ added in v1.3.7
func (m *RecoverWalletRequest) Reset()
func (*RecoverWalletRequest) Size ¶ added in v1.3.7
func (m *RecoverWalletRequest) Size() (n int)
func (*RecoverWalletRequest) String ¶ added in v1.3.7
func (m *RecoverWalletRequest) String() string
func (*RecoverWalletRequest) Unmarshal ¶ added in v1.3.7
func (m *RecoverWalletRequest) Unmarshal(dAtA []byte) error
func (*RecoverWalletRequest) XXX_DiscardUnknown ¶ added in v1.3.7
func (m *RecoverWalletRequest) XXX_DiscardUnknown()
func (*RecoverWalletRequest) XXX_Marshal ¶ added in v1.3.7
func (m *RecoverWalletRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RecoverWalletRequest) XXX_Merge ¶ added in v1.3.7
func (m *RecoverWalletRequest) XXX_Merge(src proto.Message)
func (*RecoverWalletRequest) XXX_Size ¶ added in v1.3.7
func (m *RecoverWalletRequest) XXX_Size() int
func (*RecoverWalletRequest) XXX_Unmarshal ¶ added in v1.3.7
func (m *RecoverWalletRequest) XXX_Unmarshal(b []byte) error
type RemoteSignerClient ¶
type RemoteSignerClient interface { ListValidatingPublicKeys(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*ListPublicKeysResponse, error) Sign(ctx context.Context, in *SignRequest, opts ...grpc.CallOption) (*SignResponse, error) }
RemoteSignerClient is the client API for RemoteSigner service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewRemoteSignerClient ¶
func NewRemoteSignerClient(cc *grpc.ClientConn) RemoteSignerClient
type RemoteSignerServer ¶
type RemoteSignerServer interface { ListValidatingPublicKeys(context.Context, *empty.Empty) (*ListPublicKeysResponse, error) Sign(context.Context, *SignRequest) (*SignResponse, error) }
RemoteSignerServer is the server API for RemoteSigner service.
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 valid to be assigned to Object: // *SignRequest_Block // *SignRequest_AttestationData // *SignRequest_AggregateAttestationAndProof // *SignRequest_Exit // *SignRequest_Slot // *SignRequest_Epoch Object isSignRequest_Object `protobuf_oneof:"object"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SignRequest) Descriptor ¶
func (*SignRequest) Descriptor() ([]byte, []int)
func (*SignRequest) GetAggregateAttestationAndProof ¶
func (m *SignRequest) GetAggregateAttestationAndProof() *v1alpha1.AggregateAttestationAndProof
func (*SignRequest) GetAttestationData ¶
func (m *SignRequest) GetAttestationData() *v1alpha1.AttestationData
func (*SignRequest) GetBlock ¶
func (m *SignRequest) GetBlock() *v1alpha1.BeaconBlock
func (*SignRequest) GetEpoch ¶
func (m *SignRequest) GetEpoch() github_com_prysmaticlabs_eth2_types.Epoch
func (*SignRequest) GetExit ¶
func (m *SignRequest) GetExit() *v1alpha1.VoluntaryExit
func (*SignRequest) GetObject ¶
func (m *SignRequest) GetObject() isSignRequest_Object
func (*SignRequest) GetPublicKey ¶
func (m *SignRequest) GetPublicKey() []byte
func (*SignRequest) GetSignatureDomain ¶
func (m *SignRequest) GetSignatureDomain() []byte
func (*SignRequest) GetSigningRoot ¶
func (m *SignRequest) GetSigningRoot() []byte
func (*SignRequest) GetSlot ¶
func (m *SignRequest) GetSlot() github_com_prysmaticlabs_eth2_types.Slot
func (*SignRequest) Marshal ¶
func (m *SignRequest) Marshal() (dAtA []byte, err error)
func (*SignRequest) MarshalToSizedBuffer ¶
func (m *SignRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SignRequest) ProtoMessage ¶
func (*SignRequest) ProtoMessage()
func (*SignRequest) Reset ¶
func (m *SignRequest) Reset()
func (*SignRequest) Size ¶
func (m *SignRequest) Size() (n int)
func (*SignRequest) String ¶
func (m *SignRequest) String() string
func (*SignRequest) Unmarshal ¶
func (m *SignRequest) Unmarshal(dAtA []byte) error
func (*SignRequest) XXX_DiscardUnknown ¶
func (m *SignRequest) XXX_DiscardUnknown()
func (*SignRequest) XXX_Marshal ¶
func (m *SignRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SignRequest) XXX_Merge ¶
func (m *SignRequest) XXX_Merge(src proto.Message)
func (*SignRequest) XXX_OneofWrappers ¶
func (*SignRequest) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*SignRequest) XXX_Size ¶
func (m *SignRequest) XXX_Size() int
func (*SignRequest) XXX_Unmarshal ¶
func (m *SignRequest) XXX_Unmarshal(b []byte) error
type SignRequest_AggregateAttestationAndProof ¶
type SignRequest_AggregateAttestationAndProof struct {
AggregateAttestationAndProof *v1alpha1.AggregateAttestationAndProof `` /* 157-byte string literal not displayed */
}
func (*SignRequest_AggregateAttestationAndProof) MarshalTo ¶
func (m *SignRequest_AggregateAttestationAndProof) MarshalTo(dAtA []byte) (int, error)
func (*SignRequest_AggregateAttestationAndProof) MarshalToSizedBuffer ¶
func (m *SignRequest_AggregateAttestationAndProof) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SignRequest_AggregateAttestationAndProof) Size ¶
func (m *SignRequest_AggregateAttestationAndProof) Size() (n int)
type SignRequest_AttestationData ¶
type SignRequest_AttestationData struct {
AttestationData *v1alpha1.AttestationData `protobuf:"bytes,102,opt,name=attestation_data,json=attestationData,proto3,oneof" json:"attestation_data,omitempty"`
}
func (*SignRequest_AttestationData) MarshalTo ¶
func (m *SignRequest_AttestationData) MarshalTo(dAtA []byte) (int, error)
func (*SignRequest_AttestationData) MarshalToSizedBuffer ¶
func (m *SignRequest_AttestationData) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SignRequest_AttestationData) Size ¶
func (m *SignRequest_AttestationData) Size() (n int)
type SignRequest_Block ¶
type SignRequest_Block struct {
Block *v1alpha1.BeaconBlock `protobuf:"bytes,101,opt,name=block,proto3,oneof" json:"block,omitempty"`
}
func (*SignRequest_Block) MarshalTo ¶
func (m *SignRequest_Block) MarshalTo(dAtA []byte) (int, error)
func (*SignRequest_Block) MarshalToSizedBuffer ¶
func (m *SignRequest_Block) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SignRequest_Block) Size ¶
func (m *SignRequest_Block) Size() (n int)
type SignRequest_Epoch ¶
type SignRequest_Epoch struct {
Epoch github_com_prysmaticlabs_eth2_types.Epoch `protobuf:"varint,106,opt,name=epoch,proto3,oneof,casttype=github.com/prysmaticlabs/eth2-types.Epoch" json:"epoch,omitempty"`
}
func (*SignRequest_Epoch) MarshalTo ¶
func (m *SignRequest_Epoch) MarshalTo(dAtA []byte) (int, error)
func (*SignRequest_Epoch) MarshalToSizedBuffer ¶
func (m *SignRequest_Epoch) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SignRequest_Epoch) Size ¶
func (m *SignRequest_Epoch) Size() (n int)
type SignRequest_Exit ¶
type SignRequest_Exit struct {
Exit *v1alpha1.VoluntaryExit `protobuf:"bytes,104,opt,name=exit,proto3,oneof" json:"exit,omitempty"`
}
func (*SignRequest_Exit) MarshalToSizedBuffer ¶
func (m *SignRequest_Exit) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SignRequest_Exit) Size ¶
func (m *SignRequest_Exit) Size() (n int)
type SignRequest_Slot ¶
type SignRequest_Slot struct {
Slot github_com_prysmaticlabs_eth2_types.Slot `protobuf:"varint,105,opt,name=slot,proto3,oneof,casttype=github.com/prysmaticlabs/eth2-types.Slot" json:"slot,omitempty"`
}
func (*SignRequest_Slot) MarshalToSizedBuffer ¶
func (m *SignRequest_Slot) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SignRequest_Slot) Size ¶
func (m *SignRequest_Slot) Size() (n int)
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SignResponse) Descriptor ¶
func (*SignResponse) Descriptor() ([]byte, []int)
func (*SignResponse) GetSignature ¶
func (m *SignResponse) GetSignature() []byte
func (*SignResponse) GetStatus ¶
func (m *SignResponse) GetStatus() SignResponse_Status
func (*SignResponse) Marshal ¶
func (m *SignResponse) Marshal() (dAtA []byte, err error)
func (*SignResponse) MarshalToSizedBuffer ¶
func (m *SignResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SignResponse) ProtoMessage ¶
func (*SignResponse) ProtoMessage()
func (*SignResponse) Reset ¶
func (m *SignResponse) Reset()
func (*SignResponse) Size ¶
func (m *SignResponse) Size() (n int)
func (*SignResponse) String ¶
func (m *SignResponse) String() string
func (*SignResponse) Unmarshal ¶
func (m *SignResponse) Unmarshal(dAtA []byte) error
func (*SignResponse) XXX_DiscardUnknown ¶
func (m *SignResponse) XXX_DiscardUnknown()
func (*SignResponse) XXX_Marshal ¶
func (m *SignResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SignResponse) XXX_Merge ¶
func (m *SignResponse) XXX_Merge(src proto.Message)
func (*SignResponse) XXX_Size ¶
func (m *SignResponse) XXX_Size() int
func (*SignResponse) XXX_Unmarshal ¶
func (m *SignResponse) XXX_Unmarshal(b []byte) error
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) EnumDescriptor ¶
func (SignResponse_Status) EnumDescriptor() ([]byte, []int)
func (SignResponse_Status) String ¶
func (x SignResponse_Status) String() string
type SlashingProtectionClient ¶ added in v1.3.7
type SlashingProtectionClient interface { ExportSlashingProtection(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*ExportSlashingProtectionResponse, error) ImportSlashingProtection(ctx context.Context, in *ImportSlashingProtectionRequest, opts ...grpc.CallOption) (*empty.Empty, error) }
SlashingProtectionClient is the client API for SlashingProtection service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewSlashingProtectionClient ¶ added in v1.3.7
func NewSlashingProtectionClient(cc *grpc.ClientConn) SlashingProtectionClient
type SlashingProtectionServer ¶ added in v1.3.7
type SlashingProtectionServer interface { ExportSlashingProtection(context.Context, *empty.Empty) (*ExportSlashingProtectionResponse, error) ImportSlashingProtection(context.Context, *ImportSlashingProtectionRequest) (*empty.Empty, error) }
SlashingProtectionServer is the server API for SlashingProtection service.
type UnimplementedAccountsServer ¶
type UnimplementedAccountsServer struct { }
UnimplementedAccountsServer can be embedded to have forward compatible implementations.
func (*UnimplementedAccountsServer) BackupAccounts ¶ added in v1.2.0
func (*UnimplementedAccountsServer) BackupAccounts(ctx context.Context, req *BackupAccountsRequest) (*BackupAccountsResponse, error)
func (*UnimplementedAccountsServer) ChangePassword ¶
func (*UnimplementedAccountsServer) ChangePassword(ctx context.Context, req *ChangePasswordRequest) (*empty.Empty, error)
func (*UnimplementedAccountsServer) DeleteAccounts ¶ added in v1.3.6
func (*UnimplementedAccountsServer) DeleteAccounts(ctx context.Context, req *DeleteAccountsRequest) (*DeleteAccountsResponse, error)
func (*UnimplementedAccountsServer) ListAccounts ¶
func (*UnimplementedAccountsServer) ListAccounts(ctx context.Context, req *ListAccountsRequest) (*ListAccountsResponse, error)
type UnimplementedAuthServer ¶
type UnimplementedAuthServer struct { }
UnimplementedAuthServer can be embedded to have forward compatible implementations.
func (*UnimplementedAuthServer) HasUsedWeb ¶
func (*UnimplementedAuthServer) HasUsedWeb(ctx context.Context, req *empty.Empty) (*HasUsedWebResponse, error)
func (*UnimplementedAuthServer) Login ¶
func (*UnimplementedAuthServer) Login(ctx context.Context, req *AuthRequest) (*AuthResponse, error)
func (*UnimplementedAuthServer) Signup ¶
func (*UnimplementedAuthServer) Signup(ctx context.Context, req *AuthRequest) (*AuthResponse, error)
type UnimplementedBeaconServer ¶ added in v1.1.0
type UnimplementedBeaconServer struct { }
UnimplementedBeaconServer can be embedded to have forward compatible implementations.
func (*UnimplementedBeaconServer) GetBeaconStatus ¶ added in v1.1.0
func (*UnimplementedBeaconServer) GetBeaconStatus(ctx context.Context, req *empty.Empty) (*BeaconStatusResponse, error)
func (*UnimplementedBeaconServer) GetValidatorBalances ¶ added in v1.1.0
func (*UnimplementedBeaconServer) GetValidatorBalances(ctx context.Context, req *v1alpha1.ListValidatorBalancesRequest) (*v1alpha1.ValidatorBalances, error)
func (*UnimplementedBeaconServer) GetValidatorParticipation ¶ added in v1.1.0
func (*UnimplementedBeaconServer) GetValidatorParticipation(ctx context.Context, req *v1alpha1.GetValidatorParticipationRequest) (*v1alpha1.ValidatorParticipationResponse, error)
func (*UnimplementedBeaconServer) GetValidatorPerformance ¶ added in v1.1.0
func (*UnimplementedBeaconServer) GetValidatorPerformance(ctx context.Context, req *v1alpha1.ValidatorPerformanceRequest) (*v1alpha1.ValidatorPerformanceResponse, error)
func (*UnimplementedBeaconServer) GetValidatorQueue ¶ added in v1.1.0
func (*UnimplementedBeaconServer) GetValidatorQueue(ctx context.Context, req *empty.Empty) (*v1alpha1.ValidatorQueue, error)
func (*UnimplementedBeaconServer) GetValidators ¶ added in v1.1.0
func (*UnimplementedBeaconServer) GetValidators(ctx context.Context, req *v1alpha1.ListValidatorsRequest) (*v1alpha1.Validators, error)
type UnimplementedHealthServer ¶
type UnimplementedHealthServer struct { }
UnimplementedHealthServer can be embedded to have forward compatible implementations.
func (*UnimplementedHealthServer) GetBeaconNodeConnection ¶
func (*UnimplementedHealthServer) GetBeaconNodeConnection(ctx context.Context, req *empty.Empty) (*NodeConnectionResponse, error)
func (*UnimplementedHealthServer) GetLogsEndpoints ¶ added in v1.0.1
func (*UnimplementedHealthServer) GetLogsEndpoints(ctx context.Context, req *empty.Empty) (*LogsEndpointResponse, error)
func (*UnimplementedHealthServer) GetVersion ¶ added in v1.1.0
func (*UnimplementedHealthServer) GetVersion(ctx context.Context, req *empty.Empty) (*VersionResponse, error)
func (*UnimplementedHealthServer) StreamBeaconLogs ¶ added in v1.1.0
func (*UnimplementedHealthServer) StreamBeaconLogs(req *empty.Empty, srv Health_StreamBeaconLogsServer) error
func (*UnimplementedHealthServer) StreamValidatorLogs ¶ added in v1.1.0
func (*UnimplementedHealthServer) StreamValidatorLogs(req *empty.Empty, srv Health_StreamValidatorLogsServer) error
type UnimplementedRemoteSignerServer ¶
type UnimplementedRemoteSignerServer struct { }
UnimplementedRemoteSignerServer can be embedded to have forward compatible implementations.
func (*UnimplementedRemoteSignerServer) ListValidatingPublicKeys ¶
func (*UnimplementedRemoteSignerServer) ListValidatingPublicKeys(ctx context.Context, req *empty.Empty) (*ListPublicKeysResponse, error)
func (*UnimplementedRemoteSignerServer) Sign ¶
func (*UnimplementedRemoteSignerServer) Sign(ctx context.Context, req *SignRequest) (*SignResponse, error)
type UnimplementedSlashingProtectionServer ¶ added in v1.3.7
type UnimplementedSlashingProtectionServer struct { }
UnimplementedSlashingProtectionServer can be embedded to have forward compatible implementations.
func (*UnimplementedSlashingProtectionServer) ExportSlashingProtection ¶ added in v1.3.7
func (*UnimplementedSlashingProtectionServer) ExportSlashingProtection(ctx context.Context, req *empty.Empty) (*ExportSlashingProtectionResponse, error)
func (*UnimplementedSlashingProtectionServer) ImportSlashingProtection ¶ added in v1.3.7
func (*UnimplementedSlashingProtectionServer) ImportSlashingProtection(ctx context.Context, req *ImportSlashingProtectionRequest) (*empty.Empty, error)
type UnimplementedWalletServer ¶
type UnimplementedWalletServer struct { }
UnimplementedWalletServer can be embedded to have forward compatible implementations.
func (*UnimplementedWalletServer) CreateWallet ¶
func (*UnimplementedWalletServer) CreateWallet(ctx context.Context, req *CreateWalletRequest) (*CreateWalletResponse, error)
func (*UnimplementedWalletServer) GenerateMnemonic ¶
func (*UnimplementedWalletServer) GenerateMnemonic(ctx context.Context, req *empty.Empty) (*GenerateMnemonicResponse, error)
func (*UnimplementedWalletServer) ImportKeystores ¶
func (*UnimplementedWalletServer) ImportKeystores(ctx context.Context, req *ImportKeystoresRequest) (*ImportKeystoresResponse, error)
func (*UnimplementedWalletServer) RecoverWallet ¶ added in v1.3.7
func (*UnimplementedWalletServer) RecoverWallet(ctx context.Context, req *RecoverWalletRequest) (*CreateWalletResponse, error)
func (*UnimplementedWalletServer) WalletConfig ¶
func (*UnimplementedWalletServer) WalletConfig(ctx context.Context, req *empty.Empty) (*WalletResponse, error)
type VersionResponse ¶ added in v1.1.0
type VersionResponse struct { Beacon string `protobuf:"bytes,1,opt,name=beacon,proto3" json:"beacon,omitempty"` Validator string `protobuf:"bytes,2,opt,name=validator,proto3" json:"validator,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*VersionResponse) Descriptor ¶ added in v1.1.0
func (*VersionResponse) Descriptor() ([]byte, []int)
func (*VersionResponse) GetBeacon ¶ added in v1.1.0
func (m *VersionResponse) GetBeacon() string
func (*VersionResponse) GetValidator ¶ added in v1.1.0
func (m *VersionResponse) GetValidator() string
func (*VersionResponse) Marshal ¶ added in v1.1.0
func (m *VersionResponse) Marshal() (dAtA []byte, err error)
func (*VersionResponse) MarshalTo ¶ added in v1.1.0
func (m *VersionResponse) MarshalTo(dAtA []byte) (int, error)
func (*VersionResponse) MarshalToSizedBuffer ¶ added in v1.1.0
func (m *VersionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*VersionResponse) ProtoMessage ¶ added in v1.1.0
func (*VersionResponse) ProtoMessage()
func (*VersionResponse) Reset ¶ added in v1.1.0
func (m *VersionResponse) Reset()
func (*VersionResponse) Size ¶ added in v1.1.0
func (m *VersionResponse) Size() (n int)
func (*VersionResponse) String ¶ added in v1.1.0
func (m *VersionResponse) String() string
func (*VersionResponse) Unmarshal ¶ added in v1.1.0
func (m *VersionResponse) Unmarshal(dAtA []byte) error
func (*VersionResponse) XXX_DiscardUnknown ¶ added in v1.1.0
func (m *VersionResponse) XXX_DiscardUnknown()
func (*VersionResponse) XXX_Marshal ¶ added in v1.1.0
func (m *VersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*VersionResponse) XXX_Merge ¶ added in v1.1.0
func (m *VersionResponse) XXX_Merge(src proto.Message)
func (*VersionResponse) XXX_Size ¶ added in v1.1.0
func (m *VersionResponse) XXX_Size() int
func (*VersionResponse) XXX_Unmarshal ¶ added in v1.1.0
func (m *VersionResponse) XXX_Unmarshal(b []byte) error
type WalletClient ¶
type WalletClient interface { CreateWallet(ctx context.Context, in *CreateWalletRequest, opts ...grpc.CallOption) (*CreateWalletResponse, error) WalletConfig(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*WalletResponse, error) GenerateMnemonic(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*GenerateMnemonicResponse, error) ImportKeystores(ctx context.Context, in *ImportKeystoresRequest, opts ...grpc.CallOption) (*ImportKeystoresResponse, error) RecoverWallet(ctx context.Context, in *RecoverWalletRequest, opts ...grpc.CallOption) (*CreateWalletResponse, error) }
WalletClient is the client API for Wallet service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewWalletClient ¶
func NewWalletClient(cc *grpc.ClientConn) WalletClient
type WalletResponse ¶
type WalletResponse struct { WalletPath string `protobuf:"bytes,1,opt,name=wallet_path,json=walletPath,proto3" json:"wallet_path,omitempty"` KeymanagerKind KeymanagerKind `` /* 155-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*WalletResponse) Descriptor ¶
func (*WalletResponse) Descriptor() ([]byte, []int)
func (*WalletResponse) GetKeymanagerKind ¶
func (m *WalletResponse) GetKeymanagerKind() KeymanagerKind
func (*WalletResponse) GetWalletPath ¶
func (m *WalletResponse) GetWalletPath() string
func (*WalletResponse) Marshal ¶
func (m *WalletResponse) Marshal() (dAtA []byte, err error)
func (*WalletResponse) MarshalToSizedBuffer ¶
func (m *WalletResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*WalletResponse) ProtoMessage ¶
func (*WalletResponse) ProtoMessage()
func (*WalletResponse) Reset ¶
func (m *WalletResponse) Reset()
func (*WalletResponse) Size ¶
func (m *WalletResponse) Size() (n int)
func (*WalletResponse) String ¶
func (m *WalletResponse) String() string
func (*WalletResponse) Unmarshal ¶
func (m *WalletResponse) Unmarshal(dAtA []byte) error
func (*WalletResponse) XXX_DiscardUnknown ¶
func (m *WalletResponse) XXX_DiscardUnknown()
func (*WalletResponse) XXX_Marshal ¶
func (m *WalletResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WalletResponse) XXX_Merge ¶
func (m *WalletResponse) XXX_Merge(src proto.Message)
func (*WalletResponse) XXX_Size ¶
func (m *WalletResponse) XXX_Size() int
func (*WalletResponse) XXX_Unmarshal ¶
func (m *WalletResponse) XXX_Unmarshal(b []byte) error
type WalletServer ¶
type WalletServer interface { CreateWallet(context.Context, *CreateWalletRequest) (*CreateWalletResponse, error) WalletConfig(context.Context, *empty.Empty) (*WalletResponse, error) GenerateMnemonic(context.Context, *empty.Empty) (*GenerateMnemonicResponse, error) ImportKeystores(context.Context, *ImportKeystoresRequest) (*ImportKeystoresResponse, error) RecoverWallet(context.Context, *RecoverWalletRequest) (*CreateWalletResponse, error) }
WalletServer is the server API for Wallet service.