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