Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLegacyMessenger ¶ added in v2.4.2
func NewLegacyMessenger(k Schedulerkeeper) wasmkeeper.Messenger
`ExecuteJobWasmEvent` is a struct that was used as the only custom message emitted by cw contracts early on, but now clashes with the new implementation in `libwasm`. This legacy decorator exists to support the old implementation until all CW contracts have been phased out.
func NewMessenger ¶ added in v2.4.2
func NewMessenger( k Schedulerkeeper, ms SchedulerMsgServer, ) libwasm.Messenger[bindingstypes.Message]
func NewQueryPlugin ¶
func NewQueryPlugin(k Schedulerkeeper) wasmkeeper.CustomQuerier
Types ¶
type QueryPlugin ¶
type QueryPlugin struct {
// contains filtered or unexported fields
}
type SchedulerMsgServer ¶ added in v2.4.2
type SchedulerMsgServer interface {
CreateJob(context.Context, *schedulertypes.MsgCreateJob) (*schedulertypes.MsgCreateJobResponse, error)
}
type Schedulerkeeper ¶ added in v2.4.2
Click to show internal directories.
Click to hide internal directories.