value
into a decimal string using 3 decimal places.
Parameters
Parameter | Type | Description |
---|---|---|
value | BigNumberish | The value to convert. |
Returns
string
The converted value.
function formatQi(value): string
value
into a decimal string using 3 decimal places.
Parameter | Type | Description |
---|---|---|
value | BigNumberish | The value to convert. |
string
The converted value.
Was this page helpful?