data property

  1. @TagNumber.new(6)
List<int> get data

Arbitray payload data of the token (only on ALP)

Implementation

@$pb.TagNumber(6)
$core.List<$core.int> get data => $_getN(5);
  1. @TagNumber.new(6)
set data (List<int> value)

Implementation

@$pb.TagNumber(6)
set data($core.List<$core.int> value) => $_setBytes(5, value);