UNPKG

@htsoft/aiza-wallet-connector

Version:
15 lines (14 loc) 585 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ModalType = exports.ConnectorType = void 0; var ConnectorType; (function (ConnectorType) { ConnectorType["WALLETCONNECT"] = "WALLETCONNECT"; ConnectorType["INJECTED"] = "INJECTED"; })(ConnectorType = exports.ConnectorType || (exports.ConnectorType = {})); var ModalType; (function (ModalType) { ModalType["LIST_MODAL"] = "LIST_MODAL"; ModalType["BID_MODAL"] = "BID_MODAL"; ModalType["MANAGE_MODAL"] = "MANAGE_MODAL"; })(ModalType = exports.ModalType || (exports.ModalType = {}));