CharlesAntoineUL / IFT-4100-TP3

0 stars 0 forks source link

Définition d'au moins un évènement dans le contrat #4

Open CharlesAntoineUL opened 6 months ago

CharlesAntoineUL commented 6 months ago

event CarAdded(uint carId, string brand, string model, string yearOfConstruction); event CarRented(uint carId, address indexed renter, uint numDays); event CarReturned(uint carId, address indexed renter); event CarRemoved(uint carId);