Account.getTokensBalance() method
Retrieves the token balances of an account
Signature:
getTokensBalance(): Promise<BalanceResult[]>;
Returns:
Promise<BalanceResult[]>
Remarks
Returns all balances In the future this method will retrieve ERC20 token balances by providing the TokenType.ERC20 and the contract addresses for the tokens.