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

Properties

Properties

error: SendError
peerId?: PeerId

Generated using TypeDoc