Returns cached scriptPubKeys with a range index at or above the given minimum.
Declared in <wallet/scriptpubkeyman.h>
std::unordered_set<CScript, SaltedSipHasher>
GetScriptPubKeys(int32_t minimum_index) const;
The set of cached scriptPubKeys at or above the given index.
| Name | Description |
|---|---|
| minimum_index | The lowest range index to include. |