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