Get all the ScriptPubKeyMans for a script
Synopsis
Declared in <wallet/wallet.h>
std::set<ScriptPubKeyMan*>
GetScriptPubKeyMans(CScript const& script) const;
Return Value
The ScriptPubKeyMans that recognize the script.
Parameters
Name |
Description |
script |
The script to match against. |
Created with MrDocs