Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add types for one-value params and returns #817

Closed
arajasek opened this issue Nov 8, 2022 · 1 comment
Closed

Add types for one-value params and returns #817

arajasek opened this issue Nov 8, 2022 · 1 comment
Assignees

Comments

@arajasek
Copy link
Contributor

arajasek commented Nov 8, 2022

We currently inconsistently use the raw value directly (eg. Miner::change_owner_address) vs. having a wrapping struct that's "transparently" serialized (eg. Market::WithdrawBalanceReturn).

We should consistently do the latter. #810 (comment)

@arajasek
Copy link
Contributor Author

arajasek commented Nov 8, 2022

Adding to the API milestone because this effort is a good time for some cleanup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

No branches or pull requests

3 participants