UniversityDAO / udao

The official UniversityDAO DApp repository.
GNU Lesser General Public License v2.1
4 stars 4 forks source link

refactor proposal object representations with classes #58

Closed oslfmt closed 2 years ago

oslfmt commented 2 years ago

I created a couple classes to represent proposals and proposalCreatedEvents. This makes the object much cleaner, we have a central data structure to refer to now, and proposals also contains all the data we need.