function encodeToHexStringimport { encodeToHexString } from "https://deno.land/x/deno@v0.28.0/std/encoding/mod.ts"; encodeToHexString(src: Uint8Array): stringEncodeToString returns the hexadecimal encoding of src. Parameterssrc: Uint8ArrayReturnsstring