@arkade-os/sdk Documentation - v0.4.54
    Preparing search index...

    Type Alias ProviderConnectionState

    ProviderConnectionState:
        | { lastOnlineAt: number; mode: "online"; source: "live" }
        | {
            lastOnlineAt?: number;
            mode: "degraded";
            provider: ProviderKind;
            reason: string;
            source: "cache" | "repository";
        }

    Freshness of the wallet's provider-backed sync, composed from the boot server-info source and the contract-manager's indexer-sync health. It describes only how fresh provider data is — never the wallet balances/VTXOs themselves, which are always served from the repository (system of record).