UController¶
see the generated documentation
The UController
(Universal Controller) is a universal implementation of the ControllerInterface which behaves like a Controller, but for multiple DAOs at the same time.
Any DAO can initiate and register itself via the Universal Controller.
As a controller it holds the DAO's organs (Avatar, Reputation and DAOToken), maintain schemes permissions and global constraints for each DAO.
newOrganization(...) function¶
Using the newOrganization
(...) function , one can create a new organization with a default scheme with full permissions.