wallet::CWallet::AddWalletDescriptor

Add a descriptor to the wallet, return a ScriptPubKeyMan & associated output type

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7f94fde071d8), requires_capability(0x7f95061a9f18), requires_capability(0x7f94f2b7aa28), requires_capability(0x7f94f0cf96b8), requires_capability(0x7f94fee3c0a8)]]
util::Result<std::reference_wrapper<DescriptorScriptPubKeyMan>>
AddWalletDescriptor(
    WalletDescriptor& desc,
    FlatSigningProvider const& signing_provider,
    std::string const& label,
    bool internal);

Return Value

The added descriptor ScriptPubKeyMan, or an error on failure.

Parameters

NameDescription
descThe wallet descriptor to add.
signing_providerKeys and scripts needed to solve the descriptor.
labelThe label to assign to generated addresses.
internalWhether the descriptor manages internal (change) addresses.