@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.
@@ -90,8 +90,7 @@ class Enum extends Struct {
90
90
  }
91
91
  const SOLANA_SCHEMA = new Map();
92
92
 
93
- var _class;
94
- let _Symbol$toStringTag;
93
+ var _PublicKey;
95
94
 
96
95
  /**
97
96
  * Maximum length of derived pubkey seed
@@ -121,7 +120,6 @@ let uniquePublicKeyCounter = 1;
121
120
  /**
122
121
  * A public key
123
122
  */
124
- _Symbol$toStringTag = Symbol.toStringTag;
125
123
  class PublicKey extends Struct {
126
124
  /**
127
125
  * Create a new PublicKey object
@@ -201,7 +199,7 @@ class PublicKey extends Struct {
201
199
  b.copy(zeroPad, 32 - b.length);
202
200
  return zeroPad;
203
201
  }
204
- get [_Symbol$toStringTag]() {
202
+ get [Symbol.toStringTag]() {
205
203
  return `PublicKey(${this.toString()})`;
206
204
  }
207
205
 
@@ -299,8 +297,8 @@ class PublicKey extends Struct {
299
297
  return isOnCurve(pubkey.toBytes());
300
298
  }
301
299
  }
302
- _class = PublicKey;
303
- PublicKey.default = new _class('11111111111111111111111111111111');
300
+ _PublicKey = PublicKey;
301
+ PublicKey.default = new _PublicKey('11111111111111111111111111111111');
304
302
  SOLANA_SCHEMA.set(PublicKey, {
305
303
  kind: 'struct',
306
304
  fields: [['_bn', 'u256']]
@@ -8816,7 +8814,7 @@ class Secp256k1Program {
8816
8814
  }
8817
8815
  Secp256k1Program.programId = new PublicKey('KeccakSecp256k11111111111111111111111111111');
8818
8816
 
8819
- var _class2;
8817
+ var _Lockup;
8820
8818
 
8821
8819
  /**
8822
8820
  * Address of the stake config account which configures the rate
@@ -8865,8 +8863,8 @@ class Lockup {
8865
8863
  * Default, inactive Lockup value
8866
8864
  */
8867
8865
  }
8868
- _class2 = Lockup;
8869
- Lockup.default = new _class2(0, 0, PublicKey.default);
8866
+ _Lockup = Lockup;
8867
+ Lockup.default = new _Lockup(0, 0, PublicKey.default);
8870
8868
  /**
8871
8869
  * Create stake account transaction params
8872
8870
  */