uint8ArrayToHex
@opcat-labs/scrypt-ts-opcat v1.0.4
@opcat-labs/scrypt-ts-opcat / uint8ArrayToHex
Function: uint8ArrayToHex()
uint8ArrayToHex(
bytes):string
Defined in: packages/scrypt-ts-opcat/src/utils/common.ts:13
Converts a Uint8Array to a hexadecimal string.
Parameters
bytes
Uint8Array
The input array of bytes.
Returns
string
The hexadecimal representation of the input bytes.