Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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);