Module dao::configuration
source · Expand description
System configuration.
A configuration is a mix of Governance Variables
and voting configuration.
DAO supports a few types of voting. Each type may have a slightly different configuration.
Once voting is created, until the end, voting relies on the system’s state at the moment of voting creation.
It mitigates unexpected behavior during voting if the internal DAO state changes.
Structs§
- Represents the current system configuration.
- Utility to crate a Configuration instance.
- A serializable data structure that represents DAO configuration.
- A serializable data structure that represents voting configuration.