JsonRPCRequest

fun JsonRPCRequest(jsonrpc: String = "2.0", id: Int, method: String, params: List<JsonRPCParam> = emptyList())