{
    "Function": "allocatedCredit",
    "File": "contracts/interfaces/IPoolTemplate.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function allocatedCredit(address _index)\n        external\n        view\n        virtual\n        returns (uint256);"
}