Create an empty DescriptorScriptPubKeyMan with the given keypool size.

Synopsis

Declared in <wallet/scriptpubkeyman.h>

DescriptorScriptPubKeyMan(
    WalletStorage& storage,
    int64_t keypool_size);

Parameters

Name

Description

storage

The wallet storage this spkm is bound to.

keypool_size

The number of keys/scripts to keep pre‐generated.

Created with MrDocs