JsonRpcRequest

constructor(jsonrpc: String = "2.0", method: String, params: List<JsonElement> = emptyList(), id: Int = 1)