[#wallet-DescriptorScriptPubKeyMan-GetScriptPubKeys-04] = xref:wallet.adoc[wallet]::xref:wallet/DescriptorScriptPubKeyMan.adoc[DescriptorScriptPubKeyMan]::GetScriptPubKeys :relfileprefix: ../../ :mrdocs: Returns all scriptPubKeys currently cached by this descriptor. == 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 cached scriptPubKeys. [.small]#Created with https://www.mrdocs.com[MrDocs]#