Loads an active ScriptPubKeyMan for the specified type and internal. (used by LoadWallet)
Synopsis
Declared in <wallet/wallet.h>
void
LoadActiveScriptPubKeyMan(
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