SeiyaKobayashi / zkml-optimization

Optimization for on-chain private machine learning.
MIT License
13 stars 1 forks source link

[TASK]: Implement `updateModel()` function #18

Closed SeiyaKobayashi closed 1 year ago

SeiyaKobayashi commented 1 year ago

📝 Overview

Implement updateModel() function of Verifier contract.

🖋 Details

This function should update fields (except contentId & ownerAddress) of the registered model.

📚 References

n/a