Fetch the balance of a wallet for a specific token.
import { useWalletBalance } from "thirdweb/react"; const { data, isLoading, isError } = useWalletBalance({ chain, address, client, tokenAddress,});
GetWalletBalanceResult The result of the query.