wallet::WalletBatch::WriteActiveScriptPubKeyMan

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

NameDescription
typeThe output type.
idThe identifier of the ScriptPubKeyMan.
internalWhether this is the internal (change) ScriptPubKeyMan.