Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

IIrm

Git Source

Title: IIrm

Minimal interface for Morpho Blue Interest Rate Models.

Functions

borrowRateView

Returns the borrow rate per second (scaled by 1e18).

function borrowRateView(
    MarketParams memory marketParams,
    IMorpho.MarketState memory market
) external view returns (uint256);