UNPKG

@swaptoshi/governance-module

Version:

Klayr governance on-chain module

13 lines 558 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getConfigEndpointRequestSchema = exports.getConfigEndpointResponseSchema = void 0; const utils_1 = require("@swaptoshi/utils"); const config_1 = require("../config"); exports.getConfigEndpointResponseSchema = utils_1.object.removeProperty(config_1.configSchema, ['governable']); exports.getConfigEndpointRequestSchema = { $id: '/governance/endpoint/request/get_config', type: 'object', required: [], properties: {}, }; //# sourceMappingURL=get_config.js.map