Records the active ScriptPubKeyMan for a key type.

Synopsis

Declared in <wallet/walletdb.h>

bool
WriteActiveScriptPubKeyMan(
    uint8_t type,
    uint256 const& id,
    bool internal);

Return Value

true if the record was written.

Parameters

Name

Description

type

The output type.

id

The identifier of the ScriptPubKeyMan.

internal

Whether this is the internal (change) ScriptPubKeyMan.

Created with MrDocs