Add a function that return the number of payees on the Repayment Manager contract
djuanit0x opened this issue · 1 comments
djuanit0x commented
The current payess on Repayment Manager contract is a private state; thus, it's difficult to retrieve from the front end.
See here
onggunhao commented
@djuanit0x It's actually been removed - we actually thought that we could use the fund
event to get the list of lenders.