bigintFromDecimals
Last updated
bigintFromDecimals(
value,decimals,rounded):bigint
Convert number to bigint with decimals
string
The string representation of the value.
number
The number of decimal places to consider.
boolean = true
Optional boolean indicating whether the value should be rounded. Defaults to true.
bigint
converted bigint value
Last updated