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
Storing the characteristics of the used vehicle on the blockchain makes it easier to reproduce the calculated PCF.
A chain code function should be able to write the characteristic and another function be able to read the data based on the ID.
The id should be used as key.
Example payload:
{
"id": "0cafe6b0-8a14-11ee-b9d1-0242ac120002",
"name": "My lovely DB5",
"emissionPerKm": 40
}
The text was updated successfully, but these errors were encountered:
Storing the characteristics of the used vehicle on the blockchain makes it easier to reproduce the calculated PCF.
A chain code function should be able to write the characteristic and another function be able to read the data based on the ID.
The id should be used as key.
Example payload:
The text was updated successfully, but these errors were encountered: