Standard NIP-01 nostr event.
const event: NostrEvent = { id: '...', pubkey: '...', created_at: 1234567890, kind: 1, tags: [['t', 'topic']], content: 'Hello', sig: '...',}; Copy
const event: NostrEvent = { id: '...', pubkey: '...', created_at: 1234567890, kind: 1, tags: [['t', 'topic']], content: 'Hello', sig: '...',};
Standard NIP-01 nostr event.
Example