Documentation ¶
Index ¶
- type HookAdapter
- func (h *HookAdapter) HandleDelegated(ctx sdk.Context, log *ethtypes.Log) error
- func (h *HookAdapter) HandleRedelegated(ctx sdk.Context, log *ethtypes.Log) error
- func (h *HookAdapter) HandleUndelegated(ctx sdk.Context, log *ethtypes.Log) error
- func (h *HookAdapter) HandleWithdrew(ctx sdk.Context, log *ethtypes.Log) error
- func (h HookAdapter) InitGenesis(ctx sdk.Context) error
- func (h HookAdapter) Name() string
- func (h *HookAdapter) PostTxProcessing(ctx sdk.Context, from common.Address, to *common.Address, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HookAdapter ¶
type HookAdapter struct {
// contains filtered or unexported fields
}
func NewHookAdapter ¶
func NewHookAdapter( accountKeeper *authkeeper.AccountKeeper, stakingKeeper *stakingkeeper.Keeper, evmKeeper *evmkeeper.Keeper, router *baseapp.MsgServiceRouter, ) *HookAdapter
func (*HookAdapter) HandleDelegated ¶
func (*HookAdapter) HandleRedelegated ¶
func (*HookAdapter) HandleUndelegated ¶
func (*HookAdapter) HandleWithdrew ¶
func (HookAdapter) InitGenesis ¶
func (h HookAdapter) InitGenesis(ctx sdk.Context) error
func (HookAdapter) Name ¶
func (h HookAdapter) Name() string
Click to show internal directories.
Click to hide internal directories.