pub fn get_block_extended_header_from_height(
block_height: BlockHeight,
tapes: &TapesReadTransaction<'_>,
db: &BlockchainDatabase,
) -> DbResult<ExtendedBlockHeader>Expand description
Same as get_block_extended_header but with a BlockHeight.