nostr-websocket-utils v0.3.0
nostr-websocket-utils / NostrWSEvent
Interface: NostrWSEvent
Structure of a Nostr WebSocket event
Properties
id
id: string
Defined in
types/messages.ts:47
pubkey
pubkey: string
Defined in
types/messages.ts:48
created_at
created_at: number
Defined in
types/messages.ts:49
kind
kind: number
Defined in
types/messages.ts:50
tags: string
[][]
Defined in
types/messages.ts:51
content
content: string
Defined in
types/messages.ts:52
sig?
optional
sig: string
Defined in
types/messages.ts:53