Skip to main content

block_exists

Function block_exists 

Source
pub fn block_exists(
    db: &BlockchainDatabase,
    block_hash: &BlockHash,
    tx_ro: &Snapshot,
) -> DbResult<bool>
Expand description

Check if a block exists in the database.