package
0.0.0-20230731053445-bf468637a738
Repository: https://github.com/fibonacci-chain/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.
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.

# 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.