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
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. |
Created with MrDocs