Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MsgParser ¶
type MsgParser struct{}
MsgParser - wasm msg parser for staking msgs
func NewWasmMsgParser ¶
func NewWasmMsgParser() MsgParser
NewWasmMsgParser returns bank wasm msg parser
func (MsgParser) Parse ¶
func (MsgParser) Parse(contractAddr sdk.AccAddress, wasmMsg wasmvmtypes.CosmosMsg) (sdk.Msg, error)
Parse implements wasm staking msg parser
func (MsgParser) ParseCustom ¶
func (MsgParser) ParseCustom(_ sdk.AccAddress, _ json.RawMessage) (sdk.Msg, error)
ParseCustom implements custom parser
Click to show internal directories.
Click to hide internal directories.