@skip-go/client 1.3.1 → 1.3.3
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-EINQFLWN.cjs → chunk-2CCLIBCC.cjs} +2 -2
- package/dist/cjs/{chunk-SLZCWA4K.cjs → chunk-2EKCOIWV.cjs} +7 -7
- package/dist/cjs/{chunk-SIY2K7TT.cjs → chunk-2VQ2TNFM.cjs} +2 -2
- package/dist/cjs/{chunk-EQBTNGJJ.cjs → chunk-7I2KQNIU.cjs} +2 -2
- package/dist/cjs/{chunk-DUJSZRFD.cjs → chunk-A7GR26AQ.cjs} +58 -55
- package/dist/cjs/{chunk-WE7KICKO.cjs → chunk-B4OGYBRC.cjs} +2 -2
- package/dist/cjs/{chunk-OA5PE7TW.cjs → chunk-DBDB2XWX.cjs} +3 -3
- package/dist/cjs/{chunk-PFCGKAXF.cjs → chunk-DCFIIF7G.cjs} +2 -2
- package/dist/cjs/{chunk-W2DPDT3Y.cjs → chunk-EXK2GDR5.cjs} +2 -2
- package/dist/cjs/{chunk-G3G6PBIF.cjs → chunk-FO25SR66.cjs} +6 -6
- package/dist/cjs/{chunk-5FR25GF5.cjs → chunk-HKQ5VION.cjs} +1 -1
- package/dist/cjs/{chunk-CPTNOPWI.cjs → chunk-IDDRJJO5.cjs} +1 -0
- package/dist/cjs/{chunk-TCQMGBFL.cjs → chunk-J5RC6ZU5.cjs} +19 -11
- package/dist/cjs/{chunk-MGYSCMET.cjs → chunk-KJ5NZG2D.cjs} +10 -10
- package/dist/cjs/{chunk-KMDNP6DN.cjs → chunk-L4MLX6KI.cjs} +2 -2
- package/dist/cjs/{chunk-AHRSARNR.cjs → chunk-LP3L6XJB.cjs} +2 -2
- package/dist/cjs/{chunk-NQR3EPN2.cjs → chunk-MCZ3F457.cjs} +2 -2
- package/dist/cjs/{chunk-PG7RVHOU.cjs → chunk-MW3TE7DC.cjs} +2 -2
- package/dist/cjs/{chunk-TFL5E5A6.cjs → chunk-P7CDAHIX.cjs} +2 -2
- package/dist/cjs/{chunk-D2W4UBJB.cjs → chunk-QSISUSYP.cjs} +4 -4
- package/dist/cjs/{chunk-CWUD7UGL.cjs → chunk-XGBCEYWI.cjs} +2 -2
- package/dist/cjs/{chunk-HDKNPB2J.cjs → chunk-XNBHMZQZ.cjs} +6 -6
- package/dist/cjs/{chunk-TWPLCFOH.cjs → chunk-YYBGBKRE.cjs} +4 -4
- package/dist/cjs/index.cjs +78 -82
- package/dist/cjs/public-functions/executeRoute.cjs +14 -15
- package/dist/cjs/public-functions/getEvmGasAmountForMessage.cjs +1 -1
- package/dist/cjs/public-functions/getFeeInfoForChain.cjs +5 -5
- package/dist/cjs/public-functions/getRecommendedGasPrice.cjs +6 -6
- 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/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 +1 -1
- 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.js +3 -3
- package/dist/esm/api/postMessages.d.ts +2 -2
- package/dist/esm/api/postMessages.js +3 -3
- package/dist/esm/api/postMessagesDirect.d.ts +195 -195
- package/dist/esm/api/postMessagesDirect.js +3 -3
- package/dist/esm/api/postRecommendAssets.d.ts +1 -1
- package/dist/esm/api/postRecommendAssets.js +3 -3
- package/dist/esm/api/postRoute.d.ts +191 -191
- package/dist/esm/api/postRoute.js +3 -3
- package/dist/esm/api/postSubmitTransaction.d.ts +5 -1
- 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 +2 -2
- package/dist/esm/api/postTransactionStatus.js +3 -3
- package/dist/esm/{callbacks-C2lXb0AH.d.ts → callbacks-CuL50GnB.d.ts} +1 -1
- package/dist/esm/{chunk-6ULKULTX.js → chunk-2L7PKZDY.js} +1 -1
- package/dist/esm/{chunk-7ZG7HNNC.js → chunk-2R3M45RX.js} +2 -2
- package/dist/esm/{chunk-HAGMHUOI.js → chunk-35H4PDPF.js} +23 -20
- package/dist/esm/{chunk-F65QOYUA.js → chunk-6F2T2KB3.js} +1 -1
- package/dist/esm/{chunk-MAOMQHG5.js → chunk-7ITTEUMR.js} +1 -1
- package/dist/esm/{chunk-4DI7G6TH.js → chunk-7YN3UVVF.js} +1 -1
- package/dist/esm/{chunk-CGZ5DA2T.js → chunk-CFDTJGQK.js} +1 -1
- package/dist/esm/{chunk-ERPZHRBM.js → chunk-CU6W3622.js} +17 -9
- package/dist/esm/{chunk-NZVZH6OA.js → chunk-GSCIF7YA.js} +1 -1
- package/dist/esm/{chunk-VUOOTNLG.js → chunk-HT6O3BQ7.js} +1 -1
- package/dist/esm/{chunk-ZTDLGX7X.js → chunk-IPHFFTGO.js} +1 -1
- package/dist/esm/{chunk-YLMQS52U.js → chunk-IWXRHEX4.js} +2 -2
- package/dist/esm/{chunk-UZKIIX6A.js → chunk-JIADJKRD.js} +1 -1
- package/dist/esm/{chunk-YYXOIRHZ.js → chunk-JSY7M43P.js} +1 -1
- package/dist/esm/{chunk-HS2D6FKN.js → chunk-JYUNVL4F.js} +1 -1
- package/dist/esm/{chunk-SS5LQKBL.js → chunk-LZI7A4JI.js} +1 -1
- package/dist/esm/{chunk-I4AMZAHH.js → chunk-MXCJ2M3K.js} +1 -1
- package/dist/esm/{chunk-PIQZD2VE.js → chunk-OHV2LZEG.js} +1 -1
- package/dist/esm/{chunk-C6NHVJ3R.js → chunk-OL7CWCPB.js} +2 -2
- package/dist/esm/{chunk-KYLULQOS.js → chunk-OQDBWVET.js} +1 -0
- package/dist/esm/{chunk-2R5COFPS.js → chunk-SJP6W2SK.js} +1 -1
- package/dist/esm/{chunk-QPJEHGY7.js → chunk-XXTECZG3.js} +1 -1
- package/dist/esm/{chunk-GOD6ESBZ.js → chunk-Y5H25R7Z.js} +1 -1
- package/dist/esm/{client-types-DuWWc2_J.d.ts → client-types-B7Fin0mq.d.ts} +2 -1
- package/dist/esm/{generateApi-DvFEIUee.d.ts → generateApi-C_xgtxrO.d.ts} +1 -1
- package/dist/esm/index.d.ts +20 -8
- package/dist/esm/index.js +25 -25
- package/dist/esm/public-functions/executeRoute.d.ts +4 -4
- package/dist/esm/public-functions/executeRoute.js +13 -14
- 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 +4 -4
- package/dist/esm/public-functions/getRecommendedGasPrice.js +5 -5
- 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 +3 -3
- package/dist/esm/public-functions/setClientOptions.js +4 -4
- 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 +10 -6
- package/dist/esm/public-functions/waitForTransaction.js +5 -5
- package/dist/esm/{setClientOptions-B27lt_6h.d.ts → setClientOptions-BTRwCbmt.d.ts} +1 -1
- package/dist/esm/{swaggerTypes-BrC-ZYnx.d.ts → swaggerTypes-DDwqIjap.d.ts} +15 -2
- package/package.json +1 -1
- package/dist/cjs/api/postSubmit.cjs +0 -12
- package/dist/cjs/chunk-RFBDXALX.cjs +0 -12
- package/dist/esm/api/postSubmit.d.ts +0 -17
- package/dist/esm/api/postSubmit.js +0 -3
- package/dist/esm/chunk-6UMMVC2P.js +0 -10
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { validateCosmosGasBalance } from '../chunk-
|
|
1
|
+
export { validateCosmosGasBalance } from '../chunk-2R3M45RX.js';
|
|
2
2
|
import '../chunk-TV2XPAIF.js';
|
|
3
|
-
import '../chunk-TD63P2AG.js';
|
|
4
3
|
import '../chunk-VQ5SIQWU.js';
|
|
5
|
-
import '../chunk-
|
|
4
|
+
import '../chunk-6F2T2KB3.js';
|
|
6
5
|
import '../chunk-43P4WRGN.js';
|
|
7
|
-
import '../chunk-
|
|
8
|
-
import '../chunk-
|
|
9
|
-
import '../chunk-
|
|
6
|
+
import '../chunk-TD63P2AG.js';
|
|
7
|
+
import '../chunk-2L7PKZDY.js';
|
|
8
|
+
import '../chunk-LZI7A4JI.js';
|
|
9
|
+
import '../chunk-OQDBWVET.js';
|
|
@@ -1,12 +1,16 @@
|
|
|
1
|
-
import { av as StatusErrorType, 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 } from '../swaggerTypes-
|
|
2
|
-
import { T as TransactionCallbacks } from '../callbacks-
|
|
3
|
-
import {
|
|
4
|
-
import '
|
|
1
|
+
import { av as StatusErrorType, 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 } from '../swaggerTypes-DDwqIjap.js';
|
|
2
|
+
import { T as TransactionCallbacks } from '../callbacks-CuL50GnB.js';
|
|
3
|
+
import { T as TxResult } from '../client-types-B7Fin0mq.js';
|
|
4
|
+
import '@cosmjs/amino';
|
|
5
|
+
import '@cosmjs/proto-signing';
|
|
6
|
+
import '@cosmjs/stargate';
|
|
7
|
+
import 'viem';
|
|
8
|
+
import '@solana/wallet-adapter-base';
|
|
5
9
|
|
|
6
|
-
type WaitForTransactionProps =
|
|
10
|
+
type WaitForTransactionProps = TxResult & {
|
|
7
11
|
onTransactionTracked?: TransactionCallbacks["onTransactionTracked"];
|
|
8
12
|
};
|
|
9
|
-
declare const waitForTransaction: ({ chainId, txHash, onTransactionTracked, ...trackTxPollingOptions }: WaitForTransactionProps) => Promise<{
|
|
13
|
+
declare const waitForTransaction: ({ chainId, txHash, explorerLink, onTransactionTracked, ...trackTxPollingOptions }: WaitForTransactionProps) => Promise<{
|
|
10
14
|
transfers?: {
|
|
11
15
|
error?: {
|
|
12
16
|
details?: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { waitForTransaction } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-
|
|
5
|
-
import '../chunk-
|
|
1
|
+
export { waitForTransaction } from '../chunk-CU6W3622.js';
|
|
2
|
+
import '../chunk-7ITTEUMR.js';
|
|
3
|
+
import '../chunk-MXCJ2M3K.js';
|
|
4
|
+
import '../chunk-LZI7A4JI.js';
|
|
5
|
+
import '../chunk-OQDBWVET.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { GeneratedType } from '@cosmjs/proto-signing';
|
|
2
2
|
import { AminoConverters } from '@cosmjs/stargate';
|
|
3
3
|
import { S as SkipApiOptions } from './apiState-DwZhwVul.js';
|
|
4
|
-
import { E as EndpointOptions } from './client-types-
|
|
4
|
+
import { E as EndpointOptions } from './client-types-B7Fin0mq.js';
|
|
5
5
|
|
|
6
6
|
type SkipClientOptions = SkipApiOptions & {
|
|
7
7
|
endpointOptions?: {
|
|
@@ -110,6 +110,7 @@ interface AxelarTransfer {
|
|
|
110
110
|
* * `OPINIT` - Opinit Bridge
|
|
111
111
|
* * `GO_FAST` - Go Fast Bridge
|
|
112
112
|
* * `STARGATE` - Stargate Bridge
|
|
113
|
+
* * `LAYER_ZERO` - Layerzero Bridge
|
|
113
114
|
* * `EUREKA` - IBC Eureka Bridge
|
|
114
115
|
*/
|
|
115
116
|
bridgeId?: BridgeType;
|
|
@@ -202,6 +203,7 @@ interface CCTPTransfer {
|
|
|
202
203
|
* * `OPINIT` - Opinit Bridge
|
|
203
204
|
* * `GO_FAST` - Go Fast Bridge
|
|
204
205
|
* * `STARGATE` - Stargate Bridge
|
|
206
|
+
* * `LAYER_ZERO` - Layerzero Bridge
|
|
205
207
|
* * `EUREKA` - IBC Eureka Bridge
|
|
206
208
|
*/
|
|
207
209
|
bridgeId?: BridgeType;
|
|
@@ -267,6 +269,7 @@ interface StargateTransfer {
|
|
|
267
269
|
* * `OPINIT` - Opinit Bridge
|
|
268
270
|
* * `GO_FAST` - Go Fast Bridge
|
|
269
271
|
* * `STARGATE` - Stargate Bridge
|
|
272
|
+
* * `LAYER_ZERO` - Layerzero Bridge
|
|
270
273
|
* * `EUREKA` - IBC Eureka Bridge
|
|
271
274
|
*/
|
|
272
275
|
bridgeId?: BridgeType;
|
|
@@ -337,6 +340,7 @@ interface GoFastTransfer {
|
|
|
337
340
|
* * `OPINIT` - Opinit Bridge
|
|
338
341
|
* * `GO_FAST` - Go Fast Bridge
|
|
339
342
|
* * `STARGATE` - Stargate Bridge
|
|
343
|
+
* * `LAYER_ZERO` - Layerzero Bridge
|
|
340
344
|
* * `EUREKA` - IBC Eureka Bridge
|
|
341
345
|
*/
|
|
342
346
|
bridgeId?: BridgeType;
|
|
@@ -430,6 +434,7 @@ interface Bridge {
|
|
|
430
434
|
* * `OPINIT` - Opinit Bridge
|
|
431
435
|
* * `GO_FAST` - Go Fast Bridge
|
|
432
436
|
* * `STARGATE` - Stargate Bridge
|
|
437
|
+
* * `LAYER_ZERO` - Layerzero Bridge
|
|
433
438
|
* * `EUREKA` - IBC Eureka Bridge
|
|
434
439
|
*/
|
|
435
440
|
id?: BridgeType;
|
|
@@ -447,6 +452,7 @@ interface Bridge {
|
|
|
447
452
|
* * `OPINIT` - Opinit Bridge
|
|
448
453
|
* * `GO_FAST` - Go Fast Bridge
|
|
449
454
|
* * `STARGATE` - Stargate Bridge
|
|
455
|
+
* * `LAYER_ZERO` - Layerzero Bridge
|
|
450
456
|
* * `EUREKA` - IBC Eureka Bridge
|
|
451
457
|
*/
|
|
452
458
|
declare enum BridgeType {
|
|
@@ -457,6 +463,7 @@ declare enum BridgeType {
|
|
|
457
463
|
OPINIT = "OPINIT",
|
|
458
464
|
GO_FAST = "GO_FAST",
|
|
459
465
|
STARGATE = "STARGATE",
|
|
466
|
+
LAYER_ZERO = "LAYER_ZERO",
|
|
460
467
|
EUREKA = "EUREKA"
|
|
461
468
|
}
|
|
462
469
|
interface Chain {
|
|
@@ -682,6 +689,7 @@ interface HyperlaneTransfer {
|
|
|
682
689
|
* * `OPINIT` - Opinit Bridge
|
|
683
690
|
* * `GO_FAST` - Go Fast Bridge
|
|
684
691
|
* * `STARGATE` - Stargate Bridge
|
|
692
|
+
* * `LAYER_ZERO` - Layerzero Bridge
|
|
685
693
|
* * `EUREKA` - IBC Eureka Bridge
|
|
686
694
|
*/
|
|
687
695
|
bridgeId?: BridgeType;
|
|
@@ -1076,6 +1084,7 @@ interface OPInitTransfer {
|
|
|
1076
1084
|
* * `OPINIT` - Opinit Bridge
|
|
1077
1085
|
* * `GO_FAST` - Go Fast Bridge
|
|
1078
1086
|
* * `STARGATE` - Stargate Bridge
|
|
1087
|
+
* * `LAYER_ZERO` - Layerzero Bridge
|
|
1079
1088
|
* * `EUREKA` - IBC Eureka Bridge
|
|
1080
1089
|
*/
|
|
1081
1090
|
bridgeId?: BridgeType;
|
|
@@ -1168,6 +1177,7 @@ interface Transfer {
|
|
|
1168
1177
|
* * `OPINIT` - Opinit Bridge
|
|
1169
1178
|
* * `GO_FAST` - Go Fast Bridge
|
|
1170
1179
|
* * `STARGATE` - Stargate Bridge
|
|
1180
|
+
* * `LAYER_ZERO` - Layerzero Bridge
|
|
1171
1181
|
* * `EUREKA` - IBC Eureka Bridge
|
|
1172
1182
|
*/
|
|
1173
1183
|
bridgeId?: BridgeType;
|
|
@@ -1269,6 +1279,7 @@ interface EurekaTransfer {
|
|
|
1269
1279
|
* * `OPINIT` - Opinit Bridge
|
|
1270
1280
|
* * `GO_FAST` - Go Fast Bridge
|
|
1271
1281
|
* * `STARGATE` - Stargate Bridge
|
|
1282
|
+
* * `LAYER_ZERO` - Layerzero Bridge
|
|
1272
1283
|
* * `EUREKA` - IBC Eureka Bridge
|
|
1273
1284
|
*/
|
|
1274
1285
|
bridgeId?: BridgeType;
|
|
@@ -1310,7 +1321,7 @@ interface LayerZeroTransfer {
|
|
|
1310
1321
|
denomIn: string;
|
|
1311
1322
|
/** Denom of the output asset of the transfer */
|
|
1312
1323
|
denomOut: string;
|
|
1313
|
-
|
|
1324
|
+
sourceOftContractAddress: string;
|
|
1314
1325
|
destinationEndpointId: number;
|
|
1315
1326
|
messagingFeeAsset: Asset;
|
|
1316
1327
|
messagingFeeAmount: string;
|
|
@@ -1324,6 +1335,7 @@ interface LayerZeroTransfer {
|
|
|
1324
1335
|
* * `OPINIT` - Opinit Bridge
|
|
1325
1336
|
* * `GO_FAST` - Go Fast Bridge
|
|
1326
1337
|
* * `STARGATE` - Stargate Bridge
|
|
1338
|
+
* * `LAYER_ZERO` - Layerzero Bridge
|
|
1327
1339
|
* * `EUREKA` - IBC Eureka Bridge
|
|
1328
1340
|
*/
|
|
1329
1341
|
bridgeId: BridgeType;
|
|
@@ -1405,6 +1417,7 @@ interface Fee {
|
|
|
1405
1417
|
* * `OPINIT` - Opinit Bridge
|
|
1406
1418
|
* * `GO_FAST` - Go Fast Bridge
|
|
1407
1419
|
* * `STARGATE` - Stargate Bridge
|
|
1420
|
+
* * `LAYER_ZERO` - Layerzero Bridge
|
|
1408
1421
|
* * `EUREKA` - IBC Eureka Bridge
|
|
1409
1422
|
*/
|
|
1410
1423
|
bridgeId?: BridgeType;
|
|
@@ -1981,4 +1994,4 @@ declare class Api<SecurityDataType extends unknown> extends HttpClient<SecurityD
|
|
|
1981
1994
|
}, params?: RequestParams) => Promise<HttpResponse<FungibleAssetsBetweenChainsCreateResponse, Error>>;
|
|
1982
1995
|
}
|
|
1983
1996
|
|
|
1984
|
-
export { type EvmTx as $, type AcknowledgementErrorDetails as A, type BalanceRequestChainEntry as B, type CCTPTransfer as C, type BalanceResponseDenomEntry as D, type BalanceResponseChainEntry as E, type BankSend as F, type GoFastTransfer as G, type BankSendWrapper as H, type Bridge as I, BridgeType as J, type Chain as K, ChainType as L, type ChainAffiliates as M, type ContractCallWithTokenError as N, ContractCallWithTokenErrorType as O, type ContractCallWithTokenTxs as P, type CosmWasmContractMsg as Q, type CosmWasmContractMsgWrapper as R, type SmartRelayFeeQuote as S, type Erc20Approval as T, type ErrorDetail as U, type Error as V, type CosmosMsg as W, type CosmosTx as X, type CosmosTxWrapper as Y, type EvmSwap as Z, type EvmSwapWrapper as _, type Affiliate as a, type LayerZeroTransferWrapper as a$, type EvmTxWrapper as a0, type SvmTx as a1, type SvmTxWrapper as a2, type FeeAsset as a3, type GoFastFee as a4, type GRPCStatusCode as a5, type HyperlaneTransfer as a6, type HyperlaneTransferInfo as a7, HyperlaneTransferState as a8, type HyperlaneTransferTransactions as a9, type SwapOperation as aA, type SwapOutWrapper as aB, type SwapRoute as aC, type SmartSwapExactCoinIn as aD, type SmartSwapOptions as aE, type SmartSwapInWrapper as aF, type SwapVenue as aG, type SwapWrapper as aH, type TransactionExecutionErrorDetails as aI, TransactionState as aJ, type OPInitTransfer as aK, type OPInitTransferWrapper as aL, type OPInitTransferInfo as aM, type OPInitTransferTxs as aN, OPInitTransferState as aO, LayerZeroTransferState as aP, type Transfer as aQ, type TransferEvent as aR, TransferState as aS, type TransferAssetRelease as aT, type TransferStatus as aU, type TransferWrapper as aV, type EurekaTransfer as aW, type EurekaTransferInfo as aX, type EurekaTransferWrapper as aY, type LayerZeroTransfer as aZ, type LayerZeroTransferInfo as a_, type HyperlaneTransferWrapper as aa, type IBCTransferInfo as ab, type Msg as ac, type Tx as ad, type MultiChainMsg as ae, type MultiChainMsgWrapper as af, type Operation as ag, type OptionalAsset as ah, type LayerZeroTransferTransactions as ai, type Packet as aj, type PacketError as ak, PacketErrorType as al, type ChainTransaction as am, type PostHandler as an, Reason as ao, RoutePriceWarningType as ap, type Route as aq, type SendTokenError as ar, SendTokenErrorType as as, type SendTokenTxs as at, type StatusError as au, StatusErrorType as av, type Swap as aw, type SwapExactCoinIn as ax, type SwapExactCoinOut as ay, type SwapInWrapper as az, type ApiError as b, type RecommendationRequest as b0, type CosmosModuleSupport as b1, type IbcCapabilities as b2, FeeType as b3, FeeBehavior as b4, type Fee as b5, type ChainsRequest as b6, type ChainsResponse as b7, type BalancesResponse as b8, type BridgesResponse as b9, type VenuesRequest as ba, type VenuesResponse as bb, type AssetsRequest as bc, type AssetsResponse as bd, type AssetsFromSourceResponse as be, type RouteResponse as bf, type MsgsResponse as bg, type MsgsDirectResponse as bh, type AssetRecommendationsResponse as bi, type
|
|
1997
|
+
export { type EvmTx as $, type AcknowledgementErrorDetails as A, type BalanceRequestChainEntry as B, type CCTPTransfer as C, type BalanceResponseDenomEntry as D, type BalanceResponseChainEntry as E, type BankSend as F, type GoFastTransfer as G, type BankSendWrapper as H, type Bridge as I, BridgeType as J, type Chain as K, ChainType as L, type ChainAffiliates as M, type ContractCallWithTokenError as N, ContractCallWithTokenErrorType as O, type ContractCallWithTokenTxs as P, type CosmWasmContractMsg as Q, type CosmWasmContractMsgWrapper as R, type SmartRelayFeeQuote as S, type Erc20Approval as T, type ErrorDetail as U, type Error as V, type CosmosMsg as W, type CosmosTx as X, type CosmosTxWrapper as Y, type EvmSwap as Z, type EvmSwapWrapper as _, type Affiliate as a, type LayerZeroTransferWrapper as a$, type EvmTxWrapper as a0, type SvmTx as a1, type SvmTxWrapper as a2, type FeeAsset as a3, type GoFastFee as a4, type GRPCStatusCode as a5, type HyperlaneTransfer as a6, type HyperlaneTransferInfo as a7, HyperlaneTransferState as a8, type HyperlaneTransferTransactions as a9, type SwapOperation as aA, type SwapOutWrapper as aB, type SwapRoute as aC, type SmartSwapExactCoinIn as aD, type SmartSwapOptions as aE, type SmartSwapInWrapper as aF, type SwapVenue as aG, type SwapWrapper as aH, type TransactionExecutionErrorDetails as aI, TransactionState as aJ, type OPInitTransfer as aK, type OPInitTransferWrapper as aL, type OPInitTransferInfo as aM, type OPInitTransferTxs as aN, OPInitTransferState as aO, LayerZeroTransferState as aP, type Transfer as aQ, type TransferEvent as aR, TransferState as aS, type TransferAssetRelease as aT, type TransferStatus as aU, type TransferWrapper as aV, type EurekaTransfer as aW, type EurekaTransferInfo as aX, type EurekaTransferWrapper as aY, type LayerZeroTransfer as aZ, type LayerZeroTransferInfo as a_, type HyperlaneTransferWrapper as aa, type IBCTransferInfo as ab, type Msg as ac, type Tx as ad, type MultiChainMsg as ae, type MultiChainMsgWrapper as af, type Operation as ag, type OptionalAsset as ah, type LayerZeroTransferTransactions as ai, type Packet as aj, type PacketError as ak, PacketErrorType as al, type ChainTransaction as am, type PostHandler as an, Reason as ao, RoutePriceWarningType as ap, type Route as aq, type SendTokenError as ar, SendTokenErrorType as as, type SendTokenTxs as at, type StatusError as au, StatusErrorType as av, type Swap as aw, type SwapExactCoinIn as ax, type SwapExactCoinOut as ay, type SwapInWrapper as az, type ApiError as b, type RecommendationRequest as b0, type CosmosModuleSupport as b1, type IbcCapabilities as b2, FeeType as b3, FeeBehavior as b4, type Fee as b5, type ChainsRequest as b6, type ChainsResponse as b7, type BalancesResponse as b8, type BridgesResponse as b9, type VenuesRequest as ba, type VenuesResponse as bb, type AssetsRequest as bc, type AssetsResponse as bd, type AssetsFromSourceResponse as be, type RouteResponse as bf, type MsgsResponse as bg, type MsgsDirectResponse as bh, type AssetRecommendationsResponse as bi, type SubmitResponse as bj, type TrackResponse as bk, type StatusRequest as bl, type StatusResponse as bm, type IbcOriginAssetsResponse as bn, type FungibleAssetsBetweenChainsCreateResponse as bo, type QueryParamsType as bp, type ResponseFormat as bq, type FullRequestParams as br, type RequestParams as bs, type ApiConfig as bt, type HttpResponse as bu, ContentType as bv, HttpClient as bw, Api as bx, type Asset as c, type AssetBetweenChains as d, type AssetRecommendation as e, AutopilotAction as f, type AutopilotMsg as g, type AutopilotMsgWrapper as h, type AxelarTransfer as i, type AxelarTransferInfo as j, AxelarTransferState as k, AxelarTransferType as l, type AxelarTransferWrapper as m, type CCTPTransferInfo as n, type CCTPTransferTxs as o, CCTPTransferState as p, type CCTPTransferWrapper as q, type StargateTransfer as r, StargateTransferState as s, type StargateTransferTxs as t, type StargateTransferInfo as u, type StargateTransferWrapper as v, GoFastTransferState as w, type GoFastTransferTxs as x, type GoFastTransferInfo as y, type GoFastTransferWrapper as z };
|
package/package.json
CHANGED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var chunkRFBDXALX_cjs = require('../chunk-RFBDXALX.cjs');
|
|
4
|
-
require('../chunk-5FR25GF5.cjs');
|
|
5
|
-
require('../chunk-CPTNOPWI.cjs');
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
Object.defineProperty(exports, "submit", {
|
|
10
|
-
enumerable: true,
|
|
11
|
-
get: function () { return chunkRFBDXALX_cjs.submit; }
|
|
12
|
-
});
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { S as SkipApiOptions } from '../apiState-DwZhwVul.js';
|
|
2
|
-
import { A as ApiRequest, a as ApiResponse } from '../generateApi-DvFEIUee.js';
|
|
3
|
-
import '../swaggerTypes-BrC-ZYnx.js';
|
|
4
|
-
|
|
5
|
-
declare const submit: (options?: ({
|
|
6
|
-
tx?: string | undefined;
|
|
7
|
-
chainId?: string | undefined;
|
|
8
|
-
} & SkipApiOptions & {
|
|
9
|
-
abortDuplicateRequests?: boolean | undefined;
|
|
10
|
-
}) | undefined) => Promise<{
|
|
11
|
-
txHash?: string | undefined;
|
|
12
|
-
explorerLink?: string | undefined;
|
|
13
|
-
} | undefined>;
|
|
14
|
-
type SubmitRequest = ApiRequest<"submit">;
|
|
15
|
-
type SubmitResponse = ApiResponse<"submit">;
|
|
16
|
-
|
|
17
|
-
export { type SubmitRequest, type SubmitResponse, submit };
|