get overloads
Declared in <txmempool.h>
Return a mempool transaction with a given hash.
CTransactionRef
get(Txid const& hash) const;
» more...
Return a mempool transaction with a given witness hash.
CTransactionRef
get(Wtxid const& hash) const;
» more...
the tx if found, otherwise nullptr
| Name | Description |
|---|---|
| hash [in] | the txid |