UNPKG

@swaptoshi/governance-module

Version:

Klayr governance on-chain module

16 lines 1.15 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BaseGovernableConfig = exports.GovernanceEndpoint = exports.GovernanceMethod = exports.GovernanceModule = void 0; const tslib_1 = require("tslib"); var module_1 = require("./module"); Object.defineProperty(exports, "GovernanceModule", { enumerable: true, get: function () { return module_1.GovernanceModule; } }); var method_1 = require("./method"); Object.defineProperty(exports, "GovernanceMethod", { enumerable: true, get: function () { return method_1.GovernanceMethod; } }); var endpoint_1 = require("./endpoint"); Object.defineProperty(exports, "GovernanceEndpoint", { enumerable: true, get: function () { return endpoint_1.GovernanceEndpoint; } }); var base_governable_config_1 = require("./base_governable_config"); Object.defineProperty(exports, "BaseGovernableConfig", { enumerable: true, get: function () { return base_governable_config_1.BaseGovernableConfig; } }); tslib_1.__exportStar(require("./constants"), exports); tslib_1.__exportStar(require("./schema"), exports); tslib_1.__exportStar(require("./types"), exports); //# sourceMappingURL=index.js.map