You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: