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