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