IGetPollArgs
Interface for the arguments to the get poll command
Table of contents
Properties
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