ergoplatform/ergo
Wrap primitive types in communication between API and the core
Offen
#1.005 geöffnet am 18.12.2019
A-apiB-100 Ergbountyhelp wanted
Repository-Metriken
- Stars
- (520 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 12T 5h) (13 gemergte PRs in 30 T)
Beschreibung
Currently in many places core is responding with primitive Scala types to requests from API method implementations.
One concrete example is InitWallet / RestoreWallet.
It would be more descriptive to use logic-related types by using (case class) wrappers or type aliases.