pub fn insert_storage_history<'a, 'b, Provider>(
provider: &Provider,
alloc: impl Iterator<Item = (&'a Address, &'b GenesisAccount)>,
block: u64,
) -> Result<(), ProviderError>where
Provider: DBProvider + HistoryWriter + StorageSettingsCache + RocksDBProviderFactory + NodePrimitivesProvider,
<Provider as DBProvider>::Tx: DbTxMut,Available on crate feature
provider only.Expand description
Inserts storage history indices at the given block.