@solana/connector 0.1.3 → 0.1.4

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 (51) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +460 -1082
  3. package/dist/{chunk-TIW3EQPC.js → chunk-CLXM6UEE.js} +120 -103
  4. package/dist/chunk-CLXM6UEE.js.map +1 -0
  5. package/dist/{chunk-7CKCRY25.js → chunk-D6PZY5G6.js} +69 -77
  6. package/dist/chunk-D6PZY5G6.js.map +1 -0
  7. package/dist/chunk-LUZWUZ5N.js +2012 -0
  8. package/dist/chunk-LUZWUZ5N.js.map +1 -0
  9. package/dist/{chunk-HPENTIPE.mjs → chunk-N3Q2J2FG.mjs} +51 -55
  10. package/dist/chunk-N3Q2J2FG.mjs.map +1 -0
  11. package/dist/chunk-P5MWBDFG.mjs +298 -0
  12. package/dist/chunk-P5MWBDFG.mjs.map +1 -0
  13. package/dist/chunk-RIQH5W7D.js +311 -0
  14. package/dist/chunk-RIQH5W7D.js.map +1 -0
  15. package/dist/chunk-U64YZRJL.mjs +1984 -0
  16. package/dist/chunk-U64YZRJL.mjs.map +1 -0
  17. package/dist/{chunk-TKJSKXSA.mjs → chunk-YTCSTE3Q.mjs} +35 -19
  18. package/dist/chunk-YTCSTE3Q.mjs.map +1 -0
  19. package/dist/compat.d.mts +4 -2
  20. package/dist/compat.d.ts +4 -2
  21. package/dist/compat.js +3 -3
  22. package/dist/compat.mjs +1 -1
  23. package/dist/headless.d.mts +146 -18
  24. package/dist/headless.d.ts +146 -18
  25. package/dist/headless.js +144 -111
  26. package/dist/headless.mjs +3 -2
  27. package/dist/index.d.mts +6 -5
  28. package/dist/index.d.ts +6 -5
  29. package/dist/index.js +207 -126
  30. package/dist/index.mjs +4 -3
  31. package/dist/react.d.mts +707 -67
  32. package/dist/react.d.ts +707 -67
  33. package/dist/react.js +64 -16
  34. package/dist/react.mjs +2 -2
  35. package/dist/{transaction-signer-D3csM_Mf.d.mts → transaction-signer-D9d8nxwb.d.mts} +3 -1
  36. package/dist/{transaction-signer-D3csM_Mf.d.ts → transaction-signer-D9d8nxwb.d.ts} +3 -1
  37. package/dist/{wallet-standard-shim-C1tisl9S.d.ts → wallet-standard-shim-Cp4vF4oo.d.mts} +133 -6
  38. package/dist/{wallet-standard-shim-Cg0GVGwu.d.mts → wallet-standard-shim-DC_Z7DS-.d.ts} +133 -6
  39. package/package.json +16 -12
  40. package/dist/chunk-5ZUVZZWU.mjs +0 -180
  41. package/dist/chunk-5ZUVZZWU.mjs.map +0 -1
  42. package/dist/chunk-7CKCRY25.js.map +0 -1
  43. package/dist/chunk-FTD7F7CS.js +0 -314
  44. package/dist/chunk-FTD7F7CS.js.map +0 -1
  45. package/dist/chunk-HPENTIPE.mjs.map +0 -1
  46. package/dist/chunk-MPZFJEJK.mjs +0 -298
  47. package/dist/chunk-MPZFJEJK.mjs.map +0 -1
  48. package/dist/chunk-SMUUAKC3.js +0 -186
  49. package/dist/chunk-SMUUAKC3.js.map +0 -1
  50. package/dist/chunk-TIW3EQPC.js.map +0 -1
  51. package/dist/chunk-TKJSKXSA.mjs.map +0 -1
package/dist/headless.js CHANGED
@@ -1,445 +1,478 @@
1
1
  'use strict';
2
2
 
3
- var chunk7CKCRY25_js = require('./chunk-7CKCRY25.js');
4
- var chunkTIW3EQPC_js = require('./chunk-TIW3EQPC.js');
3
+ var chunkD6PZY5G6_js = require('./chunk-D6PZY5G6.js');
4
+ var chunkCLXM6UEE_js = require('./chunk-CLXM6UEE.js');
5
+ var chunkRIQH5W7D_js = require('./chunk-RIQH5W7D.js');
5
6
 
6
7
 
7
8
 
8
9
  Object.defineProperty(exports, "EnhancedStorage", {
9
10
  enumerable: true,
10
- get: function () { return chunk7CKCRY25_js.EnhancedStorage; }
11
+ get: function () { return chunkD6PZY5G6_js.EnhancedStorage; }
11
12
  });
12
13
  Object.defineProperty(exports, "EnhancedStorageAdapter", {
13
14
  enumerable: true,
14
- get: function () { return chunk7CKCRY25_js.EnhancedStorageAdapter; }
15
+ get: function () { return chunkD6PZY5G6_js.EnhancedStorageAdapter; }
15
16
  });
16
17
  Object.defineProperty(exports, "SOLANA_CHAIN_IDS", {
17
18
  enumerable: true,
18
- get: function () { return chunk7CKCRY25_js.SOLANA_CHAIN_IDS; }
19
+ get: function () { return chunkD6PZY5G6_js.SOLANA_CHAIN_IDS; }
19
20
  });
20
21
  Object.defineProperty(exports, "address", {
21
22
  enumerable: true,
22
- get: function () { return chunk7CKCRY25_js.address; }
23
+ get: function () { return chunkD6PZY5G6_js.address; }
23
24
  });
24
25
  Object.defineProperty(exports, "base58ToSignatureBytes", {
25
26
  enumerable: true,
26
- get: function () { return chunk7CKCRY25_js.base58ToSignatureBytes; }
27
+ get: function () { return chunkD6PZY5G6_js.base58ToSignatureBytes; }
27
28
  });
28
29
  Object.defineProperty(exports, "chainIdToClusterId", {
29
30
  enumerable: true,
30
- get: function () { return chunk7CKCRY25_js.chainIdToClusterId; }
31
+ get: function () { return chunkD6PZY5G6_js.chainIdToClusterId; }
31
32
  });
32
33
  Object.defineProperty(exports, "chainIdToClusterType", {
33
34
  enumerable: true,
34
- get: function () { return chunk7CKCRY25_js.chainIdToClusterType; }
35
+ get: function () { return chunkD6PZY5G6_js.chainIdToClusterType; }
35
36
  });
36
37
  Object.defineProperty(exports, "clusterToChainId", {
37
38
  enumerable: true,
38
- get: function () { return chunk7CKCRY25_js.clusterToChainId; }
39
+ get: function () { return chunkD6PZY5G6_js.clusterToChainId; }
39
40
  });
40
41
  Object.defineProperty(exports, "copySignature", {
41
42
  enumerable: true,
42
- get: function () { return chunk7CKCRY25_js.copySignature; }
43
+ get: function () { return chunkD6PZY5G6_js.copySignature; }
43
44
  });
44
45
  Object.defineProperty(exports, "createConfig", {
45
46
  enumerable: true,
46
- get: function () { return chunk7CKCRY25_js.createConfig; }
47
+ get: function () { return chunkD6PZY5G6_js.createConfig; }
47
48
  });
48
49
  Object.defineProperty(exports, "createEnhancedStorageAccount", {
49
50
  enumerable: true,
50
- get: function () { return chunk7CKCRY25_js.createEnhancedStorageAccount; }
51
+ get: function () { return chunkD6PZY5G6_js.createEnhancedStorageAccount; }
51
52
  });
52
53
  Object.defineProperty(exports, "createEnhancedStorageCluster", {
53
54
  enumerable: true,
54
- get: function () { return chunk7CKCRY25_js.createEnhancedStorageCluster; }
55
+ get: function () { return chunkD6PZY5G6_js.createEnhancedStorageCluster; }
55
56
  });
56
57
  Object.defineProperty(exports, "createEnhancedStorageWallet", {
57
58
  enumerable: true,
58
- get: function () { return chunk7CKCRY25_js.createEnhancedStorageWallet; }
59
+ get: function () { return chunkD6PZY5G6_js.createEnhancedStorageWallet; }
59
60
  });
60
61
  Object.defineProperty(exports, "createKitSignersFromWallet", {
61
62
  enumerable: true,
62
- get: function () { return chunk7CKCRY25_js.createKitSignersFromWallet; }
63
+ get: function () { return chunkD6PZY5G6_js.createKitSignersFromWallet; }
63
64
  });
64
65
  Object.defineProperty(exports, "createMessageSignerFromWallet", {
65
66
  enumerable: true,
66
- get: function () { return chunk7CKCRY25_js.createMessageSignerFromWallet; }
67
+ get: function () { return chunkD6PZY5G6_js.createMessageSignerFromWallet; }
67
68
  });
68
69
  Object.defineProperty(exports, "createSignableMessage", {
69
70
  enumerable: true,
70
- get: function () { return chunk7CKCRY25_js.createSignableMessage; }
71
+ get: function () { return chunkD6PZY5G6_js.createSignableMessage; }
71
72
  });
72
73
  Object.defineProperty(exports, "createSolanaDevnet", {
73
74
  enumerable: true,
74
- get: function () { return chunk7CKCRY25_js.createSolanaDevnet; }
75
+ get: function () { return chunkD6PZY5G6_js.createSolanaDevnet; }
75
76
  });
76
77
  Object.defineProperty(exports, "createSolanaLocalnet", {
77
78
  enumerable: true,
78
- get: function () { return chunk7CKCRY25_js.createSolanaLocalnet; }
79
+ get: function () { return chunkD6PZY5G6_js.createSolanaLocalnet; }
79
80
  });
80
81
  Object.defineProperty(exports, "createSolanaMainnet", {
81
82
  enumerable: true,
82
- get: function () { return chunk7CKCRY25_js.createSolanaMainnet; }
83
+ get: function () { return chunkD6PZY5G6_js.createSolanaMainnet; }
83
84
  });
84
85
  Object.defineProperty(exports, "createSolanaTestnet", {
85
86
  enumerable: true,
86
- get: function () { return chunk7CKCRY25_js.createSolanaTestnet; }
87
+ get: function () { return chunkD6PZY5G6_js.createSolanaTestnet; }
87
88
  });
88
89
  Object.defineProperty(exports, "createTransactionSendingSignerFromWallet", {
89
90
  enumerable: true,
90
- get: function () { return chunk7CKCRY25_js.createTransactionSendingSignerFromWallet; }
91
+ get: function () { return chunkD6PZY5G6_js.createTransactionSendingSignerFromWallet; }
91
92
  });
92
93
  Object.defineProperty(exports, "detectMessageModification", {
93
94
  enumerable: true,
94
- get: function () { return chunk7CKCRY25_js.detectMessageModification; }
95
+ get: function () { return chunkD6PZY5G6_js.detectMessageModification; }
95
96
  });
96
97
  Object.defineProperty(exports, "formatSignature", {
97
98
  enumerable: true,
98
- get: function () { return chunk7CKCRY25_js.formatSignature; }
99
+ get: function () { return chunkD6PZY5G6_js.formatSignature; }
99
100
  });
100
101
  Object.defineProperty(exports, "freezeSigner", {
101
102
  enumerable: true,
102
- get: function () { return chunk7CKCRY25_js.freezeSigner; }
103
+ get: function () { return chunkD6PZY5G6_js.freezeSigner; }
103
104
  });
104
105
  Object.defineProperty(exports, "getAllExplorerUrls", {
105
106
  enumerable: true,
106
- get: function () { return chunk7CKCRY25_js.getAllExplorerUrls; }
107
+ get: function () { return chunkD6PZY5G6_js.getAllExplorerUrls; }
107
108
  });
108
109
  Object.defineProperty(exports, "getChainIdFromCluster", {
109
110
  enumerable: true,
110
- get: function () { return chunk7CKCRY25_js.getChainIdFromCluster; }
111
+ get: function () { return chunkD6PZY5G6_js.getChainIdFromCluster; }
111
112
  });
112
113
  Object.defineProperty(exports, "getChainIdFromClusterId", {
113
114
  enumerable: true,
114
- get: function () { return chunk7CKCRY25_js.getChainIdFromClusterId; }
115
+ get: function () { return chunkD6PZY5G6_js.getChainIdFromClusterId; }
115
116
  });
116
117
  Object.defineProperty(exports, "getChainIdFromClusterType", {
117
118
  enumerable: true,
118
- get: function () { return chunk7CKCRY25_js.getChainIdFromClusterType; }
119
+ get: function () { return chunkD6PZY5G6_js.getChainIdFromClusterType; }
119
120
  });
120
121
  Object.defineProperty(exports, "getChainIdFromConnection", {
121
122
  enumerable: true,
122
- get: function () { return chunk7CKCRY25_js.getChainIdFromConnection; }
123
+ get: function () { return chunkD6PZY5G6_js.getChainIdFromConnection; }
123
124
  });
124
125
  Object.defineProperty(exports, "getClusterIdFromChainId", {
125
126
  enumerable: true,
126
- get: function () { return chunk7CKCRY25_js.getClusterIdFromChainId; }
127
+ get: function () { return chunkD6PZY5G6_js.getClusterIdFromChainId; }
127
128
  });
128
129
  Object.defineProperty(exports, "getClusterTypeFromChainId", {
129
130
  enumerable: true,
130
- get: function () { return chunk7CKCRY25_js.getClusterTypeFromChainId; }
131
+ get: function () { return chunkD6PZY5G6_js.getClusterTypeFromChainId; }
131
132
  });
132
133
  Object.defineProperty(exports, "getClusterTypeFromConnection", {
133
134
  enumerable: true,
134
- get: function () { return chunk7CKCRY25_js.getClusterTypeFromConnection; }
135
+ get: function () { return chunkD6PZY5G6_js.getClusterTypeFromConnection; }
135
136
  });
136
137
  Object.defineProperty(exports, "getDefaultConfig", {
137
138
  enumerable: true,
138
- get: function () { return chunk7CKCRY25_js.getDefaultConfig; }
139
+ get: function () { return chunkD6PZY5G6_js.getDefaultConfig; }
139
140
  });
140
141
  Object.defineProperty(exports, "getDefaultMobileConfig", {
141
142
  enumerable: true,
142
- get: function () { return chunk7CKCRY25_js.getDefaultMobileConfig; }
143
+ get: function () { return chunkD6PZY5G6_js.getDefaultMobileConfig; }
143
144
  });
144
145
  Object.defineProperty(exports, "getLatestBlockhash", {
145
146
  enumerable: true,
146
- get: function () { return chunk7CKCRY25_js.getLatestBlockhash; }
147
+ get: function () { return chunkD6PZY5G6_js.getLatestBlockhash; }
147
148
  });
148
149
  Object.defineProperty(exports, "getSolanaExplorerUrl", {
149
150
  enumerable: true,
150
- get: function () { return chunk7CKCRY25_js.getSolanaExplorerUrl; }
151
+ get: function () { return chunkD6PZY5G6_js.getSolanaExplorerUrl; }
151
152
  });
152
153
  Object.defineProperty(exports, "getSolanaFmUrl", {
153
154
  enumerable: true,
154
- get: function () { return chunk7CKCRY25_js.getSolanaFmUrl; }
155
+ get: function () { return chunkD6PZY5G6_js.getSolanaFmUrl; }
155
156
  });
156
157
  Object.defineProperty(exports, "getSolscanUrl", {
157
158
  enumerable: true,
158
- get: function () { return chunk7CKCRY25_js.getSolscanUrl; }
159
+ get: function () { return chunkD6PZY5G6_js.getSolscanUrl; }
159
160
  });
160
161
  Object.defineProperty(exports, "getXrayUrl", {
161
162
  enumerable: true,
162
- get: function () { return chunk7CKCRY25_js.getXrayUrl; }
163
+ get: function () { return chunkD6PZY5G6_js.getXrayUrl; }
163
164
  });
164
165
  Object.defineProperty(exports, "isAccountAddress", {
165
166
  enumerable: true,
166
- get: function () { return chunk7CKCRY25_js.isAccountAddress; }
167
+ get: function () { return chunkD6PZY5G6_js.isAccountAddress; }
167
168
  });
168
169
  Object.defineProperty(exports, "isKitConnection", {
169
170
  enumerable: true,
170
- get: function () { return chunk7CKCRY25_js.isKitConnection; }
171
+ get: function () { return chunkD6PZY5G6_js.isKitConnection; }
171
172
  });
172
173
  Object.defineProperty(exports, "isKnownSolanaChain", {
173
174
  enumerable: true,
174
- get: function () { return chunk7CKCRY25_js.isKnownSolanaChain; }
175
+ get: function () { return chunkD6PZY5G6_js.isKnownSolanaChain; }
175
176
  });
176
177
  Object.defineProperty(exports, "isLegacyConnection", {
177
178
  enumerable: true,
178
- get: function () { return chunk7CKCRY25_js.isLegacyConnection; }
179
+ get: function () { return chunkD6PZY5G6_js.isLegacyConnection; }
179
180
  });
180
181
  Object.defineProperty(exports, "isSolanaChain", {
181
182
  enumerable: true,
182
- get: function () { return chunk7CKCRY25_js.isSolanaChain; }
183
+ get: function () { return chunkD6PZY5G6_js.isSolanaChain; }
183
184
  });
184
185
  Object.defineProperty(exports, "isUnifiedConfig", {
185
186
  enumerable: true,
186
- get: function () { return chunk7CKCRY25_js.isUnifiedConfig; }
187
+ get: function () { return chunkD6PZY5G6_js.isUnifiedConfig; }
187
188
  });
188
189
  Object.defineProperty(exports, "isWalletName", {
189
190
  enumerable: true,
190
- get: function () { return chunk7CKCRY25_js.isWalletName; }
191
+ get: function () { return chunkD6PZY5G6_js.isWalletName; }
191
192
  });
192
193
  Object.defineProperty(exports, "sendRawTransaction", {
193
194
  enumerable: true,
194
- get: function () { return chunk7CKCRY25_js.sendRawTransaction; }
195
+ get: function () { return chunkD6PZY5G6_js.sendRawTransaction; }
195
196
  });
196
197
  Object.defineProperty(exports, "signatureBytesToBase58", {
197
198
  enumerable: true,
198
- get: function () { return chunk7CKCRY25_js.signatureBytesToBase58; }
199
+ get: function () { return chunkD6PZY5G6_js.signatureBytesToBase58; }
199
200
  });
200
201
  Object.defineProperty(exports, "updateSignatureDictionary", {
201
202
  enumerable: true,
202
- get: function () { return chunk7CKCRY25_js.updateSignatureDictionary; }
203
+ get: function () { return chunkD6PZY5G6_js.updateSignatureDictionary; }
203
204
  });
204
205
  Object.defineProperty(exports, "validateKnownSolanaChain", {
205
206
  enumerable: true,
206
- get: function () { return chunk7CKCRY25_js.validateKnownSolanaChain; }
207
+ get: function () { return chunkD6PZY5G6_js.validateKnownSolanaChain; }
207
208
  });
208
209
  Object.defineProperty(exports, "ClipboardErrorType", {
209
210
  enumerable: true,
210
- get: function () { return chunkTIW3EQPC_js.ClipboardErrorType; }
211
+ get: function () { return chunkCLXM6UEE_js.ClipboardErrorType; }
211
212
  });
212
213
  Object.defineProperty(exports, "ConfigurationError", {
213
214
  enumerable: true,
214
- get: function () { return chunkTIW3EQPC_js.ConfigurationError; }
215
+ get: function () { return chunkCLXM6UEE_js.ConfigurationError; }
215
216
  });
216
217
  Object.defineProperty(exports, "ConnectionError", {
217
218
  enumerable: true,
218
- get: function () { return chunkTIW3EQPC_js.ConnectionError; }
219
+ get: function () { return chunkCLXM6UEE_js.ConnectionError; }
219
220
  });
220
221
  Object.defineProperty(exports, "ConnectorClient", {
221
222
  enumerable: true,
222
- get: function () { return chunkTIW3EQPC_js.ConnectorClient; }
223
+ get: function () { return chunkCLXM6UEE_js.ConnectorClient; }
223
224
  });
224
225
  Object.defineProperty(exports, "ConnectorError", {
225
226
  enumerable: true,
226
- get: function () { return chunkTIW3EQPC_js.ConnectorError; }
227
+ get: function () { return chunkCLXM6UEE_js.ConnectorError; }
227
228
  });
228
229
  Object.defineProperty(exports, "Errors", {
229
230
  enumerable: true,
230
- get: function () { return chunkTIW3EQPC_js.Errors; }
231
+ get: function () { return chunkCLXM6UEE_js.Errors; }
231
232
  });
232
233
  Object.defineProperty(exports, "NetworkError", {
233
234
  enumerable: true,
234
- get: function () { return chunkTIW3EQPC_js.NetworkError; }
235
+ get: function () { return chunkCLXM6UEE_js.NetworkError; }
235
236
  });
236
237
  Object.defineProperty(exports, "PUBLIC_RPC_ENDPOINTS", {
237
238
  enumerable: true,
238
- get: function () { return chunkTIW3EQPC_js.PUBLIC_RPC_ENDPOINTS; }
239
+ get: function () { return chunkCLXM6UEE_js.PUBLIC_RPC_ENDPOINTS; }
239
240
  });
240
241
  Object.defineProperty(exports, "TransactionError", {
241
242
  enumerable: true,
242
- get: function () { return chunkTIW3EQPC_js.TransactionError; }
243
+ get: function () { return chunkCLXM6UEE_js.TransactionError; }
243
244
  });
244
245
  Object.defineProperty(exports, "TransactionSignerError", {
245
246
  enumerable: true,
246
- get: function () { return chunkTIW3EQPC_js.TransactionSignerError; }
247
+ get: function () { return chunkCLXM6UEE_js.TransactionSignerError; }
247
248
  });
248
249
  Object.defineProperty(exports, "ValidationError", {
249
250
  enumerable: true,
250
- get: function () { return chunkTIW3EQPC_js.ValidationError; }
251
+ get: function () { return chunkCLXM6UEE_js.ValidationError; }
251
252
  });
252
253
  Object.defineProperty(exports, "WalletErrorType", {
253
254
  enumerable: true,
254
- get: function () { return chunkTIW3EQPC_js.WalletErrorType; }
255
+ get: function () { return chunkCLXM6UEE_js.WalletErrorType; }
255
256
  });
256
257
  Object.defineProperty(exports, "copyAddressToClipboard", {
257
258
  enumerable: true,
258
- get: function () { return chunkTIW3EQPC_js.copyAddressToClipboard; }
259
+ get: function () { return chunkCLXM6UEE_js.copyAddressToClipboard; }
259
260
  });
260
261
  Object.defineProperty(exports, "copySignatureToClipboard", {
261
262
  enumerable: true,
262
- get: function () { return chunkTIW3EQPC_js.copySignatureToClipboard; }
263
+ get: function () { return chunkCLXM6UEE_js.copySignatureToClipboard; }
263
264
  });
264
265
  Object.defineProperty(exports, "copyToClipboard", {
265
266
  enumerable: true,
266
- get: function () { return chunkTIW3EQPC_js.copyToClipboard; }
267
+ get: function () { return chunkCLXM6UEE_js.copyToClipboard; }
267
268
  });
268
269
  Object.defineProperty(exports, "createGillTransactionSigner", {
269
270
  enumerable: true,
270
- get: function () { return chunkTIW3EQPC_js.createGillTransactionSigner; }
271
+ get: function () { return chunkCLXM6UEE_js.createGillTransactionSigner; }
272
+ });
273
+ Object.defineProperty(exports, "createKitTransactionSigner", {
274
+ enumerable: true,
275
+ get: function () { return chunkCLXM6UEE_js.createKitTransactionSigner; }
271
276
  });
272
277
  Object.defineProperty(exports, "createTransactionSigner", {
273
278
  enumerable: true,
274
- get: function () { return chunkTIW3EQPC_js.createTransactionSigner; }
279
+ get: function () { return chunkCLXM6UEE_js.createTransactionSigner; }
275
280
  });
276
281
  Object.defineProperty(exports, "formatAddress", {
277
282
  enumerable: true,
278
- get: function () { return chunkTIW3EQPC_js.formatAddress; }
283
+ get: function () { return chunkCLXM6UEE_js.formatAddress; }
279
284
  });
280
285
  Object.defineProperty(exports, "formatNumber", {
281
286
  enumerable: true,
282
- get: function () { return chunkTIW3EQPC_js.formatNumber; }
287
+ get: function () { return chunkCLXM6UEE_js.formatNumber; }
283
288
  });
284
289
  Object.defineProperty(exports, "formatSOL", {
285
290
  enumerable: true,
286
- get: function () { return chunkTIW3EQPC_js.formatSOL; }
291
+ get: function () { return chunkCLXM6UEE_js.formatSOL; }
287
292
  });
288
293
  Object.defineProperty(exports, "formatTokenAmount", {
289
294
  enumerable: true,
290
- get: function () { return chunkTIW3EQPC_js.formatTokenAmount; }
295
+ get: function () { return chunkCLXM6UEE_js.formatTokenAmount; }
291
296
  });
292
297
  Object.defineProperty(exports, "getAddressUrl", {
293
298
  enumerable: true,
294
- get: function () { return chunkTIW3EQPC_js.getAddressUrl; }
299
+ get: function () { return chunkCLXM6UEE_js.getAddressUrl; }
295
300
  });
296
301
  Object.defineProperty(exports, "getBlockUrl", {
297
302
  enumerable: true,
298
- get: function () { return chunkTIW3EQPC_js.getBlockUrl; }
303
+ get: function () { return chunkCLXM6UEE_js.getBlockUrl; }
299
304
  });
300
305
  Object.defineProperty(exports, "getChainIdForWalletStandard", {
301
306
  enumerable: true,
302
- get: function () { return chunkTIW3EQPC_js.getChainIdForWalletStandard; }
307
+ get: function () { return chunkCLXM6UEE_js.getChainIdForWalletStandard; }
303
308
  });
304
309
  Object.defineProperty(exports, "getClusterChainId", {
305
310
  enumerable: true,
306
- get: function () { return chunkTIW3EQPC_js.getClusterChainId; }
311
+ get: function () { return chunkCLXM6UEE_js.getClusterChainId; }
307
312
  });
308
313
  Object.defineProperty(exports, "getClusterExplorerUrl", {
309
314
  enumerable: true,
310
- get: function () { return chunkTIW3EQPC_js.getClusterExplorerUrl; }
315
+ get: function () { return chunkCLXM6UEE_js.getClusterExplorerUrl; }
311
316
  });
312
317
  Object.defineProperty(exports, "getClusterName", {
313
318
  enumerable: true,
314
- get: function () { return chunkTIW3EQPC_js.getClusterName; }
319
+ get: function () { return chunkCLXM6UEE_js.getClusterName; }
315
320
  });
316
321
  Object.defineProperty(exports, "getClusterRpcUrl", {
317
322
  enumerable: true,
318
- get: function () { return chunkTIW3EQPC_js.getClusterRpcUrl; }
323
+ get: function () { return chunkCLXM6UEE_js.getClusterRpcUrl; }
319
324
  });
320
325
  Object.defineProperty(exports, "getClusterType", {
321
326
  enumerable: true,
322
- get: function () { return chunkTIW3EQPC_js.getClusterType; }
327
+ get: function () { return chunkCLXM6UEE_js.getClusterType; }
323
328
  });
324
329
  Object.defineProperty(exports, "getDefaultRpcUrl", {
325
330
  enumerable: true,
326
- get: function () { return chunkTIW3EQPC_js.getDefaultRpcUrl; }
331
+ get: function () { return chunkCLXM6UEE_js.getDefaultRpcUrl; }
327
332
  });
328
333
  Object.defineProperty(exports, "getNetworkDisplayName", {
329
334
  enumerable: true,
330
- get: function () { return chunkTIW3EQPC_js.getNetworkDisplayName; }
335
+ get: function () { return chunkCLXM6UEE_js.getNetworkDisplayName; }
331
336
  });
332
337
  Object.defineProperty(exports, "getPolyfillStatus", {
333
338
  enumerable: true,
334
- get: function () { return chunkTIW3EQPC_js.getPolyfillStatus; }
339
+ get: function () { return chunkCLXM6UEE_js.getPolyfillStatus; }
335
340
  });
336
341
  Object.defineProperty(exports, "getTokenUrl", {
337
342
  enumerable: true,
338
- get: function () { return chunkTIW3EQPC_js.getTokenUrl; }
343
+ get: function () { return chunkCLXM6UEE_js.getTokenUrl; }
339
344
  });
340
345
  Object.defineProperty(exports, "getTransactionUrl", {
341
346
  enumerable: true,
342
- get: function () { return chunkTIW3EQPC_js.getTransactionUrl; }
347
+ get: function () { return chunkCLXM6UEE_js.getTransactionUrl; }
343
348
  });
344
349
  Object.defineProperty(exports, "getUserFriendlyMessage", {
345
350
  enumerable: true,
346
- get: function () { return chunkTIW3EQPC_js.getUserFriendlyMessage; }
351
+ get: function () { return chunkCLXM6UEE_js.getUserFriendlyMessage; }
347
352
  });
348
353
  Object.defineProperty(exports, "getWalletsRegistry", {
349
354
  enumerable: true,
350
- get: function () { return chunkTIW3EQPC_js.getWalletsRegistry; }
355
+ get: function () { return chunkCLXM6UEE_js.getWalletsRegistry; }
351
356
  });
352
357
  Object.defineProperty(exports, "installPolyfills", {
353
358
  enumerable: true,
354
- get: function () { return chunkTIW3EQPC_js.installPolyfills; }
359
+ get: function () { return chunkCLXM6UEE_js.installPolyfills; }
355
360
  });
356
361
  Object.defineProperty(exports, "isClipboardAvailable", {
357
362
  enumerable: true,
358
- get: function () { return chunkTIW3EQPC_js.isClipboardAvailable; }
363
+ get: function () { return chunkCLXM6UEE_js.isClipboardAvailable; }
359
364
  });
360
365
  Object.defineProperty(exports, "isConfigurationError", {
361
366
  enumerable: true,
362
- get: function () { return chunkTIW3EQPC_js.isConfigurationError; }
367
+ get: function () { return chunkCLXM6UEE_js.isConfigurationError; }
363
368
  });
364
369
  Object.defineProperty(exports, "isConnectionError", {
365
370
  enumerable: true,
366
- get: function () { return chunkTIW3EQPC_js.isConnectionError; }
371
+ get: function () { return chunkCLXM6UEE_js.isConnectionError; }
367
372
  });
368
373
  Object.defineProperty(exports, "isConnectorError", {
369
374
  enumerable: true,
370
- get: function () { return chunkTIW3EQPC_js.isConnectorError; }
375
+ get: function () { return chunkCLXM6UEE_js.isConnectorError; }
371
376
  });
372
377
  Object.defineProperty(exports, "isCryptoAvailable", {
373
378
  enumerable: true,
374
- get: function () { return chunkTIW3EQPC_js.isCryptoAvailable; }
379
+ get: function () { return chunkCLXM6UEE_js.isCryptoAvailable; }
375
380
  });
376
381
  Object.defineProperty(exports, "isDevnet", {
377
382
  enumerable: true,
378
- get: function () { return chunkTIW3EQPC_js.isDevnet; }
383
+ get: function () { return chunkCLXM6UEE_js.isDevnet; }
379
384
  });
380
385
  Object.defineProperty(exports, "isDevnetCluster", {
381
386
  enumerable: true,
382
- get: function () { return chunkTIW3EQPC_js.isDevnetCluster; }
387
+ get: function () { return chunkCLXM6UEE_js.isDevnetCluster; }
383
388
  });
384
389
  Object.defineProperty(exports, "isLocalCluster", {
385
390
  enumerable: true,
386
- get: function () { return chunkTIW3EQPC_js.isLocalCluster; }
391
+ get: function () { return chunkCLXM6UEE_js.isLocalCluster; }
387
392
  });
388
393
  Object.defineProperty(exports, "isLocalnet", {
389
394
  enumerable: true,
390
- get: function () { return chunkTIW3EQPC_js.isLocalnet; }
395
+ get: function () { return chunkCLXM6UEE_js.isLocalnet; }
391
396
  });
392
397
  Object.defineProperty(exports, "isMainnet", {
393
398
  enumerable: true,
394
- get: function () { return chunkTIW3EQPC_js.isMainnet; }
399
+ get: function () { return chunkCLXM6UEE_js.isMainnet; }
395
400
  });
396
401
  Object.defineProperty(exports, "isMainnetCluster", {
397
402
  enumerable: true,
398
- get: function () { return chunkTIW3EQPC_js.isMainnetCluster; }
403
+ get: function () { return chunkCLXM6UEE_js.isMainnetCluster; }
399
404
  });
400
405
  Object.defineProperty(exports, "isNetworkError", {
401
406
  enumerable: true,
402
- get: function () { return chunkTIW3EQPC_js.isNetworkError; }
407
+ get: function () { return chunkCLXM6UEE_js.isNetworkError; }
403
408
  });
404
409
  Object.defineProperty(exports, "isPolyfillInstalled", {
405
410
  enumerable: true,
406
- get: function () { return chunkTIW3EQPC_js.isPolyfillInstalled; }
411
+ get: function () { return chunkCLXM6UEE_js.isPolyfillInstalled; }
407
412
  });
408
413
  Object.defineProperty(exports, "isTestnet", {
409
414
  enumerable: true,
410
- get: function () { return chunkTIW3EQPC_js.isTestnet; }
415
+ get: function () { return chunkCLXM6UEE_js.isTestnet; }
411
416
  });
412
417
  Object.defineProperty(exports, "isTestnetCluster", {
413
418
  enumerable: true,
414
- get: function () { return chunkTIW3EQPC_js.isTestnetCluster; }
419
+ get: function () { return chunkCLXM6UEE_js.isTestnetCluster; }
415
420
  });
416
421
  Object.defineProperty(exports, "isTransactionError", {
417
422
  enumerable: true,
418
- get: function () { return chunkTIW3EQPC_js.isTransactionError; }
423
+ get: function () { return chunkCLXM6UEE_js.isTransactionError; }
419
424
  });
420
425
  Object.defineProperty(exports, "isTransactionSignerError", {
421
426
  enumerable: true,
422
- get: function () { return chunkTIW3EQPC_js.isTransactionSignerError; }
427
+ get: function () { return chunkCLXM6UEE_js.isTransactionSignerError; }
423
428
  });
424
429
  Object.defineProperty(exports, "isValidationError", {
425
430
  enumerable: true,
426
- get: function () { return chunkTIW3EQPC_js.isValidationError; }
431
+ get: function () { return chunkCLXM6UEE_js.isValidationError; }
427
432
  });
428
433
  Object.defineProperty(exports, "normalizeNetwork", {
429
434
  enumerable: true,
430
- get: function () { return chunkTIW3EQPC_js.normalizeNetwork; }
435
+ get: function () { return chunkCLXM6UEE_js.normalizeNetwork; }
431
436
  });
432
437
  Object.defineProperty(exports, "toClusterId", {
433
438
  enumerable: true,
434
- get: function () { return chunkTIW3EQPC_js.toClusterId; }
439
+ get: function () { return chunkCLXM6UEE_js.toClusterId; }
435
440
  });
436
441
  Object.defineProperty(exports, "toConnectorError", {
437
442
  enumerable: true,
438
- get: function () { return chunkTIW3EQPC_js.toConnectorError; }
443
+ get: function () { return chunkCLXM6UEE_js.toConnectorError; }
439
444
  });
440
445
  Object.defineProperty(exports, "truncate", {
441
446
  enumerable: true,
442
- get: function () { return chunkTIW3EQPC_js.truncate; }
447
+ get: function () { return chunkCLXM6UEE_js.truncate; }
448
+ });
449
+ Object.defineProperty(exports, "LAMPORTS_PER_SOL", {
450
+ enumerable: true,
451
+ get: function () { return chunkRIQH5W7D_js.LAMPORTS_PER_SOL; }
452
+ });
453
+ Object.defineProperty(exports, "createSolanaClient", {
454
+ enumerable: true,
455
+ get: function () { return chunkRIQH5W7D_js.createSolanaClient; }
456
+ });
457
+ Object.defineProperty(exports, "getExplorerLink", {
458
+ enumerable: true,
459
+ get: function () { return chunkRIQH5W7D_js.getExplorerLink; }
460
+ });
461
+ Object.defineProperty(exports, "getPublicSolanaRpcUrl", {
462
+ enumerable: true,
463
+ get: function () { return chunkRIQH5W7D_js.getPublicSolanaRpcUrl; }
464
+ });
465
+ Object.defineProperty(exports, "lamportsToSol", {
466
+ enumerable: true,
467
+ get: function () { return chunkRIQH5W7D_js.lamportsToSol; }
468
+ });
469
+ Object.defineProperty(exports, "prepareTransaction", {
470
+ enumerable: true,
471
+ get: function () { return chunkRIQH5W7D_js.prepareTransaction; }
472
+ });
473
+ Object.defineProperty(exports, "solToLamports", {
474
+ enumerable: true,
475
+ get: function () { return chunkRIQH5W7D_js.solToLamports; }
443
476
  });
444
477
  //# sourceMappingURL=headless.js.map
445
478
  //# sourceMappingURL=headless.js.map
package/dist/headless.mjs CHANGED
@@ -1,4 +1,5 @@
1
- export { EnhancedStorage, EnhancedStorageAdapter, SOLANA_CHAIN_IDS, address, base58ToSignatureBytes, chainIdToClusterId, chainIdToClusterType, clusterToChainId, copySignature, createConfig, createEnhancedStorageAccount, createEnhancedStorageCluster, createEnhancedStorageWallet, createKitSignersFromWallet, createMessageSignerFromWallet, createSignableMessage, createSolanaDevnet, createSolanaLocalnet, createSolanaMainnet, createSolanaTestnet, createTransactionSendingSignerFromWallet, detectMessageModification, formatSignature, freezeSigner, getAllExplorerUrls, getChainIdFromCluster, getChainIdFromClusterId, getChainIdFromClusterType, getChainIdFromConnection, getClusterIdFromChainId, getClusterTypeFromChainId, getClusterTypeFromConnection, getDefaultConfig, getDefaultMobileConfig, getLatestBlockhash, getSolanaExplorerUrl, getSolanaFmUrl, getSolscanUrl, getXrayUrl, isAccountAddress, isKitConnection, isKnownSolanaChain, isLegacyConnection, isSolanaChain, isUnifiedConfig, isWalletName, sendRawTransaction, signatureBytesToBase58, updateSignatureDictionary, validateKnownSolanaChain } from './chunk-HPENTIPE.mjs';
2
- export { ClipboardErrorType, ConfigurationError, ConnectionError, ConnectorClient, ConnectorError, Errors, NetworkError, PUBLIC_RPC_ENDPOINTS, TransactionError, TransactionSignerError, ValidationError, WalletErrorType, copyAddressToClipboard, copySignatureToClipboard, copyToClipboard, createGillTransactionSigner, createTransactionSigner, formatAddress, formatNumber, formatSOL, formatTokenAmount, getAddressUrl, getBlockUrl, getChainIdForWalletStandard, getClusterChainId, getClusterExplorerUrl, getClusterName, getClusterRpcUrl, getClusterType, getDefaultRpcUrl, getNetworkDisplayName, getPolyfillStatus, getTokenUrl, getTransactionUrl, getUserFriendlyMessage, getWalletsRegistry, installPolyfills, isClipboardAvailable, isConfigurationError, isConnectionError, isConnectorError, isCryptoAvailable, isDevnet, isDevnetCluster, isLocalCluster, isLocalnet, isMainnet, isMainnetCluster, isNetworkError, isPolyfillInstalled, isTestnet, isTestnetCluster, isTransactionError, isTransactionSignerError, isValidationError, normalizeNetwork, toClusterId, toConnectorError, truncate } from './chunk-TKJSKXSA.mjs';
1
+ export { EnhancedStorage, EnhancedStorageAdapter, SOLANA_CHAIN_IDS, address, base58ToSignatureBytes, chainIdToClusterId, chainIdToClusterType, clusterToChainId, copySignature, createConfig, createEnhancedStorageAccount, createEnhancedStorageCluster, createEnhancedStorageWallet, createKitSignersFromWallet, createMessageSignerFromWallet, createSignableMessage, createSolanaDevnet, createSolanaLocalnet, createSolanaMainnet, createSolanaTestnet, createTransactionSendingSignerFromWallet, detectMessageModification, formatSignature, freezeSigner, getAllExplorerUrls, getChainIdFromCluster, getChainIdFromClusterId, getChainIdFromClusterType, getChainIdFromConnection, getClusterIdFromChainId, getClusterTypeFromChainId, getClusterTypeFromConnection, getDefaultConfig, getDefaultMobileConfig, getLatestBlockhash, getSolanaExplorerUrl, getSolanaFmUrl, getSolscanUrl, getXrayUrl, isAccountAddress, isKitConnection, isKnownSolanaChain, isLegacyConnection, isSolanaChain, isUnifiedConfig, isWalletName, sendRawTransaction, signatureBytesToBase58, updateSignatureDictionary, validateKnownSolanaChain } from './chunk-N3Q2J2FG.mjs';
2
+ export { ClipboardErrorType, ConfigurationError, ConnectionError, ConnectorClient, ConnectorError, Errors, NetworkError, PUBLIC_RPC_ENDPOINTS, TransactionError, TransactionSignerError, ValidationError, WalletErrorType, copyAddressToClipboard, copySignatureToClipboard, copyToClipboard, createGillTransactionSigner, createKitTransactionSigner, createTransactionSigner, formatAddress, formatNumber, formatSOL, formatTokenAmount, getAddressUrl, getBlockUrl, getChainIdForWalletStandard, getClusterChainId, getClusterExplorerUrl, getClusterName, getClusterRpcUrl, getClusterType, getDefaultRpcUrl, getNetworkDisplayName, getPolyfillStatus, getTokenUrl, getTransactionUrl, getUserFriendlyMessage, getWalletsRegistry, installPolyfills, isClipboardAvailable, isConfigurationError, isConnectionError, isConnectorError, isCryptoAvailable, isDevnet, isDevnetCluster, isLocalCluster, isLocalnet, isMainnet, isMainnetCluster, isNetworkError, isPolyfillInstalled, isTestnet, isTestnetCluster, isTransactionError, isTransactionSignerError, isValidationError, normalizeNetwork, toClusterId, toConnectorError, truncate } from './chunk-YTCSTE3Q.mjs';
3
+ export { LAMPORTS_PER_SOL, createSolanaClient, getExplorerLink, getPublicSolanaRpcUrl, lamportsToSol, prepareTransaction, solToLamports } from './chunk-P5MWBDFG.mjs';
3
4
  //# sourceMappingURL=headless.mjs.map
4
5
  //# sourceMappingURL=headless.mjs.map
package/dist/index.d.mts CHANGED
@@ -1,14 +1,15 @@
1
- export { q as AccountAddress, A as AccountInfo, K as ClipboardErrorType, N as ClipboardResult, i as ClusterType, j as ConnectorClient, d as ConnectorConfig, v as ConnectorDebugMetrics, x as ConnectorDebugState, b as ConnectorErrorBoundary, y as ConnectorEvent, z as ConnectorEventListener, t as ConnectorHealth, C as ConnectorProvider, c as ConnectorSnapshot, e as ConnectorState, O as CopyOptions, D as DefaultConfigOptions, F as EnhancedStorageAccountOptions, G as EnhancedStorageClusterOptions, H as EnhancedStorageWalletOptions, E as ExtendedConnectorConfig, L as Listener, M as MobileWalletAdapterConfig, a9 as PUBLIC_RPC_ENDPOINTS, a8 as SolanaNetwork, S as StorageAdapter, B as StorageOptions, h as UnifiedConfig, U as UnifiedConfigOptions, J as WalletError, I as WalletErrorType, W as WalletInfo, p as WalletName, g as WalletStandardAccount, f as WalletStandardWallet, R as copyAddressToClipboard, T as copySignatureToClipboard, Q as copyToClipboard, n as createConfig, Z as getAddressUrl, $ as getBlockUrl, a7 as getChainIdForWalletStandard, a6 as getClusterChainId, X as getClusterExplorerUrl, a4 as getClusterName, V as getClusterRpcUrl, a5 as getClusterType, l as getDefaultConfig, m as getDefaultMobileConfig, ac as getDefaultRpcUrl, ah as getNetworkDisplayName, _ as getTokenUrl, Y as getTransactionUrl, k as getWalletsRegistry, s as isAccountAddress, P as isClipboardAvailable, ae as isDevnet, a1 as isDevnetCluster, a3 as isLocalCluster, ag as isLocalnet, ad as isMainnet, a0 as isMainnetCluster, af as isTestnet, a2 as isTestnetCluster, o as isUnifiedConfig, r as isWalletName, aa as normalizeNetwork, ab as toClusterId, u as useConnector, a as useConnectorClient, w as withErrorBoundary } from './wallet-standard-shim-Cg0GVGwu.mjs';
2
- export { UnifiedProvider as AppProvider, TransactionPrepareOptions, UnifiedProvider, UnifiedProviderProps, UseAccountReturn, UseClusterReturn, UseGillSolanaClientReturn, UseGillTransactionSignerReturn, UseTransactionPreparerReturn, UseTransactionSignerReturn, UseWalletInfoReturn, useAccount, useCluster, useGillSolanaClient, useGillTransactionSigner, useTransactionPreparer, useTransactionSigner, useWalletInfo } from './react.mjs';
1
+ export { q as AccountAddress, A as AccountInfo, T as ClipboardErrorType, V as ClipboardResult, i as ClusterType, j as ConnectorClient, d as ConnectorConfig, v as ConnectorDebugMetrics, x as ConnectorDebugState, b as ConnectorErrorBoundary, y as ConnectorEvent, z as ConnectorEventListener, t as ConnectorHealth, C as ConnectorProvider, c as ConnectorSnapshot, e as ConnectorState, X as CopyOptions, R as CreateSolanaClientArgs, D as DefaultConfigOptions, F as EnhancedStorageAccountOptions, G as EnhancedStorageClusterOptions, H as EnhancedStorageWalletOptions, E as ExtendedConnectorConfig, L as Listener, M as MobileWalletAdapterConfig, P as ModifiedClusterUrl, af as PUBLIC_RPC_ENDPOINTS, Q as SolanaClient, O as SolanaClusterMoniker, ae as SolanaNetwork, S as StorageAdapter, B as StorageOptions, h as UnifiedConfig, U as UnifiedConfigOptions, J as WalletError, I as WalletErrorType, W as WalletInfo, p as WalletName, g as WalletStandardAccount, f as WalletStandardWallet, _ as copyAddressToClipboard, $ as copySignatureToClipboard, Z as copyToClipboard, n as createConfig, N as createSolanaClient, a3 as getAddressUrl, a5 as getBlockUrl, ad as getChainIdForWalletStandard, ac as getClusterChainId, a1 as getClusterExplorerUrl, aa as getClusterName, a0 as getClusterRpcUrl, ab as getClusterType, l as getDefaultConfig, m as getDefaultMobileConfig, ai as getDefaultRpcUrl, an as getNetworkDisplayName, K as getPublicSolanaRpcUrl, a4 as getTokenUrl, a2 as getTransactionUrl, k as getWalletsRegistry, s as isAccountAddress, Y as isClipboardAvailable, ak as isDevnet, a7 as isDevnetCluster, a9 as isLocalCluster, am as isLocalnet, aj as isMainnet, a6 as isMainnetCluster, al as isTestnet, a8 as isTestnetCluster, o as isUnifiedConfig, r as isWalletName, ag as normalizeNetwork, ah as toClusterId, u as useConnector, a as useConnectorClient, w as withErrorBoundary } from './wallet-standard-shim-Cp4vF4oo.mjs';
2
+ export { AccountElement, AccountElementProps, AccountElementRenderProps, UnifiedProvider as AppProvider, BalanceElement, BalanceElementProps, BalanceElementRenderProps, ClusterElement, ClusterElementProps, ClusterElementRenderProps, DisconnectElement, DisconnectElementProps, Token, TokenBalance, TokenListElement, TokenListElementProps, TokenListElementRenderProps, TransactionHistoryElement, TransactionHistoryElementProps, TransactionHistoryElementRenderProps, TransactionInfo, TransactionPrepareOptions, UnifiedProvider, UnifiedProviderProps, UseAccountReturn, UseBalanceReturn, UseClusterReturn, UseGillSolanaClientReturn, UseGillTransactionSignerReturn, UseKitTransactionSignerReturn, UseSolanaClientReturn, UseTokensOptions, UseTokensReturn, UseTransactionPreparerReturn, UseTransactionSignerReturn, UseTransactionsOptions, UseTransactionsReturn, UseWalletInfoReturn, WalletListElement, WalletListElementProps, WalletListElementRenderProps, WalletListElementWalletProps, useAccount, useBalance, useCluster, useGillSolanaClient, useGillTransactionSigner, useKitTransactionSigner, useSolanaClient, useTokens, useTransactionPreparer, useTransactionSigner, useTransactions, useWalletInfo } from './react.mjs';
3
3
  export { SolanaCluster, SolanaClusterId, createSolanaDevnet, createSolanaLocalnet, createSolanaMainnet, createSolanaTestnet } from '@wallet-ui/core';
4
- export { l as ConfigurationError, x as ConfigurationErrorCode, k as ConnectionError, v as ConnectionErrorCode, C as ConnectorError, E as Errors, N as NetworkError, y as NetworkErrorCode, a as SignedTransaction, S as SolanaTransaction, c as TransactionActivity, d as TransactionActivityStatus, m as TransactionError, z as TransactionErrorCode, f as TransactionMetadata, e as TransactionMethod, j as TransactionSigner, b as TransactionSignerCapabilities, T as TransactionSignerConfig, h as TransactionSignerError, V as ValidationError, w as ValidationErrorCode, g as createTransactionSigner, u as getUserFriendlyMessage, q as isConfigurationError, o as isConnectionError, n as isConnectorError, r as isNetworkError, s as isTransactionError, i as isTransactionSignerError, p as isValidationError, t as toConnectorError } from './transaction-signer-D3csM_Mf.mjs';
5
- export { Commitment, DualConnection, EnhancedStorage, EnhancedStorageAdapter, ExplorerOptions, ExplorerType, KitSignersFromWallet, SOLANA_CHAIN_IDS, base58ToSignatureBytes, chainIdToClusterId, chainIdToClusterType, clusterToChainId, copySignature, createEnhancedStorageAccount, createEnhancedStorageCluster, createEnhancedStorageWallet, createGillTransactionSigner, createKitSignersFromWallet, createMessageSignerFromWallet, createTransactionSendingSignerFromWallet, detectMessageModification, formatAddress, formatNumber, formatSOL, formatSignature, formatTokenAmount, freezeSigner, getAllExplorerUrls, getChainIdFromCluster, getChainIdFromClusterId, getChainIdFromClusterType, getChainIdFromConnection, getClusterIdFromChainId, getClusterTypeFromChainId, getClusterTypeFromConnection, getLatestBlockhash, getPolyfillStatus, getSolanaExplorerUrl, getSolanaFmUrl, getSolscanUrl, getXrayUrl, installPolyfills, isCryptoAvailable, isKitConnection, isKnownSolanaChain, isLegacyConnection, isPolyfillInstalled, isSolanaChain, sendRawTransaction, signatureBytesToBase58, truncate, updateSignatureDictionary, validateKnownSolanaChain } from './headless.mjs';
4
+ export { l as ConfigurationError, x as ConfigurationErrorCode, k as ConnectionError, v as ConnectionErrorCode, C as ConnectorError, E as Errors, N as NetworkError, y as NetworkErrorCode, a as SignedTransaction, S as SolanaTransaction, c as TransactionActivity, d as TransactionActivityStatus, m as TransactionError, z as TransactionErrorCode, f as TransactionMetadata, e as TransactionMethod, j as TransactionSigner, b as TransactionSignerCapabilities, T as TransactionSignerConfig, h as TransactionSignerError, V as ValidationError, w as ValidationErrorCode, g as createTransactionSigner, u as getUserFriendlyMessage, q as isConfigurationError, o as isConnectionError, n as isConnectorError, r as isNetworkError, s as isTransactionError, i as isTransactionSignerError, p as isValidationError, t as toConnectorError } from './transaction-signer-D9d8nxwb.mjs';
5
+ export { Commitment, DualConnection, EnhancedStorage, EnhancedStorageAdapter, ExplorerOptions, ExplorerType, GetExplorerLinkArgs, KitSignersFromWallet, LAMPORTS_PER_SOL, PrepareTransactionConfig, SOLANA_CHAIN_IDS, base58ToSignatureBytes, chainIdToClusterId, chainIdToClusterType, clusterToChainId, copySignature, createEnhancedStorageAccount, createEnhancedStorageCluster, createEnhancedStorageWallet, createGillTransactionSigner, createKitSignersFromWallet, createKitTransactionSigner, createMessageSignerFromWallet, createTransactionSendingSignerFromWallet, detectMessageModification, formatAddress, formatNumber, formatSOL, formatSignature, formatTokenAmount, freezeSigner, getAllExplorerUrls, getChainIdFromCluster, getChainIdFromClusterId, getChainIdFromClusterType, getChainIdFromConnection, getClusterIdFromChainId, getClusterTypeFromChainId, getClusterTypeFromConnection, getExplorerLink, getLatestBlockhash, getPolyfillStatus, getSolanaExplorerUrl, getSolanaFmUrl, getSolscanUrl, getXrayUrl, installPolyfills, isCryptoAvailable, isKitConnection, isKnownSolanaChain, isLegacyConnection, isPolyfillInstalled, isSolanaChain, lamportsToSol, prepareTransaction, sendRawTransaction, signatureBytesToBase58, solToLamports, truncate, updateSignatureDictionary, validateKnownSolanaChain } from './headless.mjs';
6
6
  export { MessageModifyingSigner, MessageModifyingSignerConfig, SignableMessage, SignatureDictionary, TransactionSendingSigner, TransactionSendingSignerConfig, createSignableMessage } from '@solana/signers';
7
7
  export { Address, address } from '@solana/addresses';
8
8
  export { SignatureBytes } from '@solana/keys';
9
9
  export { Transaction } from '@solana/transactions';
10
10
  export { Wallet, WalletAccount } from '@wallet-standard/base';
11
- import 'gill';
12
11
  import 'react';
13
12
  import 'react/jsx-runtime';
13
+ import '@solana/kit';
14
+ import '@solana/transaction-messages';
14
15
  import '@solana/web3.js';