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

Name

Description

desc

The wallet descriptor to compare against.

Created with MrDocs