isPublicOnly property
bool
get
isPublicOnly
Check if this Substrate context is in public-only mode.
Implementation
bool get isPublicOnly {
return _priveKey == null;
}
Check if this Substrate context is in public-only mode.
bool get isPublicOnly {
return _priveKey == null;
}