Returns whether this spkm holds the given wallet descriptor.
Declared in <wallet/scriptpubkeyman.h>
bool
HasWalletDescriptor(WalletDescriptor const& desc) const;
true if this spkm holds the given descriptor.
| Name | Description |
|---|---|
| desc | The wallet descriptor to compare against. |