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 request 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.
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.
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.
Module is the type for VersionInfo
Used in:
module path
module version
checksum
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