@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/index.js CHANGED
@@ -1,583 +1,651 @@
1
1
  'use strict';
2
2
 
3
- var chunkNQXK7PGX_js = require('./chunk-NQXK7PGX.js');
4
- var chunkULUYX23Q_js = require('./chunk-ULUYX23Q.js');
5
- var chunkJUZVCBAI_js = require('./chunk-JUZVCBAI.js');
6
- var chunkI64FD2EH_js = require('./chunk-I64FD2EH.js');
3
+ var chunkAOIXHVRH_js = require('./chunk-AOIXHVRH.js');
4
+ var chunkK3BNIGPX_js = require('./chunk-K3BNIGPX.js');
5
+ var chunkFTXIXM43_js = require('./chunk-FTXIXM43.js');
6
+ var chunkDSUCH44G_js = require('./chunk-DSUCH44G.js');
7
7
 
8
8
 
9
9
 
10
10
  Object.defineProperty(exports, "EnhancedStorage", {
11
11
  enumerable: true,
12
- get: function () { return chunkNQXK7PGX_js.EnhancedStorage; }
12
+ get: function () { return chunkAOIXHVRH_js.EnhancedStorage; }
13
13
  });
14
14
  Object.defineProperty(exports, "EnhancedStorageAdapter", {
15
15
  enumerable: true,
16
- get: function () { return chunkNQXK7PGX_js.EnhancedStorageAdapter; }
16
+ get: function () { return chunkAOIXHVRH_js.EnhancedStorageAdapter; }
17
17
  });
18
18
  Object.defineProperty(exports, "SOLANA_CHAIN_IDS", {
19
19
  enumerable: true,
20
- get: function () { return chunkNQXK7PGX_js.SOLANA_CHAIN_IDS; }
20
+ get: function () { return chunkAOIXHVRH_js.SOLANA_CHAIN_IDS; }
21
21
  });
22
22
  Object.defineProperty(exports, "address", {
23
23
  enumerable: true,
24
- get: function () { return chunkNQXK7PGX_js.address; }
25
- });
26
- Object.defineProperty(exports, "base58ToSignatureBytes", {
27
- enumerable: true,
28
- get: function () { return chunkNQXK7PGX_js.base58ToSignatureBytes; }
24
+ get: function () { return chunkAOIXHVRH_js.address; }
29
25
  });
30
26
  Object.defineProperty(exports, "chainIdToClusterId", {
31
27
  enumerable: true,
32
- get: function () { return chunkNQXK7PGX_js.chainIdToClusterId; }
28
+ get: function () { return chunkAOIXHVRH_js.chainIdToClusterId; }
33
29
  });
34
30
  Object.defineProperty(exports, "chainIdToClusterType", {
35
31
  enumerable: true,
36
- get: function () { return chunkNQXK7PGX_js.chainIdToClusterType; }
32
+ get: function () { return chunkAOIXHVRH_js.chainIdToClusterType; }
37
33
  });
38
34
  Object.defineProperty(exports, "clusterToChainId", {
39
35
  enumerable: true,
40
- get: function () { return chunkNQXK7PGX_js.clusterToChainId; }
36
+ get: function () { return chunkAOIXHVRH_js.clusterToChainId; }
41
37
  });
42
38
  Object.defineProperty(exports, "copySignature", {
43
39
  enumerable: true,
44
- get: function () { return chunkNQXK7PGX_js.copySignature; }
45
- });
46
- Object.defineProperty(exports, "createConfig", {
47
- enumerable: true,
48
- get: function () { return chunkNQXK7PGX_js.createConfig; }
40
+ get: function () { return chunkAOIXHVRH_js.copySignature; }
49
41
  });
50
42
  Object.defineProperty(exports, "createEnhancedStorageAccount", {
51
43
  enumerable: true,
52
- get: function () { return chunkNQXK7PGX_js.createEnhancedStorageAccount; }
44
+ get: function () { return chunkAOIXHVRH_js.createEnhancedStorageAccount; }
53
45
  });
54
46
  Object.defineProperty(exports, "createEnhancedStorageCluster", {
55
47
  enumerable: true,
56
- get: function () { return chunkNQXK7PGX_js.createEnhancedStorageCluster; }
48
+ get: function () { return chunkAOIXHVRH_js.createEnhancedStorageCluster; }
57
49
  });
58
50
  Object.defineProperty(exports, "createEnhancedStorageWallet", {
59
51
  enumerable: true,
60
- get: function () { return chunkNQXK7PGX_js.createEnhancedStorageWallet; }
61
- });
62
- Object.defineProperty(exports, "createKitSignersFromWallet", {
63
- enumerable: true,
64
- get: function () { return chunkNQXK7PGX_js.createKitSignersFromWallet; }
65
- });
66
- Object.defineProperty(exports, "createMessageSignerFromWallet", {
67
- enumerable: true,
68
- get: function () { return chunkNQXK7PGX_js.createMessageSignerFromWallet; }
52
+ get: function () { return chunkAOIXHVRH_js.createEnhancedStorageWallet; }
69
53
  });
70
54
  Object.defineProperty(exports, "createSignableMessage", {
71
55
  enumerable: true,
72
- get: function () { return chunkNQXK7PGX_js.createSignableMessage; }
56
+ get: function () { return chunkAOIXHVRH_js.createSignableMessage; }
73
57
  });
74
58
  Object.defineProperty(exports, "createSolanaDevnet", {
75
59
  enumerable: true,
76
- get: function () { return chunkNQXK7PGX_js.createSolanaDevnet; }
60
+ get: function () { return chunkAOIXHVRH_js.createSolanaDevnet; }
77
61
  });
78
62
  Object.defineProperty(exports, "createSolanaLocalnet", {
79
63
  enumerable: true,
80
- get: function () { return chunkNQXK7PGX_js.createSolanaLocalnet; }
64
+ get: function () { return chunkAOIXHVRH_js.createSolanaLocalnet; }
81
65
  });
82
66
  Object.defineProperty(exports, "createSolanaMainnet", {
83
67
  enumerable: true,
84
- get: function () { return chunkNQXK7PGX_js.createSolanaMainnet; }
68
+ get: function () { return chunkAOIXHVRH_js.createSolanaMainnet; }
85
69
  });
86
70
  Object.defineProperty(exports, "createSolanaTestnet", {
87
71
  enumerable: true,
88
- get: function () { return chunkNQXK7PGX_js.createSolanaTestnet; }
89
- });
90
- Object.defineProperty(exports, "createTransactionSendingSignerFromWallet", {
91
- enumerable: true,
92
- get: function () { return chunkNQXK7PGX_js.createTransactionSendingSignerFromWallet; }
93
- });
94
- Object.defineProperty(exports, "detectMessageModification", {
95
- enumerable: true,
96
- get: function () { return chunkNQXK7PGX_js.detectMessageModification; }
72
+ get: function () { return chunkAOIXHVRH_js.createSolanaTestnet; }
97
73
  });
98
74
  Object.defineProperty(exports, "formatSignature", {
99
75
  enumerable: true,
100
- get: function () { return chunkNQXK7PGX_js.formatSignature; }
101
- });
102
- Object.defineProperty(exports, "freezeSigner", {
103
- enumerable: true,
104
- get: function () { return chunkNQXK7PGX_js.freezeSigner; }
76
+ get: function () { return chunkAOIXHVRH_js.formatSignature; }
105
77
  });
106
78
  Object.defineProperty(exports, "getAllExplorerUrls", {
107
79
  enumerable: true,
108
- get: function () { return chunkNQXK7PGX_js.getAllExplorerUrls; }
80
+ get: function () { return chunkAOIXHVRH_js.getAllExplorerUrls; }
109
81
  });
110
82
  Object.defineProperty(exports, "getChainIdFromCluster", {
111
83
  enumerable: true,
112
- get: function () { return chunkNQXK7PGX_js.getChainIdFromCluster; }
84
+ get: function () { return chunkAOIXHVRH_js.getChainIdFromCluster; }
113
85
  });
114
86
  Object.defineProperty(exports, "getChainIdFromClusterId", {
115
87
  enumerable: true,
116
- get: function () { return chunkNQXK7PGX_js.getChainIdFromClusterId; }
88
+ get: function () { return chunkAOIXHVRH_js.getChainIdFromClusterId; }
117
89
  });
118
90
  Object.defineProperty(exports, "getChainIdFromClusterType", {
119
91
  enumerable: true,
120
- get: function () { return chunkNQXK7PGX_js.getChainIdFromClusterType; }
92
+ get: function () { return chunkAOIXHVRH_js.getChainIdFromClusterType; }
121
93
  });
122
94
  Object.defineProperty(exports, "getChainIdFromConnection", {
123
95
  enumerable: true,
124
- get: function () { return chunkNQXK7PGX_js.getChainIdFromConnection; }
96
+ get: function () { return chunkAOIXHVRH_js.getChainIdFromConnection; }
125
97
  });
126
98
  Object.defineProperty(exports, "getClusterIdFromChainId", {
127
99
  enumerable: true,
128
- get: function () { return chunkNQXK7PGX_js.getClusterIdFromChainId; }
100
+ get: function () { return chunkAOIXHVRH_js.getClusterIdFromChainId; }
129
101
  });
130
102
  Object.defineProperty(exports, "getClusterTypeFromChainId", {
131
103
  enumerable: true,
132
- get: function () { return chunkNQXK7PGX_js.getClusterTypeFromChainId; }
104
+ get: function () { return chunkAOIXHVRH_js.getClusterTypeFromChainId; }
133
105
  });
134
106
  Object.defineProperty(exports, "getClusterTypeFromConnection", {
135
107
  enumerable: true,
136
- get: function () { return chunkNQXK7PGX_js.getClusterTypeFromConnection; }
108
+ get: function () { return chunkAOIXHVRH_js.getClusterTypeFromConnection; }
137
109
  });
138
110
  Object.defineProperty(exports, "getDefaultConfig", {
139
111
  enumerable: true,
140
- get: function () { return chunkNQXK7PGX_js.getDefaultConfig; }
112
+ get: function () { return chunkAOIXHVRH_js.getDefaultConfig; }
141
113
  });
142
114
  Object.defineProperty(exports, "getDefaultMobileConfig", {
143
115
  enumerable: true,
144
- get: function () { return chunkNQXK7PGX_js.getDefaultMobileConfig; }
116
+ get: function () { return chunkAOIXHVRH_js.getDefaultMobileConfig; }
145
117
  });
146
118
  Object.defineProperty(exports, "getLatestBlockhash", {
147
119
  enumerable: true,
148
- get: function () { return chunkNQXK7PGX_js.getLatestBlockhash; }
120
+ get: function () { return chunkAOIXHVRH_js.getLatestBlockhash; }
149
121
  });
150
122
  Object.defineProperty(exports, "getSolanaExplorerUrl", {
151
123
  enumerable: true,
152
- get: function () { return chunkNQXK7PGX_js.getSolanaExplorerUrl; }
124
+ get: function () { return chunkAOIXHVRH_js.getSolanaExplorerUrl; }
153
125
  });
154
126
  Object.defineProperty(exports, "getSolanaFmUrl", {
155
127
  enumerable: true,
156
- get: function () { return chunkNQXK7PGX_js.getSolanaFmUrl; }
128
+ get: function () { return chunkAOIXHVRH_js.getSolanaFmUrl; }
157
129
  });
158
130
  Object.defineProperty(exports, "getSolscanUrl", {
159
131
  enumerable: true,
160
- get: function () { return chunkNQXK7PGX_js.getSolscanUrl; }
132
+ get: function () { return chunkAOIXHVRH_js.getSolscanUrl; }
161
133
  });
162
134
  Object.defineProperty(exports, "getXrayUrl", {
163
135
  enumerable: true,
164
- get: function () { return chunkNQXK7PGX_js.getXrayUrl; }
136
+ get: function () { return chunkAOIXHVRH_js.getXrayUrl; }
165
137
  });
166
138
  Object.defineProperty(exports, "isAccountAddress", {
167
139
  enumerable: true,
168
- get: function () { return chunkNQXK7PGX_js.isAccountAddress; }
140
+ get: function () { return chunkAOIXHVRH_js.isAccountAddress; }
169
141
  });
170
142
  Object.defineProperty(exports, "isKitConnection", {
171
143
  enumerable: true,
172
- get: function () { return chunkNQXK7PGX_js.isKitConnection; }
144
+ get: function () { return chunkAOIXHVRH_js.isKitConnection; }
173
145
  });
174
146
  Object.defineProperty(exports, "isKnownSolanaChain", {
175
147
  enumerable: true,
176
- get: function () { return chunkNQXK7PGX_js.isKnownSolanaChain; }
148
+ get: function () { return chunkAOIXHVRH_js.isKnownSolanaChain; }
177
149
  });
178
150
  Object.defineProperty(exports, "isLegacyConnection", {
179
151
  enumerable: true,
180
- get: function () { return chunkNQXK7PGX_js.isLegacyConnection; }
152
+ get: function () { return chunkAOIXHVRH_js.isLegacyConnection; }
181
153
  });
182
154
  Object.defineProperty(exports, "isSolanaChain", {
183
155
  enumerable: true,
184
- get: function () { return chunkNQXK7PGX_js.isSolanaChain; }
185
- });
186
- Object.defineProperty(exports, "isUnifiedConfig", {
187
- enumerable: true,
188
- get: function () { return chunkNQXK7PGX_js.isUnifiedConfig; }
156
+ get: function () { return chunkAOIXHVRH_js.isSolanaChain; }
189
157
  });
190
158
  Object.defineProperty(exports, "isWalletName", {
191
159
  enumerable: true,
192
- get: function () { return chunkNQXK7PGX_js.isWalletName; }
160
+ get: function () { return chunkAOIXHVRH_js.isWalletName; }
193
161
  });
194
- Object.defineProperty(exports, "sendRawTransaction", {
162
+ Object.defineProperty(exports, "parseConfigOptions", {
195
163
  enumerable: true,
196
- get: function () { return chunkNQXK7PGX_js.sendRawTransaction; }
164
+ get: function () { return chunkAOIXHVRH_js.parseConfigOptions; }
197
165
  });
198
- Object.defineProperty(exports, "signatureBytesToBase58", {
166
+ Object.defineProperty(exports, "sendRawTransaction", {
199
167
  enumerable: true,
200
- get: function () { return chunkNQXK7PGX_js.signatureBytesToBase58; }
168
+ get: function () { return chunkAOIXHVRH_js.sendRawTransaction; }
201
169
  });
202
- Object.defineProperty(exports, "updateSignatureDictionary", {
170
+ Object.defineProperty(exports, "validateConfigOptions", {
203
171
  enumerable: true,
204
- get: function () { return chunkNQXK7PGX_js.updateSignatureDictionary; }
172
+ get: function () { return chunkAOIXHVRH_js.validateConfigOptions; }
205
173
  });
206
174
  Object.defineProperty(exports, "validateKnownSolanaChain", {
207
175
  enumerable: true,
208
- get: function () { return chunkNQXK7PGX_js.validateKnownSolanaChain; }
176
+ get: function () { return chunkAOIXHVRH_js.validateKnownSolanaChain; }
209
177
  });
210
178
  Object.defineProperty(exports, "AccountElement", {
211
179
  enumerable: true,
212
- get: function () { return chunkULUYX23Q_js.AccountElement; }
180
+ get: function () { return chunkK3BNIGPX_js.AccountElement; }
213
181
  });
214
182
  Object.defineProperty(exports, "AppProvider", {
215
183
  enumerable: true,
216
- get: function () { return chunkULUYX23Q_js.UnifiedProvider; }
184
+ get: function () { return chunkK3BNIGPX_js.AppProvider; }
217
185
  });
218
186
  Object.defineProperty(exports, "BalanceElement", {
219
187
  enumerable: true,
220
- get: function () { return chunkULUYX23Q_js.BalanceElement; }
188
+ get: function () { return chunkK3BNIGPX_js.BalanceElement; }
221
189
  });
222
190
  Object.defineProperty(exports, "ClusterElement", {
223
191
  enumerable: true,
224
- get: function () { return chunkULUYX23Q_js.ClusterElement; }
192
+ get: function () { return chunkK3BNIGPX_js.ClusterElement; }
225
193
  });
226
194
  Object.defineProperty(exports, "ConnectorProvider", {
227
195
  enumerable: true,
228
- get: function () { return chunkULUYX23Q_js.ConnectorProvider; }
196
+ get: function () { return chunkK3BNIGPX_js.ConnectorProvider; }
229
197
  });
230
198
  Object.defineProperty(exports, "DisconnectElement", {
231
199
  enumerable: true,
232
- get: function () { return chunkULUYX23Q_js.DisconnectElement; }
200
+ get: function () { return chunkK3BNIGPX_js.DisconnectElement; }
201
+ });
202
+ Object.defineProperty(exports, "SkeletonShine", {
203
+ enumerable: true,
204
+ get: function () { return chunkK3BNIGPX_js.SkeletonShine; }
233
205
  });
234
206
  Object.defineProperty(exports, "TokenListElement", {
235
207
  enumerable: true,
236
- get: function () { return chunkULUYX23Q_js.TokenListElement; }
208
+ get: function () { return chunkK3BNIGPX_js.TokenListElement; }
237
209
  });
238
210
  Object.defineProperty(exports, "TransactionHistoryElement", {
239
211
  enumerable: true,
240
- get: function () { return chunkULUYX23Q_js.TransactionHistoryElement; }
212
+ get: function () { return chunkK3BNIGPX_js.TransactionHistoryElement; }
241
213
  });
242
214
  Object.defineProperty(exports, "UnifiedProvider", {
243
215
  enumerable: true,
244
- get: function () { return chunkULUYX23Q_js.UnifiedProvider; }
216
+ get: function () { return chunkK3BNIGPX_js.UnifiedProvider; }
245
217
  });
246
218
  Object.defineProperty(exports, "WalletListElement", {
247
219
  enumerable: true,
248
- get: function () { return chunkULUYX23Q_js.WalletListElement; }
220
+ get: function () { return chunkK3BNIGPX_js.WalletListElement; }
221
+ });
222
+ Object.defineProperty(exports, "clearSharedQueryCache", {
223
+ enumerable: true,
224
+ get: function () { return chunkK3BNIGPX_js.clearSharedQueryCache; }
225
+ });
226
+ Object.defineProperty(exports, "clearTokenCaches", {
227
+ enumerable: true,
228
+ get: function () { return chunkK3BNIGPX_js.clearTokenCaches; }
229
+ });
230
+ Object.defineProperty(exports, "getBalanceQueryKey", {
231
+ enumerable: true,
232
+ get: function () { return chunkK3BNIGPX_js.getBalanceQueryKey; }
233
+ });
234
+ Object.defineProperty(exports, "getTokensQueryKey", {
235
+ enumerable: true,
236
+ get: function () { return chunkK3BNIGPX_js.getTokensQueryKey; }
237
+ });
238
+ Object.defineProperty(exports, "getTransactionsQueryKey", {
239
+ enumerable: true,
240
+ get: function () { return chunkK3BNIGPX_js.getTransactionsQueryKey; }
241
+ });
242
+ Object.defineProperty(exports, "getWalletAssetsQueryKey", {
243
+ enumerable: true,
244
+ get: function () { return chunkK3BNIGPX_js.getWalletAssetsQueryKey; }
245
+ });
246
+ Object.defineProperty(exports, "invalidateSharedQuery", {
247
+ enumerable: true,
248
+ get: function () { return chunkK3BNIGPX_js.invalidateSharedQuery; }
249
249
  });
250
250
  Object.defineProperty(exports, "useAccount", {
251
251
  enumerable: true,
252
- get: function () { return chunkULUYX23Q_js.useAccount; }
252
+ get: function () { return chunkK3BNIGPX_js.useAccount; }
253
253
  });
254
254
  Object.defineProperty(exports, "useBalance", {
255
255
  enumerable: true,
256
- get: function () { return chunkULUYX23Q_js.useBalance; }
256
+ get: function () { return chunkK3BNIGPX_js.useBalance; }
257
257
  });
258
258
  Object.defineProperty(exports, "useCluster", {
259
259
  enumerable: true,
260
- get: function () { return chunkULUYX23Q_js.useCluster; }
260
+ get: function () { return chunkK3BNIGPX_js.useCluster; }
261
261
  });
262
262
  Object.defineProperty(exports, "useConnector", {
263
263
  enumerable: true,
264
- get: function () { return chunkULUYX23Q_js.useConnector; }
264
+ get: function () { return chunkK3BNIGPX_js.useConnector; }
265
265
  });
266
266
  Object.defineProperty(exports, "useConnectorClient", {
267
267
  enumerable: true,
268
- get: function () { return chunkULUYX23Q_js.useConnectorClient; }
268
+ get: function () { return chunkK3BNIGPX_js.useConnectorClient; }
269
269
  });
270
270
  Object.defineProperty(exports, "useGillSolanaClient", {
271
271
  enumerable: true,
272
- get: function () { return chunkULUYX23Q_js.useGillSolanaClient; }
272
+ get: function () { return chunkK3BNIGPX_js.useGillSolanaClient; }
273
273
  });
274
274
  Object.defineProperty(exports, "useGillTransactionSigner", {
275
275
  enumerable: true,
276
- get: function () { return chunkULUYX23Q_js.useGillTransactionSigner; }
276
+ get: function () { return chunkK3BNIGPX_js.useGillTransactionSigner; }
277
277
  });
278
278
  Object.defineProperty(exports, "useKitTransactionSigner", {
279
279
  enumerable: true,
280
- get: function () { return chunkULUYX23Q_js.useKitTransactionSigner; }
280
+ get: function () { return chunkK3BNIGPX_js.useKitTransactionSigner; }
281
281
  });
282
282
  Object.defineProperty(exports, "useSolanaClient", {
283
283
  enumerable: true,
284
- get: function () { return chunkULUYX23Q_js.useSolanaClient; }
284
+ get: function () { return chunkK3BNIGPX_js.useSolanaClient; }
285
285
  });
286
286
  Object.defineProperty(exports, "useTokens", {
287
287
  enumerable: true,
288
- get: function () { return chunkULUYX23Q_js.useTokens; }
288
+ get: function () { return chunkK3BNIGPX_js.useTokens; }
289
289
  });
290
290
  Object.defineProperty(exports, "useTransactionPreparer", {
291
291
  enumerable: true,
292
- get: function () { return chunkULUYX23Q_js.useTransactionPreparer; }
292
+ get: function () { return chunkK3BNIGPX_js.useTransactionPreparer; }
293
293
  });
294
294
  Object.defineProperty(exports, "useTransactionSigner", {
295
295
  enumerable: true,
296
- get: function () { return chunkULUYX23Q_js.useTransactionSigner; }
296
+ get: function () { return chunkK3BNIGPX_js.useTransactionSigner; }
297
297
  });
298
298
  Object.defineProperty(exports, "useTransactions", {
299
299
  enumerable: true,
300
- get: function () { return chunkULUYX23Q_js.useTransactions; }
300
+ get: function () { return chunkK3BNIGPX_js.useTransactions; }
301
301
  });
302
302
  Object.defineProperty(exports, "useWalletInfo", {
303
303
  enumerable: true,
304
- get: function () { return chunkULUYX23Q_js.useWalletInfo; }
304
+ get: function () { return chunkK3BNIGPX_js.useWalletInfo; }
305
305
  });
306
306
  Object.defineProperty(exports, "ClipboardErrorType", {
307
307
  enumerable: true,
308
- get: function () { return chunkJUZVCBAI_js.ClipboardErrorType; }
309
- });
310
- Object.defineProperty(exports, "ConfigurationError", {
311
- enumerable: true,
312
- get: function () { return chunkJUZVCBAI_js.ConfigurationError; }
313
- });
314
- Object.defineProperty(exports, "ConnectionError", {
315
- enumerable: true,
316
- get: function () { return chunkJUZVCBAI_js.ConnectionError; }
308
+ get: function () { return chunkFTXIXM43_js.ClipboardErrorType; }
317
309
  });
318
310
  Object.defineProperty(exports, "ConnectorClient", {
319
311
  enumerable: true,
320
- get: function () { return chunkJUZVCBAI_js.ConnectorClient; }
321
- });
322
- Object.defineProperty(exports, "ConnectorError", {
323
- enumerable: true,
324
- get: function () { return chunkJUZVCBAI_js.ConnectorError; }
312
+ get: function () { return chunkFTXIXM43_js.ConnectorClient; }
325
313
  });
326
314
  Object.defineProperty(exports, "ConnectorErrorBoundary", {
327
315
  enumerable: true,
328
- get: function () { return chunkJUZVCBAI_js.ConnectorErrorBoundary; }
329
- });
330
- Object.defineProperty(exports, "Errors", {
331
- enumerable: true,
332
- get: function () { return chunkJUZVCBAI_js.Errors; }
333
- });
334
- Object.defineProperty(exports, "NetworkError", {
335
- enumerable: true,
336
- get: function () { return chunkJUZVCBAI_js.NetworkError; }
316
+ get: function () { return chunkFTXIXM43_js.ConnectorErrorBoundary; }
337
317
  });
338
318
  Object.defineProperty(exports, "PUBLIC_RPC_ENDPOINTS", {
339
319
  enumerable: true,
340
- get: function () { return chunkJUZVCBAI_js.PUBLIC_RPC_ENDPOINTS; }
341
- });
342
- Object.defineProperty(exports, "TransactionError", {
343
- enumerable: true,
344
- get: function () { return chunkJUZVCBAI_js.TransactionError; }
320
+ get: function () { return chunkFTXIXM43_js.PUBLIC_RPC_ENDPOINTS; }
345
321
  });
346
322
  Object.defineProperty(exports, "TransactionSignerError", {
347
323
  enumerable: true,
348
- get: function () { return chunkJUZVCBAI_js.TransactionSignerError; }
349
- });
350
- Object.defineProperty(exports, "ValidationError", {
351
- enumerable: true,
352
- get: function () { return chunkJUZVCBAI_js.ValidationError; }
324
+ get: function () { return chunkFTXIXM43_js.TransactionSignerError; }
353
325
  });
354
326
  Object.defineProperty(exports, "WalletErrorType", {
355
327
  enumerable: true,
356
- get: function () { return chunkJUZVCBAI_js.WalletErrorType; }
328
+ get: function () { return chunkFTXIXM43_js.WalletErrorType; }
357
329
  });
358
330
  Object.defineProperty(exports, "copyAddressToClipboard", {
359
331
  enumerable: true,
360
- get: function () { return chunkJUZVCBAI_js.copyAddressToClipboard; }
332
+ get: function () { return chunkFTXIXM43_js.copyAddressToClipboard; }
361
333
  });
362
334
  Object.defineProperty(exports, "copySignatureToClipboard", {
363
335
  enumerable: true,
364
- get: function () { return chunkJUZVCBAI_js.copySignatureToClipboard; }
336
+ get: function () { return chunkFTXIXM43_js.copySignatureToClipboard; }
365
337
  });
366
338
  Object.defineProperty(exports, "copyToClipboard", {
367
339
  enumerable: true,
368
- get: function () { return chunkJUZVCBAI_js.copyToClipboard; }
340
+ get: function () { return chunkFTXIXM43_js.copyToClipboard; }
369
341
  });
370
342
  Object.defineProperty(exports, "createGillTransactionSigner", {
371
343
  enumerable: true,
372
- get: function () { return chunkJUZVCBAI_js.createGillTransactionSigner; }
344
+ get: function () { return chunkFTXIXM43_js.createGillTransactionSigner; }
373
345
  });
374
346
  Object.defineProperty(exports, "createKitTransactionSigner", {
375
347
  enumerable: true,
376
- get: function () { return chunkJUZVCBAI_js.createKitTransactionSigner; }
348
+ get: function () { return chunkFTXIXM43_js.createKitTransactionSigner; }
377
349
  });
378
350
  Object.defineProperty(exports, "createTransactionSigner", {
379
351
  enumerable: true,
380
- get: function () { return chunkJUZVCBAI_js.createTransactionSigner; }
352
+ get: function () { return chunkFTXIXM43_js.createTransactionSigner; }
381
353
  });
382
354
  Object.defineProperty(exports, "formatAddress", {
383
355
  enumerable: true,
384
- get: function () { return chunkJUZVCBAI_js.formatAddress; }
356
+ get: function () { return chunkFTXIXM43_js.formatAddress; }
357
+ });
358
+ Object.defineProperty(exports, "formatBigIntBalance", {
359
+ enumerable: true,
360
+ get: function () { return chunkFTXIXM43_js.formatBigIntBalance; }
361
+ });
362
+ Object.defineProperty(exports, "formatBigIntUsd", {
363
+ enumerable: true,
364
+ get: function () { return chunkFTXIXM43_js.formatBigIntUsd; }
365
+ });
366
+ Object.defineProperty(exports, "formatLamportsToSolSafe", {
367
+ enumerable: true,
368
+ get: function () { return chunkFTXIXM43_js.formatLamportsToSolSafe; }
385
369
  });
386
370
  Object.defineProperty(exports, "formatNumber", {
387
371
  enumerable: true,
388
- get: function () { return chunkJUZVCBAI_js.formatNumber; }
372
+ get: function () { return chunkFTXIXM43_js.formatNumber; }
389
373
  });
390
374
  Object.defineProperty(exports, "formatSOL", {
391
375
  enumerable: true,
392
- get: function () { return chunkJUZVCBAI_js.formatSOL; }
376
+ get: function () { return chunkFTXIXM43_js.formatSOL; }
393
377
  });
394
378
  Object.defineProperty(exports, "formatTokenAmount", {
395
379
  enumerable: true,
396
- get: function () { return chunkJUZVCBAI_js.formatTokenAmount; }
380
+ get: function () { return chunkFTXIXM43_js.formatTokenAmount; }
381
+ });
382
+ Object.defineProperty(exports, "formatTokenBalanceSafe", {
383
+ enumerable: true,
384
+ get: function () { return chunkFTXIXM43_js.formatTokenBalanceSafe; }
397
385
  });
398
386
  Object.defineProperty(exports, "getAddressUrl", {
399
387
  enumerable: true,
400
- get: function () { return chunkJUZVCBAI_js.getAddressUrl; }
388
+ get: function () { return chunkFTXIXM43_js.getAddressUrl; }
401
389
  });
402
390
  Object.defineProperty(exports, "getBlockUrl", {
403
391
  enumerable: true,
404
- get: function () { return chunkJUZVCBAI_js.getBlockUrl; }
392
+ get: function () { return chunkFTXIXM43_js.getBlockUrl; }
405
393
  });
406
394
  Object.defineProperty(exports, "getChainIdForWalletStandard", {
407
395
  enumerable: true,
408
- get: function () { return chunkJUZVCBAI_js.getChainIdForWalletStandard; }
396
+ get: function () { return chunkFTXIXM43_js.getChainIdForWalletStandard; }
409
397
  });
410
398
  Object.defineProperty(exports, "getClusterChainId", {
411
399
  enumerable: true,
412
- get: function () { return chunkJUZVCBAI_js.getClusterChainId; }
400
+ get: function () { return chunkFTXIXM43_js.getClusterChainId; }
413
401
  });
414
402
  Object.defineProperty(exports, "getClusterExplorerUrl", {
415
403
  enumerable: true,
416
- get: function () { return chunkJUZVCBAI_js.getClusterExplorerUrl; }
404
+ get: function () { return chunkFTXIXM43_js.getClusterExplorerUrl; }
417
405
  });
418
406
  Object.defineProperty(exports, "getClusterName", {
419
407
  enumerable: true,
420
- get: function () { return chunkJUZVCBAI_js.getClusterName; }
408
+ get: function () { return chunkFTXIXM43_js.getClusterName; }
421
409
  });
422
410
  Object.defineProperty(exports, "getClusterRpcUrl", {
423
411
  enumerable: true,
424
- get: function () { return chunkJUZVCBAI_js.getClusterRpcUrl; }
412
+ get: function () { return chunkFTXIXM43_js.getClusterRpcUrl; }
425
413
  });
426
414
  Object.defineProperty(exports, "getClusterType", {
427
415
  enumerable: true,
428
- get: function () { return chunkJUZVCBAI_js.getClusterType; }
416
+ get: function () { return chunkFTXIXM43_js.getClusterType; }
429
417
  });
430
418
  Object.defineProperty(exports, "getDefaultRpcUrl", {
431
419
  enumerable: true,
432
- get: function () { return chunkJUZVCBAI_js.getDefaultRpcUrl; }
420
+ get: function () { return chunkFTXIXM43_js.getDefaultRpcUrl; }
433
421
  });
434
422
  Object.defineProperty(exports, "getNetworkDisplayName", {
435
423
  enumerable: true,
436
- get: function () { return chunkJUZVCBAI_js.getNetworkDisplayName; }
424
+ get: function () { return chunkFTXIXM43_js.getNetworkDisplayName; }
437
425
  });
438
426
  Object.defineProperty(exports, "getPolyfillStatus", {
439
427
  enumerable: true,
440
- get: function () { return chunkJUZVCBAI_js.getPolyfillStatus; }
428
+ get: function () { return chunkFTXIXM43_js.getPolyfillStatus; }
441
429
  });
442
430
  Object.defineProperty(exports, "getTokenUrl", {
443
431
  enumerable: true,
444
- get: function () { return chunkJUZVCBAI_js.getTokenUrl; }
432
+ get: function () { return chunkFTXIXM43_js.getTokenUrl; }
445
433
  });
446
434
  Object.defineProperty(exports, "getTransactionUrl", {
447
435
  enumerable: true,
448
- get: function () { return chunkJUZVCBAI_js.getTransactionUrl; }
449
- });
450
- Object.defineProperty(exports, "getUserFriendlyMessage", {
451
- enumerable: true,
452
- get: function () { return chunkJUZVCBAI_js.getUserFriendlyMessage; }
436
+ get: function () { return chunkFTXIXM43_js.getTransactionUrl; }
453
437
  });
454
438
  Object.defineProperty(exports, "getWalletsRegistry", {
455
439
  enumerable: true,
456
- get: function () { return chunkJUZVCBAI_js.getWalletsRegistry; }
440
+ get: function () { return chunkFTXIXM43_js.getWalletsRegistry; }
457
441
  });
458
442
  Object.defineProperty(exports, "installPolyfills", {
459
443
  enumerable: true,
460
- get: function () { return chunkJUZVCBAI_js.installPolyfills; }
444
+ get: function () { return chunkFTXIXM43_js.installPolyfills; }
461
445
  });
462
446
  Object.defineProperty(exports, "isClipboardAvailable", {
463
447
  enumerable: true,
464
- get: function () { return chunkJUZVCBAI_js.isClipboardAvailable; }
465
- });
466
- Object.defineProperty(exports, "isConfigurationError", {
467
- enumerable: true,
468
- get: function () { return chunkJUZVCBAI_js.isConfigurationError; }
469
- });
470
- Object.defineProperty(exports, "isConnectionError", {
471
- enumerable: true,
472
- get: function () { return chunkJUZVCBAI_js.isConnectionError; }
473
- });
474
- Object.defineProperty(exports, "isConnectorError", {
475
- enumerable: true,
476
- get: function () { return chunkJUZVCBAI_js.isConnectorError; }
448
+ get: function () { return chunkFTXIXM43_js.isClipboardAvailable; }
477
449
  });
478
450
  Object.defineProperty(exports, "isCryptoAvailable", {
479
451
  enumerable: true,
480
- get: function () { return chunkJUZVCBAI_js.isCryptoAvailable; }
452
+ get: function () { return chunkFTXIXM43_js.isCryptoAvailable; }
481
453
  });
482
454
  Object.defineProperty(exports, "isDevnet", {
483
455
  enumerable: true,
484
- get: function () { return chunkJUZVCBAI_js.isDevnet; }
456
+ get: function () { return chunkFTXIXM43_js.isDevnet; }
485
457
  });
486
458
  Object.defineProperty(exports, "isDevnetCluster", {
487
459
  enumerable: true,
488
- get: function () { return chunkJUZVCBAI_js.isDevnetCluster; }
460
+ get: function () { return chunkFTXIXM43_js.isDevnetCluster; }
489
461
  });
490
462
  Object.defineProperty(exports, "isLocalCluster", {
491
463
  enumerable: true,
492
- get: function () { return chunkJUZVCBAI_js.isLocalCluster; }
464
+ get: function () { return chunkFTXIXM43_js.isLocalCluster; }
493
465
  });
494
466
  Object.defineProperty(exports, "isLocalnet", {
495
467
  enumerable: true,
496
- get: function () { return chunkJUZVCBAI_js.isLocalnet; }
468
+ get: function () { return chunkFTXIXM43_js.isLocalnet; }
497
469
  });
498
470
  Object.defineProperty(exports, "isMainnet", {
499
471
  enumerable: true,
500
- get: function () { return chunkJUZVCBAI_js.isMainnet; }
472
+ get: function () { return chunkFTXIXM43_js.isMainnet; }
501
473
  });
502
474
  Object.defineProperty(exports, "isMainnetCluster", {
503
475
  enumerable: true,
504
- get: function () { return chunkJUZVCBAI_js.isMainnetCluster; }
505
- });
506
- Object.defineProperty(exports, "isNetworkError", {
507
- enumerable: true,
508
- get: function () { return chunkJUZVCBAI_js.isNetworkError; }
476
+ get: function () { return chunkFTXIXM43_js.isMainnetCluster; }
509
477
  });
510
478
  Object.defineProperty(exports, "isPolyfillInstalled", {
511
479
  enumerable: true,
512
- get: function () { return chunkJUZVCBAI_js.isPolyfillInstalled; }
480
+ get: function () { return chunkFTXIXM43_js.isPolyfillInstalled; }
513
481
  });
514
482
  Object.defineProperty(exports, "isTestnet", {
515
483
  enumerable: true,
516
- get: function () { return chunkJUZVCBAI_js.isTestnet; }
484
+ get: function () { return chunkFTXIXM43_js.isTestnet; }
517
485
  });
518
486
  Object.defineProperty(exports, "isTestnetCluster", {
519
487
  enumerable: true,
520
- get: function () { return chunkJUZVCBAI_js.isTestnetCluster; }
521
- });
522
- Object.defineProperty(exports, "isTransactionError", {
523
- enumerable: true,
524
- get: function () { return chunkJUZVCBAI_js.isTransactionError; }
488
+ get: function () { return chunkFTXIXM43_js.isTestnetCluster; }
525
489
  });
526
490
  Object.defineProperty(exports, "isTransactionSignerError", {
527
491
  enumerable: true,
528
- get: function () { return chunkJUZVCBAI_js.isTransactionSignerError; }
529
- });
530
- Object.defineProperty(exports, "isValidationError", {
531
- enumerable: true,
532
- get: function () { return chunkJUZVCBAI_js.isValidationError; }
492
+ get: function () { return chunkFTXIXM43_js.isTransactionSignerError; }
533
493
  });
534
494
  Object.defineProperty(exports, "normalizeNetwork", {
535
495
  enumerable: true,
536
- get: function () { return chunkJUZVCBAI_js.normalizeNetwork; }
496
+ get: function () { return chunkFTXIXM43_js.normalizeNetwork; }
537
497
  });
538
- Object.defineProperty(exports, "toClusterId", {
498
+ Object.defineProperty(exports, "ready", {
539
499
  enumerable: true,
540
- get: function () { return chunkJUZVCBAI_js.toClusterId; }
500
+ get: function () { return chunkFTXIXM43_js.ready; }
541
501
  });
542
- Object.defineProperty(exports, "toConnectorError", {
502
+ Object.defineProperty(exports, "toClusterId", {
543
503
  enumerable: true,
544
- get: function () { return chunkJUZVCBAI_js.toConnectorError; }
504
+ get: function () { return chunkFTXIXM43_js.toClusterId; }
545
505
  });
546
506
  Object.defineProperty(exports, "truncate", {
547
507
  enumerable: true,
548
- get: function () { return chunkJUZVCBAI_js.truncate; }
508
+ get: function () { return chunkFTXIXM43_js.truncate; }
549
509
  });
550
510
  Object.defineProperty(exports, "withErrorBoundary", {
551
511
  enumerable: true,
552
- get: function () { return chunkJUZVCBAI_js.withErrorBoundary; }
512
+ get: function () { return chunkFTXIXM43_js.withErrorBoundary; }
513
+ });
514
+ Object.defineProperty(exports, "ConfigurationError", {
515
+ enumerable: true,
516
+ get: function () { return chunkDSUCH44G_js.ConfigurationError; }
517
+ });
518
+ Object.defineProperty(exports, "ConnectionError", {
519
+ enumerable: true,
520
+ get: function () { return chunkDSUCH44G_js.ConnectionError; }
521
+ });
522
+ Object.defineProperty(exports, "ConnectorError", {
523
+ enumerable: true,
524
+ get: function () { return chunkDSUCH44G_js.ConnectorError; }
525
+ });
526
+ Object.defineProperty(exports, "Errors", {
527
+ enumerable: true,
528
+ get: function () { return chunkDSUCH44G_js.Errors; }
553
529
  });
554
530
  Object.defineProperty(exports, "LAMPORTS_PER_SOL", {
555
531
  enumerable: true,
556
- get: function () { return chunkI64FD2EH_js.LAMPORTS_PER_SOL; }
532
+ get: function () { return chunkDSUCH44G_js.LAMPORTS_PER_SOL; }
533
+ });
534
+ Object.defineProperty(exports, "NetworkError", {
535
+ enumerable: true,
536
+ get: function () { return chunkDSUCH44G_js.NetworkError; }
537
+ });
538
+ Object.defineProperty(exports, "TransactionError", {
539
+ enumerable: true,
540
+ get: function () { return chunkDSUCH44G_js.TransactionError; }
541
+ });
542
+ Object.defineProperty(exports, "ValidationError", {
543
+ enumerable: true,
544
+ get: function () { return chunkDSUCH44G_js.ValidationError; }
545
+ });
546
+ Object.defineProperty(exports, "base58ToSignatureBytes", {
547
+ enumerable: true,
548
+ get: function () { return chunkDSUCH44G_js.base58ToSignatureBytes; }
549
+ });
550
+ Object.defineProperty(exports, "createKitSignersFromWallet", {
551
+ enumerable: true,
552
+ get: function () { return chunkDSUCH44G_js.createKitSignersFromWallet; }
553
+ });
554
+ Object.defineProperty(exports, "createMessageSignerFromWallet", {
555
+ enumerable: true,
556
+ get: function () { return chunkDSUCH44G_js.createMessageSignerFromWallet; }
557
557
  });
558
558
  Object.defineProperty(exports, "createSolanaClient", {
559
559
  enumerable: true,
560
- get: function () { return chunkI64FD2EH_js.createSolanaClient; }
560
+ get: function () { return chunkDSUCH44G_js.createSolanaClient; }
561
+ });
562
+ Object.defineProperty(exports, "createTransactionSendingSignerFromWallet", {
563
+ enumerable: true,
564
+ get: function () { return chunkDSUCH44G_js.createTransactionSendingSignerFromWallet; }
565
+ });
566
+ Object.defineProperty(exports, "detectMessageModification", {
567
+ enumerable: true,
568
+ get: function () { return chunkDSUCH44G_js.detectMessageModification; }
569
+ });
570
+ Object.defineProperty(exports, "freezeSigner", {
571
+ enumerable: true,
572
+ get: function () { return chunkDSUCH44G_js.freezeSigner; }
561
573
  });
562
574
  Object.defineProperty(exports, "getExplorerLink", {
563
575
  enumerable: true,
564
- get: function () { return chunkI64FD2EH_js.getExplorerLink; }
576
+ get: function () { return chunkDSUCH44G_js.getExplorerLink; }
565
577
  });
566
578
  Object.defineProperty(exports, "getPublicSolanaRpcUrl", {
567
579
  enumerable: true,
568
- get: function () { return chunkI64FD2EH_js.getPublicSolanaRpcUrl; }
580
+ get: function () { return chunkDSUCH44G_js.getPublicSolanaRpcUrl; }
581
+ });
582
+ Object.defineProperty(exports, "getUserFriendlyMessage", {
583
+ enumerable: true,
584
+ get: function () { return chunkDSUCH44G_js.getUserFriendlyMessage; }
585
+ });
586
+ Object.defineProperty(exports, "isConfigurationError", {
587
+ enumerable: true,
588
+ get: function () { return chunkDSUCH44G_js.isConfigurationError; }
589
+ });
590
+ Object.defineProperty(exports, "isConnectionError", {
591
+ enumerable: true,
592
+ get: function () { return chunkDSUCH44G_js.isConnectionError; }
593
+ });
594
+ Object.defineProperty(exports, "isConnectorError", {
595
+ enumerable: true,
596
+ get: function () { return chunkDSUCH44G_js.isConnectorError; }
597
+ });
598
+ Object.defineProperty(exports, "isFailure", {
599
+ enumerable: true,
600
+ get: function () { return chunkDSUCH44G_js.isFailure; }
601
+ });
602
+ Object.defineProperty(exports, "isNetworkError", {
603
+ enumerable: true,
604
+ get: function () { return chunkDSUCH44G_js.isNetworkError; }
605
+ });
606
+ Object.defineProperty(exports, "isSuccess", {
607
+ enumerable: true,
608
+ get: function () { return chunkDSUCH44G_js.isSuccess; }
609
+ });
610
+ Object.defineProperty(exports, "isTransactionError", {
611
+ enumerable: true,
612
+ get: function () { return chunkDSUCH44G_js.isTransactionError; }
613
+ });
614
+ Object.defineProperty(exports, "isValidationError", {
615
+ enumerable: true,
616
+ get: function () { return chunkDSUCH44G_js.isValidationError; }
569
617
  });
570
618
  Object.defineProperty(exports, "lamportsToSol", {
571
619
  enumerable: true,
572
- get: function () { return chunkI64FD2EH_js.lamportsToSol; }
620
+ get: function () { return chunkDSUCH44G_js.lamportsToSol; }
573
621
  });
574
622
  Object.defineProperty(exports, "prepareTransaction", {
575
623
  enumerable: true,
576
- get: function () { return chunkI64FD2EH_js.prepareTransaction; }
624
+ get: function () { return chunkDSUCH44G_js.prepareTransaction; }
625
+ });
626
+ Object.defineProperty(exports, "signatureBytesToBase58", {
627
+ enumerable: true,
628
+ get: function () { return chunkDSUCH44G_js.signatureBytesToBase58; }
577
629
  });
578
630
  Object.defineProperty(exports, "solToLamports", {
579
631
  enumerable: true,
580
- get: function () { return chunkI64FD2EH_js.solToLamports; }
632
+ get: function () { return chunkDSUCH44G_js.solToLamports; }
633
+ });
634
+ Object.defineProperty(exports, "toConnectorError", {
635
+ enumerable: true,
636
+ get: function () { return chunkDSUCH44G_js.toConnectorError; }
637
+ });
638
+ Object.defineProperty(exports, "tryCatch", {
639
+ enumerable: true,
640
+ get: function () { return chunkDSUCH44G_js.tryCatch; }
641
+ });
642
+ Object.defineProperty(exports, "tryCatchSync", {
643
+ enumerable: true,
644
+ get: function () { return chunkDSUCH44G_js.tryCatchSync; }
645
+ });
646
+ Object.defineProperty(exports, "updateSignatureDictionary", {
647
+ enumerable: true,
648
+ get: function () { return chunkDSUCH44G_js.updateSignatureDictionary; }
581
649
  });
582
650
  //# sourceMappingURL=index.js.map
583
651
  //# sourceMappingURL=index.js.map