Skip to main content
Version: v1.2

SignUpGatekeeper

A gatekeeper contract which allows users to sign up for a poll.

setMaciInstance

function setMaciInstance(address _maci) public virtual

Allows to set the MACI contract

register

function register(address _user, bytes _data) public virtual

Registers the user

Parameters

NameTypeDescription
_useraddressThe address of the user
_databytesadditional data