HousePoolPendingLivePlanLib
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;
}