Type alias ElectionRoundData
ElectionRoundData: { round: number; keepers: `0x${string}`[]; nextRoundStartTime: bigint; vclobAmount: bigint; status: ElectionRoundStatus; quota: number; finalistsThreshold: bigint; startTime: bigint; votingEndTime: bigint; registrationEndTime: bigint; candidatesLength: number; finalistsLength: number; candidates: ElectionCandidate[]; finalists: ElectionCandidate[]; } Type declaration
round: number
keepers: `0x${string}`[]
nextRoundStartTime: bigint
vclobAmount: bigint
quota: number
finalistsThreshold: bigint
startTime: bigint
votingEndTime: bigint
registrationEndTime: bigint
candidatesLength: number
finalistsLength: number