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