{
    "Function": "feeRecipient",
    "File": "contracts/LendingPair.sol",
    "Parent Contracts": [
        "contracts/TransferHelper.sol"
    ],
    "High-Level Calls": [
        "IController"
    ],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function feeRecipient() public view returns(address) {\n    return controller.feeRecipient();\n  }"
}