types

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cw20TokenInfo

type Cw20TokenInfo struct {
	Name           string   `json:"name,omitempty"`
	Symbol         string   `json:"symbol,omitempty"`
	Decimals       uint8    `json:"decimals"`
	TotalSupplyStr string   `json:"total_supply,omitempty"`
	TotalSupply    *big.Int `json:"-"`
}

type QueryClient

type QueryClient struct {
	tx.ServiceClient

	BankQueryClient banktypes.QueryClient
	WasmQueryClient wasmtypes.QueryClient
}

QueryClient defines a gRPC Client

func NewQueryClient

func NewQueryClient(clientCtx client.Context) *QueryClient

NewQueryClient creates a new gRPC query clients

Jump to

Keyboard shortcuts

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