Versions in this module Expand all Collapse all v1 v1.2.0 Jun 21, 2024 v1.0.0 Mar 29, 2024 Changes in this version + func StartApp() error + type ComponentManager struct + func NewComponentManager(cfg *config.Config, db infrastructuredatabase.Database, ...) (*ComponentManager, error) + func (a *ComponentManager) AddressManager() *addressmanager.AddressManager + func (a *ComponentManager) P2PNodeID() *id.ID + func (a *ComponentManager) Start() + func (a *ComponentManager) Stop()