UNPKG

@hypernetlabs/objects

Version:
10 lines 538 B
"use strict"; 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