Withdraw FIF

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 Get FIF List.

  • amount – will be the available amount that can withdraw.

  • walletAddress- is the address of the user.

const response = await this.LendingService.withdrawFixedIncomeFund(
 contractAddress, amount, walletAddress
 )

Last updated