Preparing search index...
The search index is not available
OPNet
OPNet
JSONRpc2ResponseResult
Interface JSONRpc2ResponseResult<T>
interface
JSONRpc2ResponseResult
<
T
>
{
error
?:
JSONRpcResultError
<
T
>
;
id
:
null
|
string
|
number
;
jsonrpc
:
"2.0"
;
result
:
JSONRpc2ResultData
<
T
>
;
}
Type Parameters
T
extends
JSONRpcMethods
Hierarchy
JSONRpc2ResultBase
<
T
>
JSONRpc2ResponseResult
Index
Properties
error?
id
jsonrpc
result
Properties
Optional
Readonly
error
error
?:
JSONRpcResultError
<
T
>
Readonly
id
id
:
null
|
string
|
number
Readonly
jsonrpc
jsonrpc
:
"2.0"
Readonly
result
result
:
JSONRpc2ResultData
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
id
jsonrpc
result
OPNet
Loading...