[#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(0x7ff3720f0588), requires_capability(0x7ff365f20588), requires_capability(0x7ff35de5ef38), requires_capability(0x7ff35efe3a18), requires_capability(0x7ff366fcfff8)]] 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]#