Skip to main content
Version: v2.0_alpha

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

Interface: IGetPollArgs

Interface for the arguments to the get poll command

Properties

maciAddress

maciAddress: string

The address of the MACI contract

Defined in

utils/interfaces.ts:866


pollId?

optional pollId: BigNumberish

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

Defined in

utils/interfaces.ts:871


provider?

optional provider: Provider

A provider fallback object

Defined in

utils/interfaces.ts:861


quiet?

optional quiet: boolean

Whether to log the output

Defined in

utils/interfaces.ts:876


signer?

optional signer: Signer

A signer object

Defined in

utils/interfaces.ts:856