Skip to main content
Version: v1.2

CommonUtilities

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

VotingPeriodNotPassed

error VotingPeriodNotPassed()

_votingPeriodOver

function _votingPeriodOver(contract IPoll _poll) internal view

common function for MessageProcessor, Tally and Subsidy

Parameters

NameTypeDescription
_pollcontract IPollthe poll to be checked