ergoplatform/ergo
Wrap primitive types in communication between API and the core
开放
#1,005 创建于 2019年12月18日
A-apiB-100 Ergbountyhelp wanted
仓库指标
- 星标
- (519 个星标)
- PR 合并指标
- (平均合并 12天 5小时) (30 天内合并 13 个 PR)
描述
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.