[#wallet-CWallet-IsInternalScriptPubKeyMan] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::IsInternalScriptPubKeyMan :relfileprefix: ../../ :mrdocs: Returns whether the provided ScriptPubKeyMan is internal == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::optional<bool> IsInternalScriptPubKeyMan(xref:wallet/ScriptPubKeyMan.adoc[ScriptPubKeyMan]* spk_man) const; ---- == Return Value contains value only for active DescriptorScriptPubKeyMan, otherwise undefined == Parameters [cols="1,4"] |=== | Name| Description | *spk_man* [in] | The ScriptPubKeyMan to test |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#