Documentation
¶
Overview ¶
Package v1beta4 provides the v1beta4 composite client for the Akash blockchain. Currently it delegates to v1beta3 as both share the same module versions. When module versions diverge, this package will carry its own implementations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BroadcastOption ¶
type BroadcastOption = v1beta3.BroadcastOption
Re-export broadcast types that callers may need.
type BroadcastOptions ¶
type BroadcastOptions = v1beta3.BroadcastOptions
Re-export broadcast types that callers may need.
type LightClient ¶
type LightClient = v1beta3.LightClient
Re-export v1beta3 interfaces so callers use the same types.
func NewLightClient ¶
func NewLightClient(cctx sdkclient.Context) (LightClient, error)
NewLightClient creates a new v1beta4 LightClient.
type NodeClient ¶
type NodeClient = v1beta3.NodeClient
Re-export v1beta3 interfaces so callers use the same types.
type QueryClient ¶
type QueryClient = v1beta3.QueryClient
Re-export v1beta3 interfaces so callers use the same types.
func NewQueryClient ¶
func NewQueryClient(cctx sdkclient.Context) QueryClient
NewQueryClient creates a new v1beta4 QueryClient.
Click to show internal directories.
Click to hide internal directories.