quantity property
The number of assets that we are minting using the group and series constructor token references by the two other attributes.
Implementation
@$pb.TagNumber(3)
$3.Int128 get quantity => $_getN(2);
Implementation
@$pb.TagNumber(3)
set quantity($3.Int128 v) { setField(3, v); }