[#wallet-DescriptorScriptPubKeyMan-IsMine] = xref:wallet.adoc[wallet]::xref:wallet/DescriptorScriptPubKeyMan.adoc[DescriptorScriptPubKeyMan]::IsMine :relfileprefix: ../../ :mrdocs: Returns whether the given script is derived from this descriptor. == Synopsis Declared in `<wallet/scriptpubkeyman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool IsMine(xref:CScript.adoc[CScript] const& script) const override; ---- == Return Value true if the script is derived from this descriptor. == Parameters [cols="1,4"] |=== | Name| Description | *script* | The scriptPubKey to test. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#