Skip to main content
Version: v2.0_alpha

CommonUtilities

A contract that holds common utilities which are to be used by multiple contracts namely Tally and MessageProcessor

VotingPeriodNotPassed

error VotingPeriodNotPassed()

_votingPeriodOver

function _votingPeriodOver(contract IPoll _poll) internal view

common function for MessageProcessor, and Tally

Parameters

NameTypeDescription
_pollcontract IPollthe poll to be checked