Report whether a ScriptPubKeyMan is one of the wallet's active managers.
Declared in <wallet/wallet.h>
bool
IsActiveScriptPubKeyMan(ScriptPubKeyMan const& spkm) const;
true if the manager is active.
| Name | Description |
|---|---|
| spkm | The ScriptPubKeyMan to test. |