@solana/web3.js 1.87.3 → 1.87.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.iife.js CHANGED
@@ -19286,7 +19286,7 @@ var solanaWeb3 = (function (exports) {
19286
19286
  */
19287
19287
  const GetTransactionRpcResult = jsonRpcResult(nullable(type({
19288
19288
  slot: number(),
19289
- meta: ConfirmedTransactionMetaResult,
19289
+ meta: nullable(ConfirmedTransactionMetaResult),
19290
19290
  blockTime: optional(nullable(number())),
19291
19291
  transaction: ConfirmedTransactionResult,
19292
19292
  version: optional(TransactionVersionStruct)