nostr-websocket-utils

nostr-websocket-utils v0.3.0


nostr-websocket-utils / NostrWSSubscription

Interface: NostrWSSubscription

Represents a subscription to a Nostr relay

Properties

channel

channel: string

Channel identifier for the subscription

Defined in

types/index.ts:91


filter?

optional filter: Record<string, unknown>

Filter criteria for the subscription

Defined in

types/index.ts:96