@solana/web3.js 1.41.2 → 1.41.3

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
@@ -9687,7 +9687,9 @@ exports.MAX_SEED_LENGTH = MAX_SEED_LENGTH;
9687
9687
  exports.Message = Message;
9688
9688
  exports.NONCE_ACCOUNT_LENGTH = NONCE_ACCOUNT_LENGTH;
9689
9689
  exports.NonceAccount = NonceAccount;
9690
+ exports.PACKET_DATA_SIZE = PACKET_DATA_SIZE;
9690
9691
  exports.PublicKey = PublicKey;
9692
+ exports.SIGNATURE_LENGTH_IN_BYTES = SIGNATURE_LENGTH_IN_BYTES;
9691
9693
  exports.SOLANA_SCHEMA = SOLANA_SCHEMA;
9692
9694
  exports.STAKE_CONFIG_ID = STAKE_CONFIG_ID;
9693
9695
  exports.STAKE_INSTRUCTION_LAYOUTS = STAKE_INSTRUCTION_LAYOUTS;