Future<List?> getDemocracyLocks(String address) async { final List? res = await service.queryDemocracyLocks(address); return res; }