KotlinJsonRpcRequest

fun KotlinJsonRpcRequest(    id: Long,     jsonrpc: String = "2.0",     method: String,     params: Map<String, JsonElement?>)