pub(crate) async fn index_block( block: &MultiEraBlock, pending_blocks: &mut Receiver<BTreeSet<Slot>>, our_end: Slot, ) -> Result<()>
Add all data needed from the block into the indexes.