Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lophus/lib/signs.ts>PublicKey

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

type

{ from: (nsec: PrivateKey) => unknown; }