wallet::CWallet::GetScriptPubKeyMans

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

NameDescription
scriptThe script to match against.