{
    "Function": "formatIncreaseRedeemOrder",
    "File": "src/gateway/Messages.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "abi.encodePacked()"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function formatIncreaseRedeemOrder(\n        uint64 poolId,\n        bytes16 trancheId,\n        bytes32 investor,\n        uint128 currency,\n        uint128 amount\n    ) internal pure returns (bytes memory) {\n        return abi.encodePacked(uint8(Call.IncreaseRedeemOrder), poolId, trancheId, investor, currency, amount);\n    }"
}