libp2p
    Preparing search index...

    Interface RelayDiscoveryComponents

    interface RelayDiscoveryComponents {
        connectionManager: ConnectionManager;
        logger: ComponentLogger;
        peerStore: PeerStore;
        randomWalk: RandomWalk;
        registrar: Registrar;
        transportManager: TransportManager;
    }

    Hierarchy (View Summary)

    Index

    Properties

    connectionManager: ConnectionManager
    peerStore: PeerStore
    randomWalk: RandomWalk
    registrar: Registrar
    transportManager: TransportManager