@swaptoshi/dex-module
Version:
Klayr decentralized exchange (dex) on-chain module
14 lines • 827 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.STORE_INDEX_MODULE_CONFIG = exports.STORE_INDEX_SUPPORTED_TOKEN = exports.STORE_INDEX_TOKEN_SYMBOL = exports.STORE_INDEX_TICK_INFO = exports.STORE_INDEX_TICK_BITMAP = exports.STORE_INDEX_POSITION_INFO = exports.STORE_INDEX_OBSERVATION = exports.STORE_INDEX_POSITION_MANAGER = exports.STORE_INDEX_POOL = exports.MODULE_NAME_DEX = void 0;
exports.MODULE_NAME_DEX = 'dex';
exports.STORE_INDEX_POOL = 0;
exports.STORE_INDEX_POSITION_MANAGER = 1;
exports.STORE_INDEX_OBSERVATION = 2;
exports.STORE_INDEX_POSITION_INFO = 3;
exports.STORE_INDEX_TICK_BITMAP = 4;
exports.STORE_INDEX_TICK_INFO = 5;
exports.STORE_INDEX_TOKEN_SYMBOL = 6;
exports.STORE_INDEX_SUPPORTED_TOKEN = 7;
exports.STORE_INDEX_MODULE_CONFIG = 8;
//# sourceMappingURL=module.js.map