ownerFioPublicKey property

  1. @TagNumber(2)
String get ownerFioPublicKey

FIO address of the owner. Ex.: "FIO6m1fMdTpRkRBnedvYshXCxLFiC5suRU8KDfx8xxtXp2hntxpnf"

Implementation

@$pb.TagNumber(2)
$core.String get ownerFioPublicKey => $_getSZ(1);
  1. @TagNumber(2)
set ownerFioPublicKey (String v)

Implementation

@$pb.TagNumber(2)
set ownerFioPublicKey($core.String v) {
  $_setString(1, v);
}