Future<int?> getSlashingSpans(String stashId) async { final int? spans = await service.getSlashingSpans(stashId); return spans; }