{
    "Function": "createQueryDisputeConflict",
    "File": "contracts/disputes/IDisputeManager.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function createQueryDisputeConflict(\n        bytes calldata _attestationData1,\n        bytes calldata _attestationData2\n    ) external returns (bytes32, bytes32);"
}