JsonRpcRequest

fun JsonRpcRequest()
fun JsonRpcRequest(    id: Int,     method: String,     params: List<String?>,     jsonrpc: String = "2.0")