Returns all scriptPubKeys currently cached by this descriptor.
Synopsis
Declared in <wallet/scriptpubkeyman.h>
virtual
std::unordered_set<CScript, SaltedSipHasher>
GetScriptPubKeys() const override;
Return Value
The set of cached scriptPubKeys.
Created with MrDocs