# Functions

CheckSenderBalance validates that the tx cost value is positive and that the sender has enough funds to pay for the fees and value of the transaction.
GasToRefund calculates the amount of gas the state machine should refund to the sender.
NewKeeper generates new evm module keeper.
NewMigrator returns a new Migrator.
NewMultiEvmHooks combine multiple evm hooks.

# Structs

Keeper grants access to the EVM module state and implements the go-ethereum StateDB interface.
Migrator is a struct for handling in-place store migrations.

# Type aliases

MultiEvmHooks combine multiple evm hooks, all hook functions are run in array sequence.