[#wallet-CWallet-LoadActiveScriptPubKeyMan] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::LoadActiveScriptPubKeyMan :relfileprefix: ../../ :mrdocs: Loads an active ScriptPubKeyMan for the specified type and internal. (used by LoadWallet) == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void LoadActiveScriptPubKeyMan( xref:uint256.adoc[uint256] id, xref:OutputType.adoc[OutputType] type, bool internal); ---- == Parameters [cols="1,4"] |=== | 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 |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#