venom-connect
Version:
<p align="center"> <a href="https://github.com/venom-blockchain/developer-program"> <img src="https://raw.githubusercontent.com/venom-blockchain/developer-program/main/vf-dev-program.png" alt="Logo" width="366.8" height="146.4"> </a> </p>
8 lines • 544 B
TypeScript
export declare const CONNECT_EVENT = "connect";
export declare const ERROR_EVENT = "error";
export declare const CLOSE_EVENT = "close";
export declare const SELECT_EVENT = "select";
export declare const EXTENSION_AUTH_EVENT = "extension-auth";
export declare const EXTENSION_WINDOW_CLOSED_EVENT = "extension-window-closed";
export declare type Events = typeof CONNECT_EVENT | typeof ERROR_EVENT | typeof CLOSE_EVENT | typeof SELECT_EVENT | typeof EXTENSION_AUTH_EVENT | typeof EXTENSION_WINDOW_CLOSED_EVENT;
//# sourceMappingURL=events.d.ts.map