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

HousePoolFreshnessLib

Git Source

Functions

markIsFreshForReconcile

function markIsFreshForReconcile(
    ICfdEngine.HousePoolInputSnapshot memory accountingSnapshot,
    ICfdEngine.HousePoolStatusSnapshot memory statusSnapshot,
    uint256 currentTimestamp
) internal pure returns (bool);

withdrawalsLive

function withdrawalsLive(
    ICfdEngine.HousePoolInputSnapshot memory accountingSnapshot,
    ICfdEngine.HousePoolStatusSnapshot memory statusSnapshot,
    uint256 currentTimestamp
) internal pure returns (bool);

markFresh

function markFresh(
    ICfdEngine.HousePoolInputSnapshot memory accountingSnapshot,
    ICfdEngine.HousePoolStatusSnapshot memory statusSnapshot,
    uint256 currentTimestamp
) internal pure returns (bool);