Skip to main content
Version: v3.x

Minimal Anti Collusion Infrastructure (MACI) / IGetPollArgs

Interface: IGetPollArgs

Defined in: utils/interfaces.ts:1063

Interface for the arguments to the get poll command

Properties

maciAddress

maciAddress: string

Defined in: utils/interfaces.ts:1077

The address of the MACI contract


pollId?

optional pollId: BigNumberish

Defined in: utils/interfaces.ts:1082

The poll id. If not specified, latest poll id will be used


provider?

optional provider: Provider

Defined in: utils/interfaces.ts:1072

A provider fallback object


quiet?

optional quiet: boolean

Defined in: utils/interfaces.ts:1087

Whether to log the output


signer?

optional signer: Signer

Defined in: utils/interfaces.ts:1067

A signer object