Skip to main content

insert_genesis_storage_history

Function insert_genesis_storage_history 

Source
pub fn insert_genesis_storage_history<'a, 'b, Provider>(
    provider: &Provider,
    alloc: impl Iterator<Item = (&'a Address, &'b GenesisAccount)>,
) -> ProviderResult<()>
where Provider: DBProvider<Tx: DbTxMut> + HistoryWriter + ChainSpecProvider + StorageSettingsCache + RocksDBProviderFactory + NodePrimitivesProvider,
Expand description

Inserts storage history indices for genesis accounts.