Minimal Anti Collusion Infrastructure (MACI) / deployVerifyingKeysRegistry
Variable: deployVerifyingKeysRegistry()
const
deployVerifyingKeysRegistry: (signer?
,quiet?
) =>Promise
<VerifyingKeysRegistry
>
Defined in: packages/contracts/build/ts/deploy.d.ts:28
Deploy a VerifyingKeysRegistry contract
Parameters
signer?
Signer
the signer to use to deploy the contract
quiet?
boolean
whether to suppress console output
Returns
Promise
<VerifyingKeysRegistry
>
the deployed VerifyingKeysRegistry contract