Create an empty DescriptorScriptPubKeyMan with the given keypool size.
Declared in <wallet/scriptpubkeyman.h>
DescriptorScriptPubKeyMan(
WalletStorage& storage,
int64_t keypool_size);
| Name | Description |
|---|---|
| storage | The wallet storage this spkm is bound to. |
| keypool_size | The number of keys/scripts to keep pre-generated. |