Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAnteHandler ¶
func NewAnteHandler(options HandlerOptions) sdk.AnteHandler
NewAnteHandler returns an ante handler responsible for attempting to route an Ethereum or SDK transaction to an internal ante handler for performing transaction-level processing (e.g. fee payment, signature verification) before being passed onto it's respective handler.
Types ¶
type HandlerOptions ¶
type HandlerOptions struct {
evmante.HandlerOptions
}
HandlerOptions extend the SDK's AnteHandler options by requiring the IBC channel keeper, wasm keeper and evm keepers.
func (HandlerOptions) Validate ¶
func (options HandlerOptions) Validate() error
Validate checks if the keepers are defined.
Click to show internal directories.
Click to hide internal directories.