[#wallet-ScriptPubKeyMan-2constructor-09] = xref:wallet.adoc[wallet]::xref:wallet/ScriptPubKeyMan.adoc[ScriptPubKeyMan]::ScriptPubKeyMan :relfileprefix: ../../ :mrdocs: Construct a ScriptPubKeyMan bound to the given wallet storage. == Synopsis Declared in `<wallet/scriptpubkeyman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit ScriptPubKeyMan(xref:wallet/WalletStorage.adoc[WalletStorage]& storage); ---- == Parameters [cols="1,4"] |=== | Name| Description | *storage* | The wallet storage this ScriptPubKeyMan uses to persist and query wallet‐wide state. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#