Variable SOLANA_BALANCE_TIMESERIES_CACHEConst
SOLANA_BALANCE_TIMESERIES_CACHE: {
l1: { ttl: 30000 };
namespace: "solana-balance-timeseries";
ttl: number;
} = ...
Type Declaration
Readonlyl1: { ttl: 30000 }
Readonlynamespace: "solana-balance-timeseries"
Readonlyttl: 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.