[#wallet-CWallet-IsAddressPreviouslySpent] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::IsAddressPreviouslySpent :relfileprefix: ../../ :mrdocs: Report whether a destination has been marked as previously spent. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7ff3720f0ac8), requires_capability(0x7ff365f20ac8), requires_capability(0x7ff35de5f478), requires_capability(0x7ff35efe3f58), requires_capability(0x7ff366fd0538)]] bool IsAddressPreviouslySpent(xref:CTxDestination.adoc[CTxDestination] const& dest) const; ---- == Return Value true if the destination was previously spent. == Parameters [cols="1,4"] |=== | Name| Description | *dest* | The destination to check. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#