Calls
free
Get Current Batch Number
function currentBatchNumber() public view returns(uint);Check if a Voter Committed in a Ballot
function didCommit(uint ballotID, address voter) public view returns(bool);Get Commit Hash
function getCommitHash(uint ballotID, address voter) public view returns(bytes32);Last updated
Was this helpful?