isPublicOnly property

bool get isPublicOnly

Check if this Substrate context is in public-only mode.

Implementation

bool get isPublicOnly {
  return _priveKey == null;
}