@polkassembly/util
Version:
Set of utility functions for Polkassembly and more.
12 lines (11 loc) • 629 B
JavaScript
;
// Copyright 2019-2020 @paritytech/polkassembly authors & contributors
// This software may be modified and distributed under the terms
// of the Apache-2.0 license. See the LICENSE file for details.
Object.defineProperty(exports, "__esModule", { value: true });
var VoteThresholdEnum;
(function (VoteThresholdEnum) {
VoteThresholdEnum["Supermajorityapproval"] = "Supermajorityapproval";
VoteThresholdEnum["Supermajorityrejection"] = "Supermajorityrejection";
VoteThresholdEnum["Simplemajority"] = "Simplemajority";
})(VoteThresholdEnum = exports.VoteThresholdEnum || (exports.VoteThresholdEnum = {}));