Documentation ¶
Index ¶
- type Keeper
- func (k *Keeper) ApplyL1Txs(goCtx context.Context, msg *types.MsgApplyL1Txs) (*types.MsgApplyL1TxsResponse, error)
- func (k *Keeper) EmitEvents(goCtx context.Context, events sdk.Events)
- func (k *Keeper) GetL1BlockInfo(ctx sdk.Context) (*types.L1BlockInfo, error)
- func (k *Keeper) InitiateWithdrawal(goCtx context.Context, msg *types.MsgInitiateWithdrawal) (*types.MsgInitiateWithdrawalResponse, error)
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 ¶
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 (*Keeper) InitiateWithdrawal ¶
func (k *Keeper) InitiateWithdrawal( goCtx context.Context, msg *types.MsgInitiateWithdrawal, ) (*types.MsgInitiateWithdrawalResponse, error)
Click to show internal directories.
Click to hide internal directories.