libp2p
    Preparing search index...

    Interface TransportReservationStoreComponents

    interface TransportReservationStoreComponents {
        connectionManager: ConnectionManager;
        events: TypedEventTarget<Libp2pEvents<ServiceMap>>;
        logger: ComponentLogger;
        metrics?: Metrics;
        peerId: PeerId;
        peerStore: PeerStore;
    }
    Index

    Properties

    connectionManager: ConnectionManager
    metrics?: Metrics
    peerId: PeerId
    peerStore: PeerStore