Constructors
constructor
- new JsonRPCRequest(method: string, params: any[], notification?: undefined | true | false): JsonRPCRequest
-
Parameters
-
method: string
-
params: any[]
-
Optional notification: undefined | true | false
Properties
Optional id
id: number | string
jsonrpc
jsonrpc: string = "2.0"
With
by 