@venly/connect
Version:
Venly Connect SDK
10 lines • 563 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConfirmationRequestType = void 0;
var ConfirmationRequestType;
(function (ConfirmationRequestType) {
ConfirmationRequestType["CREATE_APPLICATION_WALLET"] = "CREATE_APPLICATION_WALLET";
ConfirmationRequestType["CREATE_FIRST_WALLET"] = "CREATE_FIRST_WALLET";
ConfirmationRequestType["IMPORT_WALLET"] = "IMPORT";
})(ConfirmationRequestType = exports.ConfirmationRequestType || (exports.ConfirmationRequestType = {}));
//# sourceMappingURL=ConfirmationRequestType.js.map