Minimal Anti Collusion Infrastructure (MACI) / IProveParams
Interface: IProveParams
Defined in: packages/contracts/build/tasks/helpers/types.d.ts:49
Interface that represents task prove params
Properties
blocksPerBatch?
optionalblocksPerBatch:number
Defined in: packages/contracts/build/tasks/helpers/types.d.ts:109
The number of blocks to fetch logs from
coordinatorPrivateKey
coordinatorPrivateKey:
string
Defined in: packages/contracts/build/tasks/helpers/types.d.ts:57
Coordinator's private key
endBlock?
optionalendBlock:number
Defined in: packages/contracts/build/tasks/helpers/types.d.ts:113
The block number to stop fetching logs from
outputDir
outputDir:
string
Defined in: packages/contracts/build/tasks/helpers/types.d.ts:65
The directory to store the proofs
poll
poll:
BigNumberish
Defined in: packages/contracts/build/tasks/helpers/types.d.ts:53
The poll id
processWasm?
optionalprocessWasm:string
Defined in: packages/contracts/build/tasks/helpers/types.d.ts:77
The path to the process wasm file
processWitgen?
optionalprocessWitgen:string
Defined in: packages/contracts/build/tasks/helpers/types.d.ts:73
The path to the process witnessgen binary
processZkey
processZkey:
string
Defined in: packages/contracts/build/tasks/helpers/types.d.ts:69
The path to the process zkey file
rapidsnark?
optionalrapidsnark:string
Defined in: packages/contracts/build/tasks/helpers/types.d.ts:61
The path to the rapidsnark binary
startBlock?
optionalstartBlock:number
Defined in: packages/contracts/build/tasks/helpers/types.d.ts:105
The block number to start fetching logs from
stateFile?
optionalstateFile:string
Defined in: packages/contracts/build/tasks/helpers/types.d.ts:101
The file with the serialized maci state
tallyFile
tallyFile:
string
Defined in: packages/contracts/build/tasks/helpers/types.d.ts:81
The file to store the tally proof
tallyWasm?
optionaltallyWasm:string
Defined in: packages/contracts/build/tasks/helpers/types.d.ts:93
The path to the tally wasm file
tallyWitgen?
optionaltallyWitgen:string
Defined in: packages/contracts/build/tasks/helpers/types.d.ts:89
The path to the tally witnessgen binary
tallyZkey
tallyZkey:
string
Defined in: packages/contracts/build/tasks/helpers/types.d.ts:85
The path to the tally zkey file
transactionHash?
optionaltransactionHash:string
Defined in: packages/contracts/build/tasks/helpers/types.d.ts:117
The transaction hash of the first transaction
useQuadraticVoting?
optionaluseQuadraticVoting:boolean
Defined in: packages/contracts/build/tasks/helpers/types.d.ts:97
Whether to use quadratic voting or not