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