Git Source
function markIsFreshForReconcile(
HousePoolEngineViewTypes.HousePoolInputSnapshot memory accountingSnapshot,
HousePoolEngineViewTypes.HousePoolStatusSnapshot memory statusSnapshot,
uint256 currentTimestamp
) internal pure returns (bool);
function withdrawalsLive(
HousePoolEngineViewTypes.HousePoolInputSnapshot memory accountingSnapshot,
HousePoolEngineViewTypes.HousePoolStatusSnapshot memory statusSnapshot,
uint256 currentTimestamp
) internal pure returns (bool);
function markFresh(
HousePoolEngineViewTypes.HousePoolInputSnapshot memory accountingSnapshot,
HousePoolEngineViewTypes.HousePoolStatusSnapshot memory statusSnapshot,
uint256 currentTimestamp
) internal pure returns (bool);