{
    "Function": "getEntireDebtAndColl",
    "File": "contracts/test/Interfaces/LiquityV1/ITroveManagerV1.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getEntireDebtAndColl(\n        address _borrower\n    ) external view returns (uint256 debt, uint256 coll, uint256 pendingLUSDDebtReward, uint256 pendingETHReward);"
}