nostr-websocket-utils

nostr-websocket-utils v0.3.16


nostr-websocket-utils / NostrSubscriptionFilter

Interface: NostrSubscriptionFilter

Defined in: types/filters.ts:11

Subscription request filter

Extends

Indexable

[key: string]: unknown

Properties

ids?

optional ids: string[]

Defined in: types/events.ts:56

Inherited from

NostrEventFilter.ids


authors?

optional authors: string[]

Defined in: types/events.ts:57

Inherited from

NostrEventFilter.authors


kinds?

optional kinds: number[]

Defined in: types/events.ts:58

Inherited from

NostrEventFilter.kinds


since?

optional since: number

Defined in: types/events.ts:59

Inherited from

NostrEventFilter.since


until?

optional until: number

Defined in: types/events.ts:60

Inherited from

NostrEventFilter.until


subscriptionId?

optional subscriptionId: string

Defined in: types/filters.ts:12


limit?

optional limit: number

Defined in: types/filters.ts:13

Overrides

NostrEventFilter.limit