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