IYieldAdapter
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;