package
0.0.2-rc1
Repository: https://github.com/akash-network/akash-api.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# 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

# Structs

Akash akash specific RPC parameters.
ClientInfo akash specific client info.

# Type aliases

SetupFn defines a function that takes a parameter, ideally a Client or QueryClient.