Minimal Anti Collusion Infrastructure (MACI) / IGetPollArgs
Interface: IGetPollArgs
Defined in: packages/sdk/ts/poll/types.ts:7
Interface for the arguments to the get poll command
Properties
maciAddress
maciAddress:
string
Defined in: packages/sdk/ts/poll/types.ts:21
The address of the MACI contract
pollId?
optional
pollId:BigNumberish
Defined in: packages/sdk/ts/poll/types.ts:26
The poll id. If not specified, latest poll id will be used
provider?
optional
provider:Provider
Defined in: packages/sdk/ts/poll/types.ts:16
A provider fallback object
signer?
optional
signer:Signer
Defined in: packages/sdk/ts/poll/types.ts:11
A signer object