wallet::DescriptorScriptPubKeyMan::HasWalletDescriptor

Returns whether this spkm holds the given wallet descriptor.

Synopsis

Declared in <wallet/scriptpubkeyman.h>

bool
HasWalletDescriptor(WalletDescriptor const& desc) const;

Return Value

true if this spkm holds the given descriptor.

Parameters

NameDescription
descThe wallet descriptor to compare against.