Return the DescriptorScriptPubKeyMan for a WalletDescriptor if it is already in the wallet
Synopsis
Declared in <wallet/wallet.h>
DescriptorScriptPubKeyMan*
GetDescriptorScriptPubKeyMan(WalletDescriptor const& desc) const;
Return Value
The matching descriptor ScriptPubKeyMan, or nullptr if none.
Parameters
Name |
Description |
desc |
The wallet descriptor to look up. |
Created with MrDocs