keeper

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2024 License: Apache-2.0 Imports: 22 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)

EmitEvents prepares a `message` event with the module name and emits it along with the provided events.

func (*Keeper) GetL1BlockInfo added in v0.1.2

func (k *Keeper) GetL1BlockInfo(ctx sdk.Context) (*types.L1BlockInfo, error)

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