exists overloads
Synopses
Declared in <txmempool.h>
Returns whether a transaction with the given txid is in the mempool.
Returns whether a transaction with the given wtxid is in the mempool.
Return Value
true if the transaction exists in the mempool.
Parameters
Name |
Description |
txid |
The txid to look up. |
wtxid |
The wtxid to look up. |
Created with MrDocs