Future<List<String>> queryUserContributions( List<String> paraIds, String pubKey) async { return service.queryUserContributions(paraIds, pubKey); }