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