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

IYieldAdapter

Git Source

Title: IYieldAdapter

Extended interface for yield adapters that support interest accrual.

Optional extension to IERC4626 for adapters with pending interest.

Functions

accrueInterest

Forces the underlying protocol to accrue pending interest.

Call before reading totalAssets() if exact values are needed for calculations.

function accrueInterest() external;