[#CTxMemPool-isSpent] = xref:CTxMemPool.adoc[CTxMemPool]::isSpent :relfileprefix: ../ :mrdocs: Returns whether the given outpoint is spent by a transaction in the mempool. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isSpent(xref:COutPoint.adoc[COutPoint] const& outpoint) const; ---- == Return Value true if an in‐mempool transaction spends the outpoint. == Parameters [cols="1,4"] |=== | Name| Description | *outpoint* | The outpoint to check. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#