注意: 此页面尚未翻译成中文。以下内容为英文原版。
function parseQi(value): bigint
Converts value into a decimal string using 3 decimal places.

Parameters

ParameterTypeDescription
valuestringThe value to convert.

Returns

bigint The converted value.

Source

utils/units.ts:112