@solana/web3.js 1.44.0 → 1.44.1

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.
@@ -9857,6 +9857,8 @@ exports.Struct = Struct;
9857
9857
  exports.SystemInstruction = SystemInstruction;
9858
9858
  exports.SystemProgram = SystemProgram;
9859
9859
  exports.Transaction = Transaction;
9860
+ exports.TransactionExpiredBlockheightExceededError = TransactionExpiredBlockheightExceededError;
9861
+ exports.TransactionExpiredTimeoutError = TransactionExpiredTimeoutError;
9860
9862
  exports.TransactionInstruction = TransactionInstruction;
9861
9863
  exports.VALIDATOR_INFO_KEY = VALIDATOR_INFO_KEY;
9862
9864
  exports.VOTE_PROGRAM_ID = VOTE_PROGRAM_ID;