UNPKG

@arbius/aa-wallet

Version:

A secure and flexible Account Abstraction wallet implementation for Arbitrum One chain applications.

8 lines (7 loc) 214 B
declare class MockBroadcastChannel { constructor(name: string); name: string; onmessage: ((event: any) => void) | null; postMessage: jest.Mock<any, any, any>; close: jest.Mock<any, any, any>; }