Interface DiagnosticsSummary

Flattened summary of an iroh_services diagnostics report.

interface DiagnosticsSummary {
    directAddrs: string[];
    endpointId: string;
    hasNetReport: boolean;
    irohServicesVersion: string;
    irohVersion: string;
    natPmp?: boolean;
    pcp?: boolean;
    upnp?: boolean;
}

Properties

directAddrs: string[]
endpointId: string
hasNetReport: boolean
irohServicesVersion: string
irohVersion: string
natPmp?: boolean
pcp?: boolean
upnp?: boolean