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