RedeemPool

redeemStable

function redeemStable(uint amount) external;

Exchange T-Stable token for the stable token.

Parameter Name
Type
Description

amount

uint

The number of tokens to be exchanged

redeemStableFor

function redeemStableFor(address account, uint amount) external;

Exchange tStable token for the stable token.

Parameter Name
Type
Description

account

address

The number of tokens to be exchanged

amount

unit

Address of the account that will receive the stable token

Last updated