type alias ShareKeypairimport { type ShareKeypair } from "https://deno.land/x/earthstar@v10.0.0-alpha.3/src/crypto/crypto-types.ts"; A keypair used to write to a specific share definition: { shareAddress: ShareAddress; secret: string; }