Function apply_state_overrides

Source
pub fn apply_state_overrides<D>(
    overrides: StateOverride,
    cache_db: &mut CacheDB<D>,
) -> Result<(), BlockchainError>
where D: DatabaseRef<Error = DatabaseError>,
Expand description

Applies the given state overrides to the given CacheDB