'use strict';
exports.ConnectState = void 0;
(function (ConnectState) {
ConnectState["PENDING"] = "PENDING";
ConnectState["OPENING_WALLET"] = "OPENING_WALLET";
ConnectState["SUCCESS"] = "SUCCESS";
ConnectState["ERROR"] = "ERROR";
})(exports.ConnectState || (exports.ConnectState = {}));