package
0.0.72
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
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.
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.

# Constants

DefaultClientApiVersion indicates the default ApiVersion of the client.

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