pub fn get_block_extended_header_top(
db: &BlockchainDatabase,
tapes: &TapesReadTransaction<'_>,
) -> DbResult<(ExtendedBlockHeader, BlockHeight)>Expand description
Return the top/latest [ExtendedBlockHeader] from the database.
pub fn get_block_extended_header_top(
db: &BlockchainDatabase,
tapes: &TapesReadTransaction<'_>,
) -> DbResult<(ExtendedBlockHeader, BlockHeight)>Return the top/latest [ExtendedBlockHeader] from the database.