wallet::CWallet::LoadDescriptorScriptPubKeyMan

Instantiate a descriptor ScriptPubKeyMan from the WalletDescriptor and load it

Synopsis

Declared in <wallet/wallet.h>

void
LoadDescriptorScriptPubKeyMan(
    uint256 id,
    WalletDescriptor& desc,
    KeyMap const& keys,
    CryptedKeyMap const& ckeys);

Parameters

NameDescription
idThe unique id for the ScriptPubKeyMan.
descThe wallet descriptor to instantiate.
keysThe plaintext keys belonging to the descriptor.
ckeysThe encrypted keys belonging to the descriptor.