Instantiate a descriptor ScriptPubKeyMan from the WalletDescriptor and load it
Declared in <wallet/wallet.h>
void
LoadDescriptorScriptPubKeyMan(
uint256 id,
WalletDescriptor& desc,
KeyMap const& keys,
CryptedKeyMap const& ckeys);
| Name | Description |
|---|---|
| id | The unique id for the ScriptPubKeyMan. |
| desc | The wallet descriptor to instantiate. |
| keys | The plaintext keys belonging to the descriptor. |
| ckeys | The encrypted keys belonging to the descriptor. |