Minimal Anti Collusion Infrastructure (MACI) / DeployPollArgs
Interface: DeployPollArgs
Defined in: utils/interfaces.ts:277
Interface for the arguments to the deployPoll command
Properties
coordinatorPubkey
coordinatorPubkey:
string
Defined in: utils/interfaces.ts:301
The coordinator's public key
gatekeeperAddress?
optional
gatekeeperAddress:string
Defined in: utils/interfaces.ts:336
The address of the gatekeeper contract
initialVoiceCreditsBalance?
optional
initialVoiceCreditsBalance:number
Defined in: utils/interfaces.ts:346
The initial voice credits balance
intStateTreeDepth
intStateTreeDepth:
number
Defined in: utils/interfaces.ts:286
The depth of the intermediate state tree
maciAddress?
optional
maciAddress:string
Defined in: utils/interfaces.ts:316
The MACI contract address
messageBatchSize
messageBatchSize:
number
Defined in: utils/interfaces.ts:291
The size of the message batch
pollDuration
pollDuration:
number
Defined in: utils/interfaces.ts:281
The duration of the poll in seconds
quiet?
optional
quiet:boolean
Defined in: utils/interfaces.ts:326
Whether to log the output to the console
relayers?
optional
relayers:string
[]
Defined in: utils/interfaces.ts:311
The relayer addresses
signer
signer:
Signer
Defined in: utils/interfaces.ts:306
A signer object
useQuadraticVoting?
optional
useQuadraticVoting:boolean
Defined in: utils/interfaces.ts:331
Whether to use quadratic voting or not
vkRegistryAddress?
optional
vkRegistryAddress:string
Defined in: utils/interfaces.ts:321
The vkRegistry contract address
voiceCreditProxyAddress?
optional
voiceCreditProxyAddress:string
Defined in: utils/interfaces.ts:341
The address of the initial voice credit proxy contract
voteOptionTreeDepth
voteOptionTreeDepth:
number
Defined in: utils/interfaces.ts:296
The depth of the vote option tree