@number0/iroh
    Preparing search index...

    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;
    }
    Index
    directAddrs: string[]
    endpointId: string
    hasNetReport: boolean
    irohServicesVersion: string
    irohVersion: string
    natPmp?: boolean
    pcp?: boolean
    upnp?: boolean