Minimal Anti Collusion Infrastructure (MACI) v2.5.0 / GenProofsArgs
Interface: GenProofsArgs
Interface for the arguments to the genProof command
Properties
blocksPerBatch?
optionalblocksPerBatch:number
The number of blocks to fetch logs from
Defined in
utils/interfaces.ts:646
coordinatorPrivKey?
optionalcoordinatorPrivKey:string
The coordinator's private key
Defined in
utils/interfaces.ts:606
endBlock?
optionalendBlock:number
The block number to stop fetching logs from
Defined in
utils/interfaces.ts:651
maciAddress?
optionalmaciAddress:string
The address of the MACI contract
Defined in
utils/interfaces.ts:611
outputDir
outputDir:
string
The directory to store the proofs
Defined in
utils/interfaces.ts:551
pollId
pollId:
bigint
The id of the poll
Defined in
utils/interfaces.ts:571
processDatFile?
optionalprocessDatFile:string
The path to the process dat file
Defined in
utils/interfaces.ts:591
processWasm?
optionalprocessWasm:string
The path to the process wasm file
Defined in
utils/interfaces.ts:621
processWitgen?
optionalprocessWitgen:string
The path to the process witnessgen binary
Defined in
utils/interfaces.ts:586
processZkey
processZkey:
string
The path to the process zkey file
Defined in
utils/interfaces.ts:566
quiet?
optionalquiet:boolean
Whether to log the output
Defined in
utils/interfaces.ts:656
rapidsnark?
optionalrapidsnark:string
The path to the rapidsnark binary
Defined in
utils/interfaces.ts:581
signer
signer:
Signer
A signer object
Defined in
utils/interfaces.ts:576
startBlock?
optionalstartBlock:number
The block number to start fetching logs from
Defined in
utils/interfaces.ts:641
stateFile?
optionalstateFile:string
The file with the serialized maci state
Defined in
utils/interfaces.ts:636
tallyDatFile?
optionaltallyDatFile:string
The path to the tally dat file
Defined in
utils/interfaces.ts:601
tallyFile
tallyFile:
string
The file to store the tally proof
Defined in
utils/interfaces.ts:556
tallyWasm?
optionaltallyWasm:string
The path to the tally wasm file
Defined in
utils/interfaces.ts:626
tallyWitgen?
optionaltallyWitgen:string
The path to the tally witnessgen binary
Defined in
utils/interfaces.ts:596
tallyZkey
tallyZkey:
string
The path to the tally zkey file
Defined in
utils/interfaces.ts:561
transactionHash?
optionaltransactionHash:string
The transaction hash of the first transaction
Defined in
utils/interfaces.ts:616
useQuadraticVoting?
optionaluseQuadraticVoting:boolean
Whether to use quadratic voting or not
Defined in
utils/interfaces.ts:661
useWasm?
optionaluseWasm:boolean
Whether to use wasm or rapidsnark
Defined in
utils/interfaces.ts:631