Documentation ¶
Index ¶
- Variables
- func NewMsgExecuteContract(sender sdk.AccAddress, contract sdk.AccAddress, execMsg interface{}, ...) (*wasmtypes.MsgExecuteContract, error)
- type AccAddress
- type Coin
- type Coins
- type ConsAddress
- type Dec
- type DecCoin
- type DecCoins
- type ExecuteContract
- type InstantiateContract
- type Int
- type MigrateCode
- type MigrateContract
- type Msg
- type MultiSend
- type Send
- type StoreCode
- type Swap
- type SwapSend
- type ValAddress
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 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 ¶
func NewMsgExecuteContract ¶
func NewMsgExecuteContract(sender sdk.AccAddress, contract sdk.AccAddress, execMsg interface{}, coins sdk.Coins) (*wasmtypes.MsgExecuteContract, error)
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.