{
    "Function": "calcClaimBondedLP",
    "File": "contracts/Dao.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "iBONDVAULT"
    ],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function calcClaimBondedLP(address bondedMember, address asset) public returns (uint){\n        uint claimAmount = _BONDVAULT.calcBondedLP(bondedMember, asset); // Check user's unlocked Bonded LPs\n        return claimAmount;\n    }"
}