@skip-go/client 1.0.0 → 1.0.1-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/api/getAssets.cjs +15 -0
- package/dist/api/{getAssets.d.mts → getAssets.d.cts} +2 -2
- package/dist/api/getAssets.d.ts +19 -0
- package/dist/api/getAssets.js +2 -0
- package/dist/api/getAssetsBetweenChains.cjs +11 -0
- package/dist/api/{getAssetsBetweenChains.d.mts → getAssetsBetweenChains.d.cts} +2 -2
- package/dist/api/getAssetsBetweenChains.d.ts +56 -0
- package/dist/api/getAssetsBetweenChains.js +2 -0
- package/dist/api/getBridges.cjs +11 -0
- package/dist/api/{getBridges.d.mts → getBridges.d.cts} +2 -2
- package/dist/api/getBridges.d.ts +54 -0
- package/dist/api/getBridges.js +2 -0
- package/dist/api/getChains.cjs +11 -0
- package/dist/api/{getChains.d.mts → getChains.d.cts} +2 -2
- package/dist/api/getChains.d.ts +41 -0
- package/dist/api/getChains.js +2 -0
- package/dist/api/getVenues.cjs +11 -0
- package/dist/api/{getVenues.d.mts → getVenues.d.cts} +1 -1
- package/dist/api/getVenues.d.ts +13 -0
- package/dist/api/getVenues.js +2 -0
- package/dist/api/postAssetsFromSource.cjs +12 -0
- package/dist/api/{postAssetsFromSource.d.mts → postAssetsFromSource.d.cts} +2 -2
- package/dist/api/postAssetsFromSource.d.ts +13 -0
- package/dist/api/postAssetsFromSource.js +3 -0
- package/dist/api/postBalances.cjs +11 -0
- package/dist/api/{postBalances.d.mts → postBalances.d.cts} +3 -3
- package/dist/api/postBalances.d.ts +35 -0
- package/dist/api/postBalances.js +2 -0
- package/dist/api/postIbcOriginAssets.cjs +11 -0
- package/dist/api/{postIbcOriginAssets.d.mts → postIbcOriginAssets.d.cts} +1 -1
- package/dist/api/postIbcOriginAssets.d.ts +32 -0
- package/dist/api/postIbcOriginAssets.js +2 -0
- package/dist/api/postMessages.cjs +11 -0
- package/dist/api/{postMessages.d.mts → postMessages.d.cts} +3 -3
- package/dist/api/postMessages.d.ts +528 -0
- package/dist/api/postMessages.js +2 -0
- package/dist/api/postMessagesDirect.cjs +11 -0
- package/dist/api/{postMessagesDirect.d.mts → postMessagesDirect.d.cts} +2 -2
- package/dist/api/postMessagesDirect.d.ts +568 -0
- package/dist/api/postMessagesDirect.js +2 -0
- package/dist/api/postRecommendAssets.cjs +11 -0
- package/dist/api/{postRecommendAssets.d.mts → postRecommendAssets.d.cts} +2 -2
- package/dist/api/postRecommendAssets.d.ts +40 -0
- package/dist/api/postRecommendAssets.js +2 -0
- package/dist/api/postRoute.cjs +11 -0
- package/dist/api/{postRoute.d.mts → postRoute.d.cts} +3 -3
- package/dist/api/postRoute.d.ts +460 -0
- package/dist/api/postRoute.js +2 -0
- package/dist/api/postSubmitTransaction.cjs +11 -0
- package/dist/api/{postSubmitTransaction.d.mts → postSubmitTransaction.d.cts} +1 -1
- package/dist/api/postSubmitTransaction.d.ts +13 -0
- package/dist/api/postSubmitTransaction.js +2 -0
- package/dist/api/postTrackTransaction.cjs +11 -0
- package/dist/api/{postTrackTransaction.d.mts → postTrackTransaction.d.cts} +1 -1
- package/dist/api/postTrackTransaction.d.ts +13 -0
- package/dist/api/postTrackTransaction.js +2 -0
- package/dist/api/postTransactionStatus.cjs +11 -0
- package/dist/api/{postTransactionStatus.d.mts → postTransactionStatus.d.cts} +3 -3
- package/dist/api/postTransactionStatus.d.ts +559 -0
- package/dist/api/postTransactionStatus.js +2 -0
- package/dist/apiState-CdzxTxYd.d.ts +6 -0
- package/dist/chunk-32MRDO7V.cjs +12 -0
- package/dist/{chunk-C5CGY2X7.mjs → chunk-33K6EESX.js} +1 -1
- package/dist/{chunk-ZMEQSFOL.mjs → chunk-3N7XVGLX.js} +18 -23
- package/dist/{chunk-OTLFF5OB.mjs → chunk-3OZQ35X3.js} +101 -138
- package/dist/chunk-44PBLFB5.cjs +24 -0
- package/dist/{chunk-7TBBV2YY.mjs → chunk-4JJWOILI.js} +1 -1
- package/dist/chunk-4R6OCWRR.cjs +1346 -0
- package/dist/chunk-5IAEEEOQ.cjs +2251 -0
- package/dist/chunk-77ITCT75.cjs +15 -0
- package/dist/chunk-7OIZPQJB.cjs +3660 -0
- package/dist/chunk-7SK3IFXJ.cjs +188 -0
- package/dist/{chunk-QZ3X6MP3.mjs → chunk-BQTQJQ5E.js} +1 -1
- package/dist/{chunk-IHIJJNTV.mjs → chunk-BRJDNGYH.js} +6 -7
- package/dist/chunk-BRMONS6A.js +130 -0
- package/dist/{chunk-NNZFCKHP.mjs → chunk-C2EDPY6J.js} +1 -1
- package/dist/chunk-DAMZSSOH.cjs +12 -0
- package/dist/{chunk-KPK3Z6QZ.mjs → chunk-DW4U6YI6.js} +1 -1
- package/dist/chunk-ED2OY55G.cjs +136 -0
- package/dist/chunk-GARVPN2H.js +16 -0
- package/dist/chunk-HAR3IXDE.cjs +705 -0
- package/dist/chunk-ISHM4QWP.cjs +16 -0
- package/dist/chunk-J4LI33TK.cjs +95 -0
- package/dist/{chunk-NU7MCJOK.mjs → chunk-JTIHU43D.js} +32 -36
- package/dist/chunk-KDN7RCGP.cjs +13 -0
- package/dist/{chunk-J7GGREYX.mjs → chunk-KNV72XRZ.js} +1 -1
- package/dist/chunk-KZOSEIWH.cjs +10 -0
- package/dist/chunk-L5V5PASH.cjs +12 -0
- package/dist/chunk-LXYLWTNZ.cjs +12 -0
- package/dist/{chunk-CAAR7GDJ.mjs → chunk-MGVXJ2U4.js} +1 -1
- package/dist/{chunk-IGD32L7C.mjs → chunk-MTMPHY3Y.js} +1 -1
- package/dist/chunk-PNWIJSMA.cjs +12 -0
- package/dist/{chunk-CZ27FEZ7.mjs → chunk-PRQ2NHRZ.js} +1 -1
- package/dist/chunk-RDOSNDAQ.cjs +13 -0
- package/dist/{chunk-LJVI5DLG.mjs → chunk-RDRDFJQE.js} +1 -1
- package/dist/{chunk-YWYU6P7W.mjs → chunk-RMP3HM5N.js} +2 -2
- package/dist/chunk-SFMBRLUS.cjs +18 -0
- package/dist/{chunk-DZQJN6OX.mjs → chunk-SQGWZAUC.js} +76 -86
- package/dist/chunk-SW3SEQMJ.cjs +273 -0
- package/dist/{chunk-2ETF4N4H.mjs → chunk-TW77BXMT.js} +4 -5
- package/dist/chunk-URLFWBSC.cjs +11 -0
- package/dist/chunk-VI7UMBQ7.cjs +12 -0
- package/dist/{chunk-2F4MBSMT.mjs → chunk-VMPFHQ7U.js} +14 -20
- package/dist/chunk-W2U2UOFA.js +1790 -0
- package/dist/chunk-W6TBGBV3.js +675 -0
- package/dist/chunk-WWNTHZ6I.cjs +1812 -0
- package/dist/chunk-ZNXE6PUV.cjs +46 -0
- package/dist/{client-types-CVch1pZ-.d.mts → client-types-CxjtffyG.d.ts} +1 -1
- package/dist/client-types-qvyKvyFh.d.cts +60 -0
- package/dist/{executeRoute-CRdeEz1o.d.mts → executeRoute-BKRpODCc.d.cts} +3 -3
- package/dist/executeRoute-BKvMVd1I.d.ts +69 -0
- package/dist/{generateApi-3mHZ6Zbr.d.mts → generateApi-C0amiydg.d.cts} +1 -1
- package/dist/generateApi-DqCp36fX.d.ts +22 -0
- package/dist/index.cjs +209 -0
- package/dist/{index.d.mts → index.d.cts} +25 -27
- package/dist/index.d.ts +35 -0
- package/dist/index.js +24 -0
- package/dist/public-functions/executeRoute.cjs +21 -0
- package/dist/public-functions/{executeRoute.d.mts → executeRoute.d.cts} +4 -4
- package/dist/public-functions/executeRoute.d.ts +9 -0
- package/dist/public-functions/executeRoute.js +12 -0
- package/dist/public-functions/getFeeInfoForChain.cjs +14 -0
- package/dist/public-functions/{getFeeInfoForChain.d.mts → getFeeInfoForChain.d.cts} +2 -2
- package/dist/public-functions/getFeeInfoForChain.d.ts +9 -0
- package/dist/public-functions/getFeeInfoForChain.js +5 -0
- package/dist/public-functions/getRecommendedGasPrice.cjs +16 -0
- package/dist/public-functions/{getRecommendedGasPrice.d.mts → getRecommendedGasPrice.d.cts} +2 -2
- package/dist/public-functions/getRecommendedGasPrice.d.ts +9 -0
- package/dist/public-functions/getRecommendedGasPrice.js +7 -0
- package/dist/public-functions/getSigningStargateClient.cjs +13 -0
- package/dist/public-functions/{getSigningStargateClient.d.mts → getSigningStargateClient.d.cts} +1 -1
- package/dist/public-functions/getSigningStargateClient.d.ts +13 -0
- package/dist/public-functions/getSigningStargateClient.js +4 -0
- package/dist/public-functions/setApiOptions.cjs +11 -0
- package/dist/public-functions/{setApiOptions.d.mts → setApiOptions.d.cts} +2 -2
- package/dist/public-functions/setApiOptions.d.ts +9 -0
- package/dist/public-functions/setApiOptions.js +2 -0
- package/dist/public-functions/setClientOptions.cjs +13 -0
- package/dist/public-functions/setClientOptions.d.cts +9 -0
- package/dist/public-functions/setClientOptions.d.ts +9 -0
- package/dist/public-functions/setClientOptions.js +4 -0
- package/dist/{setClientOptions-CVB_OUIn.d.mts → setClientOptions-CT6CHI9I.d.cts} +2 -2
- package/dist/setClientOptions-DbanEIwL.d.ts +19 -0
- package/dist/swaggerTypes-O9-gvCT1.d.ts +1890 -0
- package/package.json +12 -3
- package/dist/api/getAssets.mjs +0 -2
- package/dist/api/getAssetsBetweenChains.mjs +0 -2
- package/dist/api/getBridges.mjs +0 -2
- package/dist/api/getChains.mjs +0 -2
- package/dist/api/getVenues.mjs +0 -2
- package/dist/api/postAssetsFromSource.mjs +0 -3
- package/dist/api/postBalances.mjs +0 -2
- package/dist/api/postIbcOriginAssets.mjs +0 -2
- package/dist/api/postMessages.mjs +0 -2
- package/dist/api/postMessagesDirect.mjs +0 -2
- package/dist/api/postRecommendAssets.mjs +0 -2
- package/dist/api/postRoute.mjs +0 -2
- package/dist/api/postSubmitTransaction.mjs +0 -2
- package/dist/api/postTrackTransaction.mjs +0 -2
- package/dist/api/postTransactionStatus.mjs +0 -2
- package/dist/chunk-2FYLP573.mjs +0 -15
- package/dist/chunk-DKIWPD5I.mjs +0 -124
- package/dist/chunk-I2MX24LT.mjs +0 -2316
- package/dist/chunk-RXWDHQLG.mjs +0 -231
- package/dist/index.mjs +0 -24
- package/dist/public-functions/executeRoute.mjs +0 -12
- package/dist/public-functions/getFeeInfoForChain.mjs +0 -5
- package/dist/public-functions/getRecommendedGasPrice.mjs +0 -7
- package/dist/public-functions/getSigningStargateClient.mjs +0 -4
- package/dist/public-functions/setApiOptions.mjs +0 -2
- package/dist/public-functions/setClientOptions.d.mts +0 -9
- package/dist/public-functions/setClientOptions.mjs +0 -4
- /package/dist/{apiState-CdzxTxYd.d.mts → apiState-CdzxTxYd.d.cts} +0 -0
- /package/dist/{chunk-ZAF3Z56R.mjs → chunk-SWYON2RG.js} +0 -0
- /package/dist/{chunk-TUBI6VE6.mjs → chunk-VQ5SIQWU.js} +0 -0
- /package/dist/{swaggerTypes-O9-gvCT1.d.mts → swaggerTypes-O9-gvCT1.d.cts} +0 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkJ4LI33TK_cjs = require('../chunk-J4LI33TK.cjs');
|
|
4
|
+
require('../chunk-KZOSEIWH.cjs');
|
|
5
|
+
require('../chunk-7SK3IFXJ.cjs');
|
|
6
|
+
require('../chunk-ED2OY55G.cjs');
|
|
7
|
+
require('../chunk-HAR3IXDE.cjs');
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
Object.defineProperty(exports, "getFeeInfoForChain", {
|
|
12
|
+
enumerable: true,
|
|
13
|
+
get: function () { return chunkJ4LI33TK_cjs.getFeeInfoForChain; }
|
|
14
|
+
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a2 as FeeAsset } from '../swaggerTypes-O9-gvCT1.
|
|
2
|
-
import { S as SkipApiOptions } from '../apiState-CdzxTxYd.
|
|
1
|
+
import { a2 as FeeAsset } from '../swaggerTypes-O9-gvCT1.cjs';
|
|
2
|
+
import { S as SkipApiOptions } from '../apiState-CdzxTxYd.cjs';
|
|
3
3
|
|
|
4
4
|
type GetFeeInfoForChainProps = {
|
|
5
5
|
chainId: string;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { a2 as FeeAsset } from '../swaggerTypes-O9-gvCT1.js';
|
|
2
|
+
import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
|
|
3
|
+
|
|
4
|
+
type GetFeeInfoForChainProps = {
|
|
5
|
+
chainId: string;
|
|
6
|
+
} & SkipApiOptions;
|
|
7
|
+
declare const getFeeInfoForChain: ({ chainId, apiUrl, apiKey }: GetFeeInfoForChainProps) => Promise<FeeAsset | undefined>;
|
|
8
|
+
|
|
9
|
+
export { type GetFeeInfoForChainProps, getFeeInfoForChain };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunk44PBLFB5_cjs = require('../chunk-44PBLFB5.cjs');
|
|
4
|
+
require('../chunk-4R6OCWRR.cjs');
|
|
5
|
+
require('../chunk-J4LI33TK.cjs');
|
|
6
|
+
require('../chunk-KZOSEIWH.cjs');
|
|
7
|
+
require('../chunk-7SK3IFXJ.cjs');
|
|
8
|
+
require('../chunk-ED2OY55G.cjs');
|
|
9
|
+
require('../chunk-HAR3IXDE.cjs');
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
Object.defineProperty(exports, "getRecommendedGasPrice", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return chunk44PBLFB5_cjs.getRecommendedGasPrice; }
|
|
16
|
+
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { GasPrice } from '@cosmjs/stargate
|
|
2
|
-
import { S as SkipApiOptions } from '../apiState-CdzxTxYd.
|
|
1
|
+
import { GasPrice } from '@cosmjs/stargate';
|
|
2
|
+
import { S as SkipApiOptions } from '../apiState-CdzxTxYd.cjs';
|
|
3
3
|
|
|
4
4
|
type getRecommendedGasPriceProps = {
|
|
5
5
|
chainId: string;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { GasPrice } from '@cosmjs/stargate';
|
|
2
|
+
import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
|
|
3
|
+
|
|
4
|
+
type getRecommendedGasPriceProps = {
|
|
5
|
+
chainId: string;
|
|
6
|
+
} & SkipApiOptions;
|
|
7
|
+
declare const getRecommendedGasPrice: (props: getRecommendedGasPriceProps) => Promise<GasPrice | undefined>;
|
|
8
|
+
|
|
9
|
+
export { getRecommendedGasPrice, type getRecommendedGasPriceProps };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkSW3SEQMJ_cjs = require('../chunk-SW3SEQMJ.cjs');
|
|
4
|
+
require('../chunk-7SK3IFXJ.cjs');
|
|
5
|
+
require('../chunk-ED2OY55G.cjs');
|
|
6
|
+
require('../chunk-HAR3IXDE.cjs');
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
Object.defineProperty(exports, "getSigningStargateClient", {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () { return chunkSW3SEQMJ_cjs.getSigningStargateClient; }
|
|
13
|
+
});
|
package/dist/public-functions/{getSigningStargateClient.d.mts → getSigningStargateClient.d.cts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OfflineSigner } from '@cosmjs/proto-signing/build/signer';
|
|
2
|
-
import { SigningStargateClient } from '@cosmjs/stargate
|
|
2
|
+
import { SigningStargateClient } from '@cosmjs/stargate';
|
|
3
3
|
|
|
4
4
|
type getSigningStargateClientProps = {
|
|
5
5
|
chainId: string;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { OfflineSigner } from '@cosmjs/proto-signing/build/signer';
|
|
2
|
+
import { SigningStargateClient } from '@cosmjs/stargate';
|
|
3
|
+
|
|
4
|
+
type getSigningStargateClientProps = {
|
|
5
|
+
chainId: string;
|
|
6
|
+
getOfflineSigner?: (chainId: string) => Promise<OfflineSigner>;
|
|
7
|
+
};
|
|
8
|
+
declare const getSigningStargateClient: ({ chainId, getOfflineSigner, }: getSigningStargateClientProps) => Promise<{
|
|
9
|
+
stargateClient: SigningStargateClient;
|
|
10
|
+
signer: OfflineSigner;
|
|
11
|
+
}>;
|
|
12
|
+
|
|
13
|
+
export { getSigningStargateClient, type getSigningStargateClientProps };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkZNXE6PUV_cjs = require('../chunk-ZNXE6PUV.cjs');
|
|
4
|
+
require('../chunk-HAR3IXDE.cjs');
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "setApiOptions", {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return chunkZNXE6PUV_cjs.setApiOptions; }
|
|
11
|
+
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { S as SkipApiOptions } from '../apiState-CdzxTxYd.
|
|
2
|
-
import { L as ChainAffiliates } from '../swaggerTypes-O9-gvCT1.
|
|
1
|
+
import { S as SkipApiOptions } from '../apiState-CdzxTxYd.cjs';
|
|
2
|
+
import { L as ChainAffiliates } from '../swaggerTypes-O9-gvCT1.cjs';
|
|
3
3
|
|
|
4
4
|
type SetApiOptionsProps = {
|
|
5
5
|
chainIdsToAffiliates?: Record<string, ChainAffiliates>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
|
|
2
|
+
import { L as ChainAffiliates } from '../swaggerTypes-O9-gvCT1.js';
|
|
3
|
+
|
|
4
|
+
type SetApiOptionsProps = {
|
|
5
|
+
chainIdsToAffiliates?: Record<string, ChainAffiliates>;
|
|
6
|
+
} & SkipApiOptions;
|
|
7
|
+
declare const setApiOptions: (options?: SetApiOptionsProps) => Promise<void>;
|
|
8
|
+
|
|
9
|
+
export { type SetApiOptionsProps, setApiOptions };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunk5IAEEEOQ_cjs = require('../chunk-5IAEEEOQ.cjs');
|
|
4
|
+
require('../chunk-7OIZPQJB.cjs');
|
|
5
|
+
require('../chunk-ED2OY55G.cjs');
|
|
6
|
+
require('../chunk-HAR3IXDE.cjs');
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
Object.defineProperty(exports, "setClientOptions", {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () { return chunk5IAEEEOQ_cjs.setClientOptions; }
|
|
13
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { s as setClientOptions } from '../setClientOptions-CT6CHI9I.cjs';
|
|
2
|
+
import '@cosmjs/proto-signing';
|
|
3
|
+
import '@cosmjs/stargate';
|
|
4
|
+
import '../apiState-CdzxTxYd.cjs';
|
|
5
|
+
import '../client-types-qvyKvyFh.cjs';
|
|
6
|
+
import '@cosmjs/amino';
|
|
7
|
+
import 'viem';
|
|
8
|
+
import '@solana/wallet-adapter-base';
|
|
9
|
+
import '../swaggerTypes-O9-gvCT1.cjs';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { s as setClientOptions } from '../setClientOptions-DbanEIwL.js';
|
|
2
|
+
import '@cosmjs/proto-signing';
|
|
3
|
+
import '@cosmjs/stargate';
|
|
4
|
+
import '../apiState-CdzxTxYd.js';
|
|
5
|
+
import '../client-types-CxjtffyG.js';
|
|
6
|
+
import '@cosmjs/amino';
|
|
7
|
+
import 'viem';
|
|
8
|
+
import '@solana/wallet-adapter-base';
|
|
9
|
+
import '../swaggerTypes-O9-gvCT1.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { GeneratedType } from '@cosmjs/proto-signing';
|
|
2
2
|
import { AminoConverters } from '@cosmjs/stargate';
|
|
3
|
-
import { S as SkipApiOptions } from './apiState-CdzxTxYd.
|
|
4
|
-
import { E as EndpointOptions } from './client-types-
|
|
3
|
+
import { S as SkipApiOptions } from './apiState-CdzxTxYd.cjs';
|
|
4
|
+
import { E as EndpointOptions } from './client-types-qvyKvyFh.cjs';
|
|
5
5
|
|
|
6
6
|
type SkipClientOptions = SkipApiOptions & {
|
|
7
7
|
endpointOptions?: {
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { GeneratedType } from '@cosmjs/proto-signing';
|
|
2
|
+
import { AminoConverters } from '@cosmjs/stargate';
|
|
3
|
+
import { S as SkipApiOptions } from './apiState-CdzxTxYd.js';
|
|
4
|
+
import { E as EndpointOptions } from './client-types-CxjtffyG.js';
|
|
5
|
+
|
|
6
|
+
type SkipClientOptions = SkipApiOptions & {
|
|
7
|
+
endpointOptions?: {
|
|
8
|
+
endpoints?: Record<string, EndpointOptions>;
|
|
9
|
+
getRpcEndpointForChain?: (chainId: string) => Promise<string>;
|
|
10
|
+
getRestEndpointForChain?: (chainId: string) => Promise<string>;
|
|
11
|
+
};
|
|
12
|
+
aminoTypes?: AminoConverters;
|
|
13
|
+
registryTypes?: Iterable<[string, GeneratedType]>;
|
|
14
|
+
cacheDurationMs?: number;
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
declare const setClientOptions: (options?: SkipClientOptions) => void;
|
|
18
|
+
|
|
19
|
+
export { type SkipClientOptions as S, setClientOptions as s };
|