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.
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.