Interface DialPeerEvent

Emitted when peers are dialled as part of a query

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

Properties

Properties

name: "DIAL_PEER"
peer: PeerId
type: DIAL_PEER