Remove specified ScriptPubKeyMan from set of active SPK managers. Writes the change to the wallet file.

Synopsis

Declared in <wallet/wallet.h>

void
DeactivateScriptPubKeyMan(
    uint256 id,
    OutputType type,
    bool internal);

Parameters

Name

Description

id [in]

The unique id for the ScriptPubKeyMan

type [in]

The OutputType this ScriptPubKeyMan provides addresses for

internal [in]

Whether this ScriptPubKeyMan provides change addresses

Created with MrDocs