Multiplies rawAmount by 10 ** -decimals and returns the result as a string without losing precision
rawAmount
10 ** -decimals
The integer value
The amount of places to move the decimal point to the left by
If true, the result won't have trailing zeros. e.g. "0.100000" becomes "0.1"
The result represented as a string
Multiplies
rawAmount
by10 ** -decimals
and returns the result as a string without losing precision