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