GovernorPreventLateQuorumMock
Inherits: GovernorSettings, GovernorVotes, GovernorCountingSimple, GovernorPreventLateQuorum
State Variables
_quorum
uint256 private _quorum;
Functions
constructor
constructor(uint256 quorum_);
quorum
function quorum(uint256) public view override returns (uint256);
proposalDeadline
function proposalDeadline(uint256 proposalId)
public
view
override(Governor, GovernorPreventLateQuorum)
returns (uint256);
proposalThreshold
function proposalThreshold() public view override(Governor, GovernorSettings) returns (uint256);
_tallyUpdated
function _tallyUpdated(uint256 proposalId) internal override(Governor, GovernorPreventLateQuorum);