@solana/web3.js 1.87.4 → 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.cjs.js CHANGED
@@ -7119,7 +7119,7 @@ const GetBlockSignaturesRpcResult = jsonRpcResult(superstruct.nullable(superstru
7119
7119
  */
7120
7120
  const GetTransactionRpcResult = jsonRpcResult(superstruct.nullable(superstruct.type({
7121
7121
  slot: superstruct.number(),
7122
- meta: ConfirmedTransactionMetaResult,
7122
+ meta: superstruct.nullable(ConfirmedTransactionMetaResult),
7123
7123
  blockTime: superstruct.optional(superstruct.nullable(superstruct.number())),
7124
7124
  transaction: ConfirmedTransactionResult,
7125
7125
  version: superstruct.optional(TransactionVersionStruct)