pub fn build_index<P>(
provider: &P,
hash_collector: &mut Collector<BlockHash, BlockNumber>,
) -> Result<()>where
P: DBProvider<Tx: DbTxMut>,Expand description
Dumps the contents of hash_collector into tables::HeaderNumbers.
pub fn build_index<P>(
provider: &P,
hash_collector: &mut Collector<BlockHash, BlockNumber>,
) -> Result<()>where
P: DBProvider<Tx: DbTxMut>,Dumps the contents of hash_collector into tables::HeaderNumbers.