solana-resilience-kit - v1.0.0
    Preparing search index...

    Interface ProbeReport

    interface ProbeReport {
        endpoints: EndpointProbe[];
        freshest: string | null;
        healthyCount: number;
    }
    Index

    Properties

    endpoints: EndpointProbe[]
    freshest: string | null

    Name of the freshest healthy endpoint, or null when none are healthy.

    healthyCount: number

    Endpoints that responded successfully in this probe round.