IOraclesManager
Events
AddOracle
Emitted when an oracle is added
Parameters:
Name
Type
Description
oracle
address
Address of an added oracle
required
bool
Is this oracle's signature required for every transfer
UpdateOracle
Emitted when an oracle is updated
Parameters:
Name
Type
Description
oracle
address
Address of an updated oracle
required
bool
Is this oracle's signature required for every transfer
isValid
bool
Is this oracle valid, i.e. should it be treated as an oracle
DeployApproved
Emitted once the submission is confirmed by min required amount of oracles
SubmissionApproved
Emitted once the submission is confirmed by min required amount of oracles
Structs
OracleInfo
Last updated