You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As readme sample List<TokenAccountInfo> tokenAccounts = client.getApi() .getTokenAccountsByOwner(walletAddress, usdcMintAddress);
but as the version 1.27.3 the source code shown it return the PublicKey, there any missmatch ?