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

GovernorProposalGuardianMockUpgradeable

Inherits: Initializable, GovernorSettingsUpgradeable, GovernorVotesQuorumFractionUpgradeable, GovernorCountingSimpleUpgradeable, GovernorProposalGuardianUpgradeable

Functions

__GovernorProposalGuardianMock_init

function __GovernorProposalGuardianMock_init() internal onlyInitializing;

__GovernorProposalGuardianMock_init_unchained

function __GovernorProposalGuardianMock_init_unchained() internal onlyInitializing;

proposalThreshold

function proposalThreshold() public view override(GovernorUpgradeable, GovernorSettingsUpgradeable) returns (uint256);

_validateCancel

function _validateCancel(uint256 proposalId, address caller)
    internal
    view
    override(GovernorUpgradeable, GovernorProposalGuardianUpgradeable)
    returns (bool);