UNPKG

@swaptoshi/dex-module

Version:

Klayr decentralized exchange (dex) on-chain module

12 lines 459 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getConfigEndpointRequestSchema = exports.getConfigEndpointResponseSchema = void 0; const config_1 = require("../config"); exports.getConfigEndpointResponseSchema = config_1.configSchema; exports.getConfigEndpointRequestSchema = { $id: '/dex/endpoint/request/get_config', type: 'object', required: [], properties: {}, }; //# sourceMappingURL=get_config.js.map