UNPKG

@aguycalled/web3modal

Version:

A single Web3 / Ethereum provider solution for all Wallets

9 lines 314 B
import { IEventCallback } from "../helpers"; export declare class EventController { private _eventCallbacks; constructor(); on(eventCallback: IEventCallback): void; off(eventObj?: Partial<IEventCallback>): void; trigger(event: string, result?: any): void; } //# sourceMappingURL=events.d.ts.map