Preparing search index...
The search index is not available
OPNet
OPNet
JSONRpc2Request
Interface JSONRpc2Request<T>
interface
JSONRpc2Request
<
T
>
{
id
?:
JSONRpcId
;
jsonrpc
:
"2.0"
;
method
:
T
;
params
:
JSONRpc2RequestParams
<
T
>
;
}
Type Parameters
T
extends
JSONRpcMethods
Index
Properties
id?
jsonrpc
method
params
Properties
Optional
Readonly
id
id
?:
JSONRpcId
Readonly
jsonrpc
jsonrpc
:
"2.0"
method
method
:
T
Readonly
params
params
:
JSONRpc2RequestParams
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
jsonrpc
method
params
OPNet
Loading...