@solana/connector 0.1.7 → 0.1.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.
Files changed (50) hide show
  1. package/README.md +83 -5
  2. package/dist/{chunk-APQGEW7S.mjs → chunk-6F6M6L7R.mjs} +73 -165
  3. package/dist/chunk-6F6M6L7R.mjs.map +1 -0
  4. package/dist/{chunk-VZ5Y6DIM.js → chunk-AOIXHVRH.js} +80 -235
  5. package/dist/chunk-AOIXHVRH.js.map +1 -0
  6. package/dist/chunk-DSUCH44G.js +678 -0
  7. package/dist/chunk-DSUCH44G.js.map +1 -0
  8. package/dist/{chunk-VA6LKXCQ.js → chunk-FTXIXM43.js} +157 -263
  9. package/dist/chunk-FTXIXM43.js.map +1 -0
  10. package/dist/{chunk-TQRJYZNK.mjs → chunk-G575OAT4.mjs} +71 -218
  11. package/dist/chunk-G575OAT4.mjs.map +1 -0
  12. package/dist/chunk-J7DHGLW6.mjs +638 -0
  13. package/dist/chunk-J7DHGLW6.mjs.map +1 -0
  14. package/dist/{chunk-Z22V3D4E.js → chunk-K3BNIGPX.js} +95 -37
  15. package/dist/chunk-K3BNIGPX.js.map +1 -0
  16. package/dist/{chunk-JK47EFJT.mjs → chunk-TTOKQAPX.mjs} +65 -14
  17. package/dist/chunk-TTOKQAPX.mjs.map +1 -0
  18. package/dist/compat.d.mts +1 -1
  19. package/dist/compat.d.ts +1 -1
  20. package/dist/compat.js +40 -39
  21. package/dist/compat.js.map +1 -1
  22. package/dist/compat.mjs +39 -38
  23. package/dist/compat.mjs.map +1 -1
  24. package/dist/headless.d.mts +447 -151
  25. package/dist/headless.d.ts +447 -151
  26. package/dist/headless.js +214 -194
  27. package/dist/headless.mjs +3 -3
  28. package/dist/index.d.mts +7 -6
  29. package/dist/index.d.ts +7 -6
  30. package/dist/index.js +268 -224
  31. package/dist/index.mjs +4 -4
  32. package/dist/react.d.mts +108 -7
  33. package/dist/react.d.ts +108 -7
  34. package/dist/react.js +54 -30
  35. package/dist/react.mjs +2 -2
  36. package/dist/{wallet-standard-shim-DiMvGjOk.d.ts → standard-shim-CT49DM5l.d.mts} +38 -247
  37. package/dist/{wallet-standard-shim-D4CYG5sU.d.mts → standard-shim-D9guL5fz.d.ts} +38 -247
  38. package/dist/{transaction-signer-CpGEvp7S.d.mts → transaction-signer-T-KVQFi8.d.mts} +1 -1
  39. package/dist/{transaction-signer-CpGEvp7S.d.ts → transaction-signer-T-KVQFi8.d.ts} +1 -1
  40. package/package.json +3 -3
  41. package/dist/chunk-APQGEW7S.mjs.map +0 -1
  42. package/dist/chunk-I64FD2EH.js +0 -312
  43. package/dist/chunk-I64FD2EH.js.map +0 -1
  44. package/dist/chunk-JK47EFJT.mjs.map +0 -1
  45. package/dist/chunk-QL3IT3TS.mjs +0 -299
  46. package/dist/chunk-QL3IT3TS.mjs.map +0 -1
  47. package/dist/chunk-TQRJYZNK.mjs.map +0 -1
  48. package/dist/chunk-VA6LKXCQ.js.map +0 -1
  49. package/dist/chunk-VZ5Y6DIM.js.map +0 -1
  50. package/dist/chunk-Z22V3D4E.js.map +0 -1
package/dist/headless.js CHANGED
@@ -1,494 +1,514 @@
1
1
  'use strict';
2
2
 
3
- var chunkVZ5Y6DIM_js = require('./chunk-VZ5Y6DIM.js');
4
- var chunkVA6LKXCQ_js = require('./chunk-VA6LKXCQ.js');
5
- var chunkI64FD2EH_js = require('./chunk-I64FD2EH.js');
3
+ var chunkAOIXHVRH_js = require('./chunk-AOIXHVRH.js');
4
+ var chunkFTXIXM43_js = require('./chunk-FTXIXM43.js');
5
+ var chunkDSUCH44G_js = require('./chunk-DSUCH44G.js');
6
6
 
7
7
 
8
8
 
9
9
  Object.defineProperty(exports, "EnhancedStorage", {
10
10
  enumerable: true,
11
- get: function () { return chunkVZ5Y6DIM_js.EnhancedStorage; }
11
+ get: function () { return chunkAOIXHVRH_js.EnhancedStorage; }
12
12
  });
13
13
  Object.defineProperty(exports, "EnhancedStorageAdapter", {
14
14
  enumerable: true,
15
- get: function () { return chunkVZ5Y6DIM_js.EnhancedStorageAdapter; }
15
+ get: function () { return chunkAOIXHVRH_js.EnhancedStorageAdapter; }
16
16
  });
17
17
  Object.defineProperty(exports, "SOLANA_CHAIN_IDS", {
18
18
  enumerable: true,
19
- get: function () { return chunkVZ5Y6DIM_js.SOLANA_CHAIN_IDS; }
19
+ get: function () { return chunkAOIXHVRH_js.SOLANA_CHAIN_IDS; }
20
20
  });
21
21
  Object.defineProperty(exports, "address", {
22
22
  enumerable: true,
23
- get: function () { return chunkVZ5Y6DIM_js.address; }
24
- });
25
- Object.defineProperty(exports, "base58ToSignatureBytes", {
26
- enumerable: true,
27
- get: function () { return chunkVZ5Y6DIM_js.base58ToSignatureBytes; }
23
+ get: function () { return chunkAOIXHVRH_js.address; }
28
24
  });
29
25
  Object.defineProperty(exports, "chainIdToClusterId", {
30
26
  enumerable: true,
31
- get: function () { return chunkVZ5Y6DIM_js.chainIdToClusterId; }
27
+ get: function () { return chunkAOIXHVRH_js.chainIdToClusterId; }
32
28
  });
33
29
  Object.defineProperty(exports, "chainIdToClusterType", {
34
30
  enumerable: true,
35
- get: function () { return chunkVZ5Y6DIM_js.chainIdToClusterType; }
31
+ get: function () { return chunkAOIXHVRH_js.chainIdToClusterType; }
36
32
  });
37
33
  Object.defineProperty(exports, "clusterToChainId", {
38
34
  enumerable: true,
39
- get: function () { return chunkVZ5Y6DIM_js.clusterToChainId; }
35
+ get: function () { return chunkAOIXHVRH_js.clusterToChainId; }
40
36
  });
41
37
  Object.defineProperty(exports, "copySignature", {
42
38
  enumerable: true,
43
- get: function () { return chunkVZ5Y6DIM_js.copySignature; }
44
- });
45
- Object.defineProperty(exports, "createConfig", {
46
- enumerable: true,
47
- get: function () { return chunkVZ5Y6DIM_js.createConfig; }
39
+ get: function () { return chunkAOIXHVRH_js.copySignature; }
48
40
  });
49
41
  Object.defineProperty(exports, "createEnhancedStorageAccount", {
50
42
  enumerable: true,
51
- get: function () { return chunkVZ5Y6DIM_js.createEnhancedStorageAccount; }
43
+ get: function () { return chunkAOIXHVRH_js.createEnhancedStorageAccount; }
52
44
  });
53
45
  Object.defineProperty(exports, "createEnhancedStorageCluster", {
54
46
  enumerable: true,
55
- get: function () { return chunkVZ5Y6DIM_js.createEnhancedStorageCluster; }
47
+ get: function () { return chunkAOIXHVRH_js.createEnhancedStorageCluster; }
56
48
  });
57
49
  Object.defineProperty(exports, "createEnhancedStorageWallet", {
58
50
  enumerable: true,
59
- get: function () { return chunkVZ5Y6DIM_js.createEnhancedStorageWallet; }
60
- });
61
- Object.defineProperty(exports, "createKitSignersFromWallet", {
62
- enumerable: true,
63
- get: function () { return chunkVZ5Y6DIM_js.createKitSignersFromWallet; }
64
- });
65
- Object.defineProperty(exports, "createMessageSignerFromWallet", {
66
- enumerable: true,
67
- get: function () { return chunkVZ5Y6DIM_js.createMessageSignerFromWallet; }
51
+ get: function () { return chunkAOIXHVRH_js.createEnhancedStorageWallet; }
68
52
  });
69
53
  Object.defineProperty(exports, "createSignableMessage", {
70
54
  enumerable: true,
71
- get: function () { return chunkVZ5Y6DIM_js.createSignableMessage; }
55
+ get: function () { return chunkAOIXHVRH_js.createSignableMessage; }
72
56
  });
73
57
  Object.defineProperty(exports, "createSolanaDevnet", {
74
58
  enumerable: true,
75
- get: function () { return chunkVZ5Y6DIM_js.createSolanaDevnet; }
59
+ get: function () { return chunkAOIXHVRH_js.createSolanaDevnet; }
76
60
  });
77
61
  Object.defineProperty(exports, "createSolanaLocalnet", {
78
62
  enumerable: true,
79
- get: function () { return chunkVZ5Y6DIM_js.createSolanaLocalnet; }
63
+ get: function () { return chunkAOIXHVRH_js.createSolanaLocalnet; }
80
64
  });
81
65
  Object.defineProperty(exports, "createSolanaMainnet", {
82
66
  enumerable: true,
83
- get: function () { return chunkVZ5Y6DIM_js.createSolanaMainnet; }
67
+ get: function () { return chunkAOIXHVRH_js.createSolanaMainnet; }
84
68
  });
85
69
  Object.defineProperty(exports, "createSolanaTestnet", {
86
70
  enumerable: true,
87
- get: function () { return chunkVZ5Y6DIM_js.createSolanaTestnet; }
88
- });
89
- Object.defineProperty(exports, "createTransactionSendingSignerFromWallet", {
90
- enumerable: true,
91
- get: function () { return chunkVZ5Y6DIM_js.createTransactionSendingSignerFromWallet; }
92
- });
93
- Object.defineProperty(exports, "detectMessageModification", {
94
- enumerable: true,
95
- get: function () { return chunkVZ5Y6DIM_js.detectMessageModification; }
71
+ get: function () { return chunkAOIXHVRH_js.createSolanaTestnet; }
96
72
  });
97
73
  Object.defineProperty(exports, "formatSignature", {
98
74
  enumerable: true,
99
- get: function () { return chunkVZ5Y6DIM_js.formatSignature; }
100
- });
101
- Object.defineProperty(exports, "freezeSigner", {
102
- enumerable: true,
103
- get: function () { return chunkVZ5Y6DIM_js.freezeSigner; }
75
+ get: function () { return chunkAOIXHVRH_js.formatSignature; }
104
76
  });
105
77
  Object.defineProperty(exports, "getAllExplorerUrls", {
106
78
  enumerable: true,
107
- get: function () { return chunkVZ5Y6DIM_js.getAllExplorerUrls; }
79
+ get: function () { return chunkAOIXHVRH_js.getAllExplorerUrls; }
108
80
  });
109
81
  Object.defineProperty(exports, "getChainIdFromCluster", {
110
82
  enumerable: true,
111
- get: function () { return chunkVZ5Y6DIM_js.getChainIdFromCluster; }
83
+ get: function () { return chunkAOIXHVRH_js.getChainIdFromCluster; }
112
84
  });
113
85
  Object.defineProperty(exports, "getChainIdFromClusterId", {
114
86
  enumerable: true,
115
- get: function () { return chunkVZ5Y6DIM_js.getChainIdFromClusterId; }
87
+ get: function () { return chunkAOIXHVRH_js.getChainIdFromClusterId; }
116
88
  });
117
89
  Object.defineProperty(exports, "getChainIdFromClusterType", {
118
90
  enumerable: true,
119
- get: function () { return chunkVZ5Y6DIM_js.getChainIdFromClusterType; }
91
+ get: function () { return chunkAOIXHVRH_js.getChainIdFromClusterType; }
120
92
  });
121
93
  Object.defineProperty(exports, "getChainIdFromConnection", {
122
94
  enumerable: true,
123
- get: function () { return chunkVZ5Y6DIM_js.getChainIdFromConnection; }
95
+ get: function () { return chunkAOIXHVRH_js.getChainIdFromConnection; }
124
96
  });
125
97
  Object.defineProperty(exports, "getClusterIdFromChainId", {
126
98
  enumerable: true,
127
- get: function () { return chunkVZ5Y6DIM_js.getClusterIdFromChainId; }
99
+ get: function () { return chunkAOIXHVRH_js.getClusterIdFromChainId; }
128
100
  });
129
101
  Object.defineProperty(exports, "getClusterTypeFromChainId", {
130
102
  enumerable: true,
131
- get: function () { return chunkVZ5Y6DIM_js.getClusterTypeFromChainId; }
103
+ get: function () { return chunkAOIXHVRH_js.getClusterTypeFromChainId; }
132
104
  });
133
105
  Object.defineProperty(exports, "getClusterTypeFromConnection", {
134
106
  enumerable: true,
135
- get: function () { return chunkVZ5Y6DIM_js.getClusterTypeFromConnection; }
107
+ get: function () { return chunkAOIXHVRH_js.getClusterTypeFromConnection; }
136
108
  });
137
109
  Object.defineProperty(exports, "getDefaultConfig", {
138
110
  enumerable: true,
139
- get: function () { return chunkVZ5Y6DIM_js.getDefaultConfig; }
111
+ get: function () { return chunkAOIXHVRH_js.getDefaultConfig; }
140
112
  });
141
113
  Object.defineProperty(exports, "getDefaultMobileConfig", {
142
114
  enumerable: true,
143
- get: function () { return chunkVZ5Y6DIM_js.getDefaultMobileConfig; }
115
+ get: function () { return chunkAOIXHVRH_js.getDefaultMobileConfig; }
144
116
  });
145
117
  Object.defineProperty(exports, "getLatestBlockhash", {
146
118
  enumerable: true,
147
- get: function () { return chunkVZ5Y6DIM_js.getLatestBlockhash; }
119
+ get: function () { return chunkAOIXHVRH_js.getLatestBlockhash; }
148
120
  });
149
121
  Object.defineProperty(exports, "getSolanaExplorerUrl", {
150
122
  enumerable: true,
151
- get: function () { return chunkVZ5Y6DIM_js.getSolanaExplorerUrl; }
123
+ get: function () { return chunkAOIXHVRH_js.getSolanaExplorerUrl; }
152
124
  });
153
125
  Object.defineProperty(exports, "getSolanaFmUrl", {
154
126
  enumerable: true,
155
- get: function () { return chunkVZ5Y6DIM_js.getSolanaFmUrl; }
127
+ get: function () { return chunkAOIXHVRH_js.getSolanaFmUrl; }
156
128
  });
157
129
  Object.defineProperty(exports, "getSolscanUrl", {
158
130
  enumerable: true,
159
- get: function () { return chunkVZ5Y6DIM_js.getSolscanUrl; }
131
+ get: function () { return chunkAOIXHVRH_js.getSolscanUrl; }
160
132
  });
161
133
  Object.defineProperty(exports, "getXrayUrl", {
162
134
  enumerable: true,
163
- get: function () { return chunkVZ5Y6DIM_js.getXrayUrl; }
135
+ get: function () { return chunkAOIXHVRH_js.getXrayUrl; }
164
136
  });
165
137
  Object.defineProperty(exports, "isAccountAddress", {
166
138
  enumerable: true,
167
- get: function () { return chunkVZ5Y6DIM_js.isAccountAddress; }
139
+ get: function () { return chunkAOIXHVRH_js.isAccountAddress; }
168
140
  });
169
141
  Object.defineProperty(exports, "isKitConnection", {
170
142
  enumerable: true,
171
- get: function () { return chunkVZ5Y6DIM_js.isKitConnection; }
143
+ get: function () { return chunkAOIXHVRH_js.isKitConnection; }
172
144
  });
173
145
  Object.defineProperty(exports, "isKnownSolanaChain", {
174
146
  enumerable: true,
175
- get: function () { return chunkVZ5Y6DIM_js.isKnownSolanaChain; }
147
+ get: function () { return chunkAOIXHVRH_js.isKnownSolanaChain; }
176
148
  });
177
149
  Object.defineProperty(exports, "isLegacyConnection", {
178
150
  enumerable: true,
179
- get: function () { return chunkVZ5Y6DIM_js.isLegacyConnection; }
151
+ get: function () { return chunkAOIXHVRH_js.isLegacyConnection; }
180
152
  });
181
153
  Object.defineProperty(exports, "isSolanaChain", {
182
154
  enumerable: true,
183
- get: function () { return chunkVZ5Y6DIM_js.isSolanaChain; }
184
- });
185
- Object.defineProperty(exports, "isUnifiedConfig", {
186
- enumerable: true,
187
- get: function () { return chunkVZ5Y6DIM_js.isUnifiedConfig; }
155
+ get: function () { return chunkAOIXHVRH_js.isSolanaChain; }
188
156
  });
189
157
  Object.defineProperty(exports, "isWalletName", {
190
158
  enumerable: true,
191
- get: function () { return chunkVZ5Y6DIM_js.isWalletName; }
159
+ get: function () { return chunkAOIXHVRH_js.isWalletName; }
192
160
  });
193
- Object.defineProperty(exports, "sendRawTransaction", {
161
+ Object.defineProperty(exports, "parseConfigOptions", {
194
162
  enumerable: true,
195
- get: function () { return chunkVZ5Y6DIM_js.sendRawTransaction; }
163
+ get: function () { return chunkAOIXHVRH_js.parseConfigOptions; }
196
164
  });
197
- Object.defineProperty(exports, "signatureBytesToBase58", {
165
+ Object.defineProperty(exports, "sendRawTransaction", {
198
166
  enumerable: true,
199
- get: function () { return chunkVZ5Y6DIM_js.signatureBytesToBase58; }
167
+ get: function () { return chunkAOIXHVRH_js.sendRawTransaction; }
200
168
  });
201
- Object.defineProperty(exports, "updateSignatureDictionary", {
169
+ Object.defineProperty(exports, "validateConfigOptions", {
202
170
  enumerable: true,
203
- get: function () { return chunkVZ5Y6DIM_js.updateSignatureDictionary; }
171
+ get: function () { return chunkAOIXHVRH_js.validateConfigOptions; }
204
172
  });
205
173
  Object.defineProperty(exports, "validateKnownSolanaChain", {
206
174
  enumerable: true,
207
- get: function () { return chunkVZ5Y6DIM_js.validateKnownSolanaChain; }
175
+ get: function () { return chunkAOIXHVRH_js.validateKnownSolanaChain; }
208
176
  });
209
177
  Object.defineProperty(exports, "ClipboardErrorType", {
210
178
  enumerable: true,
211
- get: function () { return chunkVA6LKXCQ_js.ClipboardErrorType; }
212
- });
213
- Object.defineProperty(exports, "ConfigurationError", {
214
- enumerable: true,
215
- get: function () { return chunkVA6LKXCQ_js.ConfigurationError; }
216
- });
217
- Object.defineProperty(exports, "ConnectionError", {
218
- enumerable: true,
219
- get: function () { return chunkVA6LKXCQ_js.ConnectionError; }
179
+ get: function () { return chunkFTXIXM43_js.ClipboardErrorType; }
220
180
  });
221
181
  Object.defineProperty(exports, "ConnectorClient", {
222
182
  enumerable: true,
223
- get: function () { return chunkVA6LKXCQ_js.ConnectorClient; }
224
- });
225
- Object.defineProperty(exports, "ConnectorError", {
226
- enumerable: true,
227
- get: function () { return chunkVA6LKXCQ_js.ConnectorError; }
228
- });
229
- Object.defineProperty(exports, "Errors", {
230
- enumerable: true,
231
- get: function () { return chunkVA6LKXCQ_js.Errors; }
232
- });
233
- Object.defineProperty(exports, "NetworkError", {
234
- enumerable: true,
235
- get: function () { return chunkVA6LKXCQ_js.NetworkError; }
183
+ get: function () { return chunkFTXIXM43_js.ConnectorClient; }
236
184
  });
237
185
  Object.defineProperty(exports, "PUBLIC_RPC_ENDPOINTS", {
238
186
  enumerable: true,
239
- get: function () { return chunkVA6LKXCQ_js.PUBLIC_RPC_ENDPOINTS; }
240
- });
241
- Object.defineProperty(exports, "TransactionError", {
242
- enumerable: true,
243
- get: function () { return chunkVA6LKXCQ_js.TransactionError; }
187
+ get: function () { return chunkFTXIXM43_js.PUBLIC_RPC_ENDPOINTS; }
244
188
  });
245
189
  Object.defineProperty(exports, "TransactionSignerError", {
246
190
  enumerable: true,
247
- get: function () { return chunkVA6LKXCQ_js.TransactionSignerError; }
248
- });
249
- Object.defineProperty(exports, "ValidationError", {
250
- enumerable: true,
251
- get: function () { return chunkVA6LKXCQ_js.ValidationError; }
191
+ get: function () { return chunkFTXIXM43_js.TransactionSignerError; }
252
192
  });
253
193
  Object.defineProperty(exports, "WalletErrorType", {
254
194
  enumerable: true,
255
- get: function () { return chunkVA6LKXCQ_js.WalletErrorType; }
195
+ get: function () { return chunkFTXIXM43_js.WalletErrorType; }
256
196
  });
257
197
  Object.defineProperty(exports, "copyAddressToClipboard", {
258
198
  enumerable: true,
259
- get: function () { return chunkVA6LKXCQ_js.copyAddressToClipboard; }
199
+ get: function () { return chunkFTXIXM43_js.copyAddressToClipboard; }
260
200
  });
261
201
  Object.defineProperty(exports, "copySignatureToClipboard", {
262
202
  enumerable: true,
263
- get: function () { return chunkVA6LKXCQ_js.copySignatureToClipboard; }
203
+ get: function () { return chunkFTXIXM43_js.copySignatureToClipboard; }
264
204
  });
265
205
  Object.defineProperty(exports, "copyToClipboard", {
266
206
  enumerable: true,
267
- get: function () { return chunkVA6LKXCQ_js.copyToClipboard; }
207
+ get: function () { return chunkFTXIXM43_js.copyToClipboard; }
268
208
  });
269
209
  Object.defineProperty(exports, "createGillTransactionSigner", {
270
210
  enumerable: true,
271
- get: function () { return chunkVA6LKXCQ_js.createGillTransactionSigner; }
211
+ get: function () { return chunkFTXIXM43_js.createGillTransactionSigner; }
272
212
  });
273
213
  Object.defineProperty(exports, "createKitTransactionSigner", {
274
214
  enumerable: true,
275
- get: function () { return chunkVA6LKXCQ_js.createKitTransactionSigner; }
215
+ get: function () { return chunkFTXIXM43_js.createKitTransactionSigner; }
276
216
  });
277
217
  Object.defineProperty(exports, "createTransactionSigner", {
278
218
  enumerable: true,
279
- get: function () { return chunkVA6LKXCQ_js.createTransactionSigner; }
219
+ get: function () { return chunkFTXIXM43_js.createTransactionSigner; }
280
220
  });
281
221
  Object.defineProperty(exports, "formatAddress", {
282
222
  enumerable: true,
283
- get: function () { return chunkVA6LKXCQ_js.formatAddress; }
223
+ get: function () { return chunkFTXIXM43_js.formatAddress; }
284
224
  });
285
225
  Object.defineProperty(exports, "formatBigIntBalance", {
286
226
  enumerable: true,
287
- get: function () { return chunkVA6LKXCQ_js.formatBigIntBalance; }
227
+ get: function () { return chunkFTXIXM43_js.formatBigIntBalance; }
288
228
  });
289
229
  Object.defineProperty(exports, "formatBigIntUsd", {
290
230
  enumerable: true,
291
- get: function () { return chunkVA6LKXCQ_js.formatBigIntUsd; }
231
+ get: function () { return chunkFTXIXM43_js.formatBigIntUsd; }
292
232
  });
293
233
  Object.defineProperty(exports, "formatLamportsToSolSafe", {
294
234
  enumerable: true,
295
- get: function () { return chunkVA6LKXCQ_js.formatLamportsToSolSafe; }
235
+ get: function () { return chunkFTXIXM43_js.formatLamportsToSolSafe; }
296
236
  });
297
237
  Object.defineProperty(exports, "formatNumber", {
298
238
  enumerable: true,
299
- get: function () { return chunkVA6LKXCQ_js.formatNumber; }
239
+ get: function () { return chunkFTXIXM43_js.formatNumber; }
300
240
  });
301
241
  Object.defineProperty(exports, "formatSOL", {
302
242
  enumerable: true,
303
- get: function () { return chunkVA6LKXCQ_js.formatSOL; }
243
+ get: function () { return chunkFTXIXM43_js.formatSOL; }
304
244
  });
305
245
  Object.defineProperty(exports, "formatTokenAmount", {
306
246
  enumerable: true,
307
- get: function () { return chunkVA6LKXCQ_js.formatTokenAmount; }
247
+ get: function () { return chunkFTXIXM43_js.formatTokenAmount; }
308
248
  });
309
249
  Object.defineProperty(exports, "formatTokenBalanceSafe", {
310
250
  enumerable: true,
311
- get: function () { return chunkVA6LKXCQ_js.formatTokenBalanceSafe; }
251
+ get: function () { return chunkFTXIXM43_js.formatTokenBalanceSafe; }
312
252
  });
313
253
  Object.defineProperty(exports, "getAddressUrl", {
314
254
  enumerable: true,
315
- get: function () { return chunkVA6LKXCQ_js.getAddressUrl; }
255
+ get: function () { return chunkFTXIXM43_js.getAddressUrl; }
316
256
  });
317
257
  Object.defineProperty(exports, "getBlockUrl", {
318
258
  enumerable: true,
319
- get: function () { return chunkVA6LKXCQ_js.getBlockUrl; }
259
+ get: function () { return chunkFTXIXM43_js.getBlockUrl; }
320
260
  });
321
261
  Object.defineProperty(exports, "getChainIdForWalletStandard", {
322
262
  enumerable: true,
323
- get: function () { return chunkVA6LKXCQ_js.getChainIdForWalletStandard; }
263
+ get: function () { return chunkFTXIXM43_js.getChainIdForWalletStandard; }
324
264
  });
325
265
  Object.defineProperty(exports, "getClusterChainId", {
326
266
  enumerable: true,
327
- get: function () { return chunkVA6LKXCQ_js.getClusterChainId; }
267
+ get: function () { return chunkFTXIXM43_js.getClusterChainId; }
328
268
  });
329
269
  Object.defineProperty(exports, "getClusterExplorerUrl", {
330
270
  enumerable: true,
331
- get: function () { return chunkVA6LKXCQ_js.getClusterExplorerUrl; }
271
+ get: function () { return chunkFTXIXM43_js.getClusterExplorerUrl; }
332
272
  });
333
273
  Object.defineProperty(exports, "getClusterName", {
334
274
  enumerable: true,
335
- get: function () { return chunkVA6LKXCQ_js.getClusterName; }
275
+ get: function () { return chunkFTXIXM43_js.getClusterName; }
336
276
  });
337
277
  Object.defineProperty(exports, "getClusterRpcUrl", {
338
278
  enumerable: true,
339
- get: function () { return chunkVA6LKXCQ_js.getClusterRpcUrl; }
279
+ get: function () { return chunkFTXIXM43_js.getClusterRpcUrl; }
340
280
  });
341
281
  Object.defineProperty(exports, "getClusterType", {
342
282
  enumerable: true,
343
- get: function () { return chunkVA6LKXCQ_js.getClusterType; }
283
+ get: function () { return chunkFTXIXM43_js.getClusterType; }
344
284
  });
345
285
  Object.defineProperty(exports, "getDefaultRpcUrl", {
346
286
  enumerable: true,
347
- get: function () { return chunkVA6LKXCQ_js.getDefaultRpcUrl; }
287
+ get: function () { return chunkFTXIXM43_js.getDefaultRpcUrl; }
348
288
  });
349
289
  Object.defineProperty(exports, "getNetworkDisplayName", {
350
290
  enumerable: true,
351
- get: function () { return chunkVA6LKXCQ_js.getNetworkDisplayName; }
291
+ get: function () { return chunkFTXIXM43_js.getNetworkDisplayName; }
352
292
  });
353
293
  Object.defineProperty(exports, "getPolyfillStatus", {
354
294
  enumerable: true,
355
- get: function () { return chunkVA6LKXCQ_js.getPolyfillStatus; }
295
+ get: function () { return chunkFTXIXM43_js.getPolyfillStatus; }
356
296
  });
357
297
  Object.defineProperty(exports, "getTokenUrl", {
358
298
  enumerable: true,
359
- get: function () { return chunkVA6LKXCQ_js.getTokenUrl; }
299
+ get: function () { return chunkFTXIXM43_js.getTokenUrl; }
360
300
  });
361
301
  Object.defineProperty(exports, "getTransactionUrl", {
362
302
  enumerable: true,
363
- get: function () { return chunkVA6LKXCQ_js.getTransactionUrl; }
364
- });
365
- Object.defineProperty(exports, "getUserFriendlyMessage", {
366
- enumerable: true,
367
- get: function () { return chunkVA6LKXCQ_js.getUserFriendlyMessage; }
303
+ get: function () { return chunkFTXIXM43_js.getTransactionUrl; }
368
304
  });
369
305
  Object.defineProperty(exports, "getWalletsRegistry", {
370
306
  enumerable: true,
371
- get: function () { return chunkVA6LKXCQ_js.getWalletsRegistry; }
307
+ get: function () { return chunkFTXIXM43_js.getWalletsRegistry; }
372
308
  });
373
309
  Object.defineProperty(exports, "installPolyfills", {
374
310
  enumerable: true,
375
- get: function () { return chunkVA6LKXCQ_js.installPolyfills; }
311
+ get: function () { return chunkFTXIXM43_js.installPolyfills; }
376
312
  });
377
313
  Object.defineProperty(exports, "isClipboardAvailable", {
378
314
  enumerable: true,
379
- get: function () { return chunkVA6LKXCQ_js.isClipboardAvailable; }
380
- });
381
- Object.defineProperty(exports, "isConfigurationError", {
382
- enumerable: true,
383
- get: function () { return chunkVA6LKXCQ_js.isConfigurationError; }
384
- });
385
- Object.defineProperty(exports, "isConnectionError", {
386
- enumerable: true,
387
- get: function () { return chunkVA6LKXCQ_js.isConnectionError; }
388
- });
389
- Object.defineProperty(exports, "isConnectorError", {
390
- enumerable: true,
391
- get: function () { return chunkVA6LKXCQ_js.isConnectorError; }
315
+ get: function () { return chunkFTXIXM43_js.isClipboardAvailable; }
392
316
  });
393
317
  Object.defineProperty(exports, "isCryptoAvailable", {
394
318
  enumerable: true,
395
- get: function () { return chunkVA6LKXCQ_js.isCryptoAvailable; }
319
+ get: function () { return chunkFTXIXM43_js.isCryptoAvailable; }
396
320
  });
397
321
  Object.defineProperty(exports, "isDevnet", {
398
322
  enumerable: true,
399
- get: function () { return chunkVA6LKXCQ_js.isDevnet; }
323
+ get: function () { return chunkFTXIXM43_js.isDevnet; }
400
324
  });
401
325
  Object.defineProperty(exports, "isDevnetCluster", {
402
326
  enumerable: true,
403
- get: function () { return chunkVA6LKXCQ_js.isDevnetCluster; }
327
+ get: function () { return chunkFTXIXM43_js.isDevnetCluster; }
404
328
  });
405
329
  Object.defineProperty(exports, "isLocalCluster", {
406
330
  enumerable: true,
407
- get: function () { return chunkVA6LKXCQ_js.isLocalCluster; }
331
+ get: function () { return chunkFTXIXM43_js.isLocalCluster; }
408
332
  });
409
333
  Object.defineProperty(exports, "isLocalnet", {
410
334
  enumerable: true,
411
- get: function () { return chunkVA6LKXCQ_js.isLocalnet; }
335
+ get: function () { return chunkFTXIXM43_js.isLocalnet; }
412
336
  });
413
337
  Object.defineProperty(exports, "isMainnet", {
414
338
  enumerable: true,
415
- get: function () { return chunkVA6LKXCQ_js.isMainnet; }
339
+ get: function () { return chunkFTXIXM43_js.isMainnet; }
416
340
  });
417
341
  Object.defineProperty(exports, "isMainnetCluster", {
418
342
  enumerable: true,
419
- get: function () { return chunkVA6LKXCQ_js.isMainnetCluster; }
420
- });
421
- Object.defineProperty(exports, "isNetworkError", {
422
- enumerable: true,
423
- get: function () { return chunkVA6LKXCQ_js.isNetworkError; }
343
+ get: function () { return chunkFTXIXM43_js.isMainnetCluster; }
424
344
  });
425
345
  Object.defineProperty(exports, "isPolyfillInstalled", {
426
346
  enumerable: true,
427
- get: function () { return chunkVA6LKXCQ_js.isPolyfillInstalled; }
347
+ get: function () { return chunkFTXIXM43_js.isPolyfillInstalled; }
428
348
  });
429
349
  Object.defineProperty(exports, "isTestnet", {
430
350
  enumerable: true,
431
- get: function () { return chunkVA6LKXCQ_js.isTestnet; }
351
+ get: function () { return chunkFTXIXM43_js.isTestnet; }
432
352
  });
433
353
  Object.defineProperty(exports, "isTestnetCluster", {
434
354
  enumerable: true,
435
- get: function () { return chunkVA6LKXCQ_js.isTestnetCluster; }
436
- });
437
- Object.defineProperty(exports, "isTransactionError", {
438
- enumerable: true,
439
- get: function () { return chunkVA6LKXCQ_js.isTransactionError; }
355
+ get: function () { return chunkFTXIXM43_js.isTestnetCluster; }
440
356
  });
441
357
  Object.defineProperty(exports, "isTransactionSignerError", {
442
358
  enumerable: true,
443
- get: function () { return chunkVA6LKXCQ_js.isTransactionSignerError; }
359
+ get: function () { return chunkFTXIXM43_js.isTransactionSignerError; }
444
360
  });
445
- Object.defineProperty(exports, "isValidationError", {
361
+ Object.defineProperty(exports, "normalizeNetwork", {
446
362
  enumerable: true,
447
- get: function () { return chunkVA6LKXCQ_js.isValidationError; }
363
+ get: function () { return chunkFTXIXM43_js.normalizeNetwork; }
448
364
  });
449
- Object.defineProperty(exports, "normalizeNetwork", {
365
+ Object.defineProperty(exports, "ready", {
450
366
  enumerable: true,
451
- get: function () { return chunkVA6LKXCQ_js.normalizeNetwork; }
367
+ get: function () { return chunkFTXIXM43_js.ready; }
452
368
  });
453
369
  Object.defineProperty(exports, "toClusterId", {
454
370
  enumerable: true,
455
- get: function () { return chunkVA6LKXCQ_js.toClusterId; }
371
+ get: function () { return chunkFTXIXM43_js.toClusterId; }
456
372
  });
457
- Object.defineProperty(exports, "toConnectorError", {
373
+ Object.defineProperty(exports, "truncate", {
458
374
  enumerable: true,
459
- get: function () { return chunkVA6LKXCQ_js.toConnectorError; }
375
+ get: function () { return chunkFTXIXM43_js.truncate; }
460
376
  });
461
- Object.defineProperty(exports, "truncate", {
377
+ Object.defineProperty(exports, "ConfigurationError", {
378
+ enumerable: true,
379
+ get: function () { return chunkDSUCH44G_js.ConfigurationError; }
380
+ });
381
+ Object.defineProperty(exports, "ConnectionError", {
382
+ enumerable: true,
383
+ get: function () { return chunkDSUCH44G_js.ConnectionError; }
384
+ });
385
+ Object.defineProperty(exports, "ConnectorError", {
462
386
  enumerable: true,
463
- get: function () { return chunkVA6LKXCQ_js.truncate; }
387
+ get: function () { return chunkDSUCH44G_js.ConnectorError; }
388
+ });
389
+ Object.defineProperty(exports, "Errors", {
390
+ enumerable: true,
391
+ get: function () { return chunkDSUCH44G_js.Errors; }
464
392
  });
465
393
  Object.defineProperty(exports, "LAMPORTS_PER_SOL", {
466
394
  enumerable: true,
467
- get: function () { return chunkI64FD2EH_js.LAMPORTS_PER_SOL; }
395
+ get: function () { return chunkDSUCH44G_js.LAMPORTS_PER_SOL; }
396
+ });
397
+ Object.defineProperty(exports, "NetworkError", {
398
+ enumerable: true,
399
+ get: function () { return chunkDSUCH44G_js.NetworkError; }
400
+ });
401
+ Object.defineProperty(exports, "TransactionError", {
402
+ enumerable: true,
403
+ get: function () { return chunkDSUCH44G_js.TransactionError; }
404
+ });
405
+ Object.defineProperty(exports, "ValidationError", {
406
+ enumerable: true,
407
+ get: function () { return chunkDSUCH44G_js.ValidationError; }
408
+ });
409
+ Object.defineProperty(exports, "base58ToSignatureBytes", {
410
+ enumerable: true,
411
+ get: function () { return chunkDSUCH44G_js.base58ToSignatureBytes; }
412
+ });
413
+ Object.defineProperty(exports, "createKitSignersFromWallet", {
414
+ enumerable: true,
415
+ get: function () { return chunkDSUCH44G_js.createKitSignersFromWallet; }
416
+ });
417
+ Object.defineProperty(exports, "createMessageSignerFromWallet", {
418
+ enumerable: true,
419
+ get: function () { return chunkDSUCH44G_js.createMessageSignerFromWallet; }
468
420
  });
469
421
  Object.defineProperty(exports, "createSolanaClient", {
470
422
  enumerable: true,
471
- get: function () { return chunkI64FD2EH_js.createSolanaClient; }
423
+ get: function () { return chunkDSUCH44G_js.createSolanaClient; }
424
+ });
425
+ Object.defineProperty(exports, "createTransactionSendingSignerFromWallet", {
426
+ enumerable: true,
427
+ get: function () { return chunkDSUCH44G_js.createTransactionSendingSignerFromWallet; }
428
+ });
429
+ Object.defineProperty(exports, "detectMessageModification", {
430
+ enumerable: true,
431
+ get: function () { return chunkDSUCH44G_js.detectMessageModification; }
432
+ });
433
+ Object.defineProperty(exports, "freezeSigner", {
434
+ enumerable: true,
435
+ get: function () { return chunkDSUCH44G_js.freezeSigner; }
472
436
  });
473
437
  Object.defineProperty(exports, "getExplorerLink", {
474
438
  enumerable: true,
475
- get: function () { return chunkI64FD2EH_js.getExplorerLink; }
439
+ get: function () { return chunkDSUCH44G_js.getExplorerLink; }
476
440
  });
477
441
  Object.defineProperty(exports, "getPublicSolanaRpcUrl", {
478
442
  enumerable: true,
479
- get: function () { return chunkI64FD2EH_js.getPublicSolanaRpcUrl; }
443
+ get: function () { return chunkDSUCH44G_js.getPublicSolanaRpcUrl; }
444
+ });
445
+ Object.defineProperty(exports, "getUserFriendlyMessage", {
446
+ enumerable: true,
447
+ get: function () { return chunkDSUCH44G_js.getUserFriendlyMessage; }
448
+ });
449
+ Object.defineProperty(exports, "isConfigurationError", {
450
+ enumerable: true,
451
+ get: function () { return chunkDSUCH44G_js.isConfigurationError; }
452
+ });
453
+ Object.defineProperty(exports, "isConnectionError", {
454
+ enumerable: true,
455
+ get: function () { return chunkDSUCH44G_js.isConnectionError; }
456
+ });
457
+ Object.defineProperty(exports, "isConnectorError", {
458
+ enumerable: true,
459
+ get: function () { return chunkDSUCH44G_js.isConnectorError; }
460
+ });
461
+ Object.defineProperty(exports, "isFailure", {
462
+ enumerable: true,
463
+ get: function () { return chunkDSUCH44G_js.isFailure; }
464
+ });
465
+ Object.defineProperty(exports, "isNetworkError", {
466
+ enumerable: true,
467
+ get: function () { return chunkDSUCH44G_js.isNetworkError; }
468
+ });
469
+ Object.defineProperty(exports, "isSuccess", {
470
+ enumerable: true,
471
+ get: function () { return chunkDSUCH44G_js.isSuccess; }
472
+ });
473
+ Object.defineProperty(exports, "isTransactionError", {
474
+ enumerable: true,
475
+ get: function () { return chunkDSUCH44G_js.isTransactionError; }
476
+ });
477
+ Object.defineProperty(exports, "isValidationError", {
478
+ enumerable: true,
479
+ get: function () { return chunkDSUCH44G_js.isValidationError; }
480
480
  });
481
481
  Object.defineProperty(exports, "lamportsToSol", {
482
482
  enumerable: true,
483
- get: function () { return chunkI64FD2EH_js.lamportsToSol; }
483
+ get: function () { return chunkDSUCH44G_js.lamportsToSol; }
484
484
  });
485
485
  Object.defineProperty(exports, "prepareTransaction", {
486
486
  enumerable: true,
487
- get: function () { return chunkI64FD2EH_js.prepareTransaction; }
487
+ get: function () { return chunkDSUCH44G_js.prepareTransaction; }
488
+ });
489
+ Object.defineProperty(exports, "signatureBytesToBase58", {
490
+ enumerable: true,
491
+ get: function () { return chunkDSUCH44G_js.signatureBytesToBase58; }
488
492
  });
489
493
  Object.defineProperty(exports, "solToLamports", {
490
494
  enumerable: true,
491
- get: function () { return chunkI64FD2EH_js.solToLamports; }
495
+ get: function () { return chunkDSUCH44G_js.solToLamports; }
496
+ });
497
+ Object.defineProperty(exports, "toConnectorError", {
498
+ enumerable: true,
499
+ get: function () { return chunkDSUCH44G_js.toConnectorError; }
500
+ });
501
+ Object.defineProperty(exports, "tryCatch", {
502
+ enumerable: true,
503
+ get: function () { return chunkDSUCH44G_js.tryCatch; }
504
+ });
505
+ Object.defineProperty(exports, "tryCatchSync", {
506
+ enumerable: true,
507
+ get: function () { return chunkDSUCH44G_js.tryCatchSync; }
508
+ });
509
+ Object.defineProperty(exports, "updateSignatureDictionary", {
510
+ enumerable: true,
511
+ get: function () { return chunkDSUCH44G_js.updateSignatureDictionary; }
492
512
  });
493
513
  //# sourceMappingURL=headless.js.map
494
514
  //# sourceMappingURL=headless.js.map