Skip to content

Latest commit

 

History

History
77 lines (39 loc) · 1.4 KB

NostrEventFilter.md

File metadata and controls

77 lines (39 loc) · 1.4 KB

nostr-websocket-utils v0.3.0


nostr-websocket-utils / NostrEventFilter

Interface: NostrEventFilter

Event subscription filter

Extended by

Indexable

[key: string]: unknown

Properties

ids?

optional ids: string[]

Defined in

types/events.ts:56


authors?

optional authors: string[]

Defined in

types/events.ts:57


kinds?

optional kinds: number[]

Defined in

types/events.ts:58


since?

optional since: number

Defined in

types/events.ts:59


until?

optional until: number

Defined in

types/events.ts:60


limit?

optional limit: number

Defined in

types/events.ts:61