totalSupply property

  1. @TagNumber(4)
Int64 get totalSupply

Implementation

@$pb.TagNumber(4)
$fixnum.Int64 get totalSupply => $_getI64(3);
  1. @TagNumber(4)
set totalSupply (Int64 v)

Implementation

@$pb.TagNumber(4)
set totalSupply($fixnum.Int64 v) {
  $_setInt64(3, v);
}