Skip to main content
Version: v3.x

Minimal Anti Collusion Infrastructure (MACI) / deployVerifier

Variable: deployVerifier()

const deployVerifier: (signer?, quiet?) => Promise<Verifier>

Defined in: packages/contracts/build/ts/deploy.d.ts:42

Deploy a Verifier contract

Parameters

signer?

Signer

the signer to use to deploy the contract

quiet?

boolean

whether to suppress console output

Returns

Promise<Verifier>

the deployed Verifier contract