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

safe-global / safe-client-gateway / 9464947500

11 Jun 2024 11:46AM UTC coverage: 92.744% (+0.03%) from 92.711%
9464947500

Pull #1623

github

iamacook
Remove comment
Pull Request #1623: Add `BlockchainApi` with associated manager

2021 of 2479 branches covered (81.52%)

Branch coverage included in aggregate %.

48 of 49 new or added lines in 8 files covered. (97.96%)

7207 of 7471 relevant lines covered (96.47%)

326.76 hits per line

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

0.0
/src/domain/interfaces/blockchain-api.interface.ts
1
import { PublicClient } from 'viem';
2

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

5
export interface IBlockchainApi {
6
  getClient(): PublicClient;
7

8
  destroyClient(chainId: string): void;
9
}
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