interface Failure {
    error: ProtocolError;
    peerId?: PeerId;
}

Properties

Properties

peerId?: PeerId

Generated using TypeDoc