@skip-go/client 1.3.1 → 1.3.2
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/cjs/api/getAssets.cjs +1 -1
- package/dist/cjs/api/getAssetsBetweenChains.cjs +1 -1
- package/dist/cjs/api/getBridges.cjs +1 -1
- package/dist/cjs/api/getChains.cjs +1 -1
- package/dist/cjs/api/getVenues.cjs +1 -1
- package/dist/cjs/api/postAssetsFromSource.cjs +1 -1
- package/dist/cjs/api/postBalances.cjs +1 -1
- package/dist/cjs/api/postIbcOriginAssets.cjs +1 -1
- package/dist/cjs/api/postMessages.cjs +1 -1
- package/dist/cjs/api/postMessagesDirect.cjs +1 -1
- package/dist/cjs/api/postRecommendAssets.cjs +1 -1
- package/dist/cjs/api/postRoute.cjs +1 -1
- package/dist/cjs/api/postSubmit.cjs +1 -1
- package/dist/cjs/api/postSubmitTransaction.cjs +1 -1
- package/dist/cjs/api/postTrackTransaction.cjs +1 -1
- package/dist/cjs/api/postTransactionStatus.cjs +1 -1
- package/dist/cjs/{chunk-CPTNOPWI.cjs → chunk-IDDRJJO5.cjs} +1 -0
- package/dist/cjs/index.cjs +26 -25
- package/dist/cjs/public-functions/executeRoute.cjs +1 -1
- package/dist/cjs/public-functions/getEvmGasAmountForMessage.cjs +1 -1
- package/dist/cjs/public-functions/getFeeInfoForChain.cjs +1 -1
- package/dist/cjs/public-functions/getRecommendedGasPrice.cjs +1 -1
- package/dist/cjs/public-functions/getSigningStargateClient.cjs +1 -1
- package/dist/cjs/public-functions/setApiOptions.cjs +1 -1
- package/dist/cjs/public-functions/setClientOptions.cjs +1 -1
- package/dist/cjs/public-functions/validateCosmosGasBalance.cjs +1 -1
- package/dist/cjs/public-functions/waitForTransaction.cjs +1 -1
- package/dist/esm/api/getAssets.d.ts +1 -1
- package/dist/esm/api/getAssets.js +1 -1
- package/dist/esm/api/getAssetsBetweenChains.d.ts +1 -1
- package/dist/esm/api/getAssetsBetweenChains.js +1 -1
- package/dist/esm/api/getBridges.d.ts +1 -1
- package/dist/esm/api/getBridges.js +1 -1
- package/dist/esm/api/getChains.d.ts +1 -1
- package/dist/esm/api/getChains.js +1 -1
- package/dist/esm/api/getVenues.js +1 -1
- package/dist/esm/api/postAssetsFromSource.d.ts +1 -1
- package/dist/esm/api/postAssetsFromSource.js +1 -1
- package/dist/esm/api/postBalances.d.ts +2 -2
- package/dist/esm/api/postBalances.js +1 -1
- package/dist/esm/api/postIbcOriginAssets.js +1 -1
- package/dist/esm/api/postMessages.d.ts +2 -2
- package/dist/esm/api/postMessages.js +1 -1
- package/dist/esm/api/postMessagesDirect.d.ts +195 -195
- package/dist/esm/api/postMessagesDirect.js +1 -1
- package/dist/esm/api/postRecommendAssets.d.ts +1 -1
- package/dist/esm/api/postRecommendAssets.js +1 -1
- package/dist/esm/api/postRoute.d.ts +191 -191
- package/dist/esm/api/postRoute.js +1 -1
- package/dist/esm/api/postSubmit.d.ts +2 -2
- package/dist/esm/api/postSubmit.js +1 -1
- package/dist/esm/api/postSubmitTransaction.js +1 -1
- package/dist/esm/api/postTrackTransaction.d.ts +2 -2
- package/dist/esm/api/postTrackTransaction.js +1 -1
- package/dist/esm/api/postTransactionStatus.d.ts +2 -2
- package/dist/esm/api/postTransactionStatus.js +1 -1
- package/dist/esm/{callbacks-C2lXb0AH.d.ts → callbacks-DGLv2hr0.d.ts} +1 -1
- package/dist/esm/{chunk-KYLULQOS.js → chunk-OQDBWVET.js} +1 -0
- package/dist/esm/{client-types-DuWWc2_J.d.ts → client-types-CSzTHcG9.d.ts} +1 -1
- package/dist/esm/{generateApi-DvFEIUee.d.ts → generateApi-Bfli9ipj.d.ts} +1 -1
- package/dist/esm/index.d.ts +19 -6
- package/dist/esm/index.js +2 -1
- package/dist/esm/public-functions/executeRoute.d.ts +4 -4
- package/dist/esm/public-functions/executeRoute.js +1 -1
- package/dist/esm/public-functions/getCosmosGasAmountForMessage.d.ts +1 -1
- package/dist/esm/public-functions/getEvmGasAmountForMessage.d.ts +2 -2
- package/dist/esm/public-functions/getEvmGasAmountForMessage.js +1 -1
- package/dist/esm/public-functions/getFeeInfoForChain.d.ts +1 -1
- package/dist/esm/public-functions/getFeeInfoForChain.js +1 -1
- package/dist/esm/public-functions/getRecommendedGasPrice.js +1 -1
- package/dist/esm/public-functions/getSigningStargateClient.js +1 -1
- package/dist/esm/public-functions/setApiOptions.d.ts +1 -1
- package/dist/esm/public-functions/setApiOptions.js +1 -1
- package/dist/esm/public-functions/setClientOptions.d.ts +3 -3
- package/dist/esm/public-functions/setClientOptions.js +1 -1
- package/dist/esm/public-functions/validateCosmosGasBalance.d.ts +4 -4
- package/dist/esm/public-functions/validateCosmosGasBalance.js +1 -1
- package/dist/esm/public-functions/waitForTransaction.d.ts +3 -3
- package/dist/esm/public-functions/waitForTransaction.js +1 -1
- package/dist/esm/{setClientOptions-B27lt_6h.d.ts → setClientOptions-RMgGQ1KD.d.ts} +1 -1
- package/dist/esm/{swaggerTypes-BrC-ZYnx.d.ts → swaggerTypes-BIYUp1AO.d.ts} +14 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { S as SkipApiOptions } from '../apiState-DwZhwVul.js';
|
|
2
|
-
import { f as AutopilotAction, J as BridgeType, ap as RoutePriceWarningType, b3 as FeeType, b4 as FeeBehavior } from '../swaggerTypes-
|
|
2
|
+
import { f as AutopilotAction, J as BridgeType, ap as RoutePriceWarningType, b3 as FeeType, b4 as FeeBehavior } from '../swaggerTypes-BIYUp1AO.js';
|
|
3
3
|
|
|
4
4
|
declare const messagesDirect: (options?: ({
|
|
5
5
|
sourceAssetDenom?: string | undefined;
|
|
@@ -27,15 +27,15 @@ declare const messagesDirect: (options?: ({
|
|
|
27
27
|
};
|
|
28
28
|
} | undefined;
|
|
29
29
|
postRouteHandler?: {
|
|
30
|
-
wasmMsg?: {
|
|
31
|
-
contractAddress?: string | undefined;
|
|
32
|
-
msg?: string | undefined;
|
|
33
|
-
} | undefined;
|
|
34
|
-
} | {
|
|
35
30
|
autpilotMsg?: {
|
|
36
31
|
action?: AutopilotAction | undefined;
|
|
37
32
|
receiver?: string | undefined;
|
|
38
33
|
} | undefined;
|
|
34
|
+
} | {
|
|
35
|
+
wasmMsg?: {
|
|
36
|
+
contractAddress?: string | undefined;
|
|
37
|
+
msg?: string | undefined;
|
|
38
|
+
} | undefined;
|
|
39
39
|
} | undefined;
|
|
40
40
|
allowMultiTx?: boolean | undefined;
|
|
41
41
|
allowUnsafe?: boolean | undefined;
|
|
@@ -124,130 +124,6 @@ declare const messagesDirect: (options?: ({
|
|
|
124
124
|
doesSwap?: boolean | undefined;
|
|
125
125
|
estimatedAmountOut: string;
|
|
126
126
|
operations: ({
|
|
127
|
-
transfer?: {
|
|
128
|
-
fromChainId?: string | undefined;
|
|
129
|
-
toChainId?: string | undefined;
|
|
130
|
-
channel?: string | undefined;
|
|
131
|
-
destDenom?: string | undefined;
|
|
132
|
-
pfmEnabled?: boolean | undefined;
|
|
133
|
-
port?: string | undefined;
|
|
134
|
-
supportsMemo?: boolean | undefined;
|
|
135
|
-
denomIn?: string | undefined;
|
|
136
|
-
denomOut?: string | undefined;
|
|
137
|
-
feeAmount?: string | undefined;
|
|
138
|
-
toChainEntryContractAddress?: string | undefined;
|
|
139
|
-
toChainCallbackContractAddress?: string | undefined;
|
|
140
|
-
usdFeeAmount?: string | undefined;
|
|
141
|
-
feeAsset?: {
|
|
142
|
-
chainId: string;
|
|
143
|
-
coingeckoId?: string | undefined;
|
|
144
|
-
decimals?: number | undefined;
|
|
145
|
-
denom: string;
|
|
146
|
-
description?: string | undefined;
|
|
147
|
-
isCw20: boolean;
|
|
148
|
-
isEvm: boolean;
|
|
149
|
-
isSvm: boolean;
|
|
150
|
-
logoUri?: string | undefined;
|
|
151
|
-
name?: string | undefined;
|
|
152
|
-
originChainId: string;
|
|
153
|
-
originDenom: string;
|
|
154
|
-
recommendedSymbol?: string | undefined;
|
|
155
|
-
symbol?: string | undefined;
|
|
156
|
-
tokenContract?: string | undefined;
|
|
157
|
-
trace: string;
|
|
158
|
-
} | undefined;
|
|
159
|
-
bridgeId?: BridgeType | undefined;
|
|
160
|
-
smartRelay?: boolean | undefined;
|
|
161
|
-
} | undefined;
|
|
162
|
-
txIndex: number;
|
|
163
|
-
amountIn: string;
|
|
164
|
-
amountOut: string;
|
|
165
|
-
} | {
|
|
166
|
-
swap?: {
|
|
167
|
-
swapIn?: {
|
|
168
|
-
swapAmountIn?: string | undefined;
|
|
169
|
-
swapOperations?: {
|
|
170
|
-
denomIn?: string | undefined;
|
|
171
|
-
denomOut?: string | undefined;
|
|
172
|
-
pool?: string | undefined;
|
|
173
|
-
interface?: string | undefined;
|
|
174
|
-
}[] | undefined;
|
|
175
|
-
swapVenue?: {
|
|
176
|
-
chainId?: string | undefined;
|
|
177
|
-
name?: string | undefined;
|
|
178
|
-
logoUri?: string | undefined;
|
|
179
|
-
} | undefined;
|
|
180
|
-
priceImpactPercent?: string | undefined;
|
|
181
|
-
} | undefined;
|
|
182
|
-
estimatedAffiliateFee?: string | undefined;
|
|
183
|
-
chainId?: string | undefined;
|
|
184
|
-
fromChainId?: string | undefined;
|
|
185
|
-
denomIn?: string | undefined;
|
|
186
|
-
denomOut?: string | undefined;
|
|
187
|
-
swapVenues?: {
|
|
188
|
-
chainId?: string | undefined;
|
|
189
|
-
name?: string | undefined;
|
|
190
|
-
logoUri?: string | undefined;
|
|
191
|
-
}[] | undefined;
|
|
192
|
-
} | {
|
|
193
|
-
swapOut?: {
|
|
194
|
-
swapAmountOut?: string | undefined;
|
|
195
|
-
swapOperations?: {
|
|
196
|
-
denomIn?: string | undefined;
|
|
197
|
-
denomOut?: string | undefined;
|
|
198
|
-
pool?: string | undefined;
|
|
199
|
-
interface?: string | undefined;
|
|
200
|
-
}[] | undefined;
|
|
201
|
-
swapVenue?: {
|
|
202
|
-
chainId?: string | undefined;
|
|
203
|
-
name?: string | undefined;
|
|
204
|
-
logoUri?: string | undefined;
|
|
205
|
-
} | undefined;
|
|
206
|
-
priceImpactPercent?: string | undefined;
|
|
207
|
-
} | undefined;
|
|
208
|
-
estimatedAffiliateFee?: string | undefined;
|
|
209
|
-
chainId?: string | undefined;
|
|
210
|
-
fromChainId?: string | undefined;
|
|
211
|
-
denomIn?: string | undefined;
|
|
212
|
-
denomOut?: string | undefined;
|
|
213
|
-
swapVenues?: {
|
|
214
|
-
chainId?: string | undefined;
|
|
215
|
-
name?: string | undefined;
|
|
216
|
-
logoUri?: string | undefined;
|
|
217
|
-
}[] | undefined;
|
|
218
|
-
} | {
|
|
219
|
-
smartSwapIn?: {
|
|
220
|
-
swapVenue?: {
|
|
221
|
-
chainId?: string | undefined;
|
|
222
|
-
name?: string | undefined;
|
|
223
|
-
logoUri?: string | undefined;
|
|
224
|
-
} | undefined;
|
|
225
|
-
swapRoutes?: {
|
|
226
|
-
swapAmountIn?: string | undefined;
|
|
227
|
-
denomIn?: string | undefined;
|
|
228
|
-
swapOperations?: {
|
|
229
|
-
denomIn?: string | undefined;
|
|
230
|
-
denomOut?: string | undefined;
|
|
231
|
-
pool?: string | undefined;
|
|
232
|
-
interface?: string | undefined;
|
|
233
|
-
}[] | undefined;
|
|
234
|
-
}[] | undefined;
|
|
235
|
-
} | undefined;
|
|
236
|
-
estimatedAffiliateFee?: string | undefined;
|
|
237
|
-
chainId?: string | undefined;
|
|
238
|
-
fromChainId?: string | undefined;
|
|
239
|
-
denomIn?: string | undefined;
|
|
240
|
-
denomOut?: string | undefined;
|
|
241
|
-
swapVenues?: {
|
|
242
|
-
chainId?: string | undefined;
|
|
243
|
-
name?: string | undefined;
|
|
244
|
-
logoUri?: string | undefined;
|
|
245
|
-
}[] | undefined;
|
|
246
|
-
} | undefined;
|
|
247
|
-
txIndex: number;
|
|
248
|
-
amountIn: string;
|
|
249
|
-
amountOut: string;
|
|
250
|
-
} | {
|
|
251
127
|
axelarTransfer?: {
|
|
252
128
|
asset?: string | undefined;
|
|
253
129
|
feeAmount?: string | undefined;
|
|
@@ -319,14 +195,6 @@ declare const messagesDirect: (options?: ({
|
|
|
319
195
|
txIndex: number;
|
|
320
196
|
amountIn: string;
|
|
321
197
|
amountOut: string;
|
|
322
|
-
} | {
|
|
323
|
-
bankSend?: {
|
|
324
|
-
chainId?: string | undefined;
|
|
325
|
-
denom?: string | undefined;
|
|
326
|
-
} | undefined;
|
|
327
|
-
txIndex: number;
|
|
328
|
-
amountIn: string;
|
|
329
|
-
amountOut: string;
|
|
330
198
|
} | {
|
|
331
199
|
cctpTransfer?: {
|
|
332
200
|
fromChainId?: string | undefined;
|
|
@@ -348,14 +216,15 @@ declare const messagesDirect: (options?: ({
|
|
|
348
216
|
amountIn: string;
|
|
349
217
|
amountOut: string;
|
|
350
218
|
} | {
|
|
351
|
-
|
|
219
|
+
stargateTransfer?: {
|
|
352
220
|
fromChainId?: string | undefined;
|
|
353
221
|
toChainId?: string | undefined;
|
|
354
222
|
denomIn?: string | undefined;
|
|
355
223
|
denomOut?: string | undefined;
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
224
|
+
bridgeId?: BridgeType | undefined;
|
|
225
|
+
poolAddress?: string | undefined;
|
|
226
|
+
destinationEndpointId?: number | undefined;
|
|
227
|
+
oftFeeAsset?: {
|
|
359
228
|
chainId: string;
|
|
360
229
|
coingeckoId?: string | undefined;
|
|
361
230
|
decimals?: number | undefined;
|
|
@@ -373,9 +242,74 @@ declare const messagesDirect: (options?: ({
|
|
|
373
242
|
tokenContract?: string | undefined;
|
|
374
243
|
trace: string;
|
|
375
244
|
} | undefined;
|
|
376
|
-
|
|
245
|
+
oftFeeAmount?: string | undefined;
|
|
246
|
+
oftFeeAmountUsd?: string | undefined;
|
|
247
|
+
messagingFeeAsset?: {
|
|
248
|
+
chainId: string;
|
|
249
|
+
coingeckoId?: string | undefined;
|
|
250
|
+
decimals?: number | undefined;
|
|
251
|
+
denom: string;
|
|
252
|
+
description?: string | undefined;
|
|
253
|
+
isCw20: boolean;
|
|
254
|
+
isEvm: boolean;
|
|
255
|
+
isSvm: boolean;
|
|
256
|
+
logoUri?: string | undefined;
|
|
257
|
+
name?: string | undefined;
|
|
258
|
+
originChainId: string;
|
|
259
|
+
originDenom: string;
|
|
260
|
+
recommendedSymbol?: string | undefined;
|
|
261
|
+
symbol?: string | undefined;
|
|
262
|
+
tokenContract?: string | undefined;
|
|
263
|
+
trace: string;
|
|
264
|
+
} | undefined;
|
|
265
|
+
messagingFeeAmount?: string | undefined;
|
|
266
|
+
messagingFeeAmountUsd?: string | undefined;
|
|
267
|
+
} | undefined;
|
|
268
|
+
txIndex: number;
|
|
269
|
+
amountIn: string;
|
|
270
|
+
amountOut: string;
|
|
271
|
+
} | {
|
|
272
|
+
goFastTransfer?: {
|
|
273
|
+
fromChainId?: string | undefined;
|
|
274
|
+
toChainId?: string | undefined;
|
|
377
275
|
bridgeId?: BridgeType | undefined;
|
|
378
|
-
|
|
276
|
+
denomIn?: string | undefined;
|
|
277
|
+
denomOut?: string | undefined;
|
|
278
|
+
fee?: {
|
|
279
|
+
feeAsset: {
|
|
280
|
+
chainId: string;
|
|
281
|
+
coingeckoId?: string | undefined;
|
|
282
|
+
decimals?: number | undefined;
|
|
283
|
+
denom: string;
|
|
284
|
+
description?: string | undefined;
|
|
285
|
+
isCw20: boolean;
|
|
286
|
+
isEvm: boolean;
|
|
287
|
+
isSvm: boolean;
|
|
288
|
+
logoUri?: string | undefined;
|
|
289
|
+
name?: string | undefined;
|
|
290
|
+
originChainId: string;
|
|
291
|
+
originDenom: string;
|
|
292
|
+
recommendedSymbol?: string | undefined;
|
|
293
|
+
symbol?: string | undefined;
|
|
294
|
+
tokenContract?: string | undefined;
|
|
295
|
+
trace: string;
|
|
296
|
+
};
|
|
297
|
+
bpsFee?: string | undefined;
|
|
298
|
+
bpsFeeAmount?: string | undefined;
|
|
299
|
+
bpsFeeUsd?: string | undefined;
|
|
300
|
+
sourceChainFeeAmount?: string | undefined;
|
|
301
|
+
sourceChainFeeUsd?: string | undefined;
|
|
302
|
+
destinationChainFeeAmount?: string | undefined;
|
|
303
|
+
destinationChainFeeUsd?: string | undefined;
|
|
304
|
+
} | undefined;
|
|
305
|
+
} | undefined;
|
|
306
|
+
txIndex: number;
|
|
307
|
+
amountIn: string;
|
|
308
|
+
amountOut: string;
|
|
309
|
+
} | {
|
|
310
|
+
bankSend?: {
|
|
311
|
+
chainId?: string | undefined;
|
|
312
|
+
denom?: string | undefined;
|
|
379
313
|
} | undefined;
|
|
380
314
|
txIndex: number;
|
|
381
315
|
amountIn: string;
|
|
@@ -399,28 +333,14 @@ declare const messagesDirect: (options?: ({
|
|
|
399
333
|
amountIn: string;
|
|
400
334
|
amountOut: string;
|
|
401
335
|
} | {
|
|
402
|
-
|
|
403
|
-
fromChainId?: string | undefined;
|
|
404
|
-
toChainId?: string | undefined;
|
|
405
|
-
denomIn?: string | undefined;
|
|
406
|
-
denomOut?: string | undefined;
|
|
407
|
-
opInitBridgeId?: any;
|
|
408
|
-
bridgeId?: BridgeType | undefined;
|
|
409
|
-
smartRelay?: boolean | undefined;
|
|
410
|
-
} | undefined;
|
|
411
|
-
txIndex: number;
|
|
412
|
-
amountIn: string;
|
|
413
|
-
amountOut: string;
|
|
414
|
-
} | {
|
|
415
|
-
stargateTransfer?: {
|
|
336
|
+
hyperlaneTransfer?: {
|
|
416
337
|
fromChainId?: string | undefined;
|
|
417
338
|
toChainId?: string | undefined;
|
|
418
339
|
denomIn?: string | undefined;
|
|
419
340
|
denomOut?: string | undefined;
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
oftFeeAsset?: {
|
|
341
|
+
hyperlaneContractAddress?: string | undefined;
|
|
342
|
+
feeAmount?: string | undefined;
|
|
343
|
+
feeAsset?: {
|
|
424
344
|
chainId: string;
|
|
425
345
|
coingeckoId?: string | undefined;
|
|
426
346
|
decimals?: number | undefined;
|
|
@@ -438,9 +358,29 @@ declare const messagesDirect: (options?: ({
|
|
|
438
358
|
tokenContract?: string | undefined;
|
|
439
359
|
trace: string;
|
|
440
360
|
} | undefined;
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
361
|
+
usdFeeAmount?: string | undefined;
|
|
362
|
+
bridgeId?: BridgeType | undefined;
|
|
363
|
+
smartRelay?: boolean | undefined;
|
|
364
|
+
} | undefined;
|
|
365
|
+
txIndex: number;
|
|
366
|
+
amountIn: string;
|
|
367
|
+
amountOut: string;
|
|
368
|
+
} | {
|
|
369
|
+
transfer?: {
|
|
370
|
+
fromChainId?: string | undefined;
|
|
371
|
+
toChainId?: string | undefined;
|
|
372
|
+
channel?: string | undefined;
|
|
373
|
+
destDenom?: string | undefined;
|
|
374
|
+
pfmEnabled?: boolean | undefined;
|
|
375
|
+
port?: string | undefined;
|
|
376
|
+
supportsMemo?: boolean | undefined;
|
|
377
|
+
denomIn?: string | undefined;
|
|
378
|
+
denomOut?: string | undefined;
|
|
379
|
+
feeAmount?: string | undefined;
|
|
380
|
+
toChainEntryContractAddress?: string | undefined;
|
|
381
|
+
toChainCallbackContractAddress?: string | undefined;
|
|
382
|
+
usdFeeAmount?: string | undefined;
|
|
383
|
+
feeAsset?: {
|
|
444
384
|
chainId: string;
|
|
445
385
|
coingeckoId?: string | undefined;
|
|
446
386
|
decimals?: number | undefined;
|
|
@@ -458,46 +398,106 @@ declare const messagesDirect: (options?: ({
|
|
|
458
398
|
tokenContract?: string | undefined;
|
|
459
399
|
trace: string;
|
|
460
400
|
} | undefined;
|
|
461
|
-
|
|
462
|
-
|
|
401
|
+
bridgeId?: BridgeType | undefined;
|
|
402
|
+
smartRelay?: boolean | undefined;
|
|
463
403
|
} | undefined;
|
|
464
404
|
txIndex: number;
|
|
465
405
|
amountIn: string;
|
|
466
406
|
amountOut: string;
|
|
467
407
|
} | {
|
|
468
|
-
|
|
408
|
+
swap?: {
|
|
409
|
+
swapIn?: {
|
|
410
|
+
swapAmountIn?: string | undefined;
|
|
411
|
+
swapOperations?: {
|
|
412
|
+
denomIn?: string | undefined;
|
|
413
|
+
denomOut?: string | undefined;
|
|
414
|
+
pool?: string | undefined;
|
|
415
|
+
interface?: string | undefined;
|
|
416
|
+
}[] | undefined;
|
|
417
|
+
swapVenue?: {
|
|
418
|
+
chainId?: string | undefined;
|
|
419
|
+
name?: string | undefined;
|
|
420
|
+
logoUri?: string | undefined;
|
|
421
|
+
} | undefined;
|
|
422
|
+
priceImpactPercent?: string | undefined;
|
|
423
|
+
} | undefined;
|
|
424
|
+
estimatedAffiliateFee?: string | undefined;
|
|
425
|
+
chainId?: string | undefined;
|
|
469
426
|
fromChainId?: string | undefined;
|
|
470
|
-
toChainId?: string | undefined;
|
|
471
|
-
bridgeId?: BridgeType | undefined;
|
|
472
427
|
denomIn?: string | undefined;
|
|
473
428
|
denomOut?: string | undefined;
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
429
|
+
swapVenues?: {
|
|
430
|
+
chainId?: string | undefined;
|
|
431
|
+
name?: string | undefined;
|
|
432
|
+
logoUri?: string | undefined;
|
|
433
|
+
}[] | undefined;
|
|
434
|
+
} | {
|
|
435
|
+
swapOut?: {
|
|
436
|
+
swapAmountOut?: string | undefined;
|
|
437
|
+
swapOperations?: {
|
|
438
|
+
denomIn?: string | undefined;
|
|
439
|
+
denomOut?: string | undefined;
|
|
440
|
+
pool?: string | undefined;
|
|
441
|
+
interface?: string | undefined;
|
|
442
|
+
}[] | undefined;
|
|
443
|
+
swapVenue?: {
|
|
444
|
+
chainId?: string | undefined;
|
|
445
|
+
name?: string | undefined;
|
|
484
446
|
logoUri?: string | undefined;
|
|
447
|
+
} | undefined;
|
|
448
|
+
priceImpactPercent?: string | undefined;
|
|
449
|
+
} | undefined;
|
|
450
|
+
estimatedAffiliateFee?: string | undefined;
|
|
451
|
+
chainId?: string | undefined;
|
|
452
|
+
fromChainId?: string | undefined;
|
|
453
|
+
denomIn?: string | undefined;
|
|
454
|
+
denomOut?: string | undefined;
|
|
455
|
+
swapVenues?: {
|
|
456
|
+
chainId?: string | undefined;
|
|
457
|
+
name?: string | undefined;
|
|
458
|
+
logoUri?: string | undefined;
|
|
459
|
+
}[] | undefined;
|
|
460
|
+
} | {
|
|
461
|
+
smartSwapIn?: {
|
|
462
|
+
swapVenue?: {
|
|
463
|
+
chainId?: string | undefined;
|
|
485
464
|
name?: string | undefined;
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
destinationChainFeeAmount?: string | undefined;
|
|
499
|
-
destinationChainFeeUsd?: string | undefined;
|
|
465
|
+
logoUri?: string | undefined;
|
|
466
|
+
} | undefined;
|
|
467
|
+
swapRoutes?: {
|
|
468
|
+
swapAmountIn?: string | undefined;
|
|
469
|
+
denomIn?: string | undefined;
|
|
470
|
+
swapOperations?: {
|
|
471
|
+
denomIn?: string | undefined;
|
|
472
|
+
denomOut?: string | undefined;
|
|
473
|
+
pool?: string | undefined;
|
|
474
|
+
interface?: string | undefined;
|
|
475
|
+
}[] | undefined;
|
|
476
|
+
}[] | undefined;
|
|
500
477
|
} | undefined;
|
|
478
|
+
estimatedAffiliateFee?: string | undefined;
|
|
479
|
+
chainId?: string | undefined;
|
|
480
|
+
fromChainId?: string | undefined;
|
|
481
|
+
denomIn?: string | undefined;
|
|
482
|
+
denomOut?: string | undefined;
|
|
483
|
+
swapVenues?: {
|
|
484
|
+
chainId?: string | undefined;
|
|
485
|
+
name?: string | undefined;
|
|
486
|
+
logoUri?: string | undefined;
|
|
487
|
+
}[] | undefined;
|
|
488
|
+
} | undefined;
|
|
489
|
+
txIndex: number;
|
|
490
|
+
amountIn: string;
|
|
491
|
+
amountOut: string;
|
|
492
|
+
} | {
|
|
493
|
+
opInitTransfer?: {
|
|
494
|
+
fromChainId?: string | undefined;
|
|
495
|
+
toChainId?: string | undefined;
|
|
496
|
+
denomIn?: string | undefined;
|
|
497
|
+
denomOut?: string | undefined;
|
|
498
|
+
opInitBridgeId?: any;
|
|
499
|
+
bridgeId?: BridgeType | undefined;
|
|
500
|
+
smartRelay?: boolean | undefined;
|
|
501
501
|
} | undefined;
|
|
502
502
|
txIndex: number;
|
|
503
503
|
amountIn: string;
|
|
@@ -535,7 +535,7 @@ declare const messagesDirect: (options?: ({
|
|
|
535
535
|
toChainId: string;
|
|
536
536
|
denomIn: string;
|
|
537
537
|
denomOut: string;
|
|
538
|
-
|
|
538
|
+
sourceOftContractAddress: string;
|
|
539
539
|
destinationEndpointId: number;
|
|
540
540
|
messagingFeeAsset: {
|
|
541
541
|
chainId: string;
|