IFactory
Inherits: IFactoryBase, IAccessControl
Unified interface for all CapSign factory diamonds
Combines IFactoryBase functionality with unified access control
All CapSign factory interfaces should inherit from this interface
Events
FactoryInitialized
event FactoryInitialized(address indexed factory, string factoryType);
FactoryConfigurationUpdated
event FactoryConfigurationUpdated(address indexed factory, string configType);
Last updated
Was this helpful?