Documentation ¶
Index ¶
- func RegisterInterfaces(registry cdctypes.InterfaceRegistry)
- func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino)
- type Client
- func (client Client) AppCodec() codec.Marshaler
- func (client Client) Codec() *codec.LegacyAmino
- func (client Client) EncodingConfig() types.EncodingConfig
- func (client Client) Manager() types.BaseClient
- func (client Client) Module(name string) types.Module
- func (client Client) RegisterModule(ms ...types.Module)
- func (client Client) SetLogger(logger log.Logger)
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 Key client.Client Bank bank.Client Identity identity.Client Node node.Client Params params.Client Perm perm.Client Slashing slashing.Client // contains filtered or unexported fields }
func NewClient ¶
func NewClient(cfg types.ClientConfig) Client
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) RegisterModule ¶
Click to show internal directories.
Click to hide internal directories.