@arkane-network/arkane-connect
Version:
Arkane Connect - api library for 3th parties
8 lines • 464 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var ConfirmationRequestType;
(function (ConfirmationRequestType) {
ConfirmationRequestType["CREATE_APPLICATION_WALLET"] = "CREATE_APPLICATION_WALLET";
ConfirmationRequestType["CREATE_FIRST_WALLET"] = "CREATE_FIRST_WALLET";
})(ConfirmationRequestType = exports.ConfirmationRequestType || (exports.ConfirmationRequestType = {}));
//# sourceMappingURL=ConfirmationRequestType.js.map