Skip to main content
Module

x/earthstar/mod.ts>decodeKeypairToBytes

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
function decodeKeypairToBytes
Re-export
import { decodeKeypairToBytes } from "https://deno.land/x/earthstar@v10.0.0-alpha.4/mod.ts";

Convert a keypair (author / share) back into a raw KeypairBytes for use in crypto operations.

Parameters

pair: AuthorKeypair | ShareKeypair

Returns

KeypairBytes | ValidationError