package cosmos.base.tendermint.v1beta1

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

service Service

query.proto:18

Service defines the gRPC querier service for tendermint queries.

message Block

types.proto:15

Block is tendermint type Block, with the Header proposer address field converted to bech32 string.

Used in: GetBlockByHeightResponse, GetLatestBlockResponse

types.proto:23

Header defines the structure of a Tendermint block header.

Used in: Block

message Module

query.proto:157

Module is the type for VersionInfo

Used in: VersionInfo

message ProofOp

query.proto:197

ProofOp defines an operation used for calculating Merkle root. The data could be arbitrary format, providing necessary data for example neighbouring node hash. Note: This type is a duplicate of the ProofOp proto type defined in Tendermint.

Used in: ProofOps

message ProofOps

query.proto:206

ProofOps is Merkle proof defined by the list of ProofOps. Note: This type is a duplicate of the ProofOps proto type defined in Tendermint.

Used in: ABCIQueryResponse

message Validator

query.proto:89

Validator is the type for the validator-set.

Used in: GetLatestValidatorSetResponse, GetValidatorSetByHeightResponse

message VersionInfo

query.proto:144

VersionInfo is the type for the GetNodeInfoResponse message.

Used in: GetNodeInfoResponse