transaction property

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

Implementation

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

Implementation

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