pub async fn query_tea_balance_async(
    account: &str,
    auth_key: &[u8],
    mode: IntelliSendMode
) -> Result<(U256, u128), Error>
Expand description

Return an address’s TEA balance. It’ll need the auth_key to check permission. That means users in TEA system cannot see another user’s balance.