wallet::CWallet::SetupDescriptorScriptPubKeyMans

SetupDescriptorScriptPubKeyMans overloads

Synopses

Declared in <wallet/wallet.h>

Create new DescriptorScriptPubKeyMans from a freshly generated seed.

[[requires_capability(0x7f94fde06f98), requires_capability(0x7f95061a9cd8), requires_capability(0x7f94f2b7a7e8), requires_capability(0x7f94f0cf9478), requires_capability(0x7f94fee3be68)]]
void
SetupDescriptorScriptPubKeyMans();
» more...

Create new DescriptorScriptPubKeyMans and add them to the wallet

[[requires_capability(0x7f94fde06ed8), requires_capability(0x7f95061a9c18), requires_capability(0x7f94f2b7a728), requires_capability(0x7f94f0cf93b8), requires_capability(0x7f94fee3bda8)]]
void
SetupDescriptorScriptPubKeyMans(
    WalletBatch& batch,
    CExtKey const& master_key);
» more...

Parameters

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