{
    "Function": "hasPrice",
    "File": "contracts/interfaces/UMAprotocol/SkinnyOptimisticOracleInterface.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function hasPrice(\n    address requester,\n    bytes32 identifier,\n    uint32 timestamp,\n    bytes memory ancillaryData,\n    Request memory request\n  ) public virtual returns (bool);"
}