@skip-go/client 1.1.5 → 1.1.7

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 (78) hide show
  1. package/dist/api/getAssets.d.ts +1 -1
  2. package/dist/api/getAssets.js +3 -2
  3. package/dist/api/getAssetsBetweenChains.d.ts +1 -1
  4. package/dist/api/getAssetsBetweenChains.js +3 -2
  5. package/dist/api/getBridges.d.ts +1 -1
  6. package/dist/api/getBridges.js +3 -2
  7. package/dist/api/getChains.d.ts +1 -1
  8. package/dist/api/getChains.js +3 -2
  9. package/dist/api/getVenues.js +3 -2
  10. package/dist/api/postAssetsFromSource.d.ts +1 -1
  11. package/dist/api/postAssetsFromSource.js +4 -3
  12. package/dist/api/postBalances.d.ts +2 -2
  13. package/dist/api/postBalances.js +3 -2
  14. package/dist/api/postIbcOriginAssets.js +3 -2
  15. package/dist/api/postMessages.d.ts +6 -473
  16. package/dist/api/postMessages.js +3 -2
  17. package/dist/api/postMessagesDirect.d.ts +5 -1
  18. package/dist/api/postMessagesDirect.js +3 -2
  19. package/dist/api/postRecommendAssets.d.ts +1 -1
  20. package/dist/api/postRecommendAssets.js +3 -2
  21. package/dist/api/postRoute.d.ts +6 -2
  22. package/dist/api/postRoute.js +3 -2
  23. package/dist/api/postSubmit.d.ts +17 -0
  24. package/dist/api/postSubmit.js +3 -0
  25. package/dist/api/postSubmitTransaction.js +3 -2
  26. package/dist/api/postTrackTransaction.js +3 -2
  27. package/dist/api/postTransactionStatus.d.ts +2 -2
  28. package/dist/api/postTransactionStatus.js +3 -2
  29. package/dist/{callbacks-BinMFSvp.d.ts → callbacks-BGRu2Ule.d.ts} +1 -1
  30. package/dist/chunk-25FJ6EBA.js +36 -0
  31. package/dist/{chunk-5KEBJTG2.js → chunk-2LKKFCUM.js} +2 -2
  32. package/dist/{chunk-P7QXKAUS.js → chunk-5WMPFEIQ.js} +1 -1
  33. package/dist/{chunk-FB32UNL7.js → chunk-7QEN4XCJ.js} +18 -321
  34. package/dist/{chunk-3G66QUIR.js → chunk-C4URP37X.js} +1 -1
  35. package/dist/{chunk-VYZE3SLF.js → chunk-CRTTBUO4.js} +1 -1
  36. package/dist/{chunk-WYKGBXPO.js → chunk-DU3RX43W.js} +3 -3
  37. package/dist/chunk-DV3I2S3T.js +181 -0
  38. package/dist/{chunk-KTCDTZCU.js → chunk-GOYJWJEC.js} +1 -1
  39. package/dist/chunk-GV2QOWB4.js +26 -0
  40. package/dist/{chunk-REIPMX4F.js → chunk-IWW34V4S.js} +1 -1
  41. package/dist/{chunk-DQJUP5YB.js → chunk-JZBFAMHE.js} +1 -1
  42. package/dist/{chunk-5G6WVH73.js → chunk-PPUUN7FI.js} +1 -1
  43. package/dist/{chunk-G3DPNB66.js → chunk-RFZBKQ35.js} +1 -1
  44. package/dist/{chunk-LJ5Y4YS2.js → chunk-RYOVQFZO.js} +1 -1
  45. package/dist/{chunk-I5V6BIOW.js → chunk-SYQHTXE7.js} +2 -2
  46. package/dist/{chunk-BYK77RST.js → chunk-T7GKUROO.js} +1 -1
  47. package/dist/chunk-TV2XPAIF.js +295 -0
  48. package/dist/{chunk-KEXKVEVT.js → chunk-U6XZFJW2.js} +1 -1
  49. package/dist/{chunk-SN5GGN5K.js → chunk-UXUJNZOA.js} +1 -181
  50. package/dist/{chunk-GHK24RZZ.js → chunk-VDEYJJZI.js} +2 -2
  51. package/dist/{chunk-ECFSAIIO.js → chunk-VTK34ED6.js} +1 -1
  52. package/dist/chunk-X67P5URV.js +10 -0
  53. package/dist/{chunk-C6EHVJEC.js → chunk-XXJUDZKJ.js} +1 -1
  54. package/dist/{chunk-YKWVCWO4.js → chunk-YMUVYT3O.js} +1 -1
  55. package/dist/{client-types-B_ihV5t6.d.ts → client-types-BkeR6R_z.d.ts} +1 -1
  56. package/dist/{generateApi-CpUxWvEf.d.ts → generateApi-8YPJU-Al.d.ts} +1 -1
  57. package/dist/index.d.ts +11 -5
  58. package/dist/index.js +26 -22
  59. package/dist/public-functions/executeRoute.d.ts +4 -4
  60. package/dist/public-functions/executeRoute.js +15 -11
  61. package/dist/public-functions/getCosmosGasAmountForMessage.d.ts +8 -0
  62. package/dist/public-functions/getCosmosGasAmountForMessage.js +2 -0
  63. package/dist/public-functions/getEvmGasAmountForMessage.d.ts +11 -0
  64. package/dist/public-functions/getEvmGasAmountForMessage.js +2 -0
  65. package/dist/public-functions/getFeeInfoForChain.d.ts +1 -1
  66. package/dist/public-functions/getFeeInfoForChain.js +4 -3
  67. package/dist/public-functions/getRecommendedGasPrice.js +5 -4
  68. package/dist/public-functions/getSigningStargateClient.js +4 -3
  69. package/dist/public-functions/setApiOptions.d.ts +1 -1
  70. package/dist/public-functions/setApiOptions.js +3 -2
  71. package/dist/public-functions/setClientOptions.d.ts +3 -3
  72. package/dist/public-functions/setClientOptions.js +4 -3
  73. package/dist/public-functions/waitForTransaction.d.ts +2 -2
  74. package/dist/public-functions/waitForTransaction.js +5 -4
  75. package/dist/{setClientOptions-C4rwBrB4.d.ts → setClientOptions-CI_7IPLT.d.ts} +1 -1
  76. package/dist/{swaggerTypes-sZ9ALP9m.d.ts → swaggerTypes-CAERZYPb.d.ts} +4 -1
  77. package/package.json +1 -1
  78. package/dist/chunk-27P5BVWA.js +0 -10
@@ -1,5 +1,5 @@
1
1
  import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
2
- import { c as Asset } from '../swaggerTypes-sZ9ALP9m.js';
2
+ import { c as Asset } from '../swaggerTypes-CAERZYPb.js';
3
3
 
4
4
  declare const assets: (options?: ({
5
5
  chainIds?: string[] | undefined;
@@ -1,2 +1,3 @@
1
- export { assets, transformAssetsMap } from '../chunk-I5V6BIOW.js';
2
- import '../chunk-SN5GGN5K.js';
1
+ export { assets, transformAssetsMap } from '../chunk-SYQHTXE7.js';
2
+ import '../chunk-DV3I2S3T.js';
3
+ import '../chunk-UXUJNZOA.js';
@@ -1,4 +1,4 @@
1
- import { J as BridgeType } from '../swaggerTypes-sZ9ALP9m.js';
1
+ import { J as BridgeType } from '../swaggerTypes-CAERZYPb.js';
2
2
  import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
3
3
 
4
4
  declare const assetsBetweenChains: (options?: ({
@@ -1,2 +1,3 @@
1
- export { assetsBetweenChains } from '../chunk-REIPMX4F.js';
2
- import '../chunk-SN5GGN5K.js';
1
+ export { assetsBetweenChains } from '../chunk-IWW34V4S.js';
2
+ import '../chunk-DV3I2S3T.js';
3
+ import '../chunk-UXUJNZOA.js';
@@ -1,5 +1,5 @@
1
1
  import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
2
- import { bu as ContentType, J as BridgeType } from '../swaggerTypes-sZ9ALP9m.js';
2
+ import { bt as ContentType, J as BridgeType } from '../swaggerTypes-CAERZYPb.js';
3
3
 
4
4
  declare const bridges: (options?: ({
5
5
  cache?: RequestCache | undefined;
@@ -1,2 +1,3 @@
1
- export { bridges } from '../chunk-KEXKVEVT.js';
2
- import '../chunk-SN5GGN5K.js';
1
+ export { bridges } from '../chunk-U6XZFJW2.js';
2
+ import '../chunk-DV3I2S3T.js';
3
+ import '../chunk-UXUJNZOA.js';
@@ -1,4 +1,4 @@
1
- import { L as ChainType } from '../swaggerTypes-sZ9ALP9m.js';
1
+ import { L as ChainType } from '../swaggerTypes-CAERZYPb.js';
2
2
  import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
3
3
 
4
4
  declare const chains: (options?: ({
@@ -1,2 +1,3 @@
1
- export { chains } from '../chunk-I5V6BIOW.js';
2
- import '../chunk-SN5GGN5K.js';
1
+ export { chains } from '../chunk-SYQHTXE7.js';
2
+ import '../chunk-DV3I2S3T.js';
3
+ import '../chunk-UXUJNZOA.js';
@@ -1,2 +1,3 @@
1
- export { venues } from '../chunk-C6EHVJEC.js';
2
- import '../chunk-SN5GGN5K.js';
1
+ export { venues } from '../chunk-XXJUDZKJ.js';
2
+ import '../chunk-DV3I2S3T.js';
3
+ import '../chunk-UXUJNZOA.js';
@@ -1,4 +1,4 @@
1
- import { c as Asset } from '../swaggerTypes-sZ9ALP9m.js';
1
+ import { c as Asset } from '../swaggerTypes-CAERZYPb.js';
2
2
  import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
3
3
 
4
4
  declare const assetsFromSource: (options?: ({
@@ -1,3 +1,4 @@
1
- export { assetsFromSource } from '../chunk-5KEBJTG2.js';
2
- import '../chunk-I5V6BIOW.js';
3
- import '../chunk-SN5GGN5K.js';
1
+ export { assetsFromSource } from '../chunk-2LKKFCUM.js';
2
+ import '../chunk-SYQHTXE7.js';
3
+ import '../chunk-DV3I2S3T.js';
4
+ import '../chunk-UXUJNZOA.js';
@@ -1,6 +1,6 @@
1
1
  import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
2
- import { A as ApiRequest, a as ApiResponse } from '../generateApi-CpUxWvEf.js';
3
- import '../swaggerTypes-sZ9ALP9m.js';
2
+ import { A as ApiRequest, a as ApiResponse } from '../generateApi-8YPJU-Al.js';
3
+ import '../swaggerTypes-CAERZYPb.js';
4
4
 
5
5
  declare const balances: (options?: ({
6
6
  chains?: {
@@ -1,2 +1,3 @@
1
- export { balances } from '../chunk-I5V6BIOW.js';
2
- import '../chunk-SN5GGN5K.js';
1
+ export { balances } from '../chunk-SYQHTXE7.js';
2
+ import '../chunk-DV3I2S3T.js';
3
+ import '../chunk-UXUJNZOA.js';
@@ -1,2 +1,3 @@
1
- export { ibcOriginAssets } from '../chunk-LJ5Y4YS2.js';
2
- import '../chunk-SN5GGN5K.js';
1
+ export { ibcOriginAssets } from '../chunk-RYOVQFZO.js';
2
+ import '../chunk-DV3I2S3T.js';
3
+ import '../chunk-UXUJNZOA.js';
@@ -1,477 +1,8 @@
1
+ import { b3 as FeeType, J as BridgeType } from '../swaggerTypes-CAERZYPb.js';
1
2
  import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
2
- import { J as BridgeType, f as AutopilotAction, b3 as FeeType } from '../swaggerTypes-sZ9ALP9m.js';
3
- import { A as ApiRequest, a as ApiResponse } from '../generateApi-CpUxWvEf.js';
3
+ import { A as ApiRequest, a as ApiResponse } from '../generateApi-8YPJU-Al.js';
4
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
- messagingFeeAmountUsd?: string | undefined;
152
- } | undefined;
153
- txIndex: number;
154
- amountIn: string;
155
- amountOut: string;
156
- } | {
157
- goFastTransfer?: {
158
- fromChainId?: string | undefined;
159
- toChainId?: string | undefined;
160
- bridgeId?: BridgeType | undefined;
161
- denomIn?: string | undefined;
162
- denomOut?: string | undefined;
163
- fee?: {
164
- feeAsset: {
165
- chainId: string;
166
- coingeckoId?: string | undefined;
167
- decimals?: number | undefined;
168
- denom: string;
169
- description?: string | undefined;
170
- isCw20: boolean;
171
- isEvm: boolean;
172
- isSvm: boolean;
173
- logoUri?: string | undefined;
174
- name?: string | undefined;
175
- originChainId: string;
176
- originDenom: string;
177
- recommendedSymbol?: string | undefined;
178
- symbol?: string | undefined;
179
- tokenContract?: string | undefined;
180
- trace: string;
181
- };
182
- bpsFee?: string | undefined;
183
- bpsFeeAmount?: string | undefined;
184
- bpsFeeUsd?: string | undefined;
185
- sourceChainFeeAmount?: string | undefined;
186
- sourceChainFeeUsd?: string | undefined;
187
- destinationChainFeeAmount?: string | undefined;
188
- destinationChainFeeUsd?: string | undefined;
189
- } | undefined;
190
- } | undefined;
191
- txIndex: number;
192
- amountIn: string;
193
- amountOut: string;
194
- } | {
195
- bankSend?: {
196
- chainId?: string | undefined;
197
- denom?: string | undefined;
198
- } | undefined;
199
- txIndex: number;
200
- amountIn: string;
201
- amountOut: string;
202
- } | {
203
- evmSwap?: {
204
- inputToken?: string | undefined;
205
- amountIn?: string | undefined;
206
- swapCalldata?: string | undefined;
207
- amountOut?: string | undefined;
208
- fromChainId?: string | undefined;
209
- denomIn?: string | undefined;
210
- denomOut?: string | undefined;
211
- swapVenues?: {
212
- chainId?: string | undefined;
213
- name?: string | undefined;
214
- logoUri?: string | undefined;
215
- }[] | undefined;
216
- } | undefined;
217
- txIndex: number;
218
- amountIn: string;
219
- amountOut: string;
220
- } | {
221
- hyperlaneTransfer?: {
222
- fromChainId?: string | undefined;
223
- toChainId?: string | undefined;
224
- denomIn?: string | undefined;
225
- denomOut?: string | undefined;
226
- hyperlaneContractAddress?: string | undefined;
227
- feeAmount?: 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
- usdFeeAmount?: string | undefined;
247
- bridgeId?: BridgeType | undefined;
248
- smartRelay?: boolean | undefined;
249
- } | undefined;
250
- txIndex: number;
251
- amountIn: string;
252
- amountOut: string;
253
- } | {
254
- transfer?: {
255
- fromChainId?: string | undefined;
256
- toChainId?: string | undefined;
257
- channel?: string | undefined;
258
- destDenom?: string | undefined;
259
- pfmEnabled?: boolean | undefined;
260
- port?: string | undefined;
261
- supportsMemo?: boolean | undefined;
262
- denomIn?: string | undefined;
263
- denomOut?: string | undefined;
264
- feeAmount?: string | undefined;
265
- usdFeeAmount?: string | undefined;
266
- feeAsset?: {
267
- chainId: string;
268
- coingeckoId?: string | undefined;
269
- decimals?: number | undefined;
270
- denom: string;
271
- description?: string | undefined;
272
- isCw20: boolean;
273
- isEvm: boolean;
274
- isSvm: boolean;
275
- logoUri?: string | undefined;
276
- name?: string | undefined;
277
- originChainId: string;
278
- originDenom: string;
279
- recommendedSymbol?: string | undefined;
280
- symbol?: string | undefined;
281
- tokenContract?: string | undefined;
282
- trace: string;
283
- } | undefined;
284
- bridgeId?: BridgeType | undefined;
285
- smartRelay?: boolean | undefined;
286
- } | undefined;
287
- txIndex: number;
288
- amountIn: string;
289
- amountOut: string;
290
- } | {
291
- swap?: {
292
- swapIn?: {
293
- swapAmountIn?: string | undefined;
294
- swapOperations?: {
295
- denomIn?: string | undefined;
296
- denomOut?: string | undefined;
297
- pool?: string | undefined;
298
- interface?: string | undefined;
299
- }[] | undefined;
300
- swapVenue?: {
301
- chainId?: string | undefined;
302
- name?: string | undefined;
303
- logoUri?: string | undefined;
304
- } | undefined;
305
- priceImpactPercent?: string | undefined;
306
- } | undefined;
307
- estimatedAffiliateFee?: string | undefined;
308
- chainId?: string | undefined;
309
- fromChainId?: string | undefined;
310
- denomIn?: string | undefined;
311
- denomOut?: string | undefined;
312
- swapVenues?: {
313
- chainId?: string | undefined;
314
- name?: string | undefined;
315
- logoUri?: string | undefined;
316
- }[] | undefined;
317
- } | {
318
- swapOut?: {
319
- swapAmountOut?: string | undefined;
320
- swapOperations?: {
321
- denomIn?: string | undefined;
322
- denomOut?: string | undefined;
323
- pool?: string | undefined;
324
- interface?: string | undefined;
325
- }[] | undefined;
326
- swapVenue?: {
327
- chainId?: string | undefined;
328
- name?: string | undefined;
329
- logoUri?: string | undefined;
330
- } | undefined;
331
- priceImpactPercent?: string | undefined;
332
- } | undefined;
333
- estimatedAffiliateFee?: string | undefined;
334
- chainId?: string | undefined;
335
- fromChainId?: string | undefined;
336
- denomIn?: string | undefined;
337
- denomOut?: string | undefined;
338
- swapVenues?: {
339
- chainId?: string | undefined;
340
- name?: string | undefined;
341
- logoUri?: string | undefined;
342
- }[] | undefined;
343
- } | {
344
- smartSwapIn?: {
345
- swapVenue?: {
346
- chainId?: string | undefined;
347
- name?: string | undefined;
348
- logoUri?: string | undefined;
349
- } | undefined;
350
- swapRoutes?: {
351
- swapAmountIn?: string | undefined;
352
- denomIn?: string | undefined;
353
- swapOperations?: {
354
- denomIn?: string | undefined;
355
- denomOut?: string | undefined;
356
- pool?: string | undefined;
357
- interface?: string | undefined;
358
- }[] | undefined;
359
- }[] | undefined;
360
- } | undefined;
361
- estimatedAffiliateFee?: string | undefined;
362
- chainId?: string | undefined;
363
- fromChainId?: string | undefined;
364
- denomIn?: string | undefined;
365
- denomOut?: string | undefined;
366
- swapVenues?: {
367
- chainId?: string | undefined;
368
- name?: string | undefined;
369
- logoUri?: string | undefined;
370
- }[] | undefined;
371
- } | undefined;
372
- txIndex: number;
373
- amountIn: string;
374
- amountOut: string;
375
- } | {
376
- opInitTransfer?: {
377
- fromChainId?: string | undefined;
378
- toChainId?: string | undefined;
379
- denomIn?: string | undefined;
380
- denomOut?: string | undefined;
381
- opInitBridgeId?: any;
382
- bridgeId?: BridgeType | undefined;
383
- smartRelay?: boolean | undefined;
384
- } | undefined;
385
- txIndex: number;
386
- amountIn: string;
387
- amountOut: string;
388
- } | {
389
- eurekaTransfer?: {
390
- destinationPort?: string | undefined;
391
- sourceClient?: string | undefined;
392
- fromChainId?: string | undefined;
393
- toChainId?: string | undefined;
394
- pfmEnabled?: boolean | undefined;
395
- supportsMemo?: boolean | undefined;
396
- denomIn?: string | undefined;
397
- denomOut?: string | undefined;
398
- entryContractAddress?: string | undefined;
399
- callbackAdapterContractAddress?: string | undefined;
400
- bridgeId?: BridgeType | undefined;
401
- smartRelay?: boolean | undefined;
402
- smartRelayFeeQuote?: {
403
- feeAmount?: string | undefined;
404
- feeDenom?: string | undefined;
405
- feePaymentAddress?: string | undefined;
406
- relayerAddress?: string | undefined;
407
- expiration?: string | undefined;
408
- } | undefined;
409
- toChainCallbackContractAddress?: string | undefined;
410
- toChainEntryContractAddress?: string | undefined;
411
- } | undefined;
412
- txIndex: number;
413
- amountIn: string;
414
- amountOut: string;
415
- } | {
416
- layerZeroTransfer?: {
417
- fromChainId: string;
418
- toChainId: string;
419
- denomIn: string;
420
- denomOut: string;
421
- sourceOftCntractAddress: string;
422
- destinationEndpointId: number;
423
- messagingFeeAsset: {
424
- chainId: string;
425
- coingeckoId?: string | undefined;
426
- decimals?: number | undefined;
427
- denom: string;
428
- description?: string | undefined;
429
- isCw20: boolean;
430
- isEvm: boolean;
431
- isSvm: boolean;
432
- logoUri?: string | undefined;
433
- name?: string | undefined;
434
- originChainId: string;
435
- originDenom: string;
436
- recommendedSymbol?: string | undefined;
437
- symbol?: string | undefined;
438
- tokenContract?: string | undefined;
439
- trace: string;
440
- };
441
- messagingFeeAmount: string;
442
- messagingFeeAmountUsd: string;
443
- bridgeId: BridgeType;
444
- } | undefined;
445
- txIndex: number;
446
- amountIn: string;
447
- amountOut: string;
448
- })[];
449
- estimatedAmountOut?: string | undefined;
450
- slippageTolerancePercent?: string | undefined;
451
- timeoutSeconds?: string | undefined;
452
- postRouteHandler?: {
453
- autpilotMsg?: {
454
- action?: AutopilotAction | undefined;
455
- receiver?: string | undefined;
456
- } | undefined;
457
- } | {
458
- wasmMsg?: {
459
- contractAddress?: string | undefined;
460
- msg?: string | undefined;
461
- } | undefined;
462
- } | undefined;
463
- chainIdsToAffiliates?: {
464
- [x: string]: {
465
- affiliates?: {
466
- address?: string | undefined;
467
- basisPointsFee?: string | undefined;
468
- }[] | undefined;
469
- };
470
- } | undefined;
471
- enableGasWarnings?: boolean | undefined;
472
- } & SkipApiOptions & {
473
- abortDuplicateRequests?: boolean | undefined;
474
- }) | undefined) => Promise<{
5
+ declare const messages: (request: MessagesRequest) => Promise<{
475
6
  msgs?: ({
476
7
  evmTx: {
477
8
  chainId: string;
@@ -560,7 +91,9 @@ declare const messages: (options?: ({
560
91
  operationIndex?: number | undefined;
561
92
  }[] | undefined;
562
93
  } | undefined>;
563
- type MessagesRequest = ApiRequest<"msgs">;
94
+ type MessagesRequest = ApiRequest<"msgs"> & SkipApiOptions & {
95
+ abortDuplicateRequests?: boolean;
96
+ };
564
97
  type MessagesResponse = ApiResponse<"msgs">;
565
98
 
566
99
  export { type MessagesRequest, type MessagesResponse, messages };
@@ -1,2 +1,3 @@
1
- export { messages } from '../chunk-27P5BVWA.js';
2
- import '../chunk-SN5GGN5K.js';
1
+ export { messages } from '../chunk-25FJ6EBA.js';
2
+ import '../chunk-DV3I2S3T.js';
3
+ import '../chunk-UXUJNZOA.js';
@@ -1,5 +1,5 @@
1
1
  import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
2
- import { f as AutopilotAction, J as BridgeType, ap as RoutePriceWarningType, b3 as FeeType } from '../swaggerTypes-sZ9ALP9m.js';
2
+ import { f as AutopilotAction, J as BridgeType, ap as RoutePriceWarningType, b3 as FeeType } from '../swaggerTypes-CAERZYPb.js';
3
3
 
4
4
  declare const messagesDirect: (options?: ({
5
5
  sourceAssetDenom?: string | undefined;
@@ -163,6 +163,8 @@ declare const messagesDirect: (options?: ({
163
163
  denomIn?: string | undefined;
164
164
  denomOut?: string | undefined;
165
165
  feeAmount?: string | undefined;
166
+ toChainEntryContractAddress?: string | undefined;
167
+ toChainCallbackContractAddress?: string | undefined;
166
168
  usdFeeAmount?: string | undefined;
167
169
  feeAsset?: {
168
170
  chainId: string;
@@ -373,6 +375,8 @@ declare const messagesDirect: (options?: ({
373
375
  denomIn?: string | undefined;
374
376
  denomOut?: string | undefined;
375
377
  feeAmount?: string | undefined;
378
+ toChainEntryContractAddress?: string | undefined;
379
+ toChainCallbackContractAddress?: string | undefined;
376
380
  usdFeeAmount?: string | undefined;
377
381
  feeAsset?: {
378
382
  chainId: string;
@@ -1,2 +1,3 @@
1
- export { messagesDirect } from '../chunk-P7QXKAUS.js';
2
- import '../chunk-SN5GGN5K.js';
1
+ export { messagesDirect } from '../chunk-5WMPFEIQ.js';
2
+ import '../chunk-DV3I2S3T.js';
3
+ import '../chunk-UXUJNZOA.js';
@@ -1,5 +1,5 @@
1
1
  import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
2
- import { ao as Reason } from '../swaggerTypes-sZ9ALP9m.js';
2
+ import { ao as Reason } from '../swaggerTypes-CAERZYPb.js';
3
3
 
4
4
  declare const recommendAssets: (options?: ({
5
5
  requests?: {
@@ -1,2 +1,3 @@
1
- export { recommendAssets } from '../chunk-DQJUP5YB.js';
2
- import '../chunk-SN5GGN5K.js';
1
+ export { recommendAssets } from '../chunk-JZBFAMHE.js';
2
+ import '../chunk-DV3I2S3T.js';
3
+ import '../chunk-UXUJNZOA.js';