nostr-websocket-utils / ExtendedWebSocket
Defined in: types/index.ts:24
Extended WebSocket interface with client ID
WebSocket
optionalclientId:string
Defined in: types/index.ts:25
optionalisAlive:boolean
Defined in: types/index.ts:26
optionalsubscriptions:Set<string>
Defined in: types/index.ts:27
optionallastPing:number
Defined in: types/index.ts:28
optionalreconnectAttempts:number
Defined in: types/index.ts:29
optionalmessageQueue:NostrWSMessage[]
Defined in: types/index.ts:30