[#wallet-DescriptorScriptPubKeyMan-GetScriptPubKeys-0f] = xref:wallet.adoc[wallet]::xref:wallet/DescriptorScriptPubKeyMan.adoc[DescriptorScriptPubKeyMan]::GetScriptPubKeys :relfileprefix: ../../ :mrdocs: Returns cached scriptPubKeys with a range index at or above the given minimum. == Synopsis Declared in `<wallet/scriptpubkeyman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::unordered_set<CScript, SaltedSipHasher> GetScriptPubKeys(int32_t minimum_index) const; ---- == Return Value 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]#