nostr-websocket-utils / NostrWSOptions
Defined in: types/index.ts:76
WebSocket client options
optionalWebSocketImpl: typeofWebSocket
Defined in: types/index.ts:77
optionalconnectionTimeout:number
Defined in: types/index.ts:78
optionalretryAttempts:number
Defined in: types/index.ts:79
optionalretryDelay:number
Defined in: types/index.ts:80
optionalonMessage: (message) =>void
Defined in: types/index.ts:81
string
void
optionalonError: (error) =>void
Defined in: types/index.ts:82
Error
void
optionalretry:Partial<RetryConfig>
Defined in: types/index.ts:83
optionalqueue:Partial<QueueConfig>
Defined in: types/index.ts:84
optionalheartbeat:Partial<HeartbeatConfig>
Defined in: types/index.ts:85
optionalautoReconnect:boolean
Defined in: types/index.ts:86
optionalbufferMessages:boolean
Defined in: types/index.ts:87
optionalcleanStaleMessages:boolean
Defined in: types/index.ts:88
optionallogger:Logger
Defined in: types/index.ts:89