|
event Ruling(IArbitratorV2 indexed _arbitrator, uint256 indexed _disputeID, uint256 _ruling); |
|
event Ruling(IArbitrableV2 indexed _arbitrable, uint256 indexed _disputeID, uint256 _ruling); |
In order to simplify the IArbitrableV2 interface as possible, Ruling should be removed from it. If arbitrable frontends or systems are interested in whether a Ruling was given, they can opt to emit it voluntarily, or listen to the Ruling event on the arbitrator.