Returns whether a transaction with the given wtxid is in the mempool.
Synopsis
Declared in <txmempool.h>
bool
exists(Wtxid const& wtxid) const;
Return Value
true if the transaction exists in the mempool.
Parameters
Name |
Description |
wtxid |
The wtxid to look up. |
Created with MrDocs