[#wallet-CWallet-GetScriptPubKeyMans] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::GetScriptPubKeyMans :relfileprefix: ../../ :mrdocs: Get all the ScriptPubKeyMans for a script == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::set<ScriptPubKeyMan*> GetScriptPubKeyMans(xref:CScript.adoc[CScript] const& script) const; ---- == Return Value The ScriptPubKeyMans that recognize the script. == Parameters [cols="1,4"] |=== | Name| Description | *script* | The script to match against. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#