-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
refactoring of the TransactionFactory and Services/ApiClients #44
Comments
I think we should mark the The open question then is how to perform the
|
@mitch-lbw we should also think about a way to get access to all ApiClients with a certain configuration as this shouldn't be provided by the TransactionService. currently we e.g. define a edit:
|
Yes - as discussed - we would not recommend to expose generated ApiClients because the underlying AE protocol is currently not stable atm. Furthermore we want provide an SDK which aims to realize a reliable API. |
please consider #48 for the design after refactoring: maybe this can also be made more generic. a look into the python sdk might help: |
#48 won't be included in this refactoring. |
@NonNull
attributes of all Transaction types (e.g. payload for SpendTransaction shouldn't be required)The text was updated successfully, but these errors were encountered: