UNPKG

ufomarketplace-sdk-new

Version:

SDK to interact with set ufo marketplace contracts

10 lines 413 B
"use strict"; 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