Skip to main content

tx_exists

Function tx_exists 

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