Skip to content

uint8ArrayToHex

uint8ArrayToHex(bytes): string

Defined in: utils/helper.ts:122

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

Uint8Array<ArrayBufferLike> | number[]

string