JsonRpcRequest
JsonRpcRequest<
TMethod,TParams>:object&TParamsextends readonly [] ?object:object
Helper type for creating JSON-RPC request types
Type declaration
id
id?:
string|number|null
jsonrpc
jsonrpc:
"2.0"
method
method:
TMethod
Type parameters
| Parameter |
|---|
TMethod extends string |
TParams |
Source
JsonRpcRequest.ts:4
Generated using typedoc-plugin-markdown and TypeDoc