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