keeper

package
v0.0.0-...-2af59ee Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2024 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Keeper

type Keeper struct {
	// contains filtered or unexported fields
}

func NewKeeper

func NewKeeper(
	cdc codec.BinaryCodec,
	storeService store.KVStoreService,

	bankKeeper types.BankKeeper,
) *Keeper

func (*Keeper) ApplyL1Txs

func (k *Keeper) ApplyL1Txs(goCtx context.Context, msg *types.MsgApplyL1Txs) (*types.MsgApplyL1TxsResponse, error)

ApplyL1Txs implements types.MsgServer.

func (*Keeper) EmitEvents

func (k *Keeper) EmitEvents(goCtx context.Context, events sdk.Events)

Helper. Prepares a `message` event with the module name and emits it along with the provided events.

func (*Keeper) InitiateWithdrawal

func (k *Keeper) InitiateWithdrawal(
	goCtx context.Context,
	msg *types.MsgInitiateWithdrawal,
) (*types.MsgInitiateWithdrawalResponse, error)

Jump to

Keyboard shortcuts

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