package tendermint.privval

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

enum Errors

types.proto:10

message Message

types.proto:65

message PingRequest

types.proto:60

PingRequest is a request to confirm that the connection is alive.

Used in: Message

(message has no fields)

message PingResponse

types.proto:63

PingResponse is a response to confirm that the connection is alive.

Used in: Message

(message has no fields)

message PubKeyRequest

types.proto:25

PubKeyRequest requests the consensus public key from the remote signer.

Used in: Message

message PubKeyResponse

types.proto:30

PubKeyResponse is a response message containing the public key.

Used in: Message

message RemoteSignerError

types.proto:19

Used in: PubKeyResponse, SignedProposalResponse, SignedVoteResponse

message SignProposalRequest

types.proto:48

SignProposalRequest is a request to sign a proposal

Used in: Message

message SignVoteRequest

types.proto:36

SignVoteRequest is a request to sign a vote

Used in: Message

message SignedProposalResponse

types.proto:54

SignedProposalResponse is response containing a signed proposal or an error

Used in: Message

message SignedVoteResponse

types.proto:42

SignedVoteResponse is a response containing a signed vote or an error

Used in: Message