Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CustomQuerier ¶
func CustomQuerier(qp *QueryPlugin) func(ctx sdk.Context, request json.RawMessage) ([]byte, error)
CustomQuerier dispatches custom CosmWasm bindings queries.
func RegisterCustomPlugins ¶
func RegisterCustomPlugins( ek *epochingkeeper.Keeper, zcKeeper *zckeeper.Keeper, lcKeeper *lcKeeper.Keeper, ) []wasmkeeper.Option
Types ¶
type QueryPlugin ¶
type QueryPlugin struct {
// contains filtered or unexported fields
}
func NewQueryPlugin ¶
func NewQueryPlugin( ek *epochingkeeper.Keeper, zcKeeper *zckeeper.Keeper, lcKeeper *lcKeeper.Keeper, ) *QueryPlugin
NewQueryPlugin returns a reference to a new QueryPlugin.
Click to show internal directories.
Click to hide internal directories.