Last updated 3 years ago
async withdraw()
To be able to withdraw the available amount from a specific Fixed Income Fund, you should use:
The contractAddress information you will get after getting a successful response from .
amount – will be the available amount that can withdraw.
amount
walletAddress- is the address of the user.
walletAddress
const response = await this.LendingService.withdrawFixedIncomeFund( contractAddress, amount, walletAddress )