-
Notifications
You must be signed in to change notification settings - Fork 57
export simpleWalletDTO #404
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
Conversation
is there no other DTOs that need to be exported ? Kind of a bad thing to do to expose one specific class in there, I would prefer it to expose a DTO submodule (with any required DTOs) |
The other DTOs are DTO that are used for typing REST API results, I separated this one from these upon demand of @rg911 for not impacting OpenAPI documentation automatic generation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still think the simpleWalletDTO is client specific model. Question is should we need to add it to the SDK or keep it @internal or move it into the wallet project completely?
I agree with Steve. I think this PR belongs to the wallet project. I don't think other apps may care about it. |
Should the wallet be part of the NEM cli? |
In the end, it is just a small detail. Maybe I don't know what the "wallet project" is? In my opinion, this should be provided by the SDK, here is my reasoning:
it's not only about the CLI, but this is also used in the desktop wallet, the browser extension wallet, and I guess in the mobile wallet as well |
Okay, in that case, like @evias suggested, could a submodule be created? and we already have a |
sorry about this one...
sorted the exports along the way