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:911
pollId?
optional
pollId:BigNumberish
The poll id. If not specified, latest poll id will be used
Defined in
utils/interfaces.ts:916
provider?
optional
provider:Provider
A provider fallback object
Defined in
utils/interfaces.ts:906
quiet?
optional
quiet:boolean
Whether to log the output
Defined in
utils/interfaces.ts:921
signer?
optional
signer:Signer
A signer object
Defined in
utils/interfaces.ts:901