SetupDescriptorScriptPubKeyMans overloads
Declared in <wallet/wallet.h>
Create new DescriptorScriptPubKeyMans from a freshly generated seed.
[[requires_capability(0x7ff3720f1948), requires_capability(0x7ff365f21948), requires_capability(0x7ff35de602f8), requires_capability(0x7ff35efe4dd8), requires_capability(0x7ff366fd13b8)]]
void
SetupDescriptorScriptPubKeyMans();
» more...
Create new DescriptorScriptPubKeyMans and add them to the wallet
[[requires_capability(0x7ff3720f1888), requires_capability(0x7ff365f21888), requires_capability(0x7ff35de60238), requires_capability(0x7ff35efe4d18), requires_capability(0x7ff366fd12f8)]]
void
SetupDescriptorScriptPubKeyMans(
WalletBatch& batch,
CExtKey const& master_key);
» more...
| Name | Description |
|---|---|
| batch | The database batch to write through. |
| master_key | The master key to derive the descriptors from. |