totalSupply property

  1. @TagNumber(1)
ICPTs totalSupply

Implementation

@$pb.TagNumber(1)
ICPTs get totalSupply => $_getN(0);
  1. @TagNumber(1)
void totalSupply=(ICPTs v)

Implementation

@$pb.TagNumber(1)
set totalSupply(ICPTs v) {
  setField(1, v);
}