Skip to content

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