wallet::LegacyDataSPKM::HaveWatchOnly

Returns whether the watch-only script is in the wallet

Synopsis

Declared in <wallet/scriptpubkeyman.h>

bool
HaveWatchOnly(CScript const& dest) const;

Return Value

true if the script is watched.

Parameters

NameDescription
destThe watch-only script to look up.