-
Notifications
You must be signed in to change notification settings - Fork 2
Work Flow
Yash Garg edited this page Jul 10, 2022
·
3 revisions
There are two contracts as of now=>
This is the main contract handling all the transactions functionality.
-
-
getInstalmentAmount()
=> To get the instalment amount. -
getNoOfInstalments()
=> To get the number of instalments. -
getTotalAmountOwed()
=> To get the amount owed by the borrower.
-