# Functions
CanTransfer checks whether there are enough funds in the address' account to make a transfer.
GetHashFn returns a GetHashFunc which retrieves header hashes by number.
No description provided by the author
New creates a new context for use in the EVM.
No description provided by the author
TobinTransfer performs a transfer that may take a tax from the sent amount and give it to the reserve.
Transfer subtracts amount from sender and adds amount to recipient using the given Db.
VerifySealFn returns a function which returns true when the given header has a verifiable seal.
# Variables
VMAddress is the address the VM uses to make internal calls to contracts.
# Structs
SharedEVMRunner is an evm runner that REUSES an evm This MUST NOT BE USED, but it's here for backward compatibility purposes.