Function reth_rpc_eth_types::revm_utils::apply_state_overrides

source ยท
pub fn apply_state_overrides<DB>(
    overrides: StateOverride,
    db: &mut CacheDB<DB>,
) -> EthResult<()>
where DB: DatabaseRef, EthApiError: From<<DB as DatabaseRef>::Error>,
Expand description

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