package cometbft.privval.v1beta2

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

enum Errors

types.proto:11

Errors is a list of error codes that can be returned by the remote signer.

message Message

types.proto:74

Message is an abstract message to/from the remote signer.

message PingRequest

types.proto:68

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

Used in: Message

(message has no fields)

message PingResponse

types.proto:71

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

Used in: Message

(message has no fields)

message PubKeyRequest

types.proto:33

PubKeyRequest requests the consensus public key from the remote signer.

Used in: Message

message PubKeyResponse

types.proto:38

PubKeyResponse is a response message containing the public key.

Used in: Message

message RemoteSignerError

types.proto:27

remotesignererror is returned when the remote signer fails.

Used in: PubKeyResponse, SignedProposalResponse, SignedVoteResponse

message SignProposalRequest

types.proto:56

SignProposalRequest is a request to sign a proposal

Used in: Message

message SignVoteRequest

types.proto:44

SignVoteRequest is a request to sign a vote

Used in: Message

message SignedProposalResponse

types.proto:62

SignedProposalResponse is response containing a signed proposal or an error

Used in: Message

message SignedVoteResponse

types.proto:50

SignedVoteResponse is a response containing a signed vote or an error

Used in: Message