nostr-websocket-utils v0.3.0
nostr-websocket-utils / ExtendedWebSocket
Interface: ExtendedWebSocket
Extended WebSocket interface with client ID
Extends
Properties
clientId?
optional clientId: string
Defined in
types/index.ts:21
isAlive?
optional isAlive: boolean
Defined in
types/index.ts:22
subscriptions?
optional subscriptions: Set<string>
Defined in
types/index.ts:23
lastPing?
optional lastPing: number
Defined in
types/index.ts:24
reconnectAttempts?
optional reconnectAttempts: number
Defined in
types/index.ts:25
messageQueue?
optional messageQueue: NostrWSMessage[]
Defined in
types/index.ts:26