IPollFactory
PollFactory interface
deploy
function deploy(uint256 _duration, struct Params.TreeDepths _treeDepths, struct DomainObjs.PubKey _coordinatorPubKey, address _maci, uint256 _emptyBallotRoot) external returns (address)
Deploy a new Poll contract and AccQueue contract for messages.
Parameters
Name | Type | Description |
---|---|---|
_duration | uint256 | The duration of the poll |
_treeDepths | struct Params.TreeDepths | The depths of the merkle trees |
_coordinatorPubKey | struct DomainObjs.PubKey | The coordinator's public key |
_maci | address | The MACI contract interface reference |
_emptyBallotRoot | uint256 | The root of the empty ballot tree |
Return Values
Name | Type | Description |
---|---|---|
[0] | address | The deployed Poll contract |