@solana/web3.js 1.43.5 → 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.
package/lib/index.cjs.js CHANGED
@@ -3607,6 +3607,10 @@ const SYSTEM_INSTRUCTION_LAYOUTS = Object.freeze({
3607
3607
  TransferWithSeed: {
3608
3608
  index: 11,
3609
3609
  layout: BufferLayout__namespace.struct([BufferLayout__namespace.u32('instruction'), u64('lamports'), rustString('seed'), publicKey('programId')])
3610
+ },
3611
+ UpgradeNonceAccount: {
3612
+ index: 12,
3613
+ layout: BufferLayout__namespace.struct([BufferLayout__namespace.u32('instruction')])
3610
3614
  }
3611
3615
  });
3612
3616
  /**
@@ -9938,6 +9942,8 @@ exports.Struct = Struct;
9938
9942
  exports.SystemInstruction = SystemInstruction;
9939
9943
  exports.SystemProgram = SystemProgram;
9940
9944
  exports.Transaction = Transaction;
9945
+ exports.TransactionExpiredBlockheightExceededError = TransactionExpiredBlockheightExceededError;
9946
+ exports.TransactionExpiredTimeoutError = TransactionExpiredTimeoutError;
9941
9947
  exports.TransactionInstruction = TransactionInstruction;
9942
9948
  exports.VALIDATOR_INFO_KEY = VALIDATOR_INFO_KEY;
9943
9949
  exports.VOTE_PROGRAM_ID = VOTE_PROGRAM_ID;