Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/polkadot/types/interfaces/elections/index.ts>VoteThreshold

Package publishing for deno.land/x/polkadot
Go to Latest
interface VoteThreshold
implements Enum
import { type VoteThreshold } from "https://deno.land/x/polkadot@0.2.17/types/interfaces/elections/index.ts";

Properties

readonly
isSuperMajorityApprove: boolean
readonly
isSuperMajorityAgainst: boolean
readonly
isSimpleMajority: boolean
readonly
type: "SuperMajorityApprove" | "SuperMajorityAgainst" | "SimpleMajority"