bytesToHex
bytesToHex(
bytes):string
Defined in: src/Utils.ts:55
Convert Uint8Array to hex string.
Parameters
bytes
Uint8Array
Uint8Array to convert
Returns
string
Lowercase hex string (without 0x prefix)
Since
0.2.0
bytesToHex(
bytes):string
Defined in: src/Utils.ts:55
Convert Uint8Array to hex string.
Uint8Array
Uint8Array to convert
string
Lowercase hex string (without 0x prefix)
0.2.0