@skip-go/client 1.0.0-alpha-4 → 1.0.1-alpha-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.
Files changed (118) hide show
  1. package/dist/api/getAssets.cjs +15 -0
  2. package/dist/api/getAssets.d.cts +19 -0
  3. package/dist/api/getAssets.js +2 -2
  4. package/dist/api/getAssetsBetweenChains.cjs +11 -0
  5. package/dist/api/getAssetsBetweenChains.d.cts +56 -0
  6. package/dist/api/getAssetsBetweenChains.js +2 -2
  7. package/dist/api/getBridges.cjs +11 -0
  8. package/dist/api/getBridges.d.cts +54 -0
  9. package/dist/api/getBridges.js +2 -2
  10. package/dist/api/getChains.cjs +11 -0
  11. package/dist/api/getChains.d.cts +41 -0
  12. package/dist/api/getChains.js +2 -2
  13. package/dist/api/getVenues.cjs +11 -0
  14. package/dist/api/getVenues.d.cts +13 -0
  15. package/dist/api/getVenues.js +2 -2
  16. package/dist/api/postAssetsFromSource.cjs +12 -0
  17. package/dist/api/postAssetsFromSource.d.cts +13 -0
  18. package/dist/api/postAssetsFromSource.js +3 -3
  19. package/dist/api/postBalances.cjs +11 -0
  20. package/dist/api/postBalances.d.cts +35 -0
  21. package/dist/api/postBalances.js +2 -2
  22. package/dist/api/postIbcOriginAssets.cjs +11 -0
  23. package/dist/api/postIbcOriginAssets.d.cts +32 -0
  24. package/dist/api/postIbcOriginAssets.js +2 -2
  25. package/dist/api/postMessages.cjs +11 -0
  26. package/dist/api/postMessages.d.cts +528 -0
  27. package/dist/api/postMessages.js +2 -2
  28. package/dist/api/postMessagesDirect.cjs +11 -0
  29. package/dist/api/postMessagesDirect.d.cts +568 -0
  30. package/dist/api/postMessagesDirect.js +2 -2
  31. package/dist/api/postRecommendAssets.cjs +11 -0
  32. package/dist/api/postRecommendAssets.d.cts +40 -0
  33. package/dist/api/postRecommendAssets.js +2 -2
  34. package/dist/api/postRoute.cjs +11 -0
  35. package/dist/api/postRoute.d.cts +460 -0
  36. package/dist/api/postRoute.js +2 -2
  37. package/dist/api/postSubmitTransaction.cjs +11 -0
  38. package/dist/api/postSubmitTransaction.d.cts +13 -0
  39. package/dist/api/postSubmitTransaction.js +2 -2
  40. package/dist/api/postTrackTransaction.cjs +11 -0
  41. package/dist/api/postTrackTransaction.d.cts +13 -0
  42. package/dist/api/postTrackTransaction.js +2 -2
  43. package/dist/api/postTransactionStatus.cjs +11 -0
  44. package/dist/api/postTransactionStatus.d.cts +559 -0
  45. package/dist/api/postTransactionStatus.js +2 -2
  46. package/dist/apiState-CdzxTxYd.d.cts +6 -0
  47. package/dist/chunk-32MRDO7V.cjs +12 -0
  48. package/dist/{chunk-MKEROBAQ.js → chunk-33K6EESX.js} +1 -1
  49. package/dist/{chunk-XOC57DJF.js → chunk-3N7XVGLX.js} +2 -2
  50. package/dist/chunk-44PBLFB5.cjs +24 -0
  51. package/dist/{chunk-2H4KT24S.js → chunk-4JJWOILI.js} +1 -1
  52. package/dist/chunk-4R6OCWRR.cjs +1346 -0
  53. package/dist/chunk-5IAEEEOQ.cjs +2251 -0
  54. package/dist/chunk-77ITCT75.cjs +15 -0
  55. package/dist/chunk-7OIZPQJB.cjs +3660 -0
  56. package/dist/chunk-7SK3IFXJ.cjs +188 -0
  57. package/dist/{chunk-HFWTLB35.js → chunk-BQTQJQ5E.js} +1 -1
  58. package/dist/{chunk-44YEAWRJ.js → chunk-BRJDNGYH.js} +1 -1
  59. package/dist/{chunk-Y325PIRY.js → chunk-BRMONS6A.js} +1 -1
  60. package/dist/{chunk-JBPMJE44.js → chunk-C2EDPY6J.js} +1 -1
  61. package/dist/chunk-DAMZSSOH.cjs +12 -0
  62. package/dist/{chunk-EAVQIWH7.js → chunk-DW4U6YI6.js} +1 -1
  63. package/dist/chunk-ED2OY55G.cjs +136 -0
  64. package/dist/{chunk-T3G7MVDN.js → chunk-GARVPN2H.js} +1 -1
  65. package/dist/chunk-HAR3IXDE.cjs +705 -0
  66. package/dist/chunk-ISHM4QWP.cjs +16 -0
  67. package/dist/chunk-J4LI33TK.cjs +95 -0
  68. package/dist/chunk-KDN7RCGP.cjs +13 -0
  69. package/dist/{chunk-QKCJUB43.js → chunk-KNV72XRZ.js} +1 -1
  70. package/dist/chunk-KZOSEIWH.cjs +10 -0
  71. package/dist/chunk-L5V5PASH.cjs +12 -0
  72. package/dist/chunk-LXYLWTNZ.cjs +12 -0
  73. package/dist/{chunk-6SEZNZJY.js → chunk-MGVXJ2U4.js} +1 -1
  74. package/dist/{chunk-XS6XFYYD.js → chunk-MTMPHY3Y.js} +1 -1
  75. package/dist/chunk-PNWIJSMA.cjs +12 -0
  76. package/dist/{chunk-LJ4RFN4L.js → chunk-PRQ2NHRZ.js} +1 -1
  77. package/dist/chunk-RDOSNDAQ.cjs +13 -0
  78. package/dist/{chunk-BQTWTYWD.js → chunk-RDRDFJQE.js} +1 -1
  79. package/dist/{chunk-6MCLH626.js → chunk-RMP3HM5N.js} +2 -2
  80. package/dist/chunk-SFMBRLUS.cjs +18 -0
  81. package/dist/{chunk-6JMGI4N7.js → chunk-SQGWZAUC.js} +2 -2
  82. package/dist/chunk-SW3SEQMJ.cjs +273 -0
  83. package/dist/{chunk-RSUFWUIE.js → chunk-TW77BXMT.js} +1 -1
  84. package/dist/chunk-URLFWBSC.cjs +11 -0
  85. package/dist/chunk-VI7UMBQ7.cjs +12 -0
  86. package/dist/{chunk-6IZXDY7U.js → chunk-VMPFHQ7U.js} +2 -2
  87. package/dist/{chunk-XEDYWBEU.js → chunk-W2U2UOFA.js} +13 -15
  88. package/dist/chunk-WWNTHZ6I.cjs +1812 -0
  89. package/dist/chunk-ZNXE6PUV.cjs +46 -0
  90. package/dist/client-types-qvyKvyFh.d.cts +60 -0
  91. package/dist/executeRoute-BKRpODCc.d.cts +69 -0
  92. package/dist/generateApi-C0amiydg.d.cts +22 -0
  93. package/dist/index.cjs +209 -0
  94. package/dist/index.d.cts +35 -0
  95. package/dist/index.js +21 -21
  96. package/dist/public-functions/executeRoute.cjs +21 -0
  97. package/dist/public-functions/executeRoute.d.cts +9 -0
  98. package/dist/public-functions/executeRoute.js +9 -9
  99. package/dist/public-functions/getFeeInfoForChain.cjs +14 -0
  100. package/dist/public-functions/getFeeInfoForChain.d.cts +9 -0
  101. package/dist/public-functions/getFeeInfoForChain.js +4 -4
  102. package/dist/public-functions/getRecommendedGasPrice.cjs +16 -0
  103. package/dist/public-functions/getRecommendedGasPrice.d.cts +9 -0
  104. package/dist/public-functions/getRecommendedGasPrice.js +5 -5
  105. package/dist/public-functions/getSigningStargateClient.cjs +13 -0
  106. package/dist/public-functions/getSigningStargateClient.d.cts +13 -0
  107. package/dist/public-functions/getSigningStargateClient.js +4 -4
  108. package/dist/public-functions/setApiOptions.cjs +11 -0
  109. package/dist/public-functions/setApiOptions.d.cts +9 -0
  110. package/dist/public-functions/setApiOptions.js +2 -2
  111. package/dist/public-functions/setClientOptions.cjs +13 -0
  112. package/dist/public-functions/setClientOptions.d.cts +9 -0
  113. package/dist/public-functions/setClientOptions.js +3 -3
  114. package/dist/setClientOptions-CT6CHI9I.d.cts +19 -0
  115. package/dist/swaggerTypes-O9-gvCT1.d.cts +1890 -0
  116. package/package.json +2 -34
  117. package/dist/{chunk-66DO7NZD.js → chunk-JTIHU43D.js} +0 -0
  118. package/dist/{chunk-DUCP65HQ.js → chunk-W6TBGBV3.js} +20 -20
@@ -0,0 +1,528 @@
1
+ import { S as SkipApiOptions } from '../apiState-CdzxTxYd.cjs';
2
+ import { I as BridgeType, f as AutopilotAction, b2 as FeeType } from '../swaggerTypes-O9-gvCT1.cjs';
3
+ import { A as ApiRequest, a as ApiResponse } from '../generateApi-C0amiydg.cjs';
4
+
5
+ declare const messages: (options?: ({
6
+ sourceAssetDenom: string;
7
+ sourceAssetChainId: string;
8
+ destAssetDenom: string;
9
+ destAssetChainId: string;
10
+ amountIn: string;
11
+ amountOut: string;
12
+ addressList: string[];
13
+ operations: ({
14
+ axelarTransfer?: {
15
+ asset?: string | undefined;
16
+ feeAmount?: string | undefined;
17
+ feeAsset?: {
18
+ chainId: string;
19
+ coingeckoId?: string | undefined;
20
+ decimals?: number | undefined;
21
+ denom: string;
22
+ description?: string | undefined;
23
+ isCw20: boolean;
24
+ isEvm: boolean;
25
+ isSvm: boolean;
26
+ logoUri?: string | undefined;
27
+ name?: string | undefined;
28
+ originChainId: string;
29
+ originDenom: string;
30
+ recommendedSymbol?: string | undefined;
31
+ symbol?: string | undefined;
32
+ tokenContract?: string | undefined;
33
+ trace: string;
34
+ } | undefined;
35
+ fromChain?: string | undefined;
36
+ fromChainId?: string | undefined;
37
+ isTestnet?: boolean | undefined;
38
+ shouldUnwrap?: boolean | undefined;
39
+ toChain?: string | undefined;
40
+ toChainId?: string | undefined;
41
+ denomIn?: string | undefined;
42
+ denomOut?: string | undefined;
43
+ usdFeeAmount?: string | undefined;
44
+ ibcTransferToAxelar?: {
45
+ fromChainId?: string | undefined;
46
+ toChainId?: string | undefined;
47
+ channel?: string | undefined;
48
+ destDenom?: string | undefined;
49
+ pfmEnabled?: boolean | undefined;
50
+ port?: string | undefined;
51
+ supportsMemo?: boolean | undefined;
52
+ denomIn?: string | undefined;
53
+ denomOut?: string | undefined;
54
+ feeAmount?: string | undefined;
55
+ usdFeeAmount?: string | undefined;
56
+ feeAsset?: {
57
+ chainId: string;
58
+ coingeckoId?: string | undefined;
59
+ decimals?: number | undefined;
60
+ denom: string;
61
+ description?: string | undefined;
62
+ isCw20: boolean;
63
+ isEvm: boolean;
64
+ isSvm: boolean;
65
+ logoUri?: string | undefined;
66
+ name?: string | undefined;
67
+ originChainId: string;
68
+ originDenom: string;
69
+ recommendedSymbol?: string | undefined;
70
+ symbol?: string | undefined;
71
+ tokenContract?: string | undefined;
72
+ trace: string;
73
+ } | undefined;
74
+ bridgeId?: BridgeType | undefined;
75
+ smartRelay?: boolean | undefined;
76
+ } | undefined;
77
+ bridgeId?: BridgeType | undefined;
78
+ smartRelay?: boolean | undefined;
79
+ } | undefined;
80
+ txIndex: number;
81
+ amountIn: string;
82
+ amountOut: string;
83
+ } | {
84
+ cctpTransfer?: {
85
+ fromChainId?: string | undefined;
86
+ toChainId?: string | undefined;
87
+ burnToken?: string | undefined;
88
+ denomIn?: string | undefined;
89
+ denomOut?: string | undefined;
90
+ bridgeId?: BridgeType | undefined;
91
+ smartRelay?: boolean | undefined;
92
+ smartRelayFeeQuote?: {
93
+ feeAmount?: string | undefined;
94
+ feeDenom?: string | undefined;
95
+ feePaymentAddress?: string | undefined;
96
+ relayerAddress?: string | undefined;
97
+ expiration?: string | undefined;
98
+ } | undefined;
99
+ } | undefined;
100
+ txIndex: number;
101
+ amountIn: string;
102
+ amountOut: string;
103
+ } | {
104
+ stargateTransfer?: {
105
+ fromChainId?: string | undefined;
106
+ toChainId?: string | undefined;
107
+ denomIn?: string | undefined;
108
+ denomOut?: string | undefined;
109
+ bridgeId?: BridgeType | undefined;
110
+ poolAddress?: string | undefined;
111
+ destinationEndpointId?: number | undefined;
112
+ oftFeeAsset?: {
113
+ chainId: string;
114
+ coingeckoId?: string | undefined;
115
+ decimals?: number | undefined;
116
+ denom: string;
117
+ description?: string | undefined;
118
+ isCw20: boolean;
119
+ isEvm: boolean;
120
+ isSvm: boolean;
121
+ logoUri?: string | undefined;
122
+ name?: string | undefined;
123
+ originChainId: string;
124
+ originDenom: string;
125
+ recommendedSymbol?: string | undefined;
126
+ symbol?: string | undefined;
127
+ tokenContract?: string | undefined;
128
+ trace: string;
129
+ } | undefined;
130
+ oftFeeAmount?: string | undefined;
131
+ oftFeeAmountUsd?: string | undefined;
132
+ messagingFeeAsset?: {
133
+ chainId: string;
134
+ coingeckoId?: string | undefined;
135
+ decimals?: number | undefined;
136
+ denom: string;
137
+ description?: string | undefined;
138
+ isCw20: boolean;
139
+ isEvm: boolean;
140
+ isSvm: boolean;
141
+ logoUri?: string | undefined;
142
+ name?: string | undefined;
143
+ originChainId: string;
144
+ originDenom: string;
145
+ recommendedSymbol?: string | undefined;
146
+ symbol?: string | undefined;
147
+ tokenContract?: string | undefined;
148
+ trace: string;
149
+ } | undefined;
150
+ messagingFeeAmount?: string | undefined;
151
+ messageingFeeAmountUsd?: string | undefined;
152
+ } | undefined;
153
+ txIndex: number;
154
+ amountIn: string;
155
+ amountOut: string;
156
+ } | {
157
+ bankSend?: {
158
+ chainId?: string | undefined;
159
+ denom?: string | undefined;
160
+ } | undefined;
161
+ txIndex: number;
162
+ amountIn: string;
163
+ amountOut: string;
164
+ } | {
165
+ evmSwap?: {
166
+ inputToken?: string | undefined;
167
+ amountIn?: string | undefined;
168
+ swapCalldata?: string | undefined;
169
+ amountOut?: string | undefined;
170
+ fromChainId?: string | undefined;
171
+ denomIn?: string | undefined;
172
+ denomOut?: string | undefined;
173
+ swapVenues?: {
174
+ chainId?: string | undefined;
175
+ name?: string | undefined;
176
+ logoUri?: string | undefined;
177
+ }[] | undefined;
178
+ } | undefined;
179
+ txIndex: number;
180
+ amountIn: string;
181
+ amountOut: string;
182
+ } | {
183
+ hyperlaneTransfer?: {
184
+ fromChainId?: string | undefined;
185
+ toChainId?: string | undefined;
186
+ denomIn?: string | undefined;
187
+ denomOut?: string | undefined;
188
+ hyperlaneContractAddress?: string | undefined;
189
+ feeAmount?: string | undefined;
190
+ feeAsset?: {
191
+ chainId: string;
192
+ coingeckoId?: string | undefined;
193
+ decimals?: number | undefined;
194
+ denom: string;
195
+ description?: string | undefined;
196
+ isCw20: boolean;
197
+ isEvm: boolean;
198
+ isSvm: boolean;
199
+ logoUri?: string | undefined;
200
+ name?: string | undefined;
201
+ originChainId: string;
202
+ originDenom: string;
203
+ recommendedSymbol?: string | undefined;
204
+ symbol?: string | undefined;
205
+ tokenContract?: string | undefined;
206
+ trace: string;
207
+ } | undefined;
208
+ usdFeeAmount?: string | undefined;
209
+ bridgeId?: BridgeType | undefined;
210
+ smartRelay?: boolean | undefined;
211
+ } | undefined;
212
+ txIndex: number;
213
+ amountIn: string;
214
+ amountOut: string;
215
+ } | {
216
+ transfer?: {
217
+ fromChainId?: string | undefined;
218
+ toChainId?: string | undefined;
219
+ channel?: string | undefined;
220
+ destDenom?: string | undefined;
221
+ pfmEnabled?: boolean | undefined;
222
+ port?: string | undefined;
223
+ supportsMemo?: boolean | undefined;
224
+ denomIn?: string | undefined;
225
+ denomOut?: string | undefined;
226
+ feeAmount?: string | undefined;
227
+ usdFeeAmount?: string | undefined;
228
+ feeAsset?: {
229
+ chainId: string;
230
+ coingeckoId?: string | undefined;
231
+ decimals?: number | undefined;
232
+ denom: string;
233
+ description?: string | undefined;
234
+ isCw20: boolean;
235
+ isEvm: boolean;
236
+ isSvm: boolean;
237
+ logoUri?: string | undefined;
238
+ name?: string | undefined;
239
+ originChainId: string;
240
+ originDenom: string;
241
+ recommendedSymbol?: string | undefined;
242
+ symbol?: string | undefined;
243
+ tokenContract?: string | undefined;
244
+ trace: string;
245
+ } | undefined;
246
+ bridgeId?: BridgeType | undefined;
247
+ smartRelay?: boolean | undefined;
248
+ } | undefined;
249
+ txIndex: number;
250
+ amountIn: string;
251
+ amountOut: string;
252
+ } | {
253
+ swap?: {
254
+ swapIn?: {
255
+ swapAmountIn?: string | undefined;
256
+ swapOperations?: {
257
+ denomIn?: string | undefined;
258
+ denomOut?: string | undefined;
259
+ pool?: string | undefined;
260
+ interface?: string | undefined;
261
+ }[] | undefined;
262
+ swapVenue?: {
263
+ chainId?: string | undefined;
264
+ name?: string | undefined;
265
+ logoUri?: string | undefined;
266
+ } | undefined;
267
+ priceImpactPercent?: string | undefined;
268
+ } | undefined;
269
+ estimatedAffiliateFee?: string | undefined;
270
+ chainId?: string | undefined;
271
+ fromChainId?: string | undefined;
272
+ denomIn?: string | undefined;
273
+ denomOut?: string | undefined;
274
+ swapVenues?: {
275
+ chainId?: string | undefined;
276
+ name?: string | undefined;
277
+ logoUri?: string | undefined;
278
+ }[] | undefined;
279
+ } | {
280
+ swapOut?: {
281
+ swapAmountOut?: string | undefined;
282
+ swapOperations?: {
283
+ denomIn?: string | undefined;
284
+ denomOut?: string | undefined;
285
+ pool?: string | undefined;
286
+ interface?: string | undefined;
287
+ }[] | undefined;
288
+ swapVenue?: {
289
+ chainId?: string | undefined;
290
+ name?: string | undefined;
291
+ logoUri?: string | undefined;
292
+ } | undefined;
293
+ priceImpactPercent?: string | undefined;
294
+ } | undefined;
295
+ estimatedAffiliateFee?: string | undefined;
296
+ chainId?: string | undefined;
297
+ fromChainId?: string | undefined;
298
+ denomIn?: string | undefined;
299
+ denomOut?: string | undefined;
300
+ swapVenues?: {
301
+ chainId?: string | undefined;
302
+ name?: string | undefined;
303
+ logoUri?: string | undefined;
304
+ }[] | undefined;
305
+ } | {
306
+ smartSwapIn?: {
307
+ swapVenue?: {
308
+ chainId?: string | undefined;
309
+ name?: string | undefined;
310
+ logoUri?: string | undefined;
311
+ } | undefined;
312
+ swapRoutes?: {
313
+ swapAmountIn?: string | undefined;
314
+ denomIn?: string | undefined;
315
+ swapOperations?: {
316
+ denomIn?: string | undefined;
317
+ denomOut?: string | undefined;
318
+ pool?: string | undefined;
319
+ interface?: string | undefined;
320
+ }[] | undefined;
321
+ }[] | undefined;
322
+ } | undefined;
323
+ estimatedAffiliateFee?: string | undefined;
324
+ chainId?: string | undefined;
325
+ fromChainId?: string | undefined;
326
+ denomIn?: string | undefined;
327
+ denomOut?: string | undefined;
328
+ swapVenues?: {
329
+ chainId?: string | undefined;
330
+ name?: string | undefined;
331
+ logoUri?: string | undefined;
332
+ }[] | undefined;
333
+ } | undefined;
334
+ txIndex: number;
335
+ amountIn: string;
336
+ amountOut: string;
337
+ } | {
338
+ transfer?: {
339
+ fromChainId?: string | undefined;
340
+ toChainId?: string | undefined;
341
+ denomIn?: string | undefined;
342
+ denomOut?: string | undefined;
343
+ opInitBridgeId?: any;
344
+ bridgeId?: BridgeType | undefined;
345
+ smartRelay?: boolean | undefined;
346
+ } | undefined;
347
+ txIndex: number;
348
+ amountIn: string;
349
+ amountOut: string;
350
+ } | {
351
+ eurekaTransfer?: {
352
+ destinationPort?: string | undefined;
353
+ sourceClient?: string | undefined;
354
+ fromChainId?: string | undefined;
355
+ toChainId?: string | undefined;
356
+ pfmEnabled?: boolean | undefined;
357
+ supportsMemo?: boolean | undefined;
358
+ denomIn?: string | undefined;
359
+ denomOut?: string | undefined;
360
+ entryContractAddress?: string | undefined;
361
+ callbackAdapterContractAddress?: string | undefined;
362
+ bridgeId?: BridgeType | undefined;
363
+ smartRelay?: boolean | undefined;
364
+ smartRelayFeeQuote?: {
365
+ feeAmount?: string | undefined;
366
+ feeDenom?: string | undefined;
367
+ feePaymentAddress?: string | undefined;
368
+ relayerAddress?: string | undefined;
369
+ expiration?: string | undefined;
370
+ } | undefined;
371
+ toChainCallbackContractAddress?: string | undefined;
372
+ toChainEntryContractAddress?: string | undefined;
373
+ } | undefined;
374
+ txIndex: number;
375
+ amountIn: string;
376
+ amountOut: string;
377
+ } | {
378
+ eurekaTransfer?: {
379
+ fromChainId: string;
380
+ toChainId: string;
381
+ denomIn: string;
382
+ denomOut: string;
383
+ sourceOftCntractAddress: string;
384
+ destinationEndpointId: number;
385
+ messagingFeeAsset: {
386
+ chainId: string;
387
+ coingeckoId?: string | undefined;
388
+ decimals?: number | undefined;
389
+ denom: string;
390
+ description?: string | undefined;
391
+ isCw20: boolean;
392
+ isEvm: boolean;
393
+ isSvm: boolean;
394
+ logoUri?: string | undefined;
395
+ name?: string | undefined;
396
+ originChainId: string;
397
+ originDenom: string;
398
+ recommendedSymbol?: string | undefined;
399
+ symbol?: string | undefined;
400
+ tokenContract?: string | undefined;
401
+ trace: string;
402
+ };
403
+ messagingFeeAmount: string;
404
+ messagingFeeAmountUsd: string;
405
+ bridgeId: BridgeType;
406
+ } | undefined;
407
+ txIndex: number;
408
+ amountIn: string;
409
+ amountOut: string;
410
+ })[];
411
+ estimatedAmountOut?: string | undefined;
412
+ slippageTolerancePercent?: string | undefined;
413
+ timeoutSeconds?: string | undefined;
414
+ postRouteHandler?: {
415
+ autpilotMsg?: {
416
+ action?: AutopilotAction | undefined;
417
+ receiver?: string | undefined;
418
+ } | undefined;
419
+ } | {
420
+ wasmMsg?: {
421
+ contractAddress?: string | undefined;
422
+ msg?: string | undefined;
423
+ } | undefined;
424
+ } | undefined;
425
+ chainIdsToAffiliates?: {
426
+ [x: string]: {
427
+ affiliates?: {
428
+ address?: string | undefined;
429
+ basisPointsFee?: string | undefined;
430
+ }[] | undefined;
431
+ };
432
+ } | undefined;
433
+ enableGasWarnings?: boolean | undefined;
434
+ } & SkipApiOptions & {
435
+ abortDuplicateRequests?: boolean | undefined;
436
+ }) | undefined) => Promise<{
437
+ msgs?: ({
438
+ evmTx: {
439
+ chainId: string;
440
+ data?: string | undefined;
441
+ requiredErc20Approvals?: {
442
+ amount: string;
443
+ spender: string;
444
+ tokenContract: string;
445
+ }[] | undefined;
446
+ signerAddress?: string | undefined;
447
+ to?: string | undefined;
448
+ value?: string | undefined;
449
+ };
450
+ } | {
451
+ svmTx: {
452
+ chainId: string;
453
+ signerAddress?: string | undefined;
454
+ tx?: string | undefined;
455
+ };
456
+ } | {
457
+ multiChainMsg?: {
458
+ chainId?: string | undefined;
459
+ msg?: string | undefined;
460
+ msgTypeUrl?: string | undefined;
461
+ path?: string[] | undefined;
462
+ } | undefined;
463
+ })[] | undefined;
464
+ txs?: ({
465
+ cosmosTx: {
466
+ chainId: string;
467
+ path?: string[] | undefined;
468
+ signerAddress?: string | undefined;
469
+ msgs?: {
470
+ msg?: string | undefined;
471
+ msgTypeUrl?: string | undefined;
472
+ }[] | undefined;
473
+ };
474
+ operationsIndices?: number[] | undefined;
475
+ } | {
476
+ evmTx: {
477
+ chainId: string;
478
+ data?: string | undefined;
479
+ requiredErc20Approvals?: {
480
+ amount: string;
481
+ spender: string;
482
+ tokenContract: string;
483
+ }[] | undefined;
484
+ signerAddress?: string | undefined;
485
+ to?: string | undefined;
486
+ value?: string | undefined;
487
+ };
488
+ operationsIndices?: number[] | undefined;
489
+ } | {
490
+ svmTx: {
491
+ chainId: string;
492
+ signerAddress?: string | undefined;
493
+ tx?: string | undefined;
494
+ };
495
+ operationsIndices?: number[] | undefined;
496
+ })[] | undefined;
497
+ estimatedFees?: {
498
+ feeType?: FeeType | undefined;
499
+ bridgeId?: BridgeType | undefined;
500
+ amount?: string | undefined;
501
+ usdAmount?: string | undefined;
502
+ originAsset: {
503
+ chainId: string;
504
+ coingeckoId?: string | undefined;
505
+ decimals?: number | undefined;
506
+ denom: string;
507
+ description?: string | undefined;
508
+ isCw20: boolean;
509
+ isEvm: boolean;
510
+ isSvm: boolean;
511
+ logoUri?: string | undefined;
512
+ name?: string | undefined;
513
+ originChainId: string;
514
+ originDenom: string;
515
+ recommendedSymbol?: string | undefined;
516
+ symbol?: string | undefined;
517
+ tokenContract?: string | undefined;
518
+ trace: string;
519
+ };
520
+ chainId?: string | undefined;
521
+ txIndex?: number | undefined;
522
+ operationIndex?: number | undefined;
523
+ }[] | undefined;
524
+ } | undefined>;
525
+ type MessagesRequest = ApiRequest<"getMsgsV2">;
526
+ type MessagesResponse = ApiResponse<"getMsgsV2">;
527
+
528
+ export { type MessagesRequest, type MessagesResponse, messages };
@@ -1,2 +1,2 @@
1
- export { messages } from '../chunk-EAVQIWH7.js';
2
- import '../chunk-DUCP65HQ.js';
1
+ export { messages } from '../chunk-DW4U6YI6.js';
2
+ import '../chunk-W6TBGBV3.js';
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ var chunkLXYLWTNZ_cjs = require('../chunk-LXYLWTNZ.cjs');
4
+ require('../chunk-HAR3IXDE.cjs');
5
+
6
+
7
+
8
+ Object.defineProperty(exports, "messagesDirect", {
9
+ enumerable: true,
10
+ get: function () { return chunkLXYLWTNZ_cjs.messagesDirect; }
11
+ });