Returns a set of all the scriptPubKeys that this ScriptPubKeyMan watches
Synopsis
Declared in <wallet/scriptpubkeyman.h>
virtual
std::unordered_set<CScript, SaltedSipHasher>
GetScriptPubKeys() const;
Return Value
The set of scriptPubKeys managed by this ScriptPubKeyMan.
Created with MrDocs