Skip to main content
Version: v2.0_alpha

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:908


pollId

Optional pollId: BigNumberish

The poll id. If not specified, latest poll id will be used

Defined in

utils/interfaces.ts:913


provider

Optional provider: Provider

A provider fallback object

Defined in

utils/interfaces.ts:903


quiet

Optional quiet: boolean

Whether to log the output

Defined in

utils/interfaces.ts:918


signer

Optional signer: Signer

A signer object

Defined in

utils/interfaces.ts:898