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