Function: bigIntToHex() ​
bigIntToHex(
value,padded):string
Defined in: hash.ts:89
Convert a bigint to a hex string. When padded is true, the result is zero-padded to 64 characters. When false, leading zeros are stripped (minimum 1 character).
Parameters ​
value ​
bigint
padded ​
boolean
Returns ​
string