pub fn get_block_complete_entry_from_height(
block_height: BlockHeight,
pruned: bool,
tapes: &TapesReadTransaction<'_>,
db: &BlockchainDatabase,
) -> DbResult<BlockCompleteEntry>Expand description
Retrieve a [BlockCompleteEntry] from the database.