@swaptoshi/governance-module
Version:
Klayr governance on-chain module
15 lines • 783 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./boosted_account"), exports);
tslib_1.__exportStar(require("./delegated_vote"), exports);
tslib_1.__exportStar(require("./next_available_proposal_id"), exports);
tslib_1.__exportStar(require("./proposal"), exports);
tslib_1.__exportStar(require("./queue"), exports);
tslib_1.__exportStar(require("./context"), exports);
tslib_1.__exportStar(require("./instance"), exports);
tslib_1.__exportStar(require("./casted_vote"), exports);
tslib_1.__exportStar(require("./vote_score"), exports);
tslib_1.__exportStar(require("./proposal_voter"), exports);
tslib_1.__exportStar(require("./config_registry"), exports);
//# sourceMappingURL=index.js.map