HousePoolPendingLivePlanLib
Functions
planApplyPendingClaimantBuckets
function planApplyPendingClaimantBuckets(
HousePoolPendingPreviewLib.PendingAccountingState memory state,
uint256 currentSeniorPrincipal,
HousePoolPendingPreviewLib.ClaimantPendingBuckets memory claimantBuckets
) internal pure returns (PendingLivePlan memory plan);
Structs
PendingLivePlan
struct PendingLivePlan {
HousePoolPendingPreviewLib.PendingAccountingState state;
bool seniorPrincipalChanged;
}