ownerPublicKey property
FIO address of the owner. Ex.: "FIO6m1fMdTpRkRBnedvYshXCxLFiC5suRU8KDfx8xxtXp2hntxpnf"
Implementation
@$pb.TagNumber(6)
$core.String get ownerPublicKey => $_getSZ(5);
Implementation
@$pb.TagNumber(6)
set ownerPublicKey($core.String v) {
$_setString(5, v);
}