@cfxlabsinc/b2b-services
    Preparing search index...
    SOLANA_BALANCE_TIMESERIES_CACHE: {
        l1: { ttl: 30000 };
        namespace: "solana-balance-timeseries";
        ttl: number;
    } = ...

    Cache config for the balance-history timeseries read. Entries are tagged with every queried address string so the Helius on-chain balance webhook can bust the chart for any affected account address — the same trigger that busts the point-in-time balance. Same namespace + cluster busts cross-process.

    Type Declaration

    • Readonlyl1: { ttl: 30000 }
    • Readonlynamespace: "solana-balance-timeseries"
    • Readonlyttl: number