Skip to main content
Version: v3.x

Minimal Anti Collusion Infrastructure (MACI) / IDeployPollArgs

Interface: IDeployPollArgs

Defined in: packages/sdk/ts/deploy/types.ts:9

The arguments for the deploy poll command

Properties

coordinatorPubKey

coordinatorPubKey: PubKey

Defined in: packages/sdk/ts/deploy/types.ts:43

The coordinator public key


gatekeeperContractAddress

gatekeeperContractAddress: string

Defined in: packages/sdk/ts/deploy/types.ts:63

The address of the gatekeeper contract


initialVoiceCreditProxyContractAddress

initialVoiceCreditProxyContractAddress: string

Defined in: packages/sdk/ts/deploy/types.ts:68

The address of the initial voice credit proxy contract


initialVoiceCredits

initialVoiceCredits: number

Defined in: packages/sdk/ts/deploy/types.ts:83

The initial voice credits to be minted


intStateTreeDepth

intStateTreeDepth: number

Defined in: packages/sdk/ts/deploy/types.ts:28

The depth of the integer state tree


maciAddress

maciAddress: string

Defined in: packages/sdk/ts/deploy/types.ts:13

The address of the MACI contract


messageBatchSize

messageBatchSize: number

Defined in: packages/sdk/ts/deploy/types.ts:38

The batch size of the messages


mode

mode: EMode

Defined in: packages/sdk/ts/deploy/types.ts:58

The mode of the poll


pollEndTimestamp

pollEndTimestamp: number

Defined in: packages/sdk/ts/deploy/types.ts:23

The end timestamp of the poll


pollStartTimestamp

pollStartTimestamp: number

Defined in: packages/sdk/ts/deploy/types.ts:18

The start timestamp of the poll


relayers

relayers: string[]

Defined in: packages/sdk/ts/deploy/types.ts:73

The addresses of the relayers


signer

signer: Signer

Defined in: packages/sdk/ts/deploy/types.ts:88

The signer


verifierContractAddress

verifierContractAddress: string

Defined in: packages/sdk/ts/deploy/types.ts:48

The address of the verifier contract


vkRegistryContractAddress

vkRegistryContractAddress: string

Defined in: packages/sdk/ts/deploy/types.ts:53

The address of the VK registry contract


voteOptions

voteOptions: number

Defined in: packages/sdk/ts/deploy/types.ts:78

The number of vote options


voteOptionTreeDepth

voteOptionTreeDepth: number

Defined in: packages/sdk/ts/deploy/types.ts:33

The depth of the vote option tree