Private Voting Contract
Technical Documentation
Methods:
requestCreateBallot(uint256 minimumVoters)requestVote(bytes32 ballotId,
bytes memory encryptedVote)requestFinalizeBallot(bytes32 ballotId)Events:
CreateBallotRequested(uint256 indexed requestId,
address indexed sender,
uint256 minimumVoters)Last updated