pub fn in_stem_pool( tx_hash: &TransactionHash, tx_infos: &impl DatabaseRo<TransactionInfos>, ) -> DbResult<bool>
Returns true if the transaction with the given hash is in the stem pool.
true
This will return an Err if the transaction is not in the pool.
Err