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