Construct a ScriptPubKeyMan bound to the given wallet storage.
Synopsis
Declared in <wallet/scriptpubkeyman.h>
explicit
ScriptPubKeyMan(WalletStorage& storage);
Parameters
Name |
Description |
storage |
The wallet storage this ScriptPubKeyMan uses to persist and query wallet‐wide state. |
Created with MrDocs