Avalanche SDK Client
    Preparing search index...

    Type Alias LivenessReturnType

    Return type for the health.liveness method.

    type LivenessReturnType = {
        checks: object;
        healthy: boolean;
    }
    Index

    Properties

    Properties

    checks: object
    healthy: boolean

    Indicates if the node is alive and can handle requests