{
    "Function": "commitAndRevert",
    "File": "contracts/operators/Flat/IFlatOperator.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function commitAndRevert(\n        address self,\n        address token,\n        uint256 amount\n    ) external payable returns (uint256[] memory amounts, address[] memory tokens);"
}