SeiyaKobayashi / zkml-optimization

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

[TASK]: Implement `getModels()` & `getModelsByOwnerAddress()` function #10

Closed SeiyaKobayashi closed 1 year ago

SeiyaKobayashi commented 1 year ago

📝 Overview

Implement getModels() & getModelsByOwnerAddress() functions of Verifier contract.

🖋 Details

📚 References

SeiyaKobayashi commented 1 year ago

We should implement some sort of pagination (e.g. with offset & limit parameters) for performance reasons.