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