{
    "Function": "getOracleSettings",
    "File": "contracts/interfaces/IRCFactory.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getOracleSettings()\n        external\n        view\n        returns (\n            IRealitio realitio,\n            address arbitrator,\n            uint32 timeout\n        );"
}