@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.cjs.js CHANGED
@@ -126,8 +126,7 @@ class Enum extends Struct {
126
126
  }
127
127
  const SOLANA_SCHEMA = new Map();
128
128
 
129
- var _class;
130
- let _Symbol$toStringTag;
129
+ var _PublicKey;
131
130
 
132
131
  /**
133
132
  * Maximum length of derived pubkey seed
@@ -157,7 +156,6 @@ let uniquePublicKeyCounter = 1;
157
156
  /**
158
157
  * A public key
159
158
  */
160
- _Symbol$toStringTag = Symbol.toStringTag;
161
159
  class PublicKey extends Struct {
162
160
  /**
163
161
  * Create a new PublicKey object
@@ -237,7 +235,7 @@ class PublicKey extends Struct {
237
235
  b.copy(zeroPad, 32 - b.length);
238
236
  return zeroPad;
239
237
  }
240
- get [_Symbol$toStringTag]() {
238
+ get [Symbol.toStringTag]() {
241
239
  return `PublicKey(${this.toString()})`;
242
240
  }
243
241
 
@@ -335,8 +333,8 @@ class PublicKey extends Struct {
335
333
  return isOnCurve(pubkey.toBytes());
336
334
  }
337
335
  }
338
- _class = PublicKey;
339
- PublicKey.default = new _class('11111111111111111111111111111111');
336
+ _PublicKey = PublicKey;
337
+ PublicKey.default = new _PublicKey('11111111111111111111111111111111');
340
338
  SOLANA_SCHEMA.set(PublicKey, {
341
339
  kind: 'struct',
342
340
  fields: [['_bn', 'u256']]
@@ -9541,7 +9539,7 @@ class Secp256k1Program {
9541
9539
  }
9542
9540
  Secp256k1Program.programId = new PublicKey('KeccakSecp256k11111111111111111111111111111');
9543
9541
 
9544
- var _class2;
9542
+ var _Lockup;
9545
9543
 
9546
9544
  /**
9547
9545
  * Address of the stake config account which configures the rate
@@ -9590,8 +9588,8 @@ class Lockup {
9590
9588
  * Default, inactive Lockup value
9591
9589
  */
9592
9590
  }
9593
- _class2 = Lockup;
9594
- Lockup.default = new _class2(0, 0, PublicKey.default);
9591
+ _Lockup = Lockup;
9592
+ Lockup.default = new _Lockup(0, 0, PublicKey.default);
9595
9593
  /**
9596
9594
  * Create stake account transaction params
9597
9595
  */