UNPKG

@mstable/protocol

Version:
14 lines 604 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.QuestStatus = exports.QuestType = void 0; var QuestType; (function (QuestType) { QuestType[QuestType["PERMANENT"] = 0] = "PERMANENT"; QuestType[QuestType["SEASONAL"] = 1] = "SEASONAL"; })(QuestType = exports.QuestType || (exports.QuestType = {})); var QuestStatus; (function (QuestStatus) { QuestStatus[QuestStatus["ACTIVE"] = 0] = "ACTIVE"; QuestStatus[QuestStatus["EXPIRED"] = 1] = "EXPIRED"; })(QuestStatus = exports.QuestStatus || (exports.QuestStatus = {})); //# sourceMappingURL=stakedToken.js.map