decimals property

int? decimals
getter/setter pair

The number of digits to use after the decimal point when displaying the asset.

If 0, the asset is not divisible. If 1, the base unit of the asset is in tenths. If 2, the base unit of the asset is in hundredths. Required on creation.

Implementation

int? decimals;