UNPKG

@swaptoshi/governance-module

Version:

Klayr governance on-chain module

13 lines 483 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VoteDelegatedEvent = void 0; const klayr_framework_1 = require("klayr-framework"); const schema_1 = require("../schema"); class VoteDelegatedEvent extends klayr_framework_1.Modules.BaseEvent { constructor() { super(...arguments); this.schema = schema_1.voteDelegatedEventSchema; } } exports.VoteDelegatedEvent = VoteDelegatedEvent; //# sourceMappingURL=vote_delegated.js.map