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