ProveOnChainArgs
Interface for the arguments to the ProveOnChainArgs command
Table of contents
Properties
- maciAddress
- messageProcessorAddress
- pollId
- proofDir
- quiet
- signer
- subsidyAddress
- subsidyEnabled
- tallyAddress
Properties
maciAddress
• Optional
maciAddress: string
The address of the MACI contract
Defined in
messageProcessorAddress
• Optional
messageProcessorAddress: string
The address of the MessageProcessor contract
Defined in
pollId
• pollId: bigint
The id of the poll
Defined in
proofDir
• proofDir: string
The directory containing the proofs
Defined in
quiet
• Optional
quiet: boolean
Whether to log the output
Defined in
signer
• signer: Signer
A signer object
Defined in
subsidyAddress
• Optional
subsidyAddress: string
The address of the Subsidy contract
Defined in
subsidyEnabled
• subsidyEnabled: boolean
Whether to deploy subsidy contract
Defined in
tallyAddress
• Optional
tallyAddress: string
The address of the Tally contract