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