pub fn insert_account_history<'a, 'b, Provider>(
provider: &Provider,
alloc: impl Iterator<Item = (&'a Address, &'b GenesisAccount)>,
block: u64,
) -> ProviderResult<()>where
Provider: DBProvider<Tx: DbTxMut> + HistoryWriter + StorageSettingsCache + RocksDBProviderFactory + NodePrimitivesProvider,Expand description
Inserts account history indices at the given block.