Function reth::rpc::server_types::eth::revm_utils::apply_state_overrides

source ยท
pub fn apply_state_overrides<DB>(
    overrides: HashMap<Address, AccountOverride>,
    db: &mut CacheDB<DB>,
) -> Result<(), EthApiError>
Expand description

Applies the given state overrides (a set of AccountOverride) to the CacheDB.