Governable
Last updated
Was this helpful?
Was this helpful?
modifier onlyGovernor() virtual;function nominateGovernor(address newGovernor_) external virtual override onlyGovernor;function acceptGovernor() external virtual override;function cancelPendingGovenor() external virtual override onlyGovernor;