Preparing search index...
The search index is not available
@synapse/client-sdk
@synapse/client-sdk
WebSocketMessage
Interface WebSocketMessage
WebSocket message format for subscription notifications.
Since
2.0.0
interface
WebSocketMessage
{
jsonrpc
:
"2.0"
;
method
:
string
;
params
:
{
result
:
any
;
subscription
:
number
;
}
;
}
Index
Properties
jsonrpc
method
params
Properties
jsonrpc
jsonrpc
method
method
:
string
params
params
:
{
result
:
any
;
subscription
:
number
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
jsonrpc
method
params
@synapse/client-sdk
Loading...
WebSocket message format for subscription notifications.
Since
2.0.0