libp2p
    Preparing search index...

    Interface SubscriptionChangeData

    interface SubscriptionChangeData {
        peerId: PeerId;
        subscriptions: Subscription[];
    }
    Index

    Properties

    peerId: PeerId
    subscriptions: Subscription[]