[#wallet-CWallet-IsSpent] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::IsSpent :relfileprefix: ../../ :mrdocs: Report whether an output is spent by any known transaction. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f94fde04aa8), requires_capability(0x7f95061a77e8), requires_capability(0x7f94f2b782f8), requires_capability(0x7f94f0cf6f88), requires_capability(0x7f94fee39978)]] bool IsSpent(xref:COutPoint.adoc[COutPoint] const& outpoint) const; ---- == Return Value true if the output is spent. == Parameters [cols="1,4"] |=== | Name| Description | *outpoint* | The outpoint to check. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#