Avalanche SDK Client
    Preparing search index...

    Type Alias ReadinessReturnType

    Return type for the health.readiness method.

    type ReadinessReturnType = {
        checks: { [key: string]: { healthy: boolean; message: { contiguousFailures: ...; duration: ...; timeOfFirstFailure: ...; timestamp: ... } } };
        healthy: boolean;
    }
    Index

    Properties

    Properties

    checks: { [key: string]: { healthy: boolean; message: { contiguousFailures: ...; duration: ...; timeOfFirstFailure: ...; timestamp: ... } } }

    Object containing readiness check results for each component

    healthy: boolean

    Overall readiness status of the node