Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/nostr_deno_client/lib/nostr.ts>NostrKind

Nostr protocol client library for deno runtime.
Latest
enum NostrKind
import { NostrKind } from "https://deno.land/x/nostr_deno_client@v0.2.7/lib/nostr.ts";

Members

CONTACTS = 3
DIRECT_MESSAGE = 4
META_DATA = 0
RECOMMED_SERVER = 2
TEXT_NOTE = 1