Future<List?> getAccountRewardsEraOptions() async { final List? res = await service.getAccountRewardsEraOptions(); return res; }