isWatchOnly property

bool get isWatchOnly

Check if the Monero instance is watch-only (has no private spend key).

Implementation

bool get isWatchOnly {
  return privSkey == null;
}