withdrawBB
Developers > Yield Tranches > Methods > withdrawBB
This method allows a user to burn a BB (Junior) tranche token and get the principal and interests back (if no emergency shutdown is in progress).
function withdrawBB(
uint256 _amount
) external returns (uint256)
Parameter | Description |
---|---|
_amount | Amount of BB tranche tokens to burn |
Value | Description |
---|---|
_withdraw | Underlying tokens redeemed |
Last modified 1mo ago