Turns a typed uint array into a bigint by converting each uint into a hexadecimal string then concatenating the resulting digits using JavaScript's 0x notation.
uint
bigint
0x
Turns a typed
uintarray into abigintby converting eachuintinto a hexadecimal string then concatenating the resulting digits using JavaScript's0xnotation.