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

x/nostr_deno_client/lib/relay.ts>NostrEvent

Nostr protocol client library for deno runtime.
Latest
interface NostrEvent
import { type NostrEvent } from "https://deno.land/x/nostr_deno_client@v0.2.7/lib/relay.ts";

Properties

id: string
pubkey: string
created_at: number
kind: NostrKind
tags: Array<any>
content: string
sig: string