package
1.2.0-dhobyghaut
Repository: https://github.com/functionx/fx-core.git
Documentation: pkg.go.dev
# 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.
# Type aliases
MultiEvmHooks combine multiple evm hooks, all hook functions are run in array sequence.