Get desktop application:
View/edit binary Protocol Buffers messages
Service defines the gRPC querier service for tendermint queries.
GetNodeInfo queries the current node info.
GetNodeInfoRequest is the request type for the Query/GetNodeInfo RPC method.
(message has no fields)
GetNodeInfoResponse is the response type for the Query/GetNodeInfo RPC method.
GetSyncing queries node syncing.
GetSyncingRequest is the request type for the Query/GetSyncing RPC method.
(message has no fields)
GetSyncingResponse is the response type for the Query/GetSyncing RPC method.
GetLatestBlock returns the latest block.
GetLatestBlockRequest is the request type for the Query/GetLatestBlock RPC method.
(message has no fields)
GetLatestBlockResponse is the response type for the Query/GetLatestBlock RPC method.
Deprecated: please use `sdk_block` instead
Since: cosmos-sdk 0.47
GetBlockByHeight queries block for given height.
GetBlockByHeightRequest is the request type for the Query/GetBlockByHeight RPC method.
GetBlockByHeightResponse is the response type for the Query/GetBlockByHeight RPC method.
Deprecated: please use `sdk_block` instead
Since: cosmos-sdk 0.47
GetLatestValidatorSet queries latest validator-set.
GetLatestValidatorSetRequest is the request type for the Query/GetValidatorSetByHeight RPC method.
pagination defines an pagination for the request.
GetLatestValidatorSetResponse is the response type for the Query/GetValidatorSetByHeight RPC method.
pagination defines an pagination for the response.
GetValidatorSetByHeight queries validator-set at a given height.
GetValidatorSetByHeightRequest is the request type for the Query/GetValidatorSetByHeight RPC method.
pagination defines an pagination for the request.
GetValidatorSetByHeightResponse is the response type for the Query/GetValidatorSetByHeight RPC method.
pagination defines an pagination for the response.
ABCIQuery defines a query handler that supports ABCI queries directly to the application, bypassing Tendermint completely. The ABCI query must contain a valid and supported path, including app, custom, p2p, and store. Since: cosmos-sdk 0.46
ABCIQueryRequest defines the request structure for the ABCIQuery gRPC query.
ABCIQueryResponse defines the response structure for the ABCIQuery gRPC query. Note: This type is a duplicate of the ResponseQuery proto type defined in Tendermint.
nondeterministic
nondeterministic
Block is tendermint type Block, with the Header proposer address field converted to bech32 string.
Used in:
,Header defines the structure of a Tendermint block header.
Used in:
basic block info
prev block info
hashes of block data
commit from validators from the last block
transactions
hashes from the app output from the prev block
validators for the current block
validators for the next block
consensus params for current block
state after txs from the previous block
root hash of all results from the txs from the previous block
consensus info
evidence included in the block
proposer_address is the original block proposer address, formatted as a Bech32 string. In Tendermint, this type is `bytes`, but in the SDK, we convert it to a Bech32 string for better UX.
original proposer of the block
Module is the type for VersionInfo
Used in:
module path
module version
checksum
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 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:
Validator is the type for the validator-set.
Used in:
,VersionInfo is the type for the GetNodeInfoResponse message.
Used in:
Since: cosmos-sdk 0.43