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 ProfilesWasmQuerier ¶
type ProfilesWasmQuerier struct {
// contains filtered or unexported fields
}
func NewProfilesWasmQuerier ¶
func NewProfilesWasmQuerier(profilesKeeper profileskeeper.Keeper, cdc codec.Codec) ProfilesWasmQuerier
func (ProfilesWasmQuerier) QueryCustom ¶
func (querier ProfilesWasmQuerier) QueryCustom(ctx sdk.Context, data json.RawMessage) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.