UNPKG

@swaptoshi/dex-module

Version:

Klayr decentralized exchange (dex) on-chain module

15 lines 388 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tickBitmapStoreSchema = void 0; exports.tickBitmapStoreSchema = { $id: '/dex/store/tick_bitmap', type: 'object', required: ['bitmap'], properties: { bitmap: { dataType: 'string', fieldNumber: 1, }, }, }; //# sourceMappingURL=tick_bitmap.js.map