repay_debt(amount) in stablecoin/src/:
- Accrue outstanding stability fees on the position, adding them to
Position.debt_amount
- Issue a chained
Burn call to the token program to burn amount stablecoins from the user's holding account
- Decrease
Position.debt_amount by amount
repay_debt(amount)instablecoin/src/:Position.debt_amountBurncall to the token program to burnamountstablecoins from the user's holding accountPosition.debt_amountbyamount