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

safe-global / safe-client-gateway / 8554395800

04 Apr 2024 12:11PM UTC coverage: 93.081% (+0.03%) from 93.049%
8554395800

push

github

web-flow
Add `AuthApiModule` datasource (#1357)

1874 of 2263 branches covered (82.81%)

Branch coverage included in aggregate %.

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

6547 of 6784 relevant lines covered (96.51%)

360.06 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