export class MockElectrumService { constructor() {} async hasSeenTransaction(transactionHash: string): Promise { return true; } }