nostr-websocket-utils v0.3.0
nostr-websocket-utils / NostrSubscriptionFilter
Interface: NostrSubscriptionFilter
Subscription request filter
Extends
Indexable
[key: string]: unknown
Properties
ids?
optional ids: string[]
Inherited from
NostrEventFilter.ids
Defined in
types/events.ts:56
authors?
optional authors: string[]
Inherited from
NostrEventFilter.authors
Defined in
types/events.ts:57
kinds?
optional kinds: number[]
Inherited from
NostrEventFilter.kinds
Defined in
types/events.ts:58
since?
optional since: number
Inherited from
NostrEventFilter.since
Defined in
types/events.ts:59
until?
optional until: number
Inherited from
NostrEventFilter.until
Defined in
types/events.ts:60
subscriptionId?
optional subscriptionId: string
Defined in
types/filters.ts:12
limit?
optional limit: number
Overrides
NostrEventFilter.limit
Defined in
types/filters.ts:13