[#wallet-DescriptorScriptPubKeyMan-GetScriptPubKeys-0a] = xref:wallet.adoc[wallet]::xref:wallet/DescriptorScriptPubKeyMan.adoc[DescriptorScriptPubKeyMan]::GetScriptPubKeys :relfileprefix: ../../ :mrdocs: `GetScriptPubKeys` overloads == Synopses Declared in `<wallet/scriptpubkeyman.h>` Returns all scriptPubKeys currently cached by this descriptor. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual std::unordered_set<CScript, SaltedSipHasher> xref:wallet/DescriptorScriptPubKeyMan/GetScriptPubKeys-04.adoc[GetScriptPubKeys]() const override; ---- [.small]#xref:wallet/DescriptorScriptPubKeyMan/GetScriptPubKeys-04.adoc[_» more..._]# Returns cached scriptPubKeys with a range index at or above the given minimum. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::unordered_set<CScript, SaltedSipHasher> xref:wallet/DescriptorScriptPubKeyMan/GetScriptPubKeys-0f.adoc[GetScriptPubKeys](int32_t minimum_index) const; ---- [.small]#xref:wallet/DescriptorScriptPubKeyMan/GetScriptPubKeys-0f.adoc[_» more..._]# == Return Value * The set of cached scriptPubKeys. * The set of cached scriptPubKeys at or above the given index. == Parameters [cols="1,4"] |=== | Name| Description | *minimum_index* | The lowest range index to include. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#