Preparing search index...
The search index is not available
@synapse/client-sdk
@synapse/client-sdk
RpcRequest
Interface RpcRequest<T>
JSON-RPC request and response types.
interface
RpcRequest
<
T
>
{
id
:
string
|
number
;
jsonrpc
:
"2.0"
;
method
:
string
;
params
?:
T
;
}
Type Parameters
T
=
any
Index
Properties
id
jsonrpc
method
params?
Properties
id
id
:
string
|
number
jsonrpc
jsonrpc
method
method
:
string
Optional
params
params
?:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
jsonrpc
method
params
@synapse/client-sdk
Loading...
JSON-RPC request and response types.