Module revm_utils

Available on crate feature rpc only.
Expand description

utilities for working with revm

Structs§

CallFees
Helper type for representing the fees of a TransactionRequest

Traits§

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