nostr-websocket-utils / NostrEvent
Base Nostr event interface following NIP-01 specification
https://github.com/nostr-protocol/nips/blob/master/01.md
id:
string
Event ID in hex format
pubkey:
string
Public key of the event creator in hex format
created_at:
number
Unix timestamp in seconds
kind:
number
Event kind number
tags:
string
[][]
Array of tags
content:
string
Event content
sig:
string
Signature of the event data in hex format