@stratosphere-network/wallet
Version:
Wallet module for StratoSphere SDK
17 lines • 602 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Platform = exports.Environment = void 0;
var Environment;
(function (Environment) {
Environment["DEVELOPMENT"] = "development";
Environment["PRODUCTION"] = "production";
})(Environment || (exports.Environment = Environment = {}));
// Platform Types
var Platform;
(function (Platform) {
Platform["SERVER"] = "SERVER";
Platform["MOBILE"] = "MOBILE";
Platform["WEB"] = "WEB";
Platform["TELEGRAM"] = "TELEGRAM";
})(Platform || (exports.Platform = Platform = {}));
//# sourceMappingURL=types.js.map