transactionVersion property

  1. @TagNumber.new(5)
int get transactionVersion

Transaction version, e.g. 5.

Implementation

@$pb.TagNumber(5)
$core.int get transactionVersion => $_getIZ(4);
  1. @TagNumber.new(5)
set transactionVersion (int v)

Implementation

@$pb.TagNumber(5)
set transactionVersion($core.int v) {
  $_setUnsignedInt32(4, v);
}