@solana/web3.js 1.91.7 → 1.91.8

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.esm.js CHANGED
@@ -94,8 +94,7 @@ class Enum extends Struct {
94
94
  }
95
95
  const SOLANA_SCHEMA = new Map();
96
96
 
97
- var _class;
98
- let _Symbol$toStringTag;
97
+ var _PublicKey;
99
98
 
100
99
  /**
101
100
  * Maximum length of derived pubkey seed
@@ -125,7 +124,6 @@ let uniquePublicKeyCounter = 1;
125
124
  /**
126
125
  * A public key
127
126
  */
128
- _Symbol$toStringTag = Symbol.toStringTag;
129
127
  class PublicKey extends Struct {
130
128
  /**
131
129
  * Create a new PublicKey object
@@ -205,7 +203,7 @@ class PublicKey extends Struct {
205
203
  b.copy(zeroPad, 32 - b.length);
206
204
  return zeroPad;
207
205
  }
208
- get [_Symbol$toStringTag]() {
206
+ get [Symbol.toStringTag]() {
209
207
  return `PublicKey(${this.toString()})`;
210
208
  }
211
209
 
@@ -303,8 +301,8 @@ class PublicKey extends Struct {
303
301
  return isOnCurve(pubkey.toBytes());
304
302
  }
305
303
  }
306
- _class = PublicKey;
307
- PublicKey.default = new _class('11111111111111111111111111111111');
304
+ _PublicKey = PublicKey;
305
+ PublicKey.default = new _PublicKey('11111111111111111111111111111111');
308
306
  SOLANA_SCHEMA.set(PublicKey, {
309
307
  kind: 'struct',
310
308
  fields: [['_bn', 'u256']]
@@ -9509,7 +9507,7 @@ class Secp256k1Program {
9509
9507
  }
9510
9508
  Secp256k1Program.programId = new PublicKey('KeccakSecp256k11111111111111111111111111111');
9511
9509
 
9512
- var _class2;
9510
+ var _Lockup;
9513
9511
 
9514
9512
  /**
9515
9513
  * Address of the stake config account which configures the rate
@@ -9558,8 +9556,8 @@ class Lockup {
9558
9556
  * Default, inactive Lockup value
9559
9557
  */
9560
9558
  }
9561
- _class2 = Lockup;
9562
- Lockup.default = new _class2(0, 0, PublicKey.default);
9559
+ _Lockup = Lockup;
9560
+ Lockup.default = new _Lockup(0, 0, PublicKey.default);
9563
9561
  /**
9564
9562
  * Create stake account transaction params
9565
9563
  */