Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Other Products
IOraclesManager interface details - events and structs.
event AddOracle( address oracle, bool required )
oracle
address
required
bool
event UpdateOracle( address oracle, bool required, bool isValid )
isValid
event DeployApproved( bytes32 deployId )
event SubmissionApproved( bytes32 submissionId )
struct OracleInfo { bool exist; bool isValid; bool required; }