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