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