publicKey property

  1. @TagNumber(8)
String get publicKey

PublicKey of the wallet

Implementation

@$pb.TagNumber(8)
$core.String get publicKey => $_getSZ(7);
  1. @TagNumber(8)
set publicKey (String v)

Implementation

@$pb.TagNumber(8)
set publicKey($core.String v) {
  $_setString(7, v);
}