Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NewMsgSend = banktypes.NewMsgSend NewMsgMultiSend = banktypes.NewMsgMultiSend NewMsgSwap = markettypes.NewMsgSwap NewMsgSwapSend = markettypes.NewMsgSwapSend NewMsgStoreCode = wasmtypes.NewMsgStoreCode NewMsgMigrateCode = wasmtypes.NewMsgMigrateCode NewMsgInstantiateContract = wasmtypes.NewMsgInstantiateContract NewMsgExecuteContract = wasmtypes.NewMsgExecuteContract NewMsgMigrateContract = wasmtypes.NewMsgMigrateContract NewCoin = sdk.NewCoin NewInt64Coin = sdk.NewInt64Coin NewCoins = sdk.NewCoins NewDecCoin = sdk.NewDecCoin NewInt64DecCoin = sdk.NewInt64DecCoin NewDecCoins = sdk.NewDecCoins NewInt = sdk.NewInt NewIntFromBigInt = sdk.NewIntFromBigInt NewIntFromString = sdk.NewIntFromString NewIntFromUint64 = sdk.NewIntFromUint64 NewIntWithDecimal = sdk.NewIntWithDecimal NewDec = sdk.NewDec NewDecCoinFromCoin = sdk.NewDecCoinFromCoin NewDecCoinFromDec = sdk.NewDecCoinFromDec NewDecFromBigInt = sdk.NewDecFromBigInt NewDecFromBigIntWithPrec = sdk.NewDecFromBigIntWithPrec NewDecFromInt = sdk.NewDecFromInt NewDecFromIntWithPrec = sdk.NewDecFromIntWithPrec NewDecFromStr = sdk.NewDecFromStr NewDecWithPrec = sdk.NewDecWithPrec AccAddressFromBech32 = sdk.AccAddressFromBech32 AccAddressFromHex = sdk.AccAddressFromHex ValAddressFromBech32 = sdk.ValAddressFromBech32 ValAddressFromHex = sdk.ValAddressFromHex ConsAddressFromBech32 = sdk.ConsAddressFromBech32 ConsAddressFromHex = sdk.ConsAddressFromHex )
function alias
Functions ¶
This section is empty.
Types ¶
type ExecuteContract ¶
type ExecuteContract = wasmtypes.MsgExecuteContract
ExecuteContract wasm contract execution msg
type InstantiateContract ¶
type InstantiateContract = wasmtypes.MsgInstantiateContract
InstantiateContract wasm contract initiation msg
type MigrateContract ¶
type MigrateContract = wasmtypes.MsgMigrateContract
MigrateContract wasm contract migration msg
Click to show internal directories.
Click to hide internal directories.