[#wallet-ScriptPubKeyMan-GetScriptPubKeys] = xref:wallet.adoc[wallet]::xref:wallet/ScriptPubKeyMan.adoc[ScriptPubKeyMan]::GetScriptPubKeys :relfileprefix: ../../ :mrdocs: Returns a set of all the scriptPubKeys that this ScriptPubKeyMan watches == Synopsis Declared in `<wallet/scriptpubkeyman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual std::unordered_set<CScript, SaltedSipHasher> GetScriptPubKeys() const; ---- == Return Value The set of scriptPubKeys managed by this ScriptPubKeyMan. [.small]#Created with https://www.mrdocs.com[MrDocs]#