@solana/connector 0.1.6 → 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 +122 -44
  2. package/dist/{chunk-VMSZJPR5.mjs → chunk-6F6M6L7R.mjs} +152 -173
  3. package/dist/chunk-6F6M6L7R.mjs.map +1 -0
  4. package/dist/{chunk-NQXK7PGX.js → chunk-AOIXHVRH.js} +82 -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-JUZVCBAI.js → chunk-FTXIXM43.js} +240 -271
  9. package/dist/chunk-FTXIXM43.js.map +1 -0
  10. package/dist/{chunk-QKVL45F6.mjs → chunk-G575OAT4.mjs} +73 -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-ULUYX23Q.js → chunk-K3BNIGPX.js} +1023 -404
  15. package/dist/chunk-K3BNIGPX.js.map +1 -0
  16. package/dist/{chunk-3STZXVXD.mjs → chunk-TTOKQAPX.mjs} +998 -388
  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 +540 -152
  25. package/dist/headless.d.ts +540 -152
  26. package/dist/headless.js +226 -190
  27. package/dist/headless.mjs +3 -3
  28. package/dist/index.d.mts +8 -6
  29. package/dist/index.d.ts +8 -6
  30. package/dist/index.js +286 -218
  31. package/dist/index.mjs +4 -4
  32. package/dist/react.d.mts +283 -16
  33. package/dist/react.d.ts +283 -16
  34. package/dist/react.js +60 -28
  35. package/dist/react.mjs +2 -2
  36. package/dist/{wallet-standard-shim--YcrQNRt.d.ts → standard-shim-CT49DM5l.d.mts} +72 -252
  37. package/dist/{wallet-standard-shim-Dx7H8Ctf.d.mts → standard-shim-D9guL5fz.d.ts} +72 -252
  38. package/dist/{transaction-signer-D9d8nxwb.d.mts → transaction-signer-T-KVQFi8.d.mts} +2 -2
  39. package/dist/{transaction-signer-D9d8nxwb.d.ts → transaction-signer-T-KVQFi8.d.ts} +2 -2
  40. package/package.json +3 -3
  41. package/dist/chunk-3STZXVXD.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-JUZVCBAI.js.map +0 -1
  45. package/dist/chunk-NQXK7PGX.js.map +0 -1
  46. package/dist/chunk-QKVL45F6.mjs.map +0 -1
  47. package/dist/chunk-QL3IT3TS.mjs +0 -299
  48. package/dist/chunk-QL3IT3TS.mjs.map +0 -1
  49. package/dist/chunk-ULUYX23Q.js.map +0 -1
  50. package/dist/chunk-VMSZJPR5.mjs.map +0 -1
package/dist/headless.js CHANGED
@@ -1,478 +1,514 @@
1
1
  'use strict';
2
2
 
3
- var chunkNQXK7PGX_js = require('./chunk-NQXK7PGX.js');
4
- var chunkJUZVCBAI_js = require('./chunk-JUZVCBAI.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 chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_js.address; }
24
- });
25
- Object.defineProperty(exports, "base58ToSignatureBytes", {
26
- enumerable: true,
27
- get: function () { return chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_js.copySignature; }
44
- });
45
- Object.defineProperty(exports, "createConfig", {
46
- enumerable: true,
47
- get: function () { return chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_js.createEnhancedStorageWallet; }
60
- });
61
- Object.defineProperty(exports, "createKitSignersFromWallet", {
62
- enumerable: true,
63
- get: function () { return chunkNQXK7PGX_js.createKitSignersFromWallet; }
64
- });
65
- Object.defineProperty(exports, "createMessageSignerFromWallet", {
66
- enumerable: true,
67
- get: function () { return chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_js.createSolanaTestnet; }
88
- });
89
- Object.defineProperty(exports, "createTransactionSendingSignerFromWallet", {
90
- enumerable: true,
91
- get: function () { return chunkNQXK7PGX_js.createTransactionSendingSignerFromWallet; }
92
- });
93
- Object.defineProperty(exports, "detectMessageModification", {
94
- enumerable: true,
95
- get: function () { return chunkNQXK7PGX_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 chunkNQXK7PGX_js.formatSignature; }
100
- });
101
- Object.defineProperty(exports, "freezeSigner", {
102
- enumerable: true,
103
- get: function () { return chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_js.isSolanaChain; }
184
- });
185
- Object.defineProperty(exports, "isUnifiedConfig", {
186
- enumerable: true,
187
- get: function () { return chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkNQXK7PGX_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 chunkJUZVCBAI_js.ClipboardErrorType; }
212
- });
213
- Object.defineProperty(exports, "ConfigurationError", {
214
- enumerable: true,
215
- get: function () { return chunkJUZVCBAI_js.ConfigurationError; }
216
- });
217
- Object.defineProperty(exports, "ConnectionError", {
218
- enumerable: true,
219
- get: function () { return chunkJUZVCBAI_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 chunkJUZVCBAI_js.ConnectorClient; }
224
- });
225
- Object.defineProperty(exports, "ConnectorError", {
226
- enumerable: true,
227
- get: function () { return chunkJUZVCBAI_js.ConnectorError; }
228
- });
229
- Object.defineProperty(exports, "Errors", {
230
- enumerable: true,
231
- get: function () { return chunkJUZVCBAI_js.Errors; }
232
- });
233
- Object.defineProperty(exports, "NetworkError", {
234
- enumerable: true,
235
- get: function () { return chunkJUZVCBAI_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 chunkJUZVCBAI_js.PUBLIC_RPC_ENDPOINTS; }
240
- });
241
- Object.defineProperty(exports, "TransactionError", {
242
- enumerable: true,
243
- get: function () { return chunkJUZVCBAI_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 chunkJUZVCBAI_js.TransactionSignerError; }
248
- });
249
- Object.defineProperty(exports, "ValidationError", {
250
- enumerable: true,
251
- get: function () { return chunkJUZVCBAI_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 chunkJUZVCBAI_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 chunkJUZVCBAI_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 chunkJUZVCBAI_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 chunkJUZVCBAI_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 chunkJUZVCBAI_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 chunkJUZVCBAI_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 chunkJUZVCBAI_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 chunkJUZVCBAI_js.formatAddress; }
223
+ get: function () { return chunkFTXIXM43_js.formatAddress; }
224
+ });
225
+ Object.defineProperty(exports, "formatBigIntBalance", {
226
+ enumerable: true,
227
+ get: function () { return chunkFTXIXM43_js.formatBigIntBalance; }
228
+ });
229
+ Object.defineProperty(exports, "formatBigIntUsd", {
230
+ enumerable: true,
231
+ get: function () { return chunkFTXIXM43_js.formatBigIntUsd; }
232
+ });
233
+ Object.defineProperty(exports, "formatLamportsToSolSafe", {
234
+ enumerable: true,
235
+ get: function () { return chunkFTXIXM43_js.formatLamportsToSolSafe; }
284
236
  });
285
237
  Object.defineProperty(exports, "formatNumber", {
286
238
  enumerable: true,
287
- get: function () { return chunkJUZVCBAI_js.formatNumber; }
239
+ get: function () { return chunkFTXIXM43_js.formatNumber; }
288
240
  });
289
241
  Object.defineProperty(exports, "formatSOL", {
290
242
  enumerable: true,
291
- get: function () { return chunkJUZVCBAI_js.formatSOL; }
243
+ get: function () { return chunkFTXIXM43_js.formatSOL; }
292
244
  });
293
245
  Object.defineProperty(exports, "formatTokenAmount", {
294
246
  enumerable: true,
295
- get: function () { return chunkJUZVCBAI_js.formatTokenAmount; }
247
+ get: function () { return chunkFTXIXM43_js.formatTokenAmount; }
248
+ });
249
+ Object.defineProperty(exports, "formatTokenBalanceSafe", {
250
+ enumerable: true,
251
+ get: function () { return chunkFTXIXM43_js.formatTokenBalanceSafe; }
296
252
  });
297
253
  Object.defineProperty(exports, "getAddressUrl", {
298
254
  enumerable: true,
299
- get: function () { return chunkJUZVCBAI_js.getAddressUrl; }
255
+ get: function () { return chunkFTXIXM43_js.getAddressUrl; }
300
256
  });
301
257
  Object.defineProperty(exports, "getBlockUrl", {
302
258
  enumerable: true,
303
- get: function () { return chunkJUZVCBAI_js.getBlockUrl; }
259
+ get: function () { return chunkFTXIXM43_js.getBlockUrl; }
304
260
  });
305
261
  Object.defineProperty(exports, "getChainIdForWalletStandard", {
306
262
  enumerable: true,
307
- get: function () { return chunkJUZVCBAI_js.getChainIdForWalletStandard; }
263
+ get: function () { return chunkFTXIXM43_js.getChainIdForWalletStandard; }
308
264
  });
309
265
  Object.defineProperty(exports, "getClusterChainId", {
310
266
  enumerable: true,
311
- get: function () { return chunkJUZVCBAI_js.getClusterChainId; }
267
+ get: function () { return chunkFTXIXM43_js.getClusterChainId; }
312
268
  });
313
269
  Object.defineProperty(exports, "getClusterExplorerUrl", {
314
270
  enumerable: true,
315
- get: function () { return chunkJUZVCBAI_js.getClusterExplorerUrl; }
271
+ get: function () { return chunkFTXIXM43_js.getClusterExplorerUrl; }
316
272
  });
317
273
  Object.defineProperty(exports, "getClusterName", {
318
274
  enumerable: true,
319
- get: function () { return chunkJUZVCBAI_js.getClusterName; }
275
+ get: function () { return chunkFTXIXM43_js.getClusterName; }
320
276
  });
321
277
  Object.defineProperty(exports, "getClusterRpcUrl", {
322
278
  enumerable: true,
323
- get: function () { return chunkJUZVCBAI_js.getClusterRpcUrl; }
279
+ get: function () { return chunkFTXIXM43_js.getClusterRpcUrl; }
324
280
  });
325
281
  Object.defineProperty(exports, "getClusterType", {
326
282
  enumerable: true,
327
- get: function () { return chunkJUZVCBAI_js.getClusterType; }
283
+ get: function () { return chunkFTXIXM43_js.getClusterType; }
328
284
  });
329
285
  Object.defineProperty(exports, "getDefaultRpcUrl", {
330
286
  enumerable: true,
331
- get: function () { return chunkJUZVCBAI_js.getDefaultRpcUrl; }
287
+ get: function () { return chunkFTXIXM43_js.getDefaultRpcUrl; }
332
288
  });
333
289
  Object.defineProperty(exports, "getNetworkDisplayName", {
334
290
  enumerable: true,
335
- get: function () { return chunkJUZVCBAI_js.getNetworkDisplayName; }
291
+ get: function () { return chunkFTXIXM43_js.getNetworkDisplayName; }
336
292
  });
337
293
  Object.defineProperty(exports, "getPolyfillStatus", {
338
294
  enumerable: true,
339
- get: function () { return chunkJUZVCBAI_js.getPolyfillStatus; }
295
+ get: function () { return chunkFTXIXM43_js.getPolyfillStatus; }
340
296
  });
341
297
  Object.defineProperty(exports, "getTokenUrl", {
342
298
  enumerable: true,
343
- get: function () { return chunkJUZVCBAI_js.getTokenUrl; }
299
+ get: function () { return chunkFTXIXM43_js.getTokenUrl; }
344
300
  });
345
301
  Object.defineProperty(exports, "getTransactionUrl", {
346
302
  enumerable: true,
347
- get: function () { return chunkJUZVCBAI_js.getTransactionUrl; }
348
- });
349
- Object.defineProperty(exports, "getUserFriendlyMessage", {
350
- enumerable: true,
351
- get: function () { return chunkJUZVCBAI_js.getUserFriendlyMessage; }
303
+ get: function () { return chunkFTXIXM43_js.getTransactionUrl; }
352
304
  });
353
305
  Object.defineProperty(exports, "getWalletsRegistry", {
354
306
  enumerable: true,
355
- get: function () { return chunkJUZVCBAI_js.getWalletsRegistry; }
307
+ get: function () { return chunkFTXIXM43_js.getWalletsRegistry; }
356
308
  });
357
309
  Object.defineProperty(exports, "installPolyfills", {
358
310
  enumerable: true,
359
- get: function () { return chunkJUZVCBAI_js.installPolyfills; }
311
+ get: function () { return chunkFTXIXM43_js.installPolyfills; }
360
312
  });
361
313
  Object.defineProperty(exports, "isClipboardAvailable", {
362
314
  enumerable: true,
363
- get: function () { return chunkJUZVCBAI_js.isClipboardAvailable; }
364
- });
365
- Object.defineProperty(exports, "isConfigurationError", {
366
- enumerable: true,
367
- get: function () { return chunkJUZVCBAI_js.isConfigurationError; }
368
- });
369
- Object.defineProperty(exports, "isConnectionError", {
370
- enumerable: true,
371
- get: function () { return chunkJUZVCBAI_js.isConnectionError; }
372
- });
373
- Object.defineProperty(exports, "isConnectorError", {
374
- enumerable: true,
375
- get: function () { return chunkJUZVCBAI_js.isConnectorError; }
315
+ get: function () { return chunkFTXIXM43_js.isClipboardAvailable; }
376
316
  });
377
317
  Object.defineProperty(exports, "isCryptoAvailable", {
378
318
  enumerable: true,
379
- get: function () { return chunkJUZVCBAI_js.isCryptoAvailable; }
319
+ get: function () { return chunkFTXIXM43_js.isCryptoAvailable; }
380
320
  });
381
321
  Object.defineProperty(exports, "isDevnet", {
382
322
  enumerable: true,
383
- get: function () { return chunkJUZVCBAI_js.isDevnet; }
323
+ get: function () { return chunkFTXIXM43_js.isDevnet; }
384
324
  });
385
325
  Object.defineProperty(exports, "isDevnetCluster", {
386
326
  enumerable: true,
387
- get: function () { return chunkJUZVCBAI_js.isDevnetCluster; }
327
+ get: function () { return chunkFTXIXM43_js.isDevnetCluster; }
388
328
  });
389
329
  Object.defineProperty(exports, "isLocalCluster", {
390
330
  enumerable: true,
391
- get: function () { return chunkJUZVCBAI_js.isLocalCluster; }
331
+ get: function () { return chunkFTXIXM43_js.isLocalCluster; }
392
332
  });
393
333
  Object.defineProperty(exports, "isLocalnet", {
394
334
  enumerable: true,
395
- get: function () { return chunkJUZVCBAI_js.isLocalnet; }
335
+ get: function () { return chunkFTXIXM43_js.isLocalnet; }
396
336
  });
397
337
  Object.defineProperty(exports, "isMainnet", {
398
338
  enumerable: true,
399
- get: function () { return chunkJUZVCBAI_js.isMainnet; }
339
+ get: function () { return chunkFTXIXM43_js.isMainnet; }
400
340
  });
401
341
  Object.defineProperty(exports, "isMainnetCluster", {
402
342
  enumerable: true,
403
- get: function () { return chunkJUZVCBAI_js.isMainnetCluster; }
404
- });
405
- Object.defineProperty(exports, "isNetworkError", {
406
- enumerable: true,
407
- get: function () { return chunkJUZVCBAI_js.isNetworkError; }
343
+ get: function () { return chunkFTXIXM43_js.isMainnetCluster; }
408
344
  });
409
345
  Object.defineProperty(exports, "isPolyfillInstalled", {
410
346
  enumerable: true,
411
- get: function () { return chunkJUZVCBAI_js.isPolyfillInstalled; }
347
+ get: function () { return chunkFTXIXM43_js.isPolyfillInstalled; }
412
348
  });
413
349
  Object.defineProperty(exports, "isTestnet", {
414
350
  enumerable: true,
415
- get: function () { return chunkJUZVCBAI_js.isTestnet; }
351
+ get: function () { return chunkFTXIXM43_js.isTestnet; }
416
352
  });
417
353
  Object.defineProperty(exports, "isTestnetCluster", {
418
354
  enumerable: true,
419
- get: function () { return chunkJUZVCBAI_js.isTestnetCluster; }
420
- });
421
- Object.defineProperty(exports, "isTransactionError", {
422
- enumerable: true,
423
- get: function () { return chunkJUZVCBAI_js.isTransactionError; }
355
+ get: function () { return chunkFTXIXM43_js.isTestnetCluster; }
424
356
  });
425
357
  Object.defineProperty(exports, "isTransactionSignerError", {
426
358
  enumerable: true,
427
- get: function () { return chunkJUZVCBAI_js.isTransactionSignerError; }
359
+ get: function () { return chunkFTXIXM43_js.isTransactionSignerError; }
428
360
  });
429
- Object.defineProperty(exports, "isValidationError", {
361
+ Object.defineProperty(exports, "normalizeNetwork", {
430
362
  enumerable: true,
431
- get: function () { return chunkJUZVCBAI_js.isValidationError; }
363
+ get: function () { return chunkFTXIXM43_js.normalizeNetwork; }
432
364
  });
433
- Object.defineProperty(exports, "normalizeNetwork", {
365
+ Object.defineProperty(exports, "ready", {
434
366
  enumerable: true,
435
- get: function () { return chunkJUZVCBAI_js.normalizeNetwork; }
367
+ get: function () { return chunkFTXIXM43_js.ready; }
436
368
  });
437
369
  Object.defineProperty(exports, "toClusterId", {
438
370
  enumerable: true,
439
- get: function () { return chunkJUZVCBAI_js.toClusterId; }
371
+ get: function () { return chunkFTXIXM43_js.toClusterId; }
440
372
  });
441
- Object.defineProperty(exports, "toConnectorError", {
373
+ Object.defineProperty(exports, "truncate", {
442
374
  enumerable: true,
443
- get: function () { return chunkJUZVCBAI_js.toConnectorError; }
375
+ get: function () { return chunkFTXIXM43_js.truncate; }
444
376
  });
445
- 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", {
386
+ enumerable: true,
387
+ get: function () { return chunkDSUCH44G_js.ConnectorError; }
388
+ });
389
+ Object.defineProperty(exports, "Errors", {
446
390
  enumerable: true,
447
- get: function () { return chunkJUZVCBAI_js.truncate; }
391
+ get: function () { return chunkDSUCH44G_js.Errors; }
448
392
  });
449
393
  Object.defineProperty(exports, "LAMPORTS_PER_SOL", {
450
394
  enumerable: true,
451
- 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; }
452
420
  });
453
421
  Object.defineProperty(exports, "createSolanaClient", {
454
422
  enumerable: true,
455
- 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; }
456
436
  });
457
437
  Object.defineProperty(exports, "getExplorerLink", {
458
438
  enumerable: true,
459
- get: function () { return chunkI64FD2EH_js.getExplorerLink; }
439
+ get: function () { return chunkDSUCH44G_js.getExplorerLink; }
460
440
  });
461
441
  Object.defineProperty(exports, "getPublicSolanaRpcUrl", {
462
442
  enumerable: true,
463
- 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; }
464
480
  });
465
481
  Object.defineProperty(exports, "lamportsToSol", {
466
482
  enumerable: true,
467
- get: function () { return chunkI64FD2EH_js.lamportsToSol; }
483
+ get: function () { return chunkDSUCH44G_js.lamportsToSol; }
468
484
  });
469
485
  Object.defineProperty(exports, "prepareTransaction", {
470
486
  enumerable: true,
471
- 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; }
472
492
  });
473
493
  Object.defineProperty(exports, "solToLamports", {
474
494
  enumerable: true,
475
- 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; }
476
512
  });
477
513
  //# sourceMappingURL=headless.js.map
478
514
  //# sourceMappingURL=headless.js.map