exists overloads
Declared in <txmempool.h>
Returns whether a transaction with the given txid is in the mempool.
bool
exists(Txid const& txid) const;
» more...
Returns whether a transaction with the given wtxid is in the mempool.
bool
exists(Wtxid const& wtxid) const;
» more...
true if the transaction exists in the mempool.
| Name | Description |
|---|---|
| txid | The txid to look up. |
| wtxid | The wtxid to look up. |