wallet::ScriptPubKeyMan::ScriptPubKeyMan

Construct a ScriptPubKeyMan bound to the given wallet storage.

Synopsis

Declared in <wallet/scriptpubkeyman.h>

explicit
ScriptPubKeyMan(WalletStorage& storage);

Parameters

NameDescription
storageThe wallet storage this ScriptPubKeyMan uses to persist and query wallet-wide state.