@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.
@@ -118,8 +118,7 @@ class Enum extends Struct {
118
118
  }
119
119
  const SOLANA_SCHEMA = new Map();
120
120
 
121
- var _class;
122
- let _Symbol$toStringTag;
121
+ var _PublicKey;
123
122
 
124
123
  /**
125
124
  * Maximum length of derived pubkey seed
@@ -149,7 +148,6 @@ let uniquePublicKeyCounter = 1;
149
148
  /**
150
149
  * A public key
151
150
  */
152
- _Symbol$toStringTag = Symbol.toStringTag;
153
151
  class PublicKey extends Struct {
154
152
  /**
155
153
  * Create a new PublicKey object
@@ -229,7 +227,7 @@ class PublicKey extends Struct {
229
227
  b.copy(zeroPad, 32 - b.length);
230
228
  return zeroPad;
231
229
  }
232
- get [_Symbol$toStringTag]() {
230
+ get [Symbol.toStringTag]() {
233
231
  return `PublicKey(${this.toString()})`;
234
232
  }
235
233
 
@@ -327,8 +325,8 @@ class PublicKey extends Struct {
327
325
  return isOnCurve(pubkey.toBytes());
328
326
  }
329
327
  }
330
- _class = PublicKey;
331
- PublicKey.default = new _class('11111111111111111111111111111111');
328
+ _PublicKey = PublicKey;
329
+ PublicKey.default = new _PublicKey('11111111111111111111111111111111');
332
330
  SOLANA_SCHEMA.set(PublicKey, {
333
331
  kind: 'struct',
334
332
  fields: [['_bn', 'u256']]
@@ -8844,7 +8842,7 @@ class Secp256k1Program {
8844
8842
  }
8845
8843
  Secp256k1Program.programId = new PublicKey('KeccakSecp256k11111111111111111111111111111');
8846
8844
 
8847
- var _class2;
8845
+ var _Lockup;
8848
8846
 
8849
8847
  /**
8850
8848
  * Address of the stake config account which configures the rate
@@ -8893,8 +8891,8 @@ class Lockup {
8893
8891
  * Default, inactive Lockup value
8894
8892
  */
8895
8893
  }
8896
- _class2 = Lockup;
8897
- Lockup.default = new _class2(0, 0, PublicKey.default);
8894
+ _Lockup = Lockup;
8895
+ Lockup.default = new _Lockup(0, 0, PublicKey.default);
8898
8896
  /**
8899
8897
  * Create stake account transaction params
8900
8898
  */