@hypernetlabs/objects
Version:
Objects and types shared by the Hypernet Protocol
10 lines • 538 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EProposalVoteSupport = void 0;
var EProposalVoteSupport;
(function (EProposalVoteSupport) {
EProposalVoteSupport[EProposalVoteSupport["AGAINST"] = 0] = "AGAINST";
EProposalVoteSupport[EProposalVoteSupport["FOR"] = 1] = "FOR";
EProposalVoteSupport[EProposalVoteSupport["ABSTAIN"] = 2] = "ABSTAIN";
})(EProposalVoteSupport = exports.EProposalVoteSupport || (exports.EProposalVoteSupport = {}));
//# sourceMappingURL=EProposalVoteSupport.js.map