wallet::CWallet::GetDescriptorScriptPubKeyMan

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

NameDescription
descThe wallet descriptor to look up.