@solana/web3.js 1.95.4 → 1.95.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.d.ts CHANGED
@@ -2263,6 +2263,7 @@ type TokenBalance = {
2263
2263
  accountIndex: number;
2264
2264
  mint: string;
2265
2265
  owner?: string;
2266
+ programId?: string;
2266
2267
  uiTokenAmount: TokenAmount;
2267
2268
  };
2268
2269
  /**
package/lib/index.esm.js CHANGED
@@ -5522,6 +5522,7 @@ const TokenBalanceResult = type({
5522
5522
  accountIndex: number(),
5523
5523
  mint: string(),
5524
5524
  owner: optional(string()),
5525
+ programId: optional(string()),
5525
5526
  uiTokenAmount: TokenAmountResult
5526
5527
  });
5527
5528
  const LoadedAddressesResult = type({