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