@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.
@@ -4826,7 +4826,7 @@ const GetBlockSignaturesRpcResult = jsonRpcResult(superstruct.nullable(superstru
4826
4826
  */
4827
4827
  const GetTransactionRpcResult = jsonRpcResult(superstruct.nullable(superstruct.type({
4828
4828
  slot: superstruct.number(),
4829
- meta: ConfirmedTransactionMetaResult,
4829
+ meta: superstruct.nullable(ConfirmedTransactionMetaResult),
4830
4830
  blockTime: superstruct.optional(superstruct.nullable(superstruct.number())),
4831
4831
  transaction: ConfirmedTransactionResult,
4832
4832
  version: superstruct.optional(TransactionVersionStruct)