wallet::DescriptorScriptPubKeyMan::DescriptorScriptPubKeyMan

Create an empty DescriptorScriptPubKeyMan with the given keypool size.

Synopsis

Declared in <wallet/scriptpubkeyman.h>

DescriptorScriptPubKeyMan(
    WalletStorage& storage,
    int64_t keypool_size);

Parameters

NameDescription
storageThe wallet storage this spkm is bound to.
keypool_sizeThe number of keys/scripts to keep pre-generated.