# Functions
GetNodeStatus returns the status of the node.
No description provided by the author
NewCometBFTCommands is a fake `appmodule.Module` to be considered as a module and be added in AutoCLI.
NewQueryServer creates a new CometBFT query server.
No description provided by the author
RegisterGRPCGatewayRoutes mounts the CometBFT 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 CometBFT queries on the gRPC router.
No description provided by the author
# 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
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
CometRPC defines the interface of a CometBFT RPC client needed for queries and transaction handling.
ServiceClient is the client API for Service service.
ServiceServer is the server API for Service service.