Get the amount string with correct symbol precision and symbol
The formatted amount string.
getAmountInEosFormat('111.44443399', 6, 'SYS')// '111.444434 SYS'
The amount to be formatted.
The token decimals.
The token symbol.
Generated using TypeDoc
Get the amount string with correct symbol precision and symbol
Returns
The formatted amount string.
Example