[#wallet-CWallet-GetAllScriptPubKeyMans] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::GetAllScriptPubKeyMans :relfileprefix: ../../ :mrdocs: Returns all unique ScriptPubKeyMans == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::set<ScriptPubKeyMan*> GetAllScriptPubKeyMans() const; ---- == Return Value The set of all ScriptPubKeyMans. [.small]#Created with https://www.mrdocs.com[MrDocs]#