Terminate FIF
async terminate()
async terminate()
For terminating a Fixed Income Fund, you should use:
The contractAddress information you will get after getting a successful response from Get FIF List.
walletAddress
- is the address of the user.
this.LendingService.terminateFixedIncomeFund(
contractAddress, walletAddress
)
Last updated