IInterestRateModel
Functions
getSupplyRate
function getSupplyRate(uint256 cash, uint256 borrows, uint256 reserves, uint256 reserveFactorMantissa)
external
view
returns (uint256);
getBorrowRate
function getBorrowRate(uint256 cash, uint256 borrows, uint256 reserves) external view returns (uint256);