GovernorComponent
Governor Component
Core of the governance system.
Fully qualified path: openzeppelin_governance::governor::governor::GovernorComponent
Modules
Free functions
Structs
| Storage | — |
| ProposalCreated | Emitted when call is scheduled as part of operation id . |
| ProposalQueued | Emitted when a proposal is queued. |
| ProposalExecuted | Emitted when a proposal is executed. |
| ProposalCanceled | Emitted when a proposal is canceled. |
| VoteCast | Emitted when a vote is cast without params. |
| VoteCastWithParams | Emitted when a vote is cast with params. NOTE: support values should be seen as buckets. Their interpretation depends on the voting module used. params… |
| ComponentState | — |
Enums
Traits
| ImmutableConfig | Constants expected to be defined at the contract level used to configure the component behavior…. |
| GovernorSettingsTrait | — |
| GovernorQuorumTrait | — |
| GovernorCountingTrait | — |
| GovernorVotesTrait | — |
| GovernorExecutionTrait | — |
| HasComponent | — |
| InternalTrait | — |
| InternalExtendedTrait | — |
| UnsafeNewContractStateTraitForGovernorImpl | — |