@venly/connect
Version:
Venly Connect SDK
11 lines • 472 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PopupActions = void 0;
var PopupActions;
(function (PopupActions) {
PopupActions["MANAGE_WALLETS"] = "manage-wallets";
PopupActions["LINK_WALLET"] = "link-wallets";
PopupActions["CLAIM_WALLETS"] = "claim-wallets";
PopupActions["PERFORM_KYC"] = "perform-kyc";
})(PopupActions = exports.PopupActions || (exports.PopupActions = {}));
//# sourceMappingURL=PopupActions.js.map