Skip to main content
Version: v3.x

Minimal Anti Collusion Infrastructure (MACI) / deployFreeForAllSignUpPolicy

Variable: deployFreeForAllSignUpPolicy()

const deployFreeForAllSignUpPolicy: (signer?, quiet?) => Promise<[FreeForAllPolicy, FreeForAllChecker, FreeForAllPolicyFactoryContract, FreeForAllCheckerFactoryContract]>

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

Deploy a FreeForAllPolicy contract

Parameters

signer?

Signer

the signer to use to deploy the contract

quiet?

boolean

whether to suppress console output

Returns

Promise<[FreeForAllPolicy, FreeForAllChecker, FreeForAllPolicyFactoryContract, FreeForAllCheckerFactoryContract]>

the deployed FreeForAllPolicy contracts