proximax-storage / java-xpx-chain-sdk

ProximaX Sirius-Chain Java SDK
Apache License 2.0
7 stars 1 forks source link

Simplify retrieval of account balances #7

Open tonowie opened 5 years ago

tonowie commented 5 years ago

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 commented 5 years ago

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