# Functions
AccAddressFromBech32 creates an AccAddress from a Bech32 string.
ConsAddressFromBech32 creates a ConsAddress from a Bech32 string.
NewCoin returns a new coin with a denomination and amount.
NewCoins constructs a new coin set.
NewDec create a new Dec from integer assuming whole number.
NewDecCoin creates a new DecCoin instance from an Int.
NewDecCoinFromCoin creates a new DecCoin from a Coin.
NewDecCoinFromDec creates a new DecCoin instance from a Dec.
NewDecFromInt create a new Dec from big integer assuming whole numbers CONTRACT: prec <= Precision.
NewDecFromIntWithPrec create a new Dec from big integer with decimal place at prec CONTRACT: prec <= Precision.
NewDecFromStr create a decimal from an input decimal string.
NewDecWithPrec create a new Dec from integer with decimal place at prec CONTRACT: prec <= Precision.
NewExecuteContract - create ExecuteContract.
NewInstantiateContract - create InstantiateContract.
NewInt constructs Int from int64.
NewInt64Coin returns a new coin with a denomination and amount.
NewInt64DecCoin returns a new DecCoin with a denomination and amount.
NewIntFromString constructs Int from string.
NewIntFromUint64 constructs an Int from a uint64.
NewIntWithDecimal constructs Int with decimal Result value is n*10^dec.
NewSend - create Send.
NewStoreCode - create StoreCode.
NewSwap - create Swap.
NewSwapSend - create SwapSend.
ValAddressFromBech32 creates a ValAddress from a Bech32 string.
# Structs
ExecuteContract - high level transaction of the wasm module.
ExecuteContractData - value part of ExecuteContract.
InstantiateContract - high level transaction of the wasm module.
InstantiateContractData - value part of InstantiateContract.
Send - high level transaction of the bank module.
SendData - value part of Send.
StoreCode - high level transaction of the wasm module.
StoreCodeData - value part of StoreCode.
Swap - high level transaction of the wasm module.
SwapData contains a swap request.
SwapSend - high level transaction of the wasm module.
SwapSendData contains a swap request.
# Interfaces
Msg - interface for wrap msg to single type.
# Type aliases
Types - wrappers to expose interface.
Types - wrappers to expose interface.
Types - wrappers to expose interface.
Types - wrappers to expose interface.
Types - wrappers to expose interface.
Types - wrappers to expose interface.
Types - wrappers to expose interface.
Types - wrappers to expose interface.
Types - wrappers to expose interface.