Documentation ¶
Index ¶
- type HookAdapter
- func (h *HookAdapter) HandleVoted(ctx sdk.Context, log *ethtypes.Log) error
- func (h *HookAdapter) HandleVotedWeighted(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, _ core.Message, receipt *ethtypes.Receipt) 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, evmKeeper *evmkeeper.Keeper, router *baseapp.MsgServiceRouter, ) *HookAdapter
func (*HookAdapter) HandleVoted ¶
func (*HookAdapter) HandleVotedWeighted ¶
func (HookAdapter) InitGenesis ¶
func (h HookAdapter) InitGenesis(ctx sdk.Context) error
func (HookAdapter) Name ¶
func (h HookAdapter) Name() string
func (*HookAdapter) PostTxProcessing ¶
Click to show internal directories.
Click to hide internal directories.