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

safe-global / safe-client-gateway / 8537682056

03 Apr 2024 11:10AM UTC coverage: 93.059% (-0.08%) from 93.138%
8537682056

push

github

iamacook
Add `AuthApiModule` datasource

1866 of 2259 branches covered (82.6%)

Branch coverage included in aggregate %.

36 of 41 new or added lines in 5 files covered. (87.8%)

2 existing lines in 2 files now uncovered.

6527 of 6760 relevant lines covered (96.55%)

361.14 hits per line

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

0.0
/src/domain/interfaces/auth-api.interface.ts
1
import { SiweMessage } from '@/domain/auth/entities/siwe-message.entity';
2

NEW
3
export const IAuthApi = Symbol('IAuthApi');
×
4

5
export interface IAuthApi {
6
  generateNonce(): string;
7

8
  verifyMessage(args: {
9
    address: `0x${string}`;
10
    message: SiweMessage;
11
    signature: `0x${string}`;
12
  }): Promise<boolean>;
13
}
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