ufomarketplace-sdk-new
Version:
SDK to interact with set ufo marketplace contracts
10 lines • 413 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PurchaseType = void 0;
var PurchaseType;
(function (PurchaseType) {
PurchaseType[PurchaseType["PLASMA"] = 0] = "PLASMA";
PurchaseType[PurchaseType["BEAM"] = 1] = "BEAM";
PurchaseType[PurchaseType["USDT"] = 2] = "USDT";
})(PurchaseType || (exports.PurchaseType = PurchaseType = {}));
//# sourceMappingURL=types.js.map