# Functions
DiscoverClient queries an RPC node to get the version of the client and executes a SetupFn function passing a new versioned Client instance as parameter.
No description provided by the author
DiscoverQueryClient queries an RPC node to get the version of the client and executes a SetupFn function passing a new versioned QueryClient instance as parameter.
No description provided by the author
# Constants
DefaultClientAPIVersion indicates the default ApiVersion of the client.
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
# Type aliases
SetupFn defines a function that takes a parameter, ideally a Client or QueryClient.