Skip to main content

Function: uint8ToHex()

function uint8ToHex(uint8): HexString;

Converts a Uint8Array to a hexadecimal string.

Parameters

uint8: Uint8Array

The Uint8Array to convert.

Returns

HexString

The hexadecimal representation of the Uint8Array (example: "0xdeadbeef").


Coinweb © 2024