[#wallet-CWallet-IsMine-0a] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::IsMine :relfileprefix: ../../ :mrdocs: Report whether an outpoint belongs to this wallet. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7ff3720f0888), requires_capability(0x7ff365f20888), requires_capability(0x7ff35de5f238), requires_capability(0x7ff35efe3d18), requires_capability(0x7ff366fd02f8)]] bool IsMine(xref:COutPoint.adoc[COutPoint] const& outpoint) const; ---- == Return Value true if the outpoint is owned by the wallet. == Parameters [cols="1,4"] |=== | Name| Description | *outpoint* | The outpoint to test. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#