type GetTokenBalanceOptions = { account: Pick<Account, "address">; chain: Chain; client: ThirdwebClient; tokenAddress?: string;};