[#wallet-CWallet-GetScriptPubKeyMan-00] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::GetScriptPubKeyMan :relfileprefix: ../../ :mrdocs: Get the ScriptPubKeyMan by id == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:wallet/ScriptPubKeyMan.adoc[ScriptPubKeyMan]* GetScriptPubKeyMan(xref:uint256.adoc[uint256] const& id) const; ---- == Return Value The matching ScriptPubKeyMan, or nullptr if none. == Parameters [cols="1,4"] |=== | Name| Description | *id* | The unique id of the ScriptPubKeyMan. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#