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

Implement transaction json serialization/deserialization #5

Open
pananton opened this issue Jul 4, 2019 · 2 comments
Open

Implement transaction json serialization/deserialization #5

pananton opened this issue Jul 4, 2019 · 2 comments
Assignees

Comments

@pananton
Copy link
Contributor

pananton commented Jul 4, 2019

SDK currently has json::Parser which allows to read/write any variadic struct. We need to describe format of json-serialized transaction using variadic struct for all transaction types and add functions that convert this DTOs to transaction classe and viceversa.

@pananton pananton self-assigned this Jul 4, 2019
@eugene-babichenko
Copy link

Will you prepare only transactions serialization, or also other data types?

@pananton
Copy link
Contributor Author

pananton commented Jul 4, 2019

This issue is only for transaction types and types required by them. When this issue will be closed, I probably will have a time to work on adding other API types and endpoints.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants