Private Voting Contract
Technical Documentation
Last updated
CreateBallotFulfilled(uint256 indexed requestId,
bytes32 indexed ballotId,
bytes publicKey,
uint256 indexed errorCode,
bool callbackSuccess);VoteRequested(uint256 indexed requestId,
address indexed sender,
bytes32 indexed ballotId,
bytes encryptedVote)VoteFulfilled(uint256 indexed requestId,
bytes32 indexed ballotId,
uint256 indexed errorCode,
bool callbackSuccess)FinalizeBallotRequested(uint256 indexed requestId,
address indexed sender,
bytes32 indexed ballotId)FinalizeBallotFulfilled(uint256 indexed requestId,
bytes32 indexed ballotId,
string result,
uint256 indexed errorCode,
bool callbackSuccess)