MCPcopy Index your code
hub / github.com/cameri/nostream / NostrEvent

Interface NostrEvent

scripts/smoke-nip03.ts:55–63  ·  view source on GitHub ↗

Minimal Nostr event shape for NIP-03 smoke (kind 1040).

Source from the content-addressed store, hash-verified

53
54/** Minimal Nostr event shape for NIP-03 smoke (kind 1040). */
55interface NostrEvent {
56 id: string
57 pubkey: string
58 created_at: number
59 kind: number
60 tags: string[][]
61 content: string
62 sig: string
63}
64
65/**
66 * Parsed JSON from Nostr relay messages.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected