publicKey property
The public key of the validator (only set when creating a new validator).
Implementation
@$pb.TagNumber(4)
$core.String get publicKey => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set publicKey($core.String v) {
$_setString(3, v);
}