libp2p
    Preparing search index...

    Interface DialPeerEvent

    Emitted when peers are dialled and a new stream is opened as part of a query

    interface DialPeerEvent {
        name: "DIAL_PEER";
        path: DisjointPath;
        peer: PeerId;
        type: DIAL_PEER;
    }
    Index

    Properties

    Properties

    name: "DIAL_PEER"
    peer: PeerId
    type: DIAL_PEER