fixedSeries property

  1. @TagNumber(3)
SeriesId get fixedSeries

An optional series identifier. When this series identifier is defined, this groups that implement this policy can only be used to mint assets with the aforementioned series identifier

Implementation

@$pb.TagNumber(3)
$10.SeriesId get fixedSeries => $_getN(2);
  1. @TagNumber(3)
set fixedSeries (SeriesId v)

Implementation

@$pb.TagNumber(3)
set fixedSeries($10.SeriesId v) { setField(3, v); }