Skip to main content

get_block_complete_entry_from_height

Function get_block_complete_entry_from_height 

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