SetupDescriptorScriptPubKeyMans overloads
Declared in <wallet/wallet.h>
Create new DescriptorScriptPubKeyMans from a freshly generated seed.
[[requires_capability(0x7fbc76bff2f8), requires_capability(0x7fbc81b78cb8), requires_capability(0x7fbc7e016b38), requires_capability(0x7fbc7e245fe8), requires_capability(0x7fbc8e716c28)]]
void
SetupDescriptorScriptPubKeyMans();
» more...
Create new DescriptorScriptPubKeyMans and add them to the wallet
[[requires_capability(0x7fbc76bff238), requires_capability(0x7fbc81b78bf8), requires_capability(0x7fbc7e016a78), requires_capability(0x7fbc7e245f28), requires_capability(0x7fbc8e716b68)]]
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. |