SetupDescriptorScriptPubKeyMans overloads

Synopses

Declared in <wallet/wallet.h>

Create new DescriptorScriptPubKeyMans from a freshly generated seed.

[[requires_capability(0x7f2e1e59a4e8), requires_capability(0x7f2e11aab2a8), requires_capability(0x7f2e16a01098), requires_capability(0x7f2e15f30538), requires_capability(0x7f2e12c6f1c8)]]
void
SetupDescriptorScriptPubKeyMans();

Create new DescriptorScriptPubKeyMans and add them to the wallet

[[requires_capability(0x7f2e1e59a428), requires_capability(0x7f2e11aab1e8), requires_capability(0x7f2e16a00fd8), requires_capability(0x7f2e15f30478), requires_capability(0x7f2e12c6f108)]]
void
SetupDescriptorScriptPubKeyMans(
    WalletBatch& batch,
    CExtKey const& master_key);

Parameters

Name

Description

batch

The database batch to write through.

master_key

The master key to derive the descriptors from.

Created with MrDocs