Utils
parseQuai
Converts the decimal string quai
to a BigInt, using 18 decimal places.
Parameters
Parameter | Type | Description |
---|---|---|
ether | string | The value to convert. |
Returns
bigint
The converted value.
Source
Was this page helpful?
Converts the decimal string quai
to a BigInt, using 18 decimal places.
Parameter | Type | Description |
---|---|---|
ether | string | The value to convert. |
bigint
The converted value.
Was this page helpful?