# Functions
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.
NewValidatorCommissionDecorator creates a new NewValidatorCommissionDecorator.
# Structs
HandlerOptions defines the list of module keepers required to run the Acrechain AnteHandler decorators.
ValidatorCommissionDecorator validates that the validator commission is always greater or equal than the min commission rate.
# Interfaces
EvmKeeper defines the expected keeper interface used on the AnteHandler.