pub fn compute_health(
    account: &MangoAccountRef<'_>,
    health_type: HealthType,
    retriever: &impl AccountRetriever
) -> Result<I80F48>
Expand description

Compute health with an arbitrary AccountRetriever