Module overrides
Available on crate feature
evm
only.Expand description
RPC utilities for working with EVM.
This module provides helper functions for RPC implementations, including:
- Block and state overrides
Enums§
- State
Override Error - Errors that can occur when applying state overrides.
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 database.