@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.cjs.js CHANGED
@@ -5552,6 +5552,7 @@ const TokenBalanceResult = superstruct.type({
5552
5552
  accountIndex: superstruct.number(),
5553
5553
  mint: superstruct.string(),
5554
5554
  owner: superstruct.optional(superstruct.string()),
5555
+ programId: superstruct.optional(superstruct.string()),
5555
5556
  uiTokenAmount: TokenAmountResult
5556
5557
  });
5557
5558
  const LoadedAddressesResult = superstruct.type({