FreeForAllGatekeeper
A SignUpGatekeeper which allows anyone to sign up.
constructor
constructor() public payable
Create a new instance of FreeForAllGatekeeper
setMaciInstance
function setMaciInstance(address _maci) public
setMaciInstance does nothing in this gatekeeper
Parameters
Name | Type | Description |
---|---|---|
_maci | address | The MACI contract |
register
function register(address _address, bytes _data) public
Registers the user without any restrictions.