pub fn tx_exists(
db: &BlockchainDatabase,
tx_hash: &TxHash,
tx_ro: &Snapshot,
) -> DbResult<bool>Expand description
Check if a transaction exists in the database.
Returns true if it does, else false.
pub fn tx_exists(
db: &BlockchainDatabase,
tx_hash: &TxHash,
tx_ro: &Snapshot,
) -> DbResult<bool>Check if a transaction exists in the database.
Returns true if it does, else false.