[#wallet-CWallet-IsActiveScriptPubKeyMan] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::IsActiveScriptPubKeyMan :relfileprefix: ../../ :mrdocs: Report whether a ScriptPubKeyMan is one of the wallet's active managers. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsActiveScriptPubKeyMan(xref:wallet/ScriptPubKeyMan.adoc[ScriptPubKeyMan] const& spkm) const; ---- == Return Value true if the manager is active. == Parameters [cols="1,4"] |=== | Name| Description | *spkm* | The ScriptPubKeyMan to test. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#