Versions in this module Expand all Collapse all v0 v0.32.0 Sep 13, 2023 Changes in this version + type FilePVKey struct + Address []byte + FilePath string + PrivKey keys.PrivateKey + PubKey keys.PublicKey + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FilePVKey) Descriptor() ([]byte, []int) + func (*FilePVKey) ProtoMessage() + func (m *FilePVKey) GetAddress() []byte + func (m *FilePVKey) GetFilePath() string + func (m *FilePVKey) GetPrivKey() keys.PrivateKey + func (m *FilePVKey) GetPubKey() keys.PublicKey + func (m *FilePVKey) Reset() + func (m *FilePVKey) String() string + func (m *FilePVKey) XXX_DiscardUnknown() + func (m *FilePVKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FilePVKey) XXX_Merge(src proto.Message) + func (m *FilePVKey) XXX_Size() int + func (m *FilePVKey) XXX_Unmarshal(b []byte) error + type FilePVLastSignState struct + FilePath string + Height int64 + Round int64 + SignBytes []byte + Signature []byte + Step int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FilePVLastSignState) Descriptor() ([]byte, []int) + func (*FilePVLastSignState) ProtoMessage() + func (m *FilePVLastSignState) GetFilePath() string + func (m *FilePVLastSignState) GetHeight() int64 + func (m *FilePVLastSignState) GetRound() int64 + func (m *FilePVLastSignState) GetSignBytes() []byte + func (m *FilePVLastSignState) GetSignature() []byte + func (m *FilePVLastSignState) GetStep() int32 + func (m *FilePVLastSignState) Reset() + func (m *FilePVLastSignState) String() string + func (m *FilePVLastSignState) XXX_DiscardUnknown() + func (m *FilePVLastSignState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FilePVLastSignState) XXX_Merge(src proto.Message) + func (m *FilePVLastSignState) XXX_Size() int + func (m *FilePVLastSignState) XXX_Unmarshal(b []byte) error + type PingRequest struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PingRequest) Descriptor() ([]byte, []int) + func (*PingRequest) ProtoMessage() + func (m *PingRequest) Reset() + func (m *PingRequest) String() string + func (m *PingRequest) XXX_DiscardUnknown() + func (m *PingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PingRequest) XXX_Merge(src proto.Message) + func (m *PingRequest) XXX_Size() int + func (m *PingRequest) XXX_Unmarshal(b []byte) error + type PingResponse struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PingResponse) Descriptor() ([]byte, []int) + func (*PingResponse) ProtoMessage() + func (m *PingResponse) Reset() + func (m *PingResponse) String() string + func (m *PingResponse) XXX_DiscardUnknown() + func (m *PingResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PingResponse) XXX_Merge(src proto.Message) + func (m *PingResponse) XXX_Size() int + func (m *PingResponse) XXX_Unmarshal(b []byte) error + type PubKeyRequest struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PubKeyRequest) Descriptor() ([]byte, []int) + func (*PubKeyRequest) ProtoMessage() + func (m *PubKeyRequest) Reset() + func (m *PubKeyRequest) String() string + func (m *PubKeyRequest) XXX_DiscardUnknown() + func (m *PubKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PubKeyRequest) XXX_Merge(src proto.Message) + func (m *PubKeyRequest) XXX_Size() int + func (m *PubKeyRequest) XXX_Unmarshal(b []byte) error + type PubKeyResponse struct + Error *RemoteSignerError + PubKey keys.PublicKey + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PubKeyResponse) Descriptor() ([]byte, []int) + func (*PubKeyResponse) ProtoMessage() + func (m *PubKeyResponse) GetError() *RemoteSignerError + func (m *PubKeyResponse) GetPubKey() keys.PublicKey + func (m *PubKeyResponse) Reset() + func (m *PubKeyResponse) String() string + func (m *PubKeyResponse) XXX_DiscardUnknown() + func (m *PubKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PubKeyResponse) XXX_Merge(src proto.Message) + func (m *PubKeyResponse) XXX_Size() int + func (m *PubKeyResponse) XXX_Unmarshal(b []byte) error + type RemoteSignerError struct + Code int32 + Description string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*RemoteSignerError) Descriptor() ([]byte, []int) + func (*RemoteSignerError) ProtoMessage() + func (m *RemoteSignerError) GetCode() int32 + func (m *RemoteSignerError) GetDescription() string + func (m *RemoteSignerError) Reset() + func (m *RemoteSignerError) String() string + func (m *RemoteSignerError) XXX_DiscardUnknown() + func (m *RemoteSignerError) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RemoteSignerError) XXX_Merge(src proto.Message) + func (m *RemoteSignerError) XXX_Size() int + func (m *RemoteSignerError) XXX_Unmarshal(b []byte) error + type SignProposalRequest struct + Proposal types.Proposal + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SignProposalRequest) Descriptor() ([]byte, []int) + func (*SignProposalRequest) ProtoMessage() + func (m *SignProposalRequest) GetProposal() types.Proposal + func (m *SignProposalRequest) Reset() + func (m *SignProposalRequest) String() string + func (m *SignProposalRequest) XXX_DiscardUnknown() + func (m *SignProposalRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SignProposalRequest) XXX_Merge(src proto.Message) + func (m *SignProposalRequest) XXX_Size() int + func (m *SignProposalRequest) XXX_Unmarshal(b []byte) error + type SignVoteRequest struct + Vote types.Vote + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SignVoteRequest) Descriptor() ([]byte, []int) + func (*SignVoteRequest) ProtoMessage() + func (m *SignVoteRequest) GetVote() types.Vote + func (m *SignVoteRequest) Reset() + func (m *SignVoteRequest) String() string + func (m *SignVoteRequest) XXX_DiscardUnknown() + func (m *SignVoteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SignVoteRequest) XXX_Merge(src proto.Message) + func (m *SignVoteRequest) XXX_Size() int + func (m *SignVoteRequest) XXX_Unmarshal(b []byte) error + type SignVoteResponse struct + Error *RemoteSignerError + Vote types.Vote + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SignVoteResponse) Descriptor() ([]byte, []int) + func (*SignVoteResponse) ProtoMessage() + func (m *SignVoteResponse) GetError() *RemoteSignerError + func (m *SignVoteResponse) GetVote() types.Vote + func (m *SignVoteResponse) Reset() + func (m *SignVoteResponse) String() string + func (m *SignVoteResponse) XXX_DiscardUnknown() + func (m *SignVoteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SignVoteResponse) XXX_Merge(src proto.Message) + func (m *SignVoteResponse) XXX_Size() int + func (m *SignVoteResponse) XXX_Unmarshal(b []byte) error + type SignedProposalResponse struct + Error *RemoteSignerError + Proposal types.Proposal + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SignedProposalResponse) Descriptor() ([]byte, []int) + func (*SignedProposalResponse) ProtoMessage() + func (m *SignedProposalResponse) GetError() *RemoteSignerError + func (m *SignedProposalResponse) GetProposal() types.Proposal + func (m *SignedProposalResponse) Reset() + func (m *SignedProposalResponse) String() string + func (m *SignedProposalResponse) XXX_DiscardUnknown() + func (m *SignedProposalResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SignedProposalResponse) XXX_Merge(src proto.Message) + func (m *SignedProposalResponse) XXX_Size() int + func (m *SignedProposalResponse) XXX_Unmarshal(b []byte) error