codec-utils v0.3.4bytesToHexOn this pagebytesToHex Converts a list of uint8 bytes into its hexadecimal string representation. export function bytesToHex(bytes: number[]): string Arguments NameTypeDescriptionbytesnumber[] Return value string