IRCLBorrowers
Methods
borrow
Borrow funds from the pool against the order book. The to address has to have a borrowed role. It is not possible to borrow after the current loan maturity has passed
TickBorrowed event is declared in BorrowerLogic library
Parameters
repay
Repay borrowed funds with interest to the pool emits a {Repaid} event and one {TickRepaid} event per repayed tick
TickRepaid event is declared in BorrowerLogic library
Events
Borrowed
Emitted during a borow
Parameters
Repaid
Emitted during a repayment
Parameters
Last updated