pub fn block_exists(
db: &BlockchainDatabase,
block_hash: &BlockHash,
tx_ro: &Snapshot,
) -> DbResult<bool>Expand description
Check if a block exists in the database.
pub fn block_exists(
db: &BlockchainDatabase,
block_hash: &BlockHash,
tx_ro: &Snapshot,
) -> DbResult<bool>Check if a block exists in the database.