decimals property
decimals of the token, i.e. how many decimal places the token should be displayed with.
Implementation
@$pb.TagNumber(8)
$core.int get decimals => $_getIZ(7);
Implementation
@$pb.TagNumber(8)
set decimals($core.int value) => $_setUnsignedInt32(7, value);