ante

package
v2.0.0-...-a6f2824 Latest Latest
Warning

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

Go to latest
Published: May 13, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAnteHandler

func NewAnteHandler(options HandlerOptions) (sdk.AnteHandler, error)

NewAnteHandler add additional logic on top of Ethermint's anteHandler

Types

type ElysiumKeeper

type ElysiumKeeper interface {
	HasPermission(ctx sdk.Context, account sdk.AccAddress, permissionsToCheck uint64) bool
}

type HandlerOptions

type HandlerOptions struct {
	EvmOptions    evmante.HandlerOptions
	ElysiumKeeper ElysiumKeeper
}

HandlerOptions extend the ethermint's AnteHandler options by adding extra keeper necessary for custom ante handler logics

Jump to

Keyboard shortcuts

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