Modules§

Structs§

  • ABCIQueryRequest defines the request structure for the ABCIQuery gRPC query.
  • ABCIQueryResponse defines the response structure for the ABCIQuery gRPC query.
  • Block is tendermint type Block, with the Header proposer address field converted to bech32 string.
  • GetBlockByHeightRequest is the request type for the Query/GetBlockByHeight RPC method.
  • GetBlockByHeightResponse is the response type for the Query/GetBlockByHeight RPC method.
  • GetLatestBlockRequest is the request type for the Query/GetLatestBlock RPC method.
  • GetLatestBlockResponse is the response type for the Query/GetLatestBlock RPC method.
  • GetLatestValidatorSetRequest is the request type for the Query/GetValidatorSetByHeight RPC method.
  • GetLatestValidatorSetResponse is the response type for the Query/GetValidatorSetByHeight RPC method.
  • GetNodeInfoRequest is the request type for the Query/GetNodeInfo RPC method.
  • GetNodeInfoResponse is the response type for the Query/GetNodeInfo RPC method.
  • GetSyncingRequest is the request type for the Query/GetSyncing RPC method.
  • GetSyncingResponse is the response type for the Query/GetSyncing RPC method.
  • GetValidatorSetByHeightRequest is the request type for the Query/GetValidatorSetByHeight RPC method.
  • GetValidatorSetByHeightResponse is the response type for the Query/GetValidatorSetByHeight RPC method.
  • Header defines the structure of a Tendermint block header.
  • Module is the type for VersionInfo
  • ProofOp defines an operation used for calculating Merkle root. The data could be arbitrary format, providing nessecary data for example neighbouring node hash.
  • ProofOps is Merkle proof defined by the list of ProofOps.
  • Validator is the type for the validator-set.
  • VersionInfo is the type for the GetNodeInfoResponse message.