[#wallet-CWallet-GetScriptPubKeyMan-0f] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::GetScriptPubKeyMan :relfileprefix: ../../ :mrdocs: `GetScriptPubKeyMan` overloads == Synopses Declared in `<wallet/wallet.h>` Get the ScriptPubKeyMan by id [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:wallet/ScriptPubKeyMan.adoc[ScriptPubKeyMan]* xref:wallet/CWallet/GetScriptPubKeyMan-00.adoc[GetScriptPubKeyMan](xref:uint256.adoc[uint256] const& id) const; ---- [.small]#xref:wallet/CWallet/GetScriptPubKeyMan-00.adoc[_» more..._]# Get the ScriptPubKeyMan for the given OutputType and internal/external chain. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:wallet/ScriptPubKeyMan.adoc[ScriptPubKeyMan]* xref:wallet/CWallet/GetScriptPubKeyMan-03.adoc[GetScriptPubKeyMan]( xref:OutputType.adoc[OutputType] const& type, bool internal) const; ---- [.small]#xref:wallet/CWallet/GetScriptPubKeyMan-03.adoc[_» more..._]# == Return Value The matching ScriptPubKeyMan, or nullptr if none. == Parameters [cols="1,4"] |=== | Name| Description | *id* | The unique id of the ScriptPubKeyMan. | *type* | The output type to look up. | *internal* | Whether to look up the internal (change) manager. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#