pub fn apply_cached_db_state_override<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