DeployPollArgs
Interface for the arguments to the deployPoll command
Table of contents
Properties
- coordinatorPubkey
- intStateTreeDepth
- maciAddress
- messageTreeDepth
- messageTreeSubDepth
- pollDuration
- quiet
- signer
- subsidyEnabled
- vkRegistryAddress
- voteOptionTreeDepth
Properties
coordinatorPubkey
• coordinatorPubkey: string
The coordinator's public key
Defined in
intStateTreeDepth
• intStateTreeDepth: number
The depth of the intermediate state tree
Defined in
maciAddress
• Optional
maciAddress: string
The MACI contract address
Defined in
messageTreeDepth
• messageTreeDepth: number
The depth of the message tree
Defined in
messageTreeSubDepth
• messageTreeSubDepth: number
The depth of the message tree sublevels
Defined in
pollDuration
• pollDuration: number
The duration of the poll in seconds
Defined in
quiet
• Optional
quiet: boolean
Whether to log the output to the console
Defined in
signer
• signer: Signer
A signer object
Defined in
subsidyEnabled
• subsidyEnabled: boolean
Whether to deploy subsidy contract
Defined in
vkRegistryAddress
• Optional
vkRegistryAddress: string
The vkRegistry contract address
Defined in
voteOptionTreeDepth
• voteOptionTreeDepth: number
The depth of the vote option tree