function encodeShareKeypairToStringsimport { encodeShareKeypairToStrings } from "https://deno.land/x/earthstar@v10.0.0-beta.5/src/crypto/keypair.ts"; encodeShareKeypairToStrings(name: string, pair: KeypairBytes)Combine a name with a raw KeypairBytes to make an ShareKeypair Parametersname: stringpair: KeypairBytes