description |
---|
Developers > Yield Tranches > Methods > withdrawAA nonpayable |
This method allows a user to burn a AA (Senior) tranche token and get the principal and interests back (if no emergency shutdown is in progress).
function withdrawAA(
uint256 _amount
) external returns (uint256)
Parameter | Description |
---|---|
_amount | Amount of AA tranche tokens to burn |
Value | Description |
---|---|
_withdraw | Underlying tokens redeemed |