@ethereumjs/util / bytesToUnprefixedHex
constbytesToUnprefixedHex: (bytes) =>string=bytesToUnprefixedHexNoble
Defined in: packages/util/src/bytes.ts:18
Convert byte array to hex string. Uses built-in function, when available.
Uint8Array
string
bytesToHex(Uint8Array.from([0xca, 0xfe, 0x01, 0x23])) // 'cafe0123'