@coinmeca/wallet-sdk
Version:
10 lines • 414 B
TypeScript
import EventEmitter from "eventemitter3";
export declare abstract class CoinmecaWalletBase {
#private;
protected readonly event: EventEmitter;
constructor();
on(event: string, listener: (...args: any[]) => void, context?: any): this;
off(event: string, listener: (...args: any[]) => void, context?: any): this;
emit(event: string, ...args: any[]): void;
}
//# sourceMappingURL=core.d.ts.map