{
    "Function": "increaseAllowanceToCreditLine",
    "File": "contracts/interfaces/ISavingsAccount.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function increaseAllowanceToCreditLine(\n        uint256 amount,\n        address token,\n        address from\n    ) external;"
}