wallet::DescriptorScriptPubKeyMan::GetScriptPubKeys

Returns cached scriptPubKeys with a range index at or above the given minimum.

Synopsis

Declared in <wallet/scriptpubkeyman.h>

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

NameDescription
minimum_indexThe lowest range index to include.