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