pub fn verify_healthy(
    ctx: Context<'_, '_, '_, '_, VerifyHealthy<'_>>
) -> Result<()>
Expand description

Verify that the account is healthy, by validating the collateralization ration is above the minimum.

There’s no real reason to call this instruction, outside of wanting to simulate the health check for a margin account.

Accounts

NameTypeDescription
margin_accountread_onlyThe account to verify the health of.

Events

Event NameDescription
events::VerifiedHealthyMarks the verification of the position.