# Functions
CreateGrpcConnection creates a new gRPC client connection from the given configuration.
No description provided by the author
DefaultGrpcConfig returns the default instance of a GrpcConfig.
DefaultRPCConfig returns the default instance of RPCConfig.
GetHeightRequestHeader returns the grpc.CallOption to query the state at a given height.
MustCreateGrpcConnection creates a new gRPC connection using the provided configuration and panics on error.
No description provided by the author
NewGrpcConfig allows to build a new GrpcConfig instance.
NewNode allows to build a new Node instance.
NewRPCConfig allows to build a new RPCConfig instance.
NewSource returns a new Source instance.
# Variables
No description provided by the author
# Structs
Details represents a node details for a remote node.
GRPCConfig contains the configuration for the RPC endpoint.
Node implements a wrapper around both a Tendermint RPCConfig client and a chain SDK REST client that allows for essential data queries.
RPCConfig contains the configuration for the RPC endpoint.
Source implements the keeper.Source interface relying on a GRPC connection.