pub fn get_block_complete_entry(
db: &BlockchainDatabase,
block_hash: &BlockHash,
pruned: bool,
tx_ro: &Snapshot,
tapes: &TapesReadTransaction<'_>,
) -> DbResult<BlockCompleteEntry>Expand description
Retrieve a [BlockCompleteEntry] from the database.