Interface DCUtRServiceComponents

interface DCUtRServiceComponents {
    addressManager: AddressManager;
    connectionManager: ConnectionManager;
    logger: ComponentLogger;
    peerStore: PeerStore;
    registrar: Registrar;
    transportManager: TransportManager;
}

Properties

addressManager: AddressManager
connectionManager: ConnectionManager
peerStore: PeerStore
registrar: Registrar
transportManager: TransportManager