GovernorProposalGuardianMock
Inherits: GovernorSettings, GovernorVotesQuorumFraction, GovernorCountingSimple, GovernorProposalGuardian
Functions
proposalThreshold
function proposalThreshold() public view override(Governor, GovernorSettings) returns (uint256);
_validateCancel
function _validateCancel(uint256 proposalId, address caller)
internal
view
override(Governor, GovernorProposalGuardian)
returns (bool);