Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MsgsParser ¶
type MsgsParser struct {
// contains filtered or unexported fields
}
func NewWasmMsgParser ¶
func NewWasmMsgParser(cdc codec.Codec) MsgsParser
func (MsgsParser) ParseCustomMsgs ¶
func (parser MsgsParser) ParseCustomMsgs(contractAddr sdk.AccAddress, data json.RawMessage) ([]sdk.Msg, error)
type SubspacesWasmQuerier ¶
type SubspacesWasmQuerier struct {
// contains filtered or unexported fields
}
func NewSubspacesWasmQuerier ¶
func NewSubspacesWasmQuerier(subspacesKeeper subspaceskeeper.Keeper, cdc codec.Codec) SubspacesWasmQuerier
func (SubspacesWasmQuerier) QueryCustom ¶
func (querier SubspacesWasmQuerier) QueryCustom(ctx sdk.Context, data json.RawMessage) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.