Adds the active ScriptPubKeyMan for the specified type and internal. Writes it to the wallet file

Synopsis

Declared in <wallet/wallet.h>

void
AddActiveScriptPubKeyMan(
    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