Skip to content

uint8ArrayToHex

uint8ArrayToHex(bytes): string

Defined in: utils/helper.ts:93

Converts a Uint8Array or number array to a hex string (without 0x prefix)

number[] | Uint8Array<ArrayBufferLike>

string