Skip to main content

validate_recovery_plan_totals

Function validate_recovery_plan_totals 

Source
fn validate_recovery_plan_totals(
    plan_expected_usdc_recovered: Decimal,
    plan_expected_obligation_reduced: Decimal,
    plan_expected_impact_usdc: Decimal,
    actions: &[PmRecoveryActionState],
) -> Result<(), String>