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