wallet::CWallet::SetupDescriptorScriptPubKeyMans

Create new DescriptorScriptPubKeyMans and add them to the wallet

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7fbc76bff238), requires_capability(0x7fbc81b78bf8), requires_capability(0x7fbc7e016a78), requires_capability(0x7fbc7e245f28), requires_capability(0x7fbc8e716b68)]]
void
SetupDescriptorScriptPubKeyMans(
    WalletBatch& batch,
    CExtKey const& master_key);

Parameters

NameDescription
batchThe database batch to write through.
master_keyThe master key to derive the descriptors from.