Closed Tailchakra closed 3 years ago
Sorry for the - maybe obvious - question, but I seem to not be able to find how to address this in the documentation.
Currently I'm able to get the ONE balance off of my wallet using
const account = new Account( privateKey, customHTTPMessenger ); account.getBalance().then(response => { console.log(fromWei(response.balance, Units.one)); });
Is it possible to retrieve the balance of a specific token on my wallet?
Specific tokens are to be fetched through contract methods. Not account class here
Sorry for the - maybe obvious - question, but I seem to not be able to find how to address this in the documentation.
Currently I'm able to get the ONE balance off of my wallet using
Is it possible to retrieve the balance of a specific token on my wallet?