Skip to main content

in_stem_pool

Function in_stem_pool 

Source
pub fn in_stem_pool(
    tx_hash: &TransactionHash,
    snapshot: &Snapshot,
    db: &TxpoolDatabase,
) -> Result<bool, TxPoolError>
Expand description

Returns true if the transaction with the given hash is in the stem pool.

ยงErrors

This will return an Err if the transaction is not in the pool.