@skip-go/client 1.0.5 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/getAssets.d.ts +1 -1
- package/dist/api/getAssetsBetweenChains.d.ts +1 -1
- package/dist/api/getBridges.d.ts +1 -1
- package/dist/api/getChains.d.ts +1 -1
- package/dist/api/postAssetsFromSource.d.ts +1 -1
- package/dist/api/postBalances.d.ts +2 -2
- package/dist/api/postMessages.d.ts +4 -4
- package/dist/api/postMessagesDirect.d.ts +3 -3
- package/dist/api/postRecommendAssets.d.ts +1 -1
- package/dist/api/postRoute.d.ts +4 -4
- package/dist/api/postTransactionStatus.d.ts +66 -2
- package/dist/{chunk-PHTQQIAH.js → chunk-L2KVKJG4.js} +0 -1
- package/dist/{client-types-CxjtffyG.d.ts → client-types-CRJ3C0Fs.d.ts} +1 -1
- package/dist/{executeRoute-BKvMVd1I.d.ts → executeRoute-DuwZ4QCT.d.ts} +3 -3
- package/dist/{generateApi-DqCp36fX.d.ts → generateApi-B9tL1Q3P.d.ts} +1 -1
- package/dist/index.d.ts +1409 -6
- package/dist/index.js +140 -1
- package/dist/public-functions/executeRoute.d.ts +4 -4
- package/dist/public-functions/getFeeInfoForChain.d.ts +1 -1
- package/dist/public-functions/setApiOptions.d.ts +1 -1
- package/dist/public-functions/setClientOptions.d.ts +3 -3
- package/dist/public-functions/setClientOptions.js +1 -1
- package/dist/{setClientOptions-DbanEIwL.d.ts → setClientOptions-BvZ71LJa.d.ts} +1 -1
- package/dist/{swaggerTypes-O9-gvCT1.d.ts → swaggerTypes-zXseZjSi.d.ts} +4 -2
- package/package.json +1 -2
package/dist/api/getAssets.d.ts
CHANGED
package/dist/api/getBridges.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
|
|
2
|
-
import { ba as ContentType, I as BridgeType } from '../swaggerTypes-
|
|
2
|
+
import { ba as ContentType, I as BridgeType } from '../swaggerTypes-zXseZjSi.js';
|
|
3
3
|
|
|
4
4
|
declare const bridges: (options?: ({
|
|
5
5
|
cache?: RequestCache | undefined;
|
package/dist/api/getChains.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
|
|
2
|
-
import { A as ApiRequest, a as ApiResponse } from '../generateApi-
|
|
3
|
-
import '../swaggerTypes-
|
|
2
|
+
import { A as ApiRequest, a as ApiResponse } from '../generateApi-B9tL1Q3P.js';
|
|
3
|
+
import '../swaggerTypes-zXseZjSi.js';
|
|
4
4
|
|
|
5
5
|
declare const balances: (options?: ({
|
|
6
6
|
chains?: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
|
|
2
|
-
import { I as BridgeType, f as AutopilotAction, b2 as FeeType } from '../swaggerTypes-
|
|
3
|
-
import { A as ApiRequest, a as ApiResponse } from '../generateApi-
|
|
2
|
+
import { I as BridgeType, f as AutopilotAction, b2 as FeeType } from '../swaggerTypes-zXseZjSi.js';
|
|
3
|
+
import { A as ApiRequest, a as ApiResponse } from '../generateApi-B9tL1Q3P.js';
|
|
4
4
|
|
|
5
5
|
declare const messages: (options?: ({
|
|
6
6
|
sourceAssetDenom: string;
|
|
@@ -335,7 +335,7 @@ declare const messages: (options?: ({
|
|
|
335
335
|
amountIn: string;
|
|
336
336
|
amountOut: string;
|
|
337
337
|
} | {
|
|
338
|
-
|
|
338
|
+
opInitTransfer?: {
|
|
339
339
|
fromChainId?: string | undefined;
|
|
340
340
|
toChainId?: string | undefined;
|
|
341
341
|
denomIn?: string | undefined;
|
|
@@ -375,7 +375,7 @@ declare const messages: (options?: ({
|
|
|
375
375
|
amountIn: string;
|
|
376
376
|
amountOut: string;
|
|
377
377
|
} | {
|
|
378
|
-
|
|
378
|
+
layerZeroTransfer?: {
|
|
379
379
|
fromChainId: string;
|
|
380
380
|
toChainId: string;
|
|
381
381
|
denomIn: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
|
|
2
|
-
import { f as AutopilotAction, I as BridgeType, ao as RoutePriceWarningType, b2 as FeeType } from '../swaggerTypes-
|
|
2
|
+
import { f as AutopilotAction, I as BridgeType, ao as RoutePriceWarningType, b2 as FeeType } from '../swaggerTypes-zXseZjSi.js';
|
|
3
3
|
|
|
4
4
|
declare const messagesDirect: (options?: ({
|
|
5
5
|
sourceAssetDenom?: string | undefined;
|
|
@@ -446,7 +446,7 @@ declare const messagesDirect: (options?: ({
|
|
|
446
446
|
amountIn: string;
|
|
447
447
|
amountOut: string;
|
|
448
448
|
} | {
|
|
449
|
-
|
|
449
|
+
opInitTransfer?: {
|
|
450
450
|
fromChainId?: string | undefined;
|
|
451
451
|
toChainId?: string | undefined;
|
|
452
452
|
denomIn?: string | undefined;
|
|
@@ -486,7 +486,7 @@ declare const messagesDirect: (options?: ({
|
|
|
486
486
|
amountIn: string;
|
|
487
487
|
amountOut: string;
|
|
488
488
|
} | {
|
|
489
|
-
|
|
489
|
+
layerZeroTransfer?: {
|
|
490
490
|
fromChainId: string;
|
|
491
491
|
toChainId: string;
|
|
492
492
|
denomIn: string;
|
package/dist/api/postRoute.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { I as BridgeType, ao as RoutePriceWarningType, b2 as FeeType } from '../swaggerTypes-
|
|
1
|
+
import { I as BridgeType, ao as RoutePriceWarningType, b2 as FeeType } from '../swaggerTypes-zXseZjSi.js';
|
|
2
2
|
import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
|
|
3
|
-
import { A as ApiRequest } from '../generateApi-
|
|
3
|
+
import { A as ApiRequest } from '../generateApi-B9tL1Q3P.js';
|
|
4
4
|
|
|
5
5
|
declare const route: (request: RouteRequest) => Promise<{
|
|
6
6
|
amountIn: string;
|
|
@@ -336,7 +336,7 @@ declare const route: (request: RouteRequest) => Promise<{
|
|
|
336
336
|
amountIn: string;
|
|
337
337
|
amountOut: string;
|
|
338
338
|
} | {
|
|
339
|
-
|
|
339
|
+
opInitTransfer?: {
|
|
340
340
|
fromChainId?: string | undefined;
|
|
341
341
|
toChainId?: string | undefined;
|
|
342
342
|
denomIn?: string | undefined;
|
|
@@ -376,7 +376,7 @@ declare const route: (request: RouteRequest) => Promise<{
|
|
|
376
376
|
amountIn: string;
|
|
377
377
|
amountOut: string;
|
|
378
378
|
} | {
|
|
379
|
-
|
|
379
|
+
layerZeroTransfer?: {
|
|
380
380
|
fromChainId: string;
|
|
381
381
|
toChainId: string;
|
|
382
382
|
denomIn: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { au as StatusErrorType, aI as TransactionState, ak as PacketErrorType, aR as TransferState, k as AxelarTransferState, N as ContractCallWithTokenErrorType, ar as SendTokenErrorType, l as AxelarTransferType, p as CCTPTransferState, a7 as HyperlaneTransferState, aN as OPInitTransferState, s as StargateTransferState, w as GoFastTransferState, aO as LayerZeroTransferState } from '../swaggerTypes-
|
|
1
|
+
import { au as StatusErrorType, aI as TransactionState, ak as PacketErrorType, aR as TransferState, k as AxelarTransferState, N as ContractCallWithTokenErrorType, ar as SendTokenErrorType, l as AxelarTransferType, p as CCTPTransferState, a7 as HyperlaneTransferState, aN as OPInitTransferState, s as StargateTransferState, w as GoFastTransferState, aO as LayerZeroTransferState } from '../swaggerTypes-zXseZjSi.js';
|
|
2
2
|
import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
|
|
3
|
-
import { a as ApiResponse } from '../generateApi-
|
|
3
|
+
import { a as ApiResponse } from '../generateApi-B9tL1Q3P.js';
|
|
4
4
|
|
|
5
5
|
declare const transactionStatus: (params?: ({
|
|
6
6
|
txHash: string;
|
|
@@ -35,6 +35,7 @@ declare const transactionStatus: (params?: ({
|
|
|
35
35
|
chainId?: string | undefined;
|
|
36
36
|
explorerLink: string;
|
|
37
37
|
txHash?: string | undefined;
|
|
38
|
+
onChainAt?: string | undefined;
|
|
38
39
|
} | undefined;
|
|
39
40
|
error?: {
|
|
40
41
|
details?: {
|
|
@@ -48,16 +49,19 @@ declare const transactionStatus: (params?: ({
|
|
|
48
49
|
chainId?: string | undefined;
|
|
49
50
|
explorerLink: string;
|
|
50
51
|
txHash?: string | undefined;
|
|
52
|
+
onChainAt?: string | undefined;
|
|
51
53
|
} | undefined;
|
|
52
54
|
sendTx?: {
|
|
53
55
|
chainId?: string | undefined;
|
|
54
56
|
explorerLink: string;
|
|
55
57
|
txHash?: string | undefined;
|
|
58
|
+
onChainAt?: string | undefined;
|
|
56
59
|
} | undefined;
|
|
57
60
|
timeoutTx?: {
|
|
58
61
|
chainId?: string | undefined;
|
|
59
62
|
explorerLink: string;
|
|
60
63
|
txHash?: string | undefined;
|
|
64
|
+
onChainAt?: string | undefined;
|
|
61
65
|
} | undefined;
|
|
62
66
|
};
|
|
63
67
|
fromChainId: string;
|
|
@@ -73,11 +77,13 @@ declare const transactionStatus: (params?: ({
|
|
|
73
77
|
chainId?: string | undefined;
|
|
74
78
|
explorerLink: string;
|
|
75
79
|
txHash?: string | undefined;
|
|
80
|
+
onChainAt?: string | undefined;
|
|
76
81
|
} | undefined;
|
|
77
82
|
confirmTx?: {
|
|
78
83
|
chainId?: string | undefined;
|
|
79
84
|
explorerLink: string;
|
|
80
85
|
txHash?: string | undefined;
|
|
86
|
+
onChainAt?: string | undefined;
|
|
81
87
|
} | undefined;
|
|
82
88
|
error?: {
|
|
83
89
|
message?: string | undefined;
|
|
@@ -87,22 +93,26 @@ declare const transactionStatus: (params?: ({
|
|
|
87
93
|
chainId?: string | undefined;
|
|
88
94
|
explorerLink: string;
|
|
89
95
|
txHash?: string | undefined;
|
|
96
|
+
onChainAt?: string | undefined;
|
|
90
97
|
} | undefined;
|
|
91
98
|
gasPaidTx?: {
|
|
92
99
|
chainId?: string | undefined;
|
|
93
100
|
explorerLink: string;
|
|
94
101
|
txHash?: string | undefined;
|
|
102
|
+
onChainAt?: string | undefined;
|
|
95
103
|
} | undefined;
|
|
96
104
|
sendTx?: {
|
|
97
105
|
chainId?: string | undefined;
|
|
98
106
|
explorerLink: string;
|
|
99
107
|
txHash?: string | undefined;
|
|
108
|
+
onChainAt?: string | undefined;
|
|
100
109
|
} | undefined;
|
|
101
110
|
} | {
|
|
102
111
|
confirmTx?: {
|
|
103
112
|
chainId?: string | undefined;
|
|
104
113
|
explorerLink: string;
|
|
105
114
|
txHash?: string | undefined;
|
|
115
|
+
onChainAt?: string | undefined;
|
|
106
116
|
} | undefined;
|
|
107
117
|
error?: {
|
|
108
118
|
message?: string | undefined;
|
|
@@ -112,11 +122,13 @@ declare const transactionStatus: (params?: ({
|
|
|
112
122
|
chainId?: string | undefined;
|
|
113
123
|
explorerLink: string;
|
|
114
124
|
txHash?: string | undefined;
|
|
125
|
+
onChainAt?: string | undefined;
|
|
115
126
|
} | undefined;
|
|
116
127
|
sendTx?: {
|
|
117
128
|
chainId?: string | undefined;
|
|
118
129
|
explorerLink: string;
|
|
119
130
|
txHash?: string | undefined;
|
|
131
|
+
onChainAt?: string | undefined;
|
|
120
132
|
} | undefined;
|
|
121
133
|
};
|
|
122
134
|
type?: AxelarTransferType | undefined;
|
|
@@ -130,11 +142,13 @@ declare const transactionStatus: (params?: ({
|
|
|
130
142
|
chainId?: string | undefined;
|
|
131
143
|
explorerLink: string;
|
|
132
144
|
txHash?: string | undefined;
|
|
145
|
+
onChainAt?: string | undefined;
|
|
133
146
|
} | undefined;
|
|
134
147
|
receiveTx?: {
|
|
135
148
|
chainId?: string | undefined;
|
|
136
149
|
explorerLink: string;
|
|
137
150
|
txHash?: string | undefined;
|
|
151
|
+
onChainAt?: string | undefined;
|
|
138
152
|
} | undefined;
|
|
139
153
|
} | undefined;
|
|
140
154
|
} | undefined;
|
|
@@ -147,11 +161,13 @@ declare const transactionStatus: (params?: ({
|
|
|
147
161
|
chainId?: string | undefined;
|
|
148
162
|
explorerLink: string;
|
|
149
163
|
txHash?: string | undefined;
|
|
164
|
+
onChainAt?: string | undefined;
|
|
150
165
|
} | undefined;
|
|
151
166
|
receiveTx?: {
|
|
152
167
|
chainId?: string | undefined;
|
|
153
168
|
explorerLink: string;
|
|
154
169
|
txHash?: string | undefined;
|
|
170
|
+
onChainAt?: string | undefined;
|
|
155
171
|
} | undefined;
|
|
156
172
|
};
|
|
157
173
|
} | undefined;
|
|
@@ -164,11 +180,13 @@ declare const transactionStatus: (params?: ({
|
|
|
164
180
|
chainId?: string | undefined;
|
|
165
181
|
explorerLink: string;
|
|
166
182
|
txHash?: string | undefined;
|
|
183
|
+
onChainAt?: string | undefined;
|
|
167
184
|
} | undefined;
|
|
168
185
|
receiveTx?: {
|
|
169
186
|
chainId?: string | undefined;
|
|
170
187
|
explorerLink: string;
|
|
171
188
|
txHash?: string | undefined;
|
|
189
|
+
onChainAt?: string | undefined;
|
|
172
190
|
} | undefined;
|
|
173
191
|
};
|
|
174
192
|
} | undefined;
|
|
@@ -181,16 +199,19 @@ declare const transactionStatus: (params?: ({
|
|
|
181
199
|
chainId?: string | undefined;
|
|
182
200
|
explorerLink: string;
|
|
183
201
|
txHash?: string | undefined;
|
|
202
|
+
onChainAt?: string | undefined;
|
|
184
203
|
} | undefined;
|
|
185
204
|
receiveTx?: {
|
|
186
205
|
chainId?: string | undefined;
|
|
187
206
|
explorerLink: string;
|
|
188
207
|
txHash?: string | undefined;
|
|
208
|
+
onChainAt?: string | undefined;
|
|
189
209
|
} | undefined;
|
|
190
210
|
errorTx?: {
|
|
191
211
|
chainId?: string | undefined;
|
|
192
212
|
explorerLink: string;
|
|
193
213
|
txHash?: string | undefined;
|
|
214
|
+
onChainAt?: string | undefined;
|
|
194
215
|
} | undefined;
|
|
195
216
|
} | undefined;
|
|
196
217
|
} | undefined;
|
|
@@ -203,21 +224,25 @@ declare const transactionStatus: (params?: ({
|
|
|
203
224
|
chainId?: string | undefined;
|
|
204
225
|
explorerLink: string;
|
|
205
226
|
txHash?: string | undefined;
|
|
227
|
+
onChainAt?: string | undefined;
|
|
206
228
|
} | undefined;
|
|
207
229
|
orderFilledTx?: {
|
|
208
230
|
chainId?: string | undefined;
|
|
209
231
|
explorerLink: string;
|
|
210
232
|
txHash?: string | undefined;
|
|
233
|
+
onChainAt?: string | undefined;
|
|
211
234
|
} | undefined;
|
|
212
235
|
orderRefundedTx?: {
|
|
213
236
|
chainId?: string | undefined;
|
|
214
237
|
explorerLink: string;
|
|
215
238
|
txHash?: string | undefined;
|
|
239
|
+
onChainAt?: string | undefined;
|
|
216
240
|
} | undefined;
|
|
217
241
|
orderTimeoutTx?: {
|
|
218
242
|
chainId?: string | undefined;
|
|
219
243
|
explorerLink: string;
|
|
220
244
|
txHash?: string | undefined;
|
|
245
|
+
onChainAt?: string | undefined;
|
|
221
246
|
} | undefined;
|
|
222
247
|
};
|
|
223
248
|
errorMessage?: string | undefined;
|
|
@@ -231,6 +256,7 @@ declare const transactionStatus: (params?: ({
|
|
|
231
256
|
chainId?: string | undefined;
|
|
232
257
|
explorerLink: string;
|
|
233
258
|
txHash?: string | undefined;
|
|
259
|
+
onChainAt?: string | undefined;
|
|
234
260
|
} | undefined;
|
|
235
261
|
error?: {
|
|
236
262
|
details?: {
|
|
@@ -244,16 +270,19 @@ declare const transactionStatus: (params?: ({
|
|
|
244
270
|
chainId?: string | undefined;
|
|
245
271
|
explorerLink: string;
|
|
246
272
|
txHash?: string | undefined;
|
|
273
|
+
onChainAt?: string | undefined;
|
|
247
274
|
} | undefined;
|
|
248
275
|
sendTx?: {
|
|
249
276
|
chainId?: string | undefined;
|
|
250
277
|
explorerLink: string;
|
|
251
278
|
txHash?: string | undefined;
|
|
279
|
+
onChainAt?: string | undefined;
|
|
252
280
|
} | undefined;
|
|
253
281
|
timeoutTx?: {
|
|
254
282
|
chainId?: string | undefined;
|
|
255
283
|
explorerLink: string;
|
|
256
284
|
txHash?: string | undefined;
|
|
285
|
+
onChainAt?: string | undefined;
|
|
257
286
|
} | undefined;
|
|
258
287
|
};
|
|
259
288
|
} | undefined;
|
|
@@ -266,16 +295,19 @@ declare const transactionStatus: (params?: ({
|
|
|
266
295
|
chainId?: string | undefined;
|
|
267
296
|
explorerLink: string;
|
|
268
297
|
txHash?: string | undefined;
|
|
298
|
+
onChainAt?: string | undefined;
|
|
269
299
|
} | undefined;
|
|
270
300
|
receiveTx?: {
|
|
271
301
|
chainId?: string | undefined;
|
|
272
302
|
explorerLink: string;
|
|
273
303
|
txHash?: string | undefined;
|
|
304
|
+
onChainAt?: string | undefined;
|
|
274
305
|
} | undefined;
|
|
275
306
|
errorTx?: {
|
|
276
307
|
chainId?: string | undefined;
|
|
277
308
|
explorerLink: string;
|
|
278
309
|
txHash?: string | undefined;
|
|
310
|
+
onChainAt?: string | undefined;
|
|
279
311
|
} | undefined;
|
|
280
312
|
};
|
|
281
313
|
} | undefined;
|
|
@@ -290,6 +322,7 @@ declare const transactionStatus: (params?: ({
|
|
|
290
322
|
chainId?: string | undefined;
|
|
291
323
|
explorerLink: string;
|
|
292
324
|
txHash?: string | undefined;
|
|
325
|
+
onChainAt?: string | undefined;
|
|
293
326
|
} | undefined;
|
|
294
327
|
error?: {
|
|
295
328
|
details?: {
|
|
@@ -303,16 +336,19 @@ declare const transactionStatus: (params?: ({
|
|
|
303
336
|
chainId?: string | undefined;
|
|
304
337
|
explorerLink: string;
|
|
305
338
|
txHash?: string | undefined;
|
|
339
|
+
onChainAt?: string | undefined;
|
|
306
340
|
} | undefined;
|
|
307
341
|
sendTx?: {
|
|
308
342
|
chainId?: string | undefined;
|
|
309
343
|
explorerLink: string;
|
|
310
344
|
txHash?: string | undefined;
|
|
345
|
+
onChainAt?: string | undefined;
|
|
311
346
|
} | undefined;
|
|
312
347
|
timeoutTx?: {
|
|
313
348
|
chainId?: string | undefined;
|
|
314
349
|
explorerLink: string;
|
|
315
350
|
txHash?: string | undefined;
|
|
351
|
+
onChainAt?: string | undefined;
|
|
316
352
|
} | undefined;
|
|
317
353
|
};
|
|
318
354
|
fromChainId: string;
|
|
@@ -328,11 +364,13 @@ declare const transactionStatus: (params?: ({
|
|
|
328
364
|
chainId?: string | undefined;
|
|
329
365
|
explorerLink: string;
|
|
330
366
|
txHash?: string | undefined;
|
|
367
|
+
onChainAt?: string | undefined;
|
|
331
368
|
} | undefined;
|
|
332
369
|
confirmTx?: {
|
|
333
370
|
chainId?: string | undefined;
|
|
334
371
|
explorerLink: string;
|
|
335
372
|
txHash?: string | undefined;
|
|
373
|
+
onChainAt?: string | undefined;
|
|
336
374
|
} | undefined;
|
|
337
375
|
error?: {
|
|
338
376
|
message?: string | undefined;
|
|
@@ -342,22 +380,26 @@ declare const transactionStatus: (params?: ({
|
|
|
342
380
|
chainId?: string | undefined;
|
|
343
381
|
explorerLink: string;
|
|
344
382
|
txHash?: string | undefined;
|
|
383
|
+
onChainAt?: string | undefined;
|
|
345
384
|
} | undefined;
|
|
346
385
|
gasPaidTx?: {
|
|
347
386
|
chainId?: string | undefined;
|
|
348
387
|
explorerLink: string;
|
|
349
388
|
txHash?: string | undefined;
|
|
389
|
+
onChainAt?: string | undefined;
|
|
350
390
|
} | undefined;
|
|
351
391
|
sendTx?: {
|
|
352
392
|
chainId?: string | undefined;
|
|
353
393
|
explorerLink: string;
|
|
354
394
|
txHash?: string | undefined;
|
|
395
|
+
onChainAt?: string | undefined;
|
|
355
396
|
} | undefined;
|
|
356
397
|
} | {
|
|
357
398
|
confirmTx?: {
|
|
358
399
|
chainId?: string | undefined;
|
|
359
400
|
explorerLink: string;
|
|
360
401
|
txHash?: string | undefined;
|
|
402
|
+
onChainAt?: string | undefined;
|
|
361
403
|
} | undefined;
|
|
362
404
|
error?: {
|
|
363
405
|
message?: string | undefined;
|
|
@@ -367,11 +409,13 @@ declare const transactionStatus: (params?: ({
|
|
|
367
409
|
chainId?: string | undefined;
|
|
368
410
|
explorerLink: string;
|
|
369
411
|
txHash?: string | undefined;
|
|
412
|
+
onChainAt?: string | undefined;
|
|
370
413
|
} | undefined;
|
|
371
414
|
sendTx?: {
|
|
372
415
|
chainId?: string | undefined;
|
|
373
416
|
explorerLink: string;
|
|
374
417
|
txHash?: string | undefined;
|
|
418
|
+
onChainAt?: string | undefined;
|
|
375
419
|
} | undefined;
|
|
376
420
|
};
|
|
377
421
|
type?: AxelarTransferType | undefined;
|
|
@@ -385,11 +429,13 @@ declare const transactionStatus: (params?: ({
|
|
|
385
429
|
chainId?: string | undefined;
|
|
386
430
|
explorerLink: string;
|
|
387
431
|
txHash?: string | undefined;
|
|
432
|
+
onChainAt?: string | undefined;
|
|
388
433
|
} | undefined;
|
|
389
434
|
receiveTx?: {
|
|
390
435
|
chainId?: string | undefined;
|
|
391
436
|
explorerLink: string;
|
|
392
437
|
txHash?: string | undefined;
|
|
438
|
+
onChainAt?: string | undefined;
|
|
393
439
|
} | undefined;
|
|
394
440
|
} | undefined;
|
|
395
441
|
} | undefined;
|
|
@@ -402,11 +448,13 @@ declare const transactionStatus: (params?: ({
|
|
|
402
448
|
chainId?: string | undefined;
|
|
403
449
|
explorerLink: string;
|
|
404
450
|
txHash?: string | undefined;
|
|
451
|
+
onChainAt?: string | undefined;
|
|
405
452
|
} | undefined;
|
|
406
453
|
receiveTx?: {
|
|
407
454
|
chainId?: string | undefined;
|
|
408
455
|
explorerLink: string;
|
|
409
456
|
txHash?: string | undefined;
|
|
457
|
+
onChainAt?: string | undefined;
|
|
410
458
|
} | undefined;
|
|
411
459
|
};
|
|
412
460
|
} | undefined;
|
|
@@ -419,11 +467,13 @@ declare const transactionStatus: (params?: ({
|
|
|
419
467
|
chainId?: string | undefined;
|
|
420
468
|
explorerLink: string;
|
|
421
469
|
txHash?: string | undefined;
|
|
470
|
+
onChainAt?: string | undefined;
|
|
422
471
|
} | undefined;
|
|
423
472
|
receiveTx?: {
|
|
424
473
|
chainId?: string | undefined;
|
|
425
474
|
explorerLink: string;
|
|
426
475
|
txHash?: string | undefined;
|
|
476
|
+
onChainAt?: string | undefined;
|
|
427
477
|
} | undefined;
|
|
428
478
|
};
|
|
429
479
|
} | undefined;
|
|
@@ -436,16 +486,19 @@ declare const transactionStatus: (params?: ({
|
|
|
436
486
|
chainId?: string | undefined;
|
|
437
487
|
explorerLink: string;
|
|
438
488
|
txHash?: string | undefined;
|
|
489
|
+
onChainAt?: string | undefined;
|
|
439
490
|
} | undefined;
|
|
440
491
|
receiveTx?: {
|
|
441
492
|
chainId?: string | undefined;
|
|
442
493
|
explorerLink: string;
|
|
443
494
|
txHash?: string | undefined;
|
|
495
|
+
onChainAt?: string | undefined;
|
|
444
496
|
} | undefined;
|
|
445
497
|
errorTx?: {
|
|
446
498
|
chainId?: string | undefined;
|
|
447
499
|
explorerLink: string;
|
|
448
500
|
txHash?: string | undefined;
|
|
501
|
+
onChainAt?: string | undefined;
|
|
449
502
|
} | undefined;
|
|
450
503
|
} | undefined;
|
|
451
504
|
} | undefined;
|
|
@@ -458,21 +511,25 @@ declare const transactionStatus: (params?: ({
|
|
|
458
511
|
chainId?: string | undefined;
|
|
459
512
|
explorerLink: string;
|
|
460
513
|
txHash?: string | undefined;
|
|
514
|
+
onChainAt?: string | undefined;
|
|
461
515
|
} | undefined;
|
|
462
516
|
orderFilledTx?: {
|
|
463
517
|
chainId?: string | undefined;
|
|
464
518
|
explorerLink: string;
|
|
465
519
|
txHash?: string | undefined;
|
|
520
|
+
onChainAt?: string | undefined;
|
|
466
521
|
} | undefined;
|
|
467
522
|
orderRefundedTx?: {
|
|
468
523
|
chainId?: string | undefined;
|
|
469
524
|
explorerLink: string;
|
|
470
525
|
txHash?: string | undefined;
|
|
526
|
+
onChainAt?: string | undefined;
|
|
471
527
|
} | undefined;
|
|
472
528
|
orderTimeoutTx?: {
|
|
473
529
|
chainId?: string | undefined;
|
|
474
530
|
explorerLink: string;
|
|
475
531
|
txHash?: string | undefined;
|
|
532
|
+
onChainAt?: string | undefined;
|
|
476
533
|
} | undefined;
|
|
477
534
|
};
|
|
478
535
|
errorMessage?: string | undefined;
|
|
@@ -486,6 +543,7 @@ declare const transactionStatus: (params?: ({
|
|
|
486
543
|
chainId?: string | undefined;
|
|
487
544
|
explorerLink: string;
|
|
488
545
|
txHash?: string | undefined;
|
|
546
|
+
onChainAt?: string | undefined;
|
|
489
547
|
} | undefined;
|
|
490
548
|
error?: {
|
|
491
549
|
details?: {
|
|
@@ -499,16 +557,19 @@ declare const transactionStatus: (params?: ({
|
|
|
499
557
|
chainId?: string | undefined;
|
|
500
558
|
explorerLink: string;
|
|
501
559
|
txHash?: string | undefined;
|
|
560
|
+
onChainAt?: string | undefined;
|
|
502
561
|
} | undefined;
|
|
503
562
|
sendTx?: {
|
|
504
563
|
chainId?: string | undefined;
|
|
505
564
|
explorerLink: string;
|
|
506
565
|
txHash?: string | undefined;
|
|
566
|
+
onChainAt?: string | undefined;
|
|
507
567
|
} | undefined;
|
|
508
568
|
timeoutTx?: {
|
|
509
569
|
chainId?: string | undefined;
|
|
510
570
|
explorerLink: string;
|
|
511
571
|
txHash?: string | undefined;
|
|
572
|
+
onChainAt?: string | undefined;
|
|
512
573
|
} | undefined;
|
|
513
574
|
};
|
|
514
575
|
} | undefined;
|
|
@@ -521,16 +582,19 @@ declare const transactionStatus: (params?: ({
|
|
|
521
582
|
chainId?: string | undefined;
|
|
522
583
|
explorerLink: string;
|
|
523
584
|
txHash?: string | undefined;
|
|
585
|
+
onChainAt?: string | undefined;
|
|
524
586
|
} | undefined;
|
|
525
587
|
receiveTx?: {
|
|
526
588
|
chainId?: string | undefined;
|
|
527
589
|
explorerLink: string;
|
|
528
590
|
txHash?: string | undefined;
|
|
591
|
+
onChainAt?: string | undefined;
|
|
529
592
|
} | undefined;
|
|
530
593
|
errorTx?: {
|
|
531
594
|
chainId?: string | undefined;
|
|
532
595
|
explorerLink: string;
|
|
533
596
|
txHash?: string | undefined;
|
|
597
|
+
onChainAt?: string | undefined;
|
|
534
598
|
} | undefined;
|
|
535
599
|
};
|
|
536
600
|
} | undefined;
|
|
@@ -4,7 +4,6 @@ import { ApiState, createRequestClient } from './chunk-W6TBGBV3.js';
|
|
|
4
4
|
import { AminoTypes, createDefaultAminoConverters, defaultRegistryTypes } from '@cosmjs/stargate';
|
|
5
5
|
import { createWasmAminoConverters } from '@cosmjs/cosmwasm-stargate';
|
|
6
6
|
import { Registry } from '@cosmjs/proto-signing';
|
|
7
|
-
import '@cosmjs/tendermint-rpc';
|
|
8
7
|
import _m08 from 'protobufjs/minimal.js';
|
|
9
8
|
import { Decimal } from '@cosmjs/math';
|
|
10
9
|
import { MsgExecuteContract } from 'cosmjs-types/cosmwasm/wasm/v1/tx.js';
|
|
@@ -3,7 +3,7 @@ import { OfflineDirectSigner } from '@cosmjs/proto-signing';
|
|
|
3
3
|
import { StdFee, GasPrice, SignerData } from '@cosmjs/stargate';
|
|
4
4
|
import { WalletClient } from 'viem';
|
|
5
5
|
import { Adapter } from '@solana/wallet-adapter-base';
|
|
6
|
-
import { a2 as FeeAsset, K as ChainType, V as CosmosMsg } from './swaggerTypes-
|
|
6
|
+
import { a2 as FeeAsset, K as ChainType, V as CosmosMsg } from './swaggerTypes-zXseZjSi.js';
|
|
7
7
|
|
|
8
8
|
/** Common Types */
|
|
9
9
|
type UserAddress = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { aT as TransferStatus, R as Erc20Approval, ap as RouteResponse, V as CosmosMsg } from './swaggerTypes-
|
|
2
|
-
import { A as ApiRequest } from './generateApi-
|
|
3
|
-
import { S as SignerGetters, b as GasOptions, U as UserAddress } from './client-types-
|
|
1
|
+
import { aT as TransferStatus, R as Erc20Approval, ap as RouteResponse, V as CosmosMsg } from './swaggerTypes-zXseZjSi.js';
|
|
2
|
+
import { A as ApiRequest } from './generateApi-B9tL1Q3P.js';
|
|
3
|
+
import { S as SignerGetters, b as GasOptions, U as UserAddress } from './client-types-CRJ3C0Fs.js';
|
|
4
4
|
|
|
5
5
|
type CallbackStatus = "success" | "error" | "pending" | "completed";
|
|
6
6
|
type TransactionCallbacks = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { bc as Api } from './swaggerTypes-
|
|
1
|
+
import { bc as Api } from './swaggerTypes-zXseZjSi.js';
|
|
2
2
|
|
|
3
3
|
type CamelKey<S extends string> = S extends `${infer T}_${infer U}` ? `${T}${Capitalize<CamelKey<U>>}` : S;
|
|
4
4
|
type Camel<T> = T extends (infer U)[] ? Camel<U>[] : T extends object ? {
|