# Functions
FromABCIResponseQuery converts an ABCI ResponseQuery type to a gRPC ABCIQueryResponse type.
No description provided by the author
NewQueryServer creates a new tendermint query server.
No description provided by the author
RegisterGRPCGatewayRoutes mounts the tendermint service's GRPC-gateway routes on the given Mux.
RegisterServiceHandler registers the http handlers for service Service to "mux".
RegisterServiceHandlerClient registers the http handlers for service Service to "mux".
RegisterServiceHandlerFromEndpoint is same as RegisterServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterServiceHandlerServer registers the http handlers for service Service to "mux".
No description provided by the author
RegisterTendermintService registers the tendermint queries on the gRPC router.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# 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.
ProofOps is Merkle proof defined by the list of ProofOps.
UnimplementedServiceServer can be embedded to have forward compatible implementations.
Validator is the type for the validator-set.
VersionInfo is the type for the GetNodeInfoResponse message.
# Interfaces
ServiceClient is the client API for Service service.
ServiceServer is the server API for Service service.