Skip to content
IC Reactor

uint8ArrayToHex

uint8ArrayToHex(bytes): string

Defined in: utils/helper.ts:259

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

number[] | Uint8Array<ArrayBufferLike>

string