Adds the active ScriptPubKeyMan for the specified type and internal. Writes it to the wallet file
Declared in <wallet/wallet.h>
void
AddActiveScriptPubKeyMan(
uint256 id,
OutputType type,
bool internal);
| 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 |