Minimal Anti Collusion Infrastructure (MACI) / IGetPollArgs
Interface: IGetPollArgs
Defined in: utils/interfaces.ts:1017
Interface for the arguments to the get poll command
Properties
maciAddress
maciAddress:
string
Defined in: utils/interfaces.ts:1031
The address of the MACI contract
pollId?
optional
pollId:BigNumberish
Defined in: utils/interfaces.ts:1036
The poll id. If not specified, latest poll id will be used
provider?
optional
provider:Provider
Defined in: utils/interfaces.ts:1026
A provider fallback object
quiet?
optional
quiet:boolean
Defined in: utils/interfaces.ts:1041
Whether to log the output
signer?
optional
signer:Signer
Defined in: utils/interfaces.ts:1021
A signer object