JumpModel
JumpRateModel
Solidity API
constructor
Construct an interest rate model
Parameters
utilizationRate
Calculates the utilization rate of the market: borrows / (cash + borrows - reserves)
Parameters
Return Values
getBorrowRate
Calculates the current borrow rate per block, with the error code expected by the market
Parameters
Return Values
getSupplyRate
Calculates the current supply rate per block
Parameters
Return Values
Last updated