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