Developer-DUCS / BlockchainSim

Apache License 2.0
1 stars 1 forks source link

change wallet from array to object #62

Closed bvalencia002 closed 2 years ago

bvalencia002 commented 2 years ago

this will help our simulation creation code and the database code be in sync. currently, the simulation creation code uses arrays and it's transformed into a JSON object to be stored in the database.