package
0.0.0-20220620005849-a315113d9162
Repository: https://github.com/mycodeku/transtionhelper.git
Documentation: pkg.go.dev

# Functions

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

# Structs

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.
Module is the type for VersionInfo.
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.