• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

safe-global / safe-client-gateway / 8094643395

29 Feb 2024 10:35AM UTC coverage: 93.556% (+0.3%) from 93.246%
8094643395

push

github

iamacook
Scaffold locking API data source

1677 of 2004 branches covered (83.68%)

Branch coverage included in aggregate %.

0 of 13 new or added lines in 4 files covered. (0.0%)

6163 of 6376 relevant lines covered (96.66%)

348.66 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/domain/interfaces/locking-api.interface.ts
1
import { LockingEvent } from '@/domain/locking/entities/locking-event.entity';
2
import { Rank } from '@/domain/locking/entities/rank.entity';
3

NEW
4
export const ILockingApi = Symbol('ILockingApi');
×
5

6
export interface ILockingApi {
7
  getRank(safeAddress: string): Promise<Rank>;
8

9
  getLeaderboard(): Promise<Array<Rank>>;
10

11
  getLockingHistory(safeAddress: string): Promise<Array<LockingEvent>>;
12
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc