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