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

Name

Description

minimum_index

The lowest range index to include.

Created with MrDocs