@swaptoshi/governance-module
Version:
Klayr governance on-chain module
19 lines • 1.09 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./config_updated"), exports);
tslib_1.__exportStar(require("./delegated_vote_revoked"), exports);
tslib_1.__exportStar(require("./proposal_created"), exports);
tslib_1.__exportStar(require("./proposal_outcome"), exports);
tslib_1.__exportStar(require("./proposal_executed"), exports);
tslib_1.__exportStar(require("./proposal_quorum_checked"), exports);
tslib_1.__exportStar(require("./proposal_set_attributes"), exports);
tslib_1.__exportStar(require("./proposal_voted"), exports);
tslib_1.__exportStar(require("./treasury_block_reward_tax"), exports);
tslib_1.__exportStar(require("./treasury_mint"), exports);
tslib_1.__exportStar(require("./vote_boosted"), exports);
tslib_1.__exportStar(require("./vote_delegated"), exports);
tslib_1.__exportStar(require("./vote_changed"), exports);
tslib_1.__exportStar(require("./proposal_active"), exports);
tslib_1.__exportStar(require("./config_registered"), exports);
//# sourceMappingURL=index.js.map