package cometbft.crypto.v1

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

message DominoOp

proof.proto:26

DominoOp always returns the given output.

message Proof

proof.proto:9

Proof is a Merkle proof.

Used in: ValueOp, types.v1.Part, types.v1.TxProof, types.v1beta1.Part, types.v1beta1.TxProof

message ProofOp

proof.proto:35

ProofOp defines an operation used for calculating Merkle root The data could be arbitrary format, providing necessary data for example neighbouring node hash

Used in: ProofOps

message ProofOps

proof.proto:42

ProofOps is Merkle proof defined by the list of ProofOps

Used in: abci.v1.QueryResponse, abci.v1beta1.ResponseQuery

message PublicKey

keys.proto:9

PublicKey is a ED25519 or a secp256k1 public key.

Used in: abci.v1.ValidatorUpdate, abci.v1beta1.ValidatorUpdate, p2p.v1.AuthSigMessage, privval.v1.PubKeyResponse, privval.v1beta1.PubKeyResponse, privval.v1beta2.PubKeyResponse, types.v1.SimpleValidator, types.v1.Validator, types.v1beta1.SimpleValidator, types.v1beta1.Validator

message ValueOp

proof.proto:17

ValueOp is a Merkle proof for a single key.