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

Name

Description

spkm

The ScriptPubKeyMan to test.

Created with MrDocs