This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Description
Version of EOSJS
22.1.0
I am using get_currency_balance
to retrieve a smart contract build on top of UX network.
blockChain.getCurrencyBalance([
EDNAInfo.tokenContract,
accountName,
EDNAInfo.symbol,
])
Everything works fine, but the result is an array contain 1 result. for example : [111.0000 ABCDE]
- Why is it an array, is this the total available token for the
accountName
?
- When there are more than 1 result, what are they?
Thanks, tried to find the documentation, but can not find any information.