{
    "Function": "lendToProject",
    "File": "contracts/interfaces/ICommunity.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function lendToProject(\n        uint256 _communityID,\n        address _project,\n        uint256 _lending,\n        bytes calldata _hash\n    ) external;"
}