Skip to main content
Version: v2.x

Minimal Anti Collusion Infrastructure (MACI) v2.3.0 / 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:901


pollId?

optional pollId: BigNumberish

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

Defined in

utils/interfaces.ts:906


provider?

optional provider: Provider

A provider fallback object

Defined in

utils/interfaces.ts:896


quiet?

optional quiet: boolean

Whether to log the output

Defined in

utils/interfaces.ts:911


signer?

optional signer: Signer

A signer object

Defined in

utils/interfaces.ts:891