Documentation ¶
Index ¶
- func BuildAddress(blockHeight uint64, jobID string) sdk.AccAddress
- func NewMsgServerImpl(keeper Keeper) types.MsgServer
- type ExecuteJobWasmEvent
- type Keeper
- func (k Keeper) AddNewJob(ctx sdk.Context, job *types.Job) (sdk.AccAddress, error)
- func (k Keeper) ExecuteWasmJobEventListener() wasmutil.MessengerFnc
- func (k Keeper) GetJob(ctx sdk.Context, jobID string) (*types.Job, error)
- func (k Keeper) GetParams(ctx sdk.Context) types.Params
- func (k Keeper) JobIDExists(ctx sdk.Context, jobID string) bool
- func (k Keeper) Logger(ctx sdk.Context) log.Logger
- func (k Keeper) ModuleName() string
- func (k Keeper) Params(c context.Context, req *types.QueryParamsRequest) (*types.QueryParamsResponse, error)
- func (k Keeper) QueryGetJobByID(goCtx context.Context, req *types.QueryGetJobByIDRequest) (*types.QueryGetJobByIDResponse, error)
- func (k Keeper) ScheduleNow(ctx sdk.Context, jobID string, in []byte) error
- func (k Keeper) SetParams(ctx sdk.Context, params types.Params)
- func (k Keeper) Store(ctx sdk.Context) sdk.KVStore
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildAddress ¶ added in v0.10.2
func BuildAddress(blockHeight uint64, jobID string) sdk.AccAddress
func NewMsgServerImpl ¶
NewMsgServerImpl returns an implementation of the MsgServer interface for the provided Keeper.
Types ¶
type ExecuteJobWasmEvent ¶ added in v0.11.1
type Keeper ¶
type Keeper struct { Chains map[xchain.Type]xchain.Bridge // contains filtered or unexported fields }
func NewKeeper ¶
func NewKeeper( cdc codec.BinaryCodec, storeKey, memKey sdk.StoreKey, ps paramtypes.Subspace, account types.AccountKeeper, chains []xchain.Bridge, ) *Keeper
func (Keeper) ExecuteWasmJobEventListener ¶ added in v0.11.1
func (k Keeper) ExecuteWasmJobEventListener() wasmutil.MessengerFnc
func (Keeper) JobIDExists ¶ added in v0.10.0
func (Keeper) ModuleName ¶ added in v0.10.2
func (Keeper) Params ¶
func (k Keeper) Params(c context.Context, req *types.QueryParamsRequest) (*types.QueryParamsResponse, error)
func (Keeper) QueryGetJobByID ¶ added in v0.10.0
func (k Keeper) QueryGetJobByID(goCtx context.Context, req *types.QueryGetJobByIDRequest) (*types.QueryGetJobByIDResponse, error)
func (Keeper) ScheduleNow ¶ added in v0.10.0
Click to show internal directories.
Click to hide internal directories.