{
    "Function": "areConflictingAttestations",
    "File": "contracts/disputes/IDisputeManager.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function areConflictingAttestations(\n        Attestation memory _attestation1,\n        Attestation memory _attestation2\n    ) external pure returns (bool);"
}