@solana/web3.js 1.43.5 → 1.43.6

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
@@ -415,6 +415,7 @@ declare module '@solana/web3.js' {
415
415
  /** A recent blockhash */
416
416
  recentBlockhash?: Blockhash;
417
417
  };
418
+ export type TransactionCtorFields = TransactionCtorFields_DEPRECATED;
418
419
  /**
419
420
  * List of Transaction object fields that may be initialized at construction
420
421
  */