JsonRpcResponse

fun JsonRpcResponse(    id: Int? = null,     result: String? = null,     error: String? = null,     exceptionType: String? = null,     exceptionJson: String? = null,     jsonrpc: String = "2.0")