Function reth_db_common::init::insert_genesis_hashes

source ยท
pub fn insert_genesis_hashes<'a, 'b, Provider>(
    provider: &Provider,
    alloc: impl Iterator<Item = (&'a Address, &'b GenesisAccount)> + Clone,
) -> ProviderResult<()>
where Provider: DBProvider<Tx: DbTxMut> + HashingWriter,
Expand description

Inserts hashes for the genesis state.