@skip-go/client 1.5.2 → 1.5.3-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.
- package/dist/cjs/api/getAssets.cjs +5 -5
- package/dist/cjs/api/getAssetsBetweenChains.cjs +4 -4
- package/dist/cjs/api/getBridges.cjs +4 -4
- package/dist/cjs/api/getChains.cjs +4 -4
- package/dist/cjs/api/getVenues.cjs +4 -4
- package/dist/cjs/api/postAssetsFromSource.cjs +5 -5
- package/dist/cjs/api/postBalances.cjs +4 -4
- package/dist/cjs/api/postIbcOriginAssets.cjs +4 -4
- package/dist/cjs/api/postMessages.cjs +4 -4
- package/dist/cjs/api/postMessagesDirect.cjs +4 -4
- package/dist/cjs/api/postRecommendAssets.cjs +4 -4
- package/dist/cjs/api/postRoute.cjs +4 -4
- package/dist/cjs/api/postSubmitTransaction.cjs +4 -4
- package/dist/cjs/api/postTrackTransaction.cjs +4 -4
- package/dist/cjs/api/postTransactionStatus.cjs +4 -4
- package/dist/cjs/{chunk-EI4ZWAEU.cjs → chunk-262HFM6V.cjs} +2 -2
- package/dist/cjs/{chunk-XPQRSO4J.cjs → chunk-3NHW3XWK.cjs} +2 -2
- package/dist/cjs/{chunk-XEBVLUYW.cjs → chunk-4MV4GLIA.cjs} +2 -2
- package/dist/cjs/{chunk-MHVCR4QO.cjs → chunk-4NGHNHAS.cjs} +6 -6
- package/dist/cjs/{chunk-3IWLZ562.cjs → chunk-7SZZBUBD.cjs} +3 -3
- package/dist/cjs/{chunk-HEYFLFKD.cjs → chunk-ARCCHERF.cjs} +55 -55
- package/dist/cjs/{chunk-R3TSJPKH.cjs → chunk-AW6IQ7JH.cjs} +2 -2
- package/dist/cjs/{chunk-7D433NQ5.cjs → chunk-BCX2D6TE.cjs} +91 -18
- package/dist/cjs/{chunk-D57TNRV3.cjs → chunk-BQDOKZFX.cjs} +15 -15
- package/dist/cjs/{chunk-LARLMUFZ.cjs → chunk-CZKIE576.cjs} +10 -10
- package/dist/cjs/chunk-EVEVOW2U.cjs +2179 -0
- package/dist/cjs/{chunk-JUKPQLLQ.cjs → chunk-FF5UWES6.cjs} +4 -4
- package/dist/cjs/chunk-GGSF5JZH.cjs +101 -0
- package/dist/cjs/chunk-GWRZ6MPC.cjs +2179 -0
- package/dist/cjs/{chunk-Q33F7U2Y.cjs → chunk-H2T4LMS2.cjs} +10 -10
- package/dist/cjs/{chunk-MMGVGXA5.cjs → chunk-HFEMNOJS.cjs} +7 -1
- package/dist/cjs/chunk-I6VYDEUV.cjs +454 -0
- package/dist/cjs/{chunk-66VIHDGM.cjs → chunk-J7HZ6VJE.cjs} +10 -10
- package/dist/cjs/{chunk-MFJ6S6TL.cjs → chunk-JWWJIJUE.cjs} +2 -2
- package/dist/cjs/{chunk-5RP766TT.cjs → chunk-KWH6S7PB.cjs} +6 -6
- package/dist/cjs/{chunk-ULD54VE4.cjs → chunk-MOWOIPUG.cjs} +4 -4
- package/dist/cjs/{chunk-2MAYN27U.cjs → chunk-PLO5CVGN.cjs} +2 -2
- package/dist/cjs/{chunk-5HZLL5KD.cjs → chunk-QAHHTQ7V.cjs} +4 -4
- package/dist/cjs/{chunk-AJYZ5GAD.cjs → chunk-RBM66GW6.cjs} +2 -2
- package/dist/cjs/{chunk-N2RG3CRN.cjs → chunk-S3BKLN4L.cjs} +2 -2
- package/dist/cjs/{chunk-KPV3PGBG.cjs → chunk-T5EGKQAT.cjs} +2 -2
- package/dist/cjs/{chunk-GO4BJ6G2.cjs → chunk-UY5LWG5D.cjs} +2 -2
- package/dist/cjs/chunk-W6ID22B6.cjs +24 -0
- package/dist/cjs/{chunk-4R6OCWRR.cjs → chunk-WKYP2NMS.cjs} +8 -6
- package/dist/cjs/{chunk-VMWCRZVT.cjs → chunk-XCFPRLX3.cjs} +8 -8
- package/dist/cjs/{chunk-XDKONUY6.cjs → chunk-ZBJZTBIW.cjs} +2 -2
- package/dist/cjs/index.cjs +188 -250
- package/dist/cjs/public-functions/executeMultipleRoutes.cjs +26 -16
- package/dist/cjs/public-functions/executeRoute.cjs +26 -16
- package/dist/cjs/public-functions/getEvmGasAmountForMessage.cjs +1 -1
- package/dist/cjs/public-functions/getFeeInfoForChain.cjs +5 -6
- package/dist/cjs/public-functions/getRecommendedGasPrice.cjs +7 -8
- package/dist/cjs/public-functions/getRouteWithGasOnReceive.cjs +39 -0
- package/dist/cjs/public-functions/getSigningStargateClient.cjs +5 -5
- package/dist/cjs/public-functions/setApiOptions.cjs +4 -4
- package/dist/cjs/public-functions/setClientOptions.cjs +5 -5
- package/dist/cjs/public-functions/subscribeToRouteStatus.cjs +9 -9
- package/dist/cjs/public-functions/validateCosmosGasBalance.cjs +7 -7
- package/dist/cjs/public-functions/waitForTransaction.cjs +6 -6
- package/dist/esm/api/getAssets.d.ts +1 -1
- package/dist/esm/api/getAssets.js +3 -3
- package/dist/esm/api/getAssetsBetweenChains.d.ts +21 -21
- package/dist/esm/api/getAssetsBetweenChains.js +3 -3
- package/dist/esm/api/getBridges.d.ts +1 -1
- package/dist/esm/api/getBridges.js +3 -3
- package/dist/esm/api/getChains.d.ts +1 -1
- package/dist/esm/api/getChains.js +3 -3
- package/dist/esm/api/getVenues.js +3 -3
- package/dist/esm/api/postAssetsFromSource.d.ts +1 -1
- package/dist/esm/api/postAssetsFromSource.js +4 -4
- package/dist/esm/api/postBalances.d.ts +2 -2
- package/dist/esm/api/postBalances.js +3 -3
- package/dist/esm/api/postIbcOriginAssets.d.ts +10 -10
- package/dist/esm/api/postIbcOriginAssets.js +3 -3
- package/dist/esm/api/postMessages.d.ts +12 -12
- package/dist/esm/api/postMessages.js +3 -3
- package/dist/esm/api/postMessagesDirect.d.ts +163 -161
- package/dist/esm/api/postMessagesDirect.js +3 -3
- package/dist/esm/api/postRecommendAssets.d.ts +11 -11
- package/dist/esm/api/postRecommendAssets.js +3 -3
- package/dist/esm/api/postRoute.d.ts +161 -159
- package/dist/esm/api/postRoute.js +3 -3
- package/dist/esm/api/postSubmitTransaction.d.ts +2 -2
- package/dist/esm/api/postSubmitTransaction.js +3 -3
- package/dist/esm/api/postTrackTransaction.d.ts +2 -2
- package/dist/esm/api/postTrackTransaction.js +3 -3
- package/dist/esm/api/postTransactionStatus.d.ts +36 -36
- package/dist/esm/api/postTransactionStatus.js +3 -3
- package/dist/esm/{callbacks-DCqqd0D9.d.ts → callbacks-C-KUJnDv.d.ts} +34 -4
- package/dist/esm/{chunk-MFHZBJGQ.js → chunk-3WFXBPS2.js} +1 -1
- package/dist/esm/{chunk-B36HVX2L.js → chunk-44IX6KPJ.js} +1 -1
- package/dist/esm/{chunk-A4MFVNZO.js → chunk-47HN6VKU.js} +3 -3
- package/dist/esm/{chunk-WSAZDCXR.js → chunk-5IXH2QPF.js} +86 -16
- package/dist/esm/{chunk-Z2HSHJLW.js → chunk-6M7N6EAO.js} +3 -3
- package/dist/esm/{chunk-6HKZYODA.js → chunk-AUNRER4I.js} +1 -1
- package/dist/esm/{chunk-CP55HI6R.js → chunk-DL374PFE.js} +4 -4
- package/dist/esm/chunk-FDRLM2JD.js +431 -0
- package/dist/esm/{chunk-H2HTF2UF.js → chunk-FNTPI2AV.js} +1 -1
- package/dist/esm/{chunk-BNMWBXN3.js → chunk-H3MY23AH.js} +1 -1
- package/dist/esm/{chunk-W5AA7QOQ.js → chunk-HDW6XFWX.js} +1 -1
- package/dist/esm/{chunk-RXZJUE4K.js → chunk-HELQO7PA.js} +2 -2
- package/dist/esm/{chunk-JQOJIEZA.js → chunk-IGK7LJCM.js} +8 -8
- package/dist/esm/{chunk-45B6E7AT.js → chunk-IHSSWY3M.js} +1 -1
- package/dist/esm/{chunk-DQXGZGNJ.js → chunk-JNVGNIOE.js} +2 -2
- package/dist/esm/{chunk-VQ5SIQWU.js → chunk-JYYCFKB4.js} +8 -7
- package/dist/esm/chunk-KNXMSLOB.js +1 -1
- package/dist/esm/{chunk-HPA2XUA3.js → chunk-KXQ2ASHQ.js} +1 -1
- package/dist/esm/{chunk-263RYJUL.js → chunk-MYGJGC62.js} +1 -1
- package/dist/esm/{chunk-VG3G5QHN.js → chunk-RFJYCJK4.js} +1 -1
- package/dist/esm/{chunk-4YTLUDRU.js → chunk-RHLE3EW7.js} +6 -6
- package/dist/esm/chunk-RJ35JBT4.js +2154 -0
- package/dist/esm/{chunk-GU3UHER5.js → chunk-SOVU5NCL.js} +2 -2
- package/dist/esm/{chunk-7WXPBTSR.js → chunk-TNIGHYH2.js} +3 -3
- package/dist/esm/{chunk-EJZGYHGH.js → chunk-UBVBVJPY.js} +1 -1
- package/dist/esm/chunk-UIDIKXMB.js +1 -1
- package/dist/esm/{chunk-X3PQKUOS.js → chunk-VGCTTJO7.js} +7 -1
- package/dist/esm/{chunk-TLVHKYQ3.js → chunk-VWOMKMH2.js} +1 -1
- package/dist/esm/chunk-X2IBEHMZ.js +2154 -0
- package/dist/esm/chunk-XHLXJGVB.js +22 -0
- package/dist/esm/{chunk-AGHQ7SIE.js → chunk-YGQ4NKTM.js} +1 -1
- package/dist/esm/{chunk-A35RPDUV.js → chunk-YLVUKXLR.js} +1 -1
- package/dist/esm/chunk-YWG4XR5A.js +98 -0
- package/dist/esm/{client-types-BSZasIDd.d.ts → client-types-CGMuZ3zo.d.ts} +2 -2
- package/dist/esm/{generateApi-CwM4Ca30.d.ts → generateApi-D_-Gso-x.d.ts} +1 -1
- package/dist/esm/index.d.ts +166 -143
- package/dist/esm/index.js +25 -174
- package/dist/esm/public-functions/executeMultipleRoutes.d.ts +30 -10
- package/dist/esm/public-functions/executeMultipleRoutes.js +25 -15
- package/dist/esm/public-functions/executeRoute.d.ts +4 -4
- package/dist/esm/public-functions/executeRoute.js +25 -15
- package/dist/esm/public-functions/getCosmosGasAmountForMessage.d.ts +1 -1
- package/dist/esm/public-functions/getEvmGasAmountForMessage.d.ts +3 -3
- 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 +4 -5
- package/dist/esm/public-functions/getRecommendedGasPrice.js +6 -7
- package/dist/esm/public-functions/getRouteWithGasOnReceive.d.ts +20 -0
- package/dist/esm/public-functions/getRouteWithGasOnReceive.js +30 -0
- package/dist/esm/public-functions/getSigningStargateClient.js +4 -4
- package/dist/esm/public-functions/setApiOptions.d.ts +1 -1
- package/dist/esm/public-functions/setApiOptions.js +3 -3
- package/dist/esm/public-functions/setClientOptions.d.ts +4 -4
- package/dist/esm/public-functions/setClientOptions.js +4 -4
- package/dist/esm/public-functions/subscribeToRouteStatus.d.ts +4 -4
- package/dist/esm/public-functions/subscribeToRouteStatus.js +5 -5
- package/dist/esm/public-functions/validateCosmosGasBalance.d.ts +4 -4
- package/dist/esm/public-functions/validateCosmosGasBalance.js +6 -6
- package/dist/esm/public-functions/waitForTransaction.d.ts +38 -38
- package/dist/esm/public-functions/waitForTransaction.js +5 -5
- package/dist/esm/setClientOptions-C8g92xTm.d.ts +76 -0
- package/dist/esm/{swaggerTypes-Bh6hu5Q-.d.ts → swaggerTypes-B_jKfpvz.d.ts} +154 -132
- package/package.json +1 -1
- package/dist/esm/setClientOptions-CrXIODm0.d.ts +0 -19
- package/dist/cjs/{chunk-IDDRJJO5.cjs → chunk-DLT6Q6RB.cjs} +1 -1
- package/dist/esm/{chunk-OQDBWVET.js → chunk-QL423UEF.js} +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { J as BridgeType, ap as RoutePriceWarningType, b3 as FeeType, b4 as FeeBehavior } from '../swaggerTypes-
|
|
1
|
+
import { J as BridgeType, ap as RoutePriceWarningType, b3 as FeeType, b4 as FeeBehavior } from '../swaggerTypes-B_jKfpvz.js';
|
|
2
2
|
import { S as SkipApiOptions } from '../apiState-1VvikVK-.js';
|
|
3
|
-
import { A as ApiRequest } from '../generateApi-
|
|
3
|
+
import { A as ApiRequest } from '../generateApi-D_-Gso-x.js';
|
|
4
4
|
|
|
5
5
|
declare const route: (request: RouteRequest) => Promise<{
|
|
6
6
|
amountIn: string;
|
|
@@ -13,72 +13,72 @@ declare const route: (request: RouteRequest) => Promise<{
|
|
|
13
13
|
estimatedAmountOut: string;
|
|
14
14
|
operations: ({
|
|
15
15
|
axelarTransfer?: {
|
|
16
|
+
fromChainId?: string | undefined;
|
|
17
|
+
toChainId?: string | undefined;
|
|
16
18
|
asset?: string | undefined;
|
|
19
|
+
shouldUnwrap?: boolean | undefined;
|
|
20
|
+
denomIn?: string | undefined;
|
|
21
|
+
denomOut?: string | undefined;
|
|
17
22
|
feeAmount?: string | undefined;
|
|
23
|
+
usdFeeAmount?: string | undefined;
|
|
18
24
|
feeAsset?: {
|
|
19
|
-
chainId: string;
|
|
20
|
-
coingeckoId?: string | undefined;
|
|
21
|
-
decimals?: number | undefined;
|
|
22
25
|
denom: string;
|
|
23
|
-
|
|
26
|
+
chainId: string;
|
|
27
|
+
originDenom: string;
|
|
28
|
+
originChainId: string;
|
|
29
|
+
trace: string;
|
|
24
30
|
isCw20: boolean;
|
|
25
31
|
isEvm: boolean;
|
|
26
32
|
isSvm: boolean;
|
|
27
|
-
logoUri?: string | undefined;
|
|
28
|
-
name?: string | undefined;
|
|
29
|
-
originChainId: string;
|
|
30
|
-
originDenom: string;
|
|
31
|
-
recommendedSymbol?: string | undefined;
|
|
32
33
|
symbol?: string | undefined;
|
|
34
|
+
name?: string | undefined;
|
|
35
|
+
logoUri?: string | undefined;
|
|
36
|
+
decimals?: number | undefined;
|
|
33
37
|
tokenContract?: string | undefined;
|
|
34
|
-
|
|
38
|
+
description?: string | undefined;
|
|
39
|
+
coingeckoId?: string | undefined;
|
|
40
|
+
recommendedSymbol?: string | undefined;
|
|
35
41
|
} | undefined;
|
|
36
|
-
fromChain?: string | undefined;
|
|
37
|
-
fromChainId?: string | undefined;
|
|
38
42
|
isTestnet?: boolean | undefined;
|
|
39
|
-
shouldUnwrap?: boolean | undefined;
|
|
40
|
-
toChain?: string | undefined;
|
|
41
|
-
toChainId?: string | undefined;
|
|
42
|
-
denomIn?: string | undefined;
|
|
43
|
-
denomOut?: string | undefined;
|
|
44
|
-
usdFeeAmount?: string | undefined;
|
|
45
43
|
ibcTransferToAxelar?: {
|
|
44
|
+
port?: string | undefined;
|
|
45
|
+
channel?: string | undefined;
|
|
46
46
|
fromChainId?: string | undefined;
|
|
47
47
|
toChainId?: string | undefined;
|
|
48
|
-
channel?: string | undefined;
|
|
49
|
-
destDenom?: string | undefined;
|
|
50
48
|
pfmEnabled?: boolean | undefined;
|
|
51
|
-
port?: string | undefined;
|
|
52
49
|
supportsMemo?: boolean | undefined;
|
|
53
50
|
denomIn?: string | undefined;
|
|
54
51
|
denomOut?: string | undefined;
|
|
55
52
|
feeAmount?: string | undefined;
|
|
56
|
-
toChainEntryContractAddress?: string | undefined;
|
|
57
|
-
toChainCallbackContractAddress?: string | undefined;
|
|
58
53
|
usdFeeAmount?: string | undefined;
|
|
59
54
|
feeAsset?: {
|
|
60
|
-
chainId: string;
|
|
61
|
-
coingeckoId?: string | undefined;
|
|
62
|
-
decimals?: number | undefined;
|
|
63
55
|
denom: string;
|
|
64
|
-
|
|
56
|
+
chainId: string;
|
|
57
|
+
originDenom: string;
|
|
58
|
+
originChainId: string;
|
|
59
|
+
trace: string;
|
|
65
60
|
isCw20: boolean;
|
|
66
61
|
isEvm: boolean;
|
|
67
62
|
isSvm: boolean;
|
|
68
|
-
logoUri?: string | undefined;
|
|
69
|
-
name?: string | undefined;
|
|
70
|
-
originChainId: string;
|
|
71
|
-
originDenom: string;
|
|
72
|
-
recommendedSymbol?: string | undefined;
|
|
73
63
|
symbol?: string | undefined;
|
|
64
|
+
name?: string | undefined;
|
|
65
|
+
logoUri?: string | undefined;
|
|
66
|
+
decimals?: number | undefined;
|
|
74
67
|
tokenContract?: string | undefined;
|
|
75
|
-
|
|
68
|
+
description?: string | undefined;
|
|
69
|
+
coingeckoId?: string | undefined;
|
|
70
|
+
recommendedSymbol?: string | undefined;
|
|
76
71
|
} | undefined;
|
|
77
72
|
bridgeId?: BridgeType | undefined;
|
|
78
73
|
smartRelay?: boolean | undefined;
|
|
74
|
+
toChainEntryContractAddress?: string | undefined;
|
|
75
|
+
toChainCallbackContractAddress?: string | undefined;
|
|
76
|
+
destDenom?: string | undefined;
|
|
79
77
|
} | undefined;
|
|
80
78
|
bridgeId?: BridgeType | undefined;
|
|
81
79
|
smartRelay?: boolean | undefined;
|
|
80
|
+
fromChain?: string | undefined;
|
|
81
|
+
toChain?: string | undefined;
|
|
82
82
|
} | undefined;
|
|
83
83
|
txIndex: number;
|
|
84
84
|
amountIn: string;
|
|
@@ -94,10 +94,10 @@ declare const route: (request: RouteRequest) => Promise<{
|
|
|
94
94
|
smartRelay?: boolean | undefined;
|
|
95
95
|
smartRelayFeeQuote?: {
|
|
96
96
|
feeAmount?: string | undefined;
|
|
97
|
-
feeDenom?: string | undefined;
|
|
98
|
-
feePaymentAddress?: string | undefined;
|
|
99
97
|
relayerAddress?: string | undefined;
|
|
100
98
|
expiration?: string | undefined;
|
|
99
|
+
feeDenom?: string | undefined;
|
|
100
|
+
feePaymentAddress?: string | undefined;
|
|
101
101
|
} | undefined;
|
|
102
102
|
} | undefined;
|
|
103
103
|
txIndex: number;
|
|
@@ -109,49 +109,49 @@ declare const route: (request: RouteRequest) => Promise<{
|
|
|
109
109
|
toChainId?: string | undefined;
|
|
110
110
|
denomIn?: string | undefined;
|
|
111
111
|
denomOut?: string | undefined;
|
|
112
|
-
bridgeId?: BridgeType | undefined;
|
|
113
112
|
poolAddress?: string | undefined;
|
|
114
113
|
destinationEndpointId?: number | undefined;
|
|
115
114
|
oftFeeAsset?: {
|
|
116
|
-
chainId: string;
|
|
117
|
-
coingeckoId?: string | undefined;
|
|
118
|
-
decimals?: number | undefined;
|
|
119
115
|
denom: string;
|
|
120
|
-
|
|
116
|
+
chainId: string;
|
|
117
|
+
originDenom: string;
|
|
118
|
+
originChainId: string;
|
|
119
|
+
trace: string;
|
|
121
120
|
isCw20: boolean;
|
|
122
121
|
isEvm: boolean;
|
|
123
122
|
isSvm: boolean;
|
|
124
|
-
logoUri?: string | undefined;
|
|
125
|
-
name?: string | undefined;
|
|
126
|
-
originChainId: string;
|
|
127
|
-
originDenom: string;
|
|
128
|
-
recommendedSymbol?: string | undefined;
|
|
129
123
|
symbol?: string | undefined;
|
|
124
|
+
name?: string | undefined;
|
|
125
|
+
logoUri?: string | undefined;
|
|
126
|
+
decimals?: number | undefined;
|
|
130
127
|
tokenContract?: string | undefined;
|
|
131
|
-
|
|
128
|
+
description?: string | undefined;
|
|
129
|
+
coingeckoId?: string | undefined;
|
|
130
|
+
recommendedSymbol?: string | undefined;
|
|
132
131
|
} | undefined;
|
|
133
132
|
oftFeeAmount?: string | undefined;
|
|
134
133
|
oftFeeAmountUsd?: string | undefined;
|
|
135
134
|
messagingFeeAsset?: {
|
|
136
|
-
chainId: string;
|
|
137
|
-
coingeckoId?: string | undefined;
|
|
138
|
-
decimals?: number | undefined;
|
|
139
135
|
denom: string;
|
|
140
|
-
|
|
136
|
+
chainId: string;
|
|
137
|
+
originDenom: string;
|
|
138
|
+
originChainId: string;
|
|
139
|
+
trace: string;
|
|
141
140
|
isCw20: boolean;
|
|
142
141
|
isEvm: boolean;
|
|
143
142
|
isSvm: boolean;
|
|
144
|
-
logoUri?: string | undefined;
|
|
145
|
-
name?: string | undefined;
|
|
146
|
-
originChainId: string;
|
|
147
|
-
originDenom: string;
|
|
148
|
-
recommendedSymbol?: string | undefined;
|
|
149
143
|
symbol?: string | undefined;
|
|
144
|
+
name?: string | undefined;
|
|
145
|
+
logoUri?: string | undefined;
|
|
146
|
+
decimals?: number | undefined;
|
|
150
147
|
tokenContract?: string | undefined;
|
|
151
|
-
|
|
148
|
+
description?: string | undefined;
|
|
149
|
+
coingeckoId?: string | undefined;
|
|
150
|
+
recommendedSymbol?: string | undefined;
|
|
152
151
|
} | undefined;
|
|
153
152
|
messagingFeeAmount?: string | undefined;
|
|
154
153
|
messagingFeeAmountUsd?: string | undefined;
|
|
154
|
+
bridgeId?: BridgeType | undefined;
|
|
155
155
|
} | undefined;
|
|
156
156
|
txIndex: number;
|
|
157
157
|
amountIn: string;
|
|
@@ -160,29 +160,24 @@ declare const route: (request: RouteRequest) => Promise<{
|
|
|
160
160
|
goFastTransfer?: {
|
|
161
161
|
fromChainId?: string | undefined;
|
|
162
162
|
toChainId?: string | undefined;
|
|
163
|
-
bridgeId?: BridgeType | undefined;
|
|
164
|
-
denomIn?: string | undefined;
|
|
165
|
-
denomOut?: string | undefined;
|
|
166
|
-
sourceDomain?: string | undefined;
|
|
167
|
-
destinationDomain?: string | undefined;
|
|
168
163
|
fee?: {
|
|
169
164
|
feeAsset: {
|
|
170
|
-
chainId: string;
|
|
171
|
-
coingeckoId?: string | undefined;
|
|
172
|
-
decimals?: number | undefined;
|
|
173
165
|
denom: string;
|
|
174
|
-
|
|
166
|
+
chainId: string;
|
|
167
|
+
originDenom: string;
|
|
168
|
+
originChainId: string;
|
|
169
|
+
trace: string;
|
|
175
170
|
isCw20: boolean;
|
|
176
171
|
isEvm: boolean;
|
|
177
172
|
isSvm: boolean;
|
|
178
|
-
logoUri?: string | undefined;
|
|
179
|
-
name?: string | undefined;
|
|
180
|
-
originChainId: string;
|
|
181
|
-
originDenom: string;
|
|
182
|
-
recommendedSymbol?: string | undefined;
|
|
183
173
|
symbol?: string | undefined;
|
|
174
|
+
name?: string | undefined;
|
|
175
|
+
logoUri?: string | undefined;
|
|
176
|
+
decimals?: number | undefined;
|
|
184
177
|
tokenContract?: string | undefined;
|
|
185
|
-
|
|
178
|
+
description?: string | undefined;
|
|
179
|
+
coingeckoId?: string | undefined;
|
|
180
|
+
recommendedSymbol?: string | undefined;
|
|
186
181
|
};
|
|
187
182
|
bpsFee?: string | undefined;
|
|
188
183
|
bpsFeeAmount?: string | undefined;
|
|
@@ -192,6 +187,11 @@ declare const route: (request: RouteRequest) => Promise<{
|
|
|
192
187
|
destinationChainFeeAmount?: string | undefined;
|
|
193
188
|
destinationChainFeeUsd?: string | undefined;
|
|
194
189
|
} | undefined;
|
|
190
|
+
bridgeId?: BridgeType | undefined;
|
|
191
|
+
denomIn?: string | undefined;
|
|
192
|
+
denomOut?: string | undefined;
|
|
193
|
+
sourceDomain?: string | undefined;
|
|
194
|
+
destinationDomain?: string | undefined;
|
|
195
195
|
} | undefined;
|
|
196
196
|
txIndex: number;
|
|
197
197
|
amountIn: string;
|
|
@@ -230,25 +230,25 @@ declare const route: (request: RouteRequest) => Promise<{
|
|
|
230
230
|
denomOut?: string | undefined;
|
|
231
231
|
hyperlaneContractAddress?: string | undefined;
|
|
232
232
|
feeAmount?: string | undefined;
|
|
233
|
+
usdFeeAmount?: string | undefined;
|
|
233
234
|
feeAsset?: {
|
|
234
|
-
chainId: string;
|
|
235
|
-
coingeckoId?: string | undefined;
|
|
236
|
-
decimals?: number | undefined;
|
|
237
235
|
denom: string;
|
|
238
|
-
|
|
236
|
+
chainId: string;
|
|
237
|
+
originDenom: string;
|
|
238
|
+
originChainId: string;
|
|
239
|
+
trace: string;
|
|
239
240
|
isCw20: boolean;
|
|
240
241
|
isEvm: boolean;
|
|
241
242
|
isSvm: boolean;
|
|
242
|
-
logoUri?: string | undefined;
|
|
243
|
-
name?: string | undefined;
|
|
244
|
-
originChainId: string;
|
|
245
|
-
originDenom: string;
|
|
246
|
-
recommendedSymbol?: string | undefined;
|
|
247
243
|
symbol?: string | undefined;
|
|
244
|
+
name?: string | undefined;
|
|
245
|
+
logoUri?: string | undefined;
|
|
246
|
+
decimals?: number | undefined;
|
|
248
247
|
tokenContract?: string | undefined;
|
|
249
|
-
|
|
248
|
+
description?: string | undefined;
|
|
249
|
+
coingeckoId?: string | undefined;
|
|
250
|
+
recommendedSymbol?: string | undefined;
|
|
250
251
|
} | undefined;
|
|
251
|
-
usdFeeAmount?: string | undefined;
|
|
252
252
|
bridgeId?: BridgeType | undefined;
|
|
253
253
|
smartRelay?: boolean | undefined;
|
|
254
254
|
} | undefined;
|
|
@@ -257,39 +257,39 @@ declare const route: (request: RouteRequest) => Promise<{
|
|
|
257
257
|
amountOut: string;
|
|
258
258
|
} | {
|
|
259
259
|
transfer?: {
|
|
260
|
+
port?: string | undefined;
|
|
261
|
+
channel?: string | undefined;
|
|
260
262
|
fromChainId?: string | undefined;
|
|
261
263
|
toChainId?: string | undefined;
|
|
262
|
-
channel?: string | undefined;
|
|
263
|
-
destDenom?: string | undefined;
|
|
264
264
|
pfmEnabled?: boolean | undefined;
|
|
265
|
-
port?: string | undefined;
|
|
266
265
|
supportsMemo?: boolean | undefined;
|
|
267
266
|
denomIn?: string | undefined;
|
|
268
267
|
denomOut?: string | undefined;
|
|
269
268
|
feeAmount?: string | undefined;
|
|
270
|
-
toChainEntryContractAddress?: string | undefined;
|
|
271
|
-
toChainCallbackContractAddress?: string | undefined;
|
|
272
269
|
usdFeeAmount?: string | undefined;
|
|
273
270
|
feeAsset?: {
|
|
274
|
-
chainId: string;
|
|
275
|
-
coingeckoId?: string | undefined;
|
|
276
|
-
decimals?: number | undefined;
|
|
277
271
|
denom: string;
|
|
278
|
-
|
|
272
|
+
chainId: string;
|
|
273
|
+
originDenom: string;
|
|
274
|
+
originChainId: string;
|
|
275
|
+
trace: string;
|
|
279
276
|
isCw20: boolean;
|
|
280
277
|
isEvm: boolean;
|
|
281
278
|
isSvm: boolean;
|
|
282
|
-
logoUri?: string | undefined;
|
|
283
|
-
name?: string | undefined;
|
|
284
|
-
originChainId: string;
|
|
285
|
-
originDenom: string;
|
|
286
|
-
recommendedSymbol?: string | undefined;
|
|
287
279
|
symbol?: string | undefined;
|
|
280
|
+
name?: string | undefined;
|
|
281
|
+
logoUri?: string | undefined;
|
|
282
|
+
decimals?: number | undefined;
|
|
288
283
|
tokenContract?: string | undefined;
|
|
289
|
-
|
|
284
|
+
description?: string | undefined;
|
|
285
|
+
coingeckoId?: string | undefined;
|
|
286
|
+
recommendedSymbol?: string | undefined;
|
|
290
287
|
} | undefined;
|
|
291
288
|
bridgeId?: BridgeType | undefined;
|
|
292
289
|
smartRelay?: boolean | undefined;
|
|
290
|
+
toChainEntryContractAddress?: string | undefined;
|
|
291
|
+
toChainCallbackContractAddress?: string | undefined;
|
|
292
|
+
destDenom?: string | undefined;
|
|
293
293
|
} | undefined;
|
|
294
294
|
txIndex: number;
|
|
295
295
|
amountIn: string;
|
|
@@ -297,23 +297,24 @@ declare const route: (request: RouteRequest) => Promise<{
|
|
|
297
297
|
} | {
|
|
298
298
|
swap?: {
|
|
299
299
|
swapIn?: {
|
|
300
|
-
|
|
300
|
+
swapVenue?: {
|
|
301
|
+
chainId?: string | undefined;
|
|
302
|
+
name?: string | undefined;
|
|
303
|
+
logoUri?: string | undefined;
|
|
304
|
+
} | undefined;
|
|
301
305
|
swapOperations?: {
|
|
302
306
|
denomIn?: string | undefined;
|
|
303
307
|
denomOut?: string | undefined;
|
|
304
308
|
pool?: string | undefined;
|
|
305
309
|
interface?: string | undefined;
|
|
306
310
|
}[] | undefined;
|
|
307
|
-
|
|
308
|
-
chainId?: string | undefined;
|
|
309
|
-
name?: string | undefined;
|
|
310
|
-
logoUri?: string | undefined;
|
|
311
|
-
} | undefined;
|
|
311
|
+
swapAmountIn?: string | undefined;
|
|
312
312
|
priceImpactPercent?: string | undefined;
|
|
313
|
+
estimatedAmountOut?: string | undefined;
|
|
313
314
|
} | undefined;
|
|
314
315
|
estimatedAffiliateFee?: string | undefined;
|
|
315
|
-
chainId?: string | undefined;
|
|
316
316
|
fromChainId?: string | undefined;
|
|
317
|
+
chainId?: string | undefined;
|
|
317
318
|
denomIn?: string | undefined;
|
|
318
319
|
denomOut?: string | undefined;
|
|
319
320
|
swapVenues?: {
|
|
@@ -323,23 +324,23 @@ declare const route: (request: RouteRequest) => Promise<{
|
|
|
323
324
|
}[] | undefined;
|
|
324
325
|
} | {
|
|
325
326
|
swapOut?: {
|
|
326
|
-
|
|
327
|
+
swapVenue?: {
|
|
328
|
+
chainId?: string | undefined;
|
|
329
|
+
name?: string | undefined;
|
|
330
|
+
logoUri?: string | undefined;
|
|
331
|
+
} | undefined;
|
|
327
332
|
swapOperations?: {
|
|
328
333
|
denomIn?: string | undefined;
|
|
329
334
|
denomOut?: string | undefined;
|
|
330
335
|
pool?: string | undefined;
|
|
331
336
|
interface?: string | undefined;
|
|
332
337
|
}[] | undefined;
|
|
333
|
-
|
|
334
|
-
chainId?: string | undefined;
|
|
335
|
-
name?: string | undefined;
|
|
336
|
-
logoUri?: string | undefined;
|
|
337
|
-
} | undefined;
|
|
338
|
+
swapAmountOut?: string | undefined;
|
|
338
339
|
priceImpactPercent?: string | undefined;
|
|
339
340
|
} | undefined;
|
|
340
341
|
estimatedAffiliateFee?: string | undefined;
|
|
341
|
-
chainId?: string | undefined;
|
|
342
342
|
fromChainId?: string | undefined;
|
|
343
|
+
chainId?: string | undefined;
|
|
343
344
|
denomIn?: string | undefined;
|
|
344
345
|
denomOut?: string | undefined;
|
|
345
346
|
swapVenues?: {
|
|
@@ -364,10 +365,11 @@ declare const route: (request: RouteRequest) => Promise<{
|
|
|
364
365
|
interface?: string | undefined;
|
|
365
366
|
}[] | undefined;
|
|
366
367
|
}[] | undefined;
|
|
368
|
+
estimatedAmountOut?: string | undefined;
|
|
367
369
|
} | undefined;
|
|
368
370
|
estimatedAffiliateFee?: string | undefined;
|
|
369
|
-
chainId?: string | undefined;
|
|
370
371
|
fromChainId?: string | undefined;
|
|
372
|
+
chainId?: string | undefined;
|
|
371
373
|
denomIn?: string | undefined;
|
|
372
374
|
denomOut?: string | undefined;
|
|
373
375
|
swapVenues?: {
|
|
@@ -392,6 +394,39 @@ declare const route: (request: RouteRequest) => Promise<{
|
|
|
392
394
|
txIndex: number;
|
|
393
395
|
amountIn: string;
|
|
394
396
|
amountOut: string;
|
|
397
|
+
} | {
|
|
398
|
+
layerZeroTransfer?: {
|
|
399
|
+
fromChainId: string;
|
|
400
|
+
toChainId: string;
|
|
401
|
+
denomIn: string;
|
|
402
|
+
denomOut: string;
|
|
403
|
+
sourceOftContractAddress: string;
|
|
404
|
+
destinationEndpointId: number;
|
|
405
|
+
messagingFeeAsset: {
|
|
406
|
+
denom: string;
|
|
407
|
+
chainId: string;
|
|
408
|
+
originDenom: string;
|
|
409
|
+
originChainId: string;
|
|
410
|
+
trace: string;
|
|
411
|
+
isCw20: boolean;
|
|
412
|
+
isEvm: boolean;
|
|
413
|
+
isSvm: boolean;
|
|
414
|
+
symbol?: string | undefined;
|
|
415
|
+
name?: string | undefined;
|
|
416
|
+
logoUri?: string | undefined;
|
|
417
|
+
decimals?: number | undefined;
|
|
418
|
+
tokenContract?: string | undefined;
|
|
419
|
+
description?: string | undefined;
|
|
420
|
+
coingeckoId?: string | undefined;
|
|
421
|
+
recommendedSymbol?: string | undefined;
|
|
422
|
+
};
|
|
423
|
+
messagingFeeAmount: string;
|
|
424
|
+
messagingFeeAmountUsd: string;
|
|
425
|
+
bridgeId: BridgeType;
|
|
426
|
+
} | undefined;
|
|
427
|
+
txIndex: number;
|
|
428
|
+
amountIn: string;
|
|
429
|
+
amountOut: string;
|
|
395
430
|
} | {
|
|
396
431
|
eurekaTransfer?: {
|
|
397
432
|
destinationPort?: string | undefined;
|
|
@@ -408,10 +443,10 @@ declare const route: (request: RouteRequest) => Promise<{
|
|
|
408
443
|
smartRelay?: boolean | undefined;
|
|
409
444
|
smartRelayFeeQuote?: {
|
|
410
445
|
feeAmount?: string | undefined;
|
|
411
|
-
feeDenom?: string | undefined;
|
|
412
|
-
feePaymentAddress?: string | undefined;
|
|
413
446
|
relayerAddress?: string | undefined;
|
|
414
447
|
expiration?: string | undefined;
|
|
448
|
+
feeDenom?: string | undefined;
|
|
449
|
+
feePaymentAddress?: string | undefined;
|
|
415
450
|
} | undefined;
|
|
416
451
|
toChainCallbackContractAddress?: string | undefined;
|
|
417
452
|
toChainEntryContractAddress?: string | undefined;
|
|
@@ -419,39 +454,6 @@ declare const route: (request: RouteRequest) => Promise<{
|
|
|
419
454
|
txIndex: number;
|
|
420
455
|
amountIn: string;
|
|
421
456
|
amountOut: string;
|
|
422
|
-
} | {
|
|
423
|
-
layerZeroTransfer?: {
|
|
424
|
-
fromChainId: string;
|
|
425
|
-
toChainId: string;
|
|
426
|
-
denomIn: string;
|
|
427
|
-
denomOut: string;
|
|
428
|
-
sourceOftContractAddress: string;
|
|
429
|
-
destinationEndpointId: number;
|
|
430
|
-
messagingFeeAsset: {
|
|
431
|
-
chainId: string;
|
|
432
|
-
coingeckoId?: string | undefined;
|
|
433
|
-
decimals?: number | undefined;
|
|
434
|
-
denom: string;
|
|
435
|
-
description?: string | undefined;
|
|
436
|
-
isCw20: boolean;
|
|
437
|
-
isEvm: boolean;
|
|
438
|
-
isSvm: boolean;
|
|
439
|
-
logoUri?: string | undefined;
|
|
440
|
-
name?: string | undefined;
|
|
441
|
-
originChainId: string;
|
|
442
|
-
originDenom: string;
|
|
443
|
-
recommendedSymbol?: string | undefined;
|
|
444
|
-
symbol?: string | undefined;
|
|
445
|
-
tokenContract?: string | undefined;
|
|
446
|
-
trace: string;
|
|
447
|
-
};
|
|
448
|
-
messagingFeeAmount: string;
|
|
449
|
-
messagingFeeAmountUsd: string;
|
|
450
|
-
bridgeId: BridgeType;
|
|
451
|
-
} | undefined;
|
|
452
|
-
txIndex: number;
|
|
453
|
-
amountIn: string;
|
|
454
|
-
amountOut: string;
|
|
455
457
|
})[];
|
|
456
458
|
sourceAssetChainId: string;
|
|
457
459
|
sourceAssetDenom: string;
|
|
@@ -474,22 +476,22 @@ declare const route: (request: RouteRequest) => Promise<{
|
|
|
474
476
|
amount?: string | undefined;
|
|
475
477
|
usdAmount?: string | undefined;
|
|
476
478
|
originAsset: {
|
|
477
|
-
chainId: string;
|
|
478
|
-
coingeckoId?: string | undefined;
|
|
479
|
-
decimals?: number | undefined;
|
|
480
479
|
denom: string;
|
|
481
|
-
|
|
480
|
+
chainId: string;
|
|
481
|
+
originDenom: string;
|
|
482
|
+
originChainId: string;
|
|
483
|
+
trace: string;
|
|
482
484
|
isCw20: boolean;
|
|
483
485
|
isEvm: boolean;
|
|
484
486
|
isSvm: boolean;
|
|
485
|
-
logoUri?: string | undefined;
|
|
486
|
-
name?: string | undefined;
|
|
487
|
-
originChainId: string;
|
|
488
|
-
originDenom: string;
|
|
489
|
-
recommendedSymbol?: string | undefined;
|
|
490
487
|
symbol?: string | undefined;
|
|
488
|
+
name?: string | undefined;
|
|
489
|
+
logoUri?: string | undefined;
|
|
490
|
+
decimals?: number | undefined;
|
|
491
491
|
tokenContract?: string | undefined;
|
|
492
|
-
|
|
492
|
+
description?: string | undefined;
|
|
493
|
+
coingeckoId?: string | undefined;
|
|
494
|
+
recommendedSymbol?: string | undefined;
|
|
493
495
|
};
|
|
494
496
|
chainId?: string | undefined;
|
|
495
497
|
txIndex?: number | undefined;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { route } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { route } from '../chunk-VWOMKMH2.js';
|
|
2
|
+
import '../chunk-VGCTTJO7.js';
|
|
3
|
+
import '../chunk-QL423UEF.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { S as SkipApiOptions } from '../apiState-1VvikVK-.js';
|
|
2
|
-
import { A as ApiRequest, a as ApiResponse } from '../generateApi-
|
|
3
|
-
import '../swaggerTypes-
|
|
2
|
+
import { A as ApiRequest, a as ApiResponse } from '../generateApi-D_-Gso-x.js';
|
|
3
|
+
import '../swaggerTypes-B_jKfpvz.js';
|
|
4
4
|
|
|
5
5
|
declare const submitTransaction: (options?: ({
|
|
6
6
|
tx?: string | undefined;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { submitTransaction } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { submitTransaction } from '../chunk-HDW6XFWX.js';
|
|
2
|
+
import '../chunk-VGCTTJO7.js';
|
|
3
|
+
import '../chunk-QL423UEF.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { S as SkipApiOptions } from '../apiState-1VvikVK-.js';
|
|
2
|
-
import { A as ApiRequest, P as PollingProps } from '../generateApi-
|
|
3
|
-
import '../swaggerTypes-
|
|
2
|
+
import { A as ApiRequest, P as PollingProps } from '../generateApi-D_-Gso-x.js';
|
|
3
|
+
import '../swaggerTypes-B_jKfpvz.js';
|
|
4
4
|
|
|
5
5
|
type TrackTxRequest = ApiRequest<"status"> & TrackTxPollingProps & SkipApiOptions;
|
|
6
6
|
type TrackTxPollingProps = Omit<PollingProps<"status">, "isSuccess" | "onError" | "onSuccess">;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { trackTransaction } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { trackTransaction } from '../chunk-AUNRER4I.js';
|
|
2
|
+
import '../chunk-VGCTTJO7.js';
|
|
3
|
+
import '../chunk-QL423UEF.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { a as ApiResponse } from '../generateApi-
|
|
1
|
+
import { aJ as TransactionState, al as PacketErrorType, aS as TransferState, k as AxelarTransferState, O as ContractCallWithTokenErrorType, as as SendTokenErrorType, l as AxelarTransferType, p as CCTPTransferState, a8 as HyperlaneTransferState, aO as OPInitTransferState, s as StargateTransferState, w as GoFastTransferState, aP as LayerZeroTransferState, av as StatusErrorType } from '../swaggerTypes-B_jKfpvz.js';
|
|
2
|
+
import { a as ApiResponse } from '../generateApi-D_-Gso-x.js';
|
|
3
3
|
import { S as SkipApiOptions } from '../apiState-1VvikVK-.js';
|
|
4
4
|
|
|
5
5
|
declare const transactionStatus: (params?: ({
|
|
@@ -9,24 +9,7 @@ declare const transactionStatus: (params?: ({
|
|
|
9
9
|
abortDuplicateRequests?: boolean | undefined;
|
|
10
10
|
}) | undefined) => Promise<{
|
|
11
11
|
transfers?: {
|
|
12
|
-
error?: {
|
|
13
|
-
details?: {
|
|
14
|
-
code?: number | undefined;
|
|
15
|
-
message?: string | undefined;
|
|
16
|
-
} | undefined;
|
|
17
|
-
message?: string | undefined;
|
|
18
|
-
type?: StatusErrorType | undefined;
|
|
19
|
-
} | undefined;
|
|
20
|
-
nextBlockingTransfer?: {
|
|
21
|
-
transferSequenceIndex?: number | undefined;
|
|
22
|
-
} | undefined;
|
|
23
12
|
state?: TransactionState | undefined;
|
|
24
|
-
transferAssetRelease?: {
|
|
25
|
-
chainId?: string | undefined;
|
|
26
|
-
denom?: string | undefined;
|
|
27
|
-
amount?: string | undefined;
|
|
28
|
-
released?: boolean | undefined;
|
|
29
|
-
} | undefined;
|
|
30
13
|
transferSequence?: {
|
|
31
14
|
ibcTransfer?: {
|
|
32
15
|
toChainId: string;
|
|
@@ -318,8 +301,42 @@ declare const transactionStatus: (params?: ({
|
|
|
318
301
|
};
|
|
319
302
|
} | undefined;
|
|
320
303
|
}[] | undefined;
|
|
304
|
+
nextBlockingTransfer?: {
|
|
305
|
+
transferSequenceIndex?: number | undefined;
|
|
306
|
+
} | undefined;
|
|
307
|
+
transferAssetRelease?: {
|
|
308
|
+
chainId?: string | undefined;
|
|
309
|
+
denom?: string | undefined;
|
|
310
|
+
amount?: string | undefined;
|
|
311
|
+
released?: boolean | undefined;
|
|
312
|
+
} | undefined;
|
|
313
|
+
error?: {
|
|
314
|
+
details?: {
|
|
315
|
+
code?: number | undefined;
|
|
316
|
+
message?: string | undefined;
|
|
317
|
+
} | undefined;
|
|
318
|
+
message?: string | undefined;
|
|
319
|
+
type?: StatusErrorType | undefined;
|
|
320
|
+
} | undefined;
|
|
321
321
|
}[] | undefined;
|
|
322
322
|
state: TransactionState;
|
|
323
|
+
nextBlockingTransfer?: {
|
|
324
|
+
transferSequenceIndex?: number | undefined;
|
|
325
|
+
} | undefined;
|
|
326
|
+
transferAssetRelease?: {
|
|
327
|
+
chainId?: string | undefined;
|
|
328
|
+
denom?: string | undefined;
|
|
329
|
+
amount?: string | undefined;
|
|
330
|
+
released?: boolean | undefined;
|
|
331
|
+
} | undefined;
|
|
332
|
+
error?: {
|
|
333
|
+
details?: {
|
|
334
|
+
code?: number | undefined;
|
|
335
|
+
message?: string | undefined;
|
|
336
|
+
} | undefined;
|
|
337
|
+
message?: string | undefined;
|
|
338
|
+
type?: StatusErrorType | undefined;
|
|
339
|
+
} | undefined;
|
|
323
340
|
transferSequence: {
|
|
324
341
|
ibcTransfer?: {
|
|
325
342
|
toChainId: string;
|
|
@@ -611,23 +628,6 @@ declare const transactionStatus: (params?: ({
|
|
|
611
628
|
};
|
|
612
629
|
} | undefined;
|
|
613
630
|
}[];
|
|
614
|
-
nextBlockingTransfer?: {
|
|
615
|
-
transferSequenceIndex?: number | undefined;
|
|
616
|
-
} | undefined;
|
|
617
|
-
transferAssetRelease?: {
|
|
618
|
-
chainId?: string | undefined;
|
|
619
|
-
denom?: string | undefined;
|
|
620
|
-
amount?: string | undefined;
|
|
621
|
-
released?: boolean | undefined;
|
|
622
|
-
} | undefined;
|
|
623
|
-
error?: {
|
|
624
|
-
details?: {
|
|
625
|
-
code?: number | undefined;
|
|
626
|
-
message?: string | undefined;
|
|
627
|
-
} | undefined;
|
|
628
|
-
message?: string | undefined;
|
|
629
|
-
type?: StatusErrorType | undefined;
|
|
630
|
-
} | null | undefined;
|
|
631
631
|
status?: string | undefined;
|
|
632
632
|
}>;
|
|
633
633
|
type TxStatusResponse = ApiResponse<"status">;
|