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:944
pollId
• Optional
pollId: BigNumberish
The poll id. If not specified, latest poll id will be used
Defined in
utils/interfaces.ts:949
provider
• Optional
provider: Provider
A provider fallback object
Defined in
utils/interfaces.ts:939
quiet
• Optional
quiet: boolean
Whether to log the output
Defined in
utils/interfaces.ts:954
signer
• Optional
signer: Signer
A signer object
Defined in
utils/interfaces.ts:934