Module

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

Package publishing for deno.land/x/polkadot
Latest
interface VoteThreshold
implements Enum
import { type VoteThreshold } from "https://dotland.deno.dev/x/polkadot@0.2.45/types/interfaces/types.ts";

Properties

readonly
isSuperMajorityApprove: boolean
readonly
isSuperMajorityAgainst: boolean
readonly
isSimpleMajority: boolean
readonly
type: "SuperMajorityApprove" | "SuperMajorityAgainst" | "SimpleMajority"
import VoteThreshold
import { VoteThreshold } from "https://dotland.deno.dev/x/polkadot@0.2.45/types/interfaces/types.ts";