waves-transactions icon indicating copy to clipboard operation
waves-transactions copied to clipboard

Lack of some node interaction functions

Open automainint opened this issue 3 years ago • 0 comments

Lack of some node interaction functions:

  • assets/balance (by account address),
  • assets/nft,
  • etc.

Need this to get list of token balances and list of NFTs by account address.

Workaround is to make a direct REST request to node by API_BASE URL. I noticed, Waves Keeper doing direct REST requests while also depending on waves-transactions, which seems not very efficient.

automainint avatar Jul 27 '22 20:07 automainint