package
1.0.0-rc.3
Repository: https://github.com/babylonlabs-io/babylon.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
New creates a new QueryClient according to the given config.
NewWithClient creates a new QueryClient with a given existing rpcClient and timeout used by `client/` where `ChainClient` already creates an rpc client.

# Structs

QueryClient is a client that can only perform queries to a Babylon node It only requires `Cfg` to have `Timeout` and `RPCAddr`, but not other fields such as keyring, chain ID, etc..
No description provided by the author