Closed papanmanna closed 3 years ago
After connecting with metamask, the address I can fetch using following code. But How do I fetch wallet balance?
session.approvedAccounts()
fetching the balance is not in the scope of this lib. You can e.g. use KEthereum for this https://github.com/komputing/KEthereum
After connecting with metamask, the address I can fetch using following code. But How do I fetch wallet balance?
session.approvedAccounts()