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 value)

Implementation

@$pb.TagNumber(5)
set transactionVersion($core.int value) => $_setUnsignedInt32(4, value);