Returns the set of scriptPubKeys watched by this spkm.

Synopsis

Declared in <wallet/scriptpubkeyman.h>

virtual
std::unordered_set<CScript, SaltedSipHasher>
GetScriptPubKeys() const override;

Return Value

The set of watched scriptPubKeys.

Created with MrDocs