wallet::CWallet::IsActiveScriptPubKeyMan

Report whether a ScriptPubKeyMan is one of the wallet's active managers.

Synopsis

Declared in <wallet/wallet.h>

bool
IsActiveScriptPubKeyMan(ScriptPubKeyMan const& spkm) const;

Return Value

true if the manager is active.

Parameters

NameDescription
spkmThe ScriptPubKeyMan to test.