client

package
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 6, 2023 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterInterfaces

func RegisterInterfaces(registry cdctypes.InterfaceRegistry)

RegisterInterfaces registers the sdk message type.

func RegisterLegacyAminoCodec

func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino)

RegisterLegacyAminoCodec registers the sdk message type.

Types

type Client

type Client struct {
	types.BaseClient
	Bank    bank.Client
	Token   token.Client
	Service service.Client
	Record  record.Client
	Random  random.Client
	NFT     nft.Client
	MT      mt.Client

	Identity identity.Client
	Perm     perm.Client

	Feegrant feegrant.Client
	Key      keys.Client
	// contains filtered or unexported fields
}

func NewClient

func NewClient(cfg types.ClientConfig) Client

func (Client) AppCodec

func (client Client) AppCodec() codec.Marshaler

func (Client) Codec

func (client Client) Codec() *codec.LegacyAmino

func (Client) EncodingConfig

func (client Client) EncodingConfig() types.EncodingConfig

func (Client) Manager

func (client Client) Manager() types.BaseClient

func (Client) Module

func (client Client) Module(name string) types.Module

func (Client) RegisterModule

func (client Client) RegisterModule(ms ...types.Module)

func (Client) SetLogger

func (client Client) SetLogger(logger log.Logger)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL