@skip-go/client 1.3.2 → 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 +4 -4
- package/dist/cjs/api/getAssetsBetweenChains.cjs +3 -3
- package/dist/cjs/api/getBridges.cjs +3 -3
- package/dist/cjs/api/getChains.cjs +3 -3
- package/dist/cjs/api/getVenues.cjs +3 -3
- package/dist/cjs/api/postAssetsFromSource.cjs +4 -4
- package/dist/cjs/api/postBalances.cjs +3 -3
- package/dist/cjs/api/postIbcOriginAssets.cjs +3 -3
- package/dist/cjs/api/postMessages.cjs +3 -3
- package/dist/cjs/api/postMessagesDirect.cjs +3 -3
- package/dist/cjs/api/postRecommendAssets.cjs +3 -3
- package/dist/cjs/api/postRoute.cjs +3 -3
- package/dist/cjs/api/postSubmitTransaction.cjs +3 -3
- package/dist/cjs/api/postTrackTransaction.cjs +3 -3
- package/dist/cjs/api/postTransactionStatus.cjs +3 -3
- 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-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 +52 -57
- package/dist/cjs/public-functions/executeRoute.cjs +13 -14
- package/dist/cjs/public-functions/getFeeInfoForChain.cjs +4 -4
- package/dist/cjs/public-functions/getRecommendedGasPrice.cjs +5 -5
- package/dist/cjs/public-functions/getSigningStargateClient.cjs +4 -4
- package/dist/cjs/public-functions/setApiOptions.cjs +3 -3
- package/dist/cjs/public-functions/setClientOptions.cjs +4 -4
- package/dist/cjs/public-functions/validateCosmosGasBalance.cjs +6 -6
- package/dist/cjs/public-functions/waitForTransaction.cjs +5 -5
- package/dist/esm/api/getAssets.d.ts +1 -1
- package/dist/esm/api/getAssets.js +2 -2
- package/dist/esm/api/getAssetsBetweenChains.d.ts +1 -1
- package/dist/esm/api/getAssetsBetweenChains.js +2 -2
- package/dist/esm/api/getBridges.d.ts +1 -1
- package/dist/esm/api/getBridges.js +2 -2
- package/dist/esm/api/getChains.d.ts +1 -1
- package/dist/esm/api/getChains.js +2 -2
- package/dist/esm/api/getVenues.js +2 -2
- package/dist/esm/api/postAssetsFromSource.d.ts +1 -1
- package/dist/esm/api/postAssetsFromSource.js +3 -3
- package/dist/esm/api/postBalances.d.ts +2 -2
- package/dist/esm/api/postBalances.js +2 -2
- package/dist/esm/api/postIbcOriginAssets.js +2 -2
- package/dist/esm/api/postMessages.d.ts +2 -2
- package/dist/esm/api/postMessages.js +2 -2
- package/dist/esm/api/postMessagesDirect.d.ts +1 -1
- package/dist/esm/api/postMessagesDirect.js +2 -2
- package/dist/esm/api/postRecommendAssets.d.ts +1 -1
- package/dist/esm/api/postRecommendAssets.js +2 -2
- package/dist/esm/api/postRoute.d.ts +2 -2
- package/dist/esm/api/postRoute.js +2 -2
- package/dist/esm/api/postSubmitTransaction.d.ts +5 -1
- package/dist/esm/api/postSubmitTransaction.js +2 -2
- package/dist/esm/api/postTrackTransaction.d.ts +2 -2
- package/dist/esm/api/postTrackTransaction.js +2 -2
- package/dist/esm/api/postTransactionStatus.d.ts +2 -2
- package/dist/esm/api/postTransactionStatus.js +2 -2
- package/dist/esm/{callbacks-DGLv2hr0.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-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-CSzTHcG9.d.ts → client-types-B7Fin0mq.d.ts} +2 -1
- package/dist/esm/{generateApi-Bfli9ipj.d.ts → generateApi-C_xgtxrO.d.ts} +1 -1
- package/dist/esm/index.d.ts +6 -7
- package/dist/esm/index.js +23 -24
- package/dist/esm/public-functions/executeRoute.d.ts +4 -4
- package/dist/esm/public-functions/executeRoute.js +12 -13
- 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/getFeeInfoForChain.d.ts +1 -1
- package/dist/esm/public-functions/getFeeInfoForChain.js +3 -3
- package/dist/esm/public-functions/getRecommendedGasPrice.js +4 -4
- package/dist/esm/public-functions/getSigningStargateClient.js +3 -3
- package/dist/esm/public-functions/setApiOptions.d.ts +1 -1
- package/dist/esm/public-functions/setApiOptions.js +2 -2
- package/dist/esm/public-functions/setClientOptions.d.ts +3 -3
- package/dist/esm/public-functions/setClientOptions.js +3 -3
- package/dist/esm/public-functions/validateCosmosGasBalance.d.ts +4 -4
- package/dist/esm/public-functions/validateCosmosGasBalance.js +5 -5
- package/dist/esm/public-functions/waitForTransaction.d.ts +10 -6
- package/dist/esm/public-functions/waitForTransaction.js +4 -4
- package/dist/esm/{setClientOptions-RMgGQ1KD.d.ts → setClientOptions-BTRwCbmt.d.ts} +1 -1
- package/dist/esm/{swaggerTypes-BIYUp1AO.d.ts → swaggerTypes-DDwqIjap.d.ts} +1 -1
- 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,5 +1,5 @@
|
|
|
1
|
-
import { G as GetFallbackGasAmount } from '../client-types-
|
|
2
|
-
import { $ as EvmTx } from '../swaggerTypes-
|
|
1
|
+
import { G as GetFallbackGasAmount } from '../client-types-B7Fin0mq.js';
|
|
2
|
+
import { $ as EvmTx } from '../swaggerTypes-DDwqIjap.js';
|
|
3
3
|
import { WalletClient } from 'viem';
|
|
4
4
|
import '@cosmjs/amino';
|
|
5
5
|
import '@cosmjs/proto-signing';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { getFeeInfoForChain } from '../chunk-
|
|
1
|
+
export { getFeeInfoForChain } from '../chunk-Y5H25R7Z.js';
|
|
2
2
|
import '../chunk-SWYON2RG.js';
|
|
3
3
|
import '../chunk-43P4WRGN.js';
|
|
4
|
-
import '../chunk-
|
|
5
|
-
import '../chunk-
|
|
4
|
+
import '../chunk-2L7PKZDY.js';
|
|
5
|
+
import '../chunk-LZI7A4JI.js';
|
|
6
6
|
import '../chunk-OQDBWVET.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { getRecommendedGasPrice } from '../chunk-
|
|
1
|
+
export { getRecommendedGasPrice } from '../chunk-CFDTJGQK.js';
|
|
2
2
|
import '../chunk-VQ5SIQWU.js';
|
|
3
|
-
import '../chunk-
|
|
3
|
+
import '../chunk-Y5H25R7Z.js';
|
|
4
4
|
import '../chunk-SWYON2RG.js';
|
|
5
5
|
import '../chunk-43P4WRGN.js';
|
|
6
|
-
import '../chunk-
|
|
7
|
-
import '../chunk-
|
|
6
|
+
import '../chunk-2L7PKZDY.js';
|
|
7
|
+
import '../chunk-LZI7A4JI.js';
|
|
8
8
|
import '../chunk-OQDBWVET.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { getSigningStargateClient } from '../chunk-
|
|
1
|
+
export { getSigningStargateClient } from '../chunk-6F2T2KB3.js';
|
|
2
2
|
import '../chunk-43P4WRGN.js';
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-
|
|
3
|
+
import '../chunk-2L7PKZDY.js';
|
|
4
|
+
import '../chunk-LZI7A4JI.js';
|
|
5
5
|
import '../chunk-OQDBWVET.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { S as SkipApiOptions } from '../apiState-DwZhwVul.js';
|
|
2
|
-
import { M as ChainAffiliates } from '../swaggerTypes-
|
|
2
|
+
import { M as ChainAffiliates } from '../swaggerTypes-DDwqIjap.js';
|
|
3
3
|
|
|
4
4
|
type SetApiOptionsProps = {
|
|
5
5
|
chainIdsToAffiliates?: Record<string, ChainAffiliates>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { setApiOptions } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { setApiOptions } from '../chunk-JYUNVL4F.js';
|
|
2
|
+
import '../chunk-LZI7A4JI.js';
|
|
3
3
|
import '../chunk-OQDBWVET.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { s as setClientOptions } from '../setClientOptions-
|
|
1
|
+
export { s as setClientOptions } from '../setClientOptions-BTRwCbmt.js';
|
|
2
2
|
import '@cosmjs/proto-signing';
|
|
3
3
|
import '@cosmjs/stargate';
|
|
4
4
|
import '../apiState-DwZhwVul.js';
|
|
5
|
-
import '../client-types-
|
|
5
|
+
import '../client-types-B7Fin0mq.js';
|
|
6
6
|
import '@cosmjs/amino';
|
|
7
7
|
import 'viem';
|
|
8
8
|
import '@solana/wallet-adapter-base';
|
|
9
|
-
import '../swaggerTypes-
|
|
9
|
+
import '../swaggerTypes-DDwqIjap.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { setClientOptions } from '../chunk-
|
|
1
|
+
export { setClientOptions } from '../chunk-OL7CWCPB.js';
|
|
2
2
|
import '../chunk-TD63P2AG.js';
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-
|
|
3
|
+
import '../chunk-2L7PKZDY.js';
|
|
4
|
+
import '../chunk-LZI7A4JI.js';
|
|
5
5
|
import '../chunk-OQDBWVET.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as _cosmjs_stargate from '@cosmjs/stargate';
|
|
2
|
-
import { W as CosmosMsg, a3 as FeeAsset } from '../swaggerTypes-
|
|
2
|
+
import { W as CosmosMsg, a3 as FeeAsset } from '../swaggerTypes-DDwqIjap.js';
|
|
3
3
|
import { OfflineSigner } from '@cosmjs/proto-signing';
|
|
4
4
|
import { ExecuteRouteOptions } from './executeRoute.js';
|
|
5
|
-
import { G as GetFallbackGasAmount } from '../client-types-
|
|
6
|
-
import '../callbacks-
|
|
7
|
-
import '../generateApi-
|
|
5
|
+
import { G as GetFallbackGasAmount } from '../client-types-B7Fin0mq.js';
|
|
6
|
+
import '../callbacks-CuL50GnB.js';
|
|
7
|
+
import '../generateApi-C_xgtxrO.js';
|
|
8
8
|
import '../api/postTrackTransaction.js';
|
|
9
9
|
import '@cosmjs/amino';
|
|
10
10
|
import 'viem';
|
|
@@ -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-
|
|
6
|
+
import '../chunk-TD63P2AG.js';
|
|
7
|
+
import '../chunk-2L7PKZDY.js';
|
|
8
|
+
import '../chunk-LZI7A4JI.js';
|
|
9
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-
|
|
1
|
+
export { waitForTransaction } from '../chunk-CU6W3622.js';
|
|
2
|
+
import '../chunk-7ITTEUMR.js';
|
|
3
|
+
import '../chunk-MXCJ2M3K.js';
|
|
4
|
+
import '../chunk-LZI7A4JI.js';
|
|
5
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?: {
|
|
@@ -1994,4 +1994,4 @@ declare class Api<SecurityDataType extends unknown> extends HttpClient<SecurityD
|
|
|
1994
1994
|
}, params?: RequestParams) => Promise<HttpResponse<FungibleAssetsBetweenChainsCreateResponse, Error>>;
|
|
1995
1995
|
}
|
|
1996
1996
|
|
|
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
|
|
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-IDDRJJO5.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-Bfli9ipj.js';
|
|
3
|
-
import '../swaggerTypes-BIYUp1AO.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 };
|