# 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 Lorenzo 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