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