pub fn new_health_cache(
    account: &MangoAccountRef<'_>,
    retriever: &impl AccountRetriever,
    now_ts: u64
) -> Result<HealthCache>
Expand description

Generate a HealthCache for an account and its health accounts.