# 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.
GetProposerAddress returns current block proposer's address when provided proposer address is empty.
NewKeeper generates new evm module keeper.
NewMigrator returns a new Migrator.
NewMultiEvmHooks combine multiple evm hooks.
VerifyFee is used to return the fee for the given transaction data in sdk.Coins.
# Type aliases
MultiEvmHooks combine multiple evm hooks, all hook functions are run in array sequence.