tokenSupply property

  1. @TagNumber(3)
UInt32Value get tokenSupply

This is an optional field. When provided it fixes the quantity of tokens that will be minted when this series is consumed, and the series constructor is burned by the minting transaction. When not provided, the series constructor is not burned, thus making the token supply unlimited.

Implementation

@$pb.TagNumber(3)
$13.UInt32Value get tokenSupply => $_getN(2);
  1. @TagNumber(3)
set tokenSupply (UInt32Value v)

Implementation

@$pb.TagNumber(3)
set tokenSupply($13.UInt32Value v) { setField(3, v); }