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