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