You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mapping(bytes32=> Item) public items; // Maps the item ID to its data in the form items[_itemID].
mapping(address=>mapping(uint256=>bytes32)) public arbitratorDisputeIDToItemID; // Maps a dispute ID to the ID of the item with the disputed request in the form arbitratorDisputeIDToItemID[arbitrator][disputeID].
mapping(bytes32=>mapping(uint256=> DisputeData)) public requestsDisputeData; // Maps an item and a request to the data of the dispute related to them. requestsDisputeData[itemID][requestIndex]
ArbitrationParams[] public arbitrationParamsChanges;
The text was updated successfully, but these errors were encountered:
Generalized:
Here yes:
tcr/contracts/GeneralizedTCR.sol
Line 94 in 72e547e
Light version:
Here no:
tcr/contracts/LightGeneralizedTCR.sol
Lines 122 to 125 in 72e547e
The text was updated successfully, but these errors were encountered: