encoded property

  1. @TagNumber.new(4)
List<int> get encoded

The encoded transaction that can be submitted to the network.

Implementation

@$pb.TagNumber(4)
$core.List<$core.int> get encoded => $_getN(2);
  1. @TagNumber.new(4)
set encoded (List<int> v)

Implementation

@$pb.TagNumber(4)
set encoded($core.List<$core.int> v) {
  $_setBytes(2, v);
}