Skip to main content
Version: v2.0_alpha

Minimal Anti Collusion Infrastructure (MACI) v2.0.0-alpha / IGetPollData

Interface: IGetPollData

Interface for the return data to the get poll command

Properties

address

address: string

The poll address

Defined in

utils/interfaces.ts:936


deployTime

deployTime: BigNumberish

The poll deployment time

Defined in

utils/interfaces.ts:941


duration

duration: BigNumberish

The poll duration

Defined in

utils/interfaces.ts:946


id

id: BigNumberish

The poll id

Defined in

utils/interfaces.ts:931


isMerged

isMerged: boolean

Whether the MACI contract's state root has been merged

Defined in

utils/interfaces.ts:956


numSignups

numSignups: BigNumberish

The poll number of signups

Defined in

utils/interfaces.ts:951