Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
studio-agent
JsonRpcSuccessResponse
Interface JsonRpcSuccessResponse<TResult>
Experimental
interface
JsonRpcSuccessResponse
<
TResult
>
{
id
:
null
|
string
|
number
;
jsonrpc
:
"2.0"
;
result
:
TResult
;
}
Type Parameters
TResult
=
unknown
Index
Properties
id
jsonrpc
result
Properties
Readonly
Experimental
id
id
:
null
|
string
|
number
Readonly
Experimental
jsonrpc
jsonrpc
Readonly
Experimental
result
result
:
TResult
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
jsonrpc
result
@honua/sdk-js
Loading...