msg

package
v0.18.0 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

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
	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 AccAddress

type AccAddress = sdk.AccAddress

AccAddress nolint

type Coin

type Coin = sdk.Coin

Coin nolint

type Coins

type Coins = sdk.Coins

Coins nolint

type ConsAddress

type ConsAddress = sdk.ConsAddress

ConsAddress nolint

type Dec

type Dec = sdk.Dec

Dec nolint

type DecCoin

type DecCoin = sdk.DecCoin

DecCoin nolint

type DecCoins

type DecCoins = sdk.DecCoins

DecCoins nolint

type ExecuteContract

type ExecuteContract = wasmtypes.MsgExecuteContract

ExecuteContract wasm contract execution msg

type InstantiateContract

type InstantiateContract = wasmtypes.MsgInstantiateContract

InstantiateContract wasm contract initiation msg

type Int

type Int = sdk.Int

Int nolint

type MigrateCode

type MigrateCode = wasmtypes.MsgMigrateCode

MigrateCode wasm code migration msg

type MigrateContract

type MigrateContract = wasmtypes.MsgMigrateContract

MigrateContract wasm contract migration msg

type Msg

type Msg = sdk.Msg

Msg sdk.Msg

type MultiSend

type MultiSend = banktypes.MsgMultiSend

MultiSend bank multi-send msg

type Send

type Send = banktypes.MsgSend

Send bank send msg

type StoreCode

type StoreCode = wasmtypes.MsgStoreCode

StoreCode wasm store_code msg

type Swap

type Swap = markettypes.MsgSwap

Swap market swap msg

type SwapSend

type SwapSend = markettypes.MsgSwapSend

SwapSend market swap_send msg

type ValAddress

type ValAddress = sdk.ValAddress

ValAddress nolint

Jump to

Keyboard shortcuts

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