Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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; }