Function: hexToBigInt() ​
hexToBigInt(
hex,padded):bigint
Defined in: hash.ts:100
Parse a hex string into a bigint. When padded is true, the string must be exactly 64 characters. When false, 1-64 characters are accepted. Throws RangeError on invalid input.
Parameters ​
hex ​
string
padded ​
boolean
Returns ​
bigint