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

safe-global / safe-client-gateway / 9463145202

11 Jun 2024 09:32AM UTC coverage: 92.734% (+0.02%) from 92.711%
9463145202

Pull #1623

github

iamacook
Merge branch 'main' into blockchain-api-manager
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%)

1 existing line in 1 file now uncovered.

7206 of 7471 relevant lines covered (96.45%)

327.21 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