Skip to main content
Module

x/polkadot/api-derive/types.ts>DeriveElectionsInfo

Package publishing for deno.land/x/polkadot
Latest
interface DeriveElectionsInfo
import { type DeriveElectionsInfo } from "https://deno.land/x/polkadot@0.2.45/api-derive/types.ts";

Properties

candidates: AccountId[]
candidateCount: u32
optional
candidacyBond: Balance
optional
desiredRunnersUp: u32
optional
desiredSeats: u32
members: [AccountId, Balance][]
optional
nextVoterSet: SetIndex
runnersUp: [AccountId, Balance][]
optional
termDuration: BlockNumber
optional
voteCount: VoteIndex
optional
voterCount: SetIndex
optional
votingBond: Balance
optional
votingBondBase: Balance
optional
votingBondFactor: Balance