bindings

package
v2.4.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 28, 2025 License: Apache-2.0 Imports: 13 Imported by: 0

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

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

type Schedulerkeeper interface {
	GetJob(context.Context, string) (*schedulertypes.Job, error)
	ExecuteJob(context.Context, string, []byte, sdk.AccAddress, sdk.AccAddress) (uint64, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL