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

Simplify retrieval of account balances #7

Open
tonowie opened this issue Apr 27, 2019 · 1 comment
Open

Simplify retrieval of account balances #7

tonowie opened this issue Apr 27, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@tonowie
Copy link
Contributor

tonowie commented Apr 27, 2019

following calls are needed to retrieve account balance (and understand it)

  1. GET accountHttp.getAccountInfo - this provides mosaic ids and balances
  2. POST mosaicHttp.getMosaics - this provides divisibility in the mosaic properties
  3. POST mosaicHttp.getMosaicNames - this resolves mosaic name for mosaic id

Consider creating some API above all this to simplify retrieval of all that data

@tonowie tonowie added the enhancement New feature or request label Apr 27, 2019
@tonowie
Copy link
Contributor Author

tonowie commented Aug 26, 2019

here is what TS SDK did to support that ... ugh lost the link ...

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

No branches or pull requests

1 participant