Module revm_utils
Available on crate feature
rpc
only.Expand description
utilities for working with revm
Structs§
- Call
Fees - Helper type for representing the fees of a
TransactionRequest
Traits§
- Override
Block Hashes - Helper trait implemented for databases that support overriding block hashes.
Functions§
- apply_
block_ overrides - Applies the given block overrides to the env and updates overridden block hashes in the db.
- apply_
state_ overrides - Applies the given state overrides (a set of [
AccountOverride
]) to the [CacheDB
]. - caller_
gas_ allowance - Calculates the caller gas allowance.