Module dao::utils_contracts
source · Expand description
Module with utilities contracts used by DAO.
Structs§
- CSPR Rate provider contract allows to read and write the current CSPR:Fiat rate. Only the owner is eligible to update the rate, but any account can read the current value.
- Deployer for the CSPRRateProviderContract contract.
- Reference to the CSPRRateProviderContract contract instance.
- Dao Ids contract manages voting ids in the system. Only a whitelisted account is eligible to generate ids.
- Deployer for the DaoIdsContract contract.
- Reference to the DaoIdsContract contract instance.