Records the active ScriptPubKeyMan for a key type.
Declared in <wallet/walletdb.h>
bool
WriteActiveScriptPubKeyMan(
uint8_t type,
uint256 const& id,
bool internal);
true if the record was written.
| Name | Description |
|---|---|
| type | The output type. |
| id | The identifier of the ScriptPubKeyMan. |
| internal | Whether this is the internal (change) ScriptPubKeyMan. |