Function: utf8ToBigInt()
utf8ToBigInt(
str):bigint
Defined in: src/utils/encode.ts:63
Convert utf8-string to bigint
Parameters
str
string
The UTF-8 string to convert.
Returns
bigint
The converted bigint.
utf8ToBigInt(
str):bigint
Defined in: src/utils/encode.ts:63
Convert utf8-string to bigint
string
The UTF-8 string to convert.
bigint
The converted bigint.