tpid property

  1. @TagNumber.new(4)
String get tpid

The FIO name of the originating wallet (project-wide constant)

Implementation

@$pb.TagNumber(4)
$core.String get tpid => $_getSZ(3);
  1. @TagNumber.new(4)
set tpid (String v)

Implementation

@$pb.TagNumber(4)
set tpid($core.String v) {
  $_setString(3, v);
}