uint8ToHex⚓︎
- uint8ToHex
- Converts a uint8 array to a hex string.
ts
function uint8ToHex(input): stringConverts a uint8 array to a hex string.
Parameters⚓︎
| Parameter | Type | Description |
|---|---|---|
input |
Uint8Array |
Uint8 array. |
Returns⚓︎
string
Hex encoded string corresponding to the input.