Skip to main content

get_block_complete_entry

Function get_block_complete_entry 

Source
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.