transaction property

  1. @TagNumber(8)
List<int> get transaction

Perform the read as part of an already active transaction.

Implementation

@$pb.TagNumber(8)
$core.List<$core.int> get transaction => $_getN(6);
  1. @TagNumber(8)
set transaction (List<int> v)

Implementation

@$pb.TagNumber(8)
set transaction($core.List<$core.int> v) {
  $_setBytes(6, v);
}