{
    "Function": "executeQueue",
    "File": "contracts/dex/queue/SwapQueue.sol",
    "Parent Contracts": [
        "contracts/shared/ProtocolConstants.sol",
        "contracts/interfaces/dex/queue/ISwapQueue.sol"
    ],
    "High-Level Calls": [
        "Address"
    ],
    "Internal Calls": [
        "_executeQueue"
    ],
    "Library Calls": [
        "sendValue"
    ],
    "Low-Level Calls": [],
    "Code": "function executeQueue() external {\r\n        uint256 reimbursement = _executeQueue();\r\n        payable(msg.sender).sendValue(reimbursement);\r\n    }"
}