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
Name |
Description |
dest |
The watch‐only script to look up. |
Created with MrDocs