{
    "Function": "parseAddPool",
    "File": "src/gateway/Messages.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "BytesLib"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "toUint64"
    ],
    "Low-Level Calls": [],
    "Code": "function parseAddPool(bytes memory _msg) internal pure returns (uint64 poolId) {\n        poolId = BytesLib.toUint64(_msg, 1);\n    }"
}