Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/lophus/lib/signs.ts>PrivateKey

Fully-modular TypeScript implementation of the Nostr protocol, oriented to web standards and edge environments
Latest
type alias PrivateKey
import { type PrivateKey } from "https://deno.land/x/lophus@0.0.13/lib/signs.ts";
definition: Brand<string, "PrivateKey">
variable PrivateKey
import { PrivateKey } from "https://deno.land/x/lophus@0.0.13/lib/signs.ts";

type

{ generate: () => unknown; }