@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.
@@ -10181,7 +10181,9 @@ exports.MAX_SEED_LENGTH = MAX_SEED_LENGTH;
10181
10181
  exports.Message = Message;
10182
10182
  exports.NONCE_ACCOUNT_LENGTH = NONCE_ACCOUNT_LENGTH;
10183
10183
  exports.NonceAccount = NonceAccount;
10184
+ exports.PACKET_DATA_SIZE = PACKET_DATA_SIZE;
10184
10185
  exports.PublicKey = PublicKey;
10186
+ exports.SIGNATURE_LENGTH_IN_BYTES = SIGNATURE_LENGTH_IN_BYTES;
10185
10187
  exports.SOLANA_SCHEMA = SOLANA_SCHEMA;
10186
10188
  exports.STAKE_CONFIG_ID = STAKE_CONFIG_ID;
10187
10189
  exports.STAKE_INSTRUCTION_LAYOUTS = STAKE_INSTRUCTION_LAYOUTS;