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

HousePoolPendingLivePlanLib

Git Source

Functions

planApplyPendingBuckets

function planApplyPendingBuckets(
    HousePoolPendingPreviewLib.PendingAccountingState memory state,
    uint256 currentSeniorPrincipal,
    uint256 pendingRecapitalizationUsdc,
    uint256 pendingTradingRevenueUsdc
) internal pure returns (PendingLivePlan memory plan);

Structs

PendingLivePlan

struct PendingLivePlan {
    HousePoolPendingPreviewLib.PendingAccountingState state;
    bool seniorPrincipalChanged;
}