@skip-go/client 0.7.0 → 0.8.1
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/{chunk-IEAKY5XG.js → chunk-MVYCWIUE.js} +32 -6
- package/dist/index.d.ts +3 -3
- package/dist/index.js +191 -183
- package/dist/{shared-CpfDn0H3.d.ts → shared-CXij4l4y.d.ts} +23 -3
- package/dist/transactions.d.ts +1 -1
- package/dist/types.d.ts +5 -3
- package/dist/types.js +167 -159
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var chunkJRIEAGIQ_js = require('./chunk-JRIEAGIQ.js');
|
|
4
4
|
var chunkTUX4SN3U_js = require('./chunk-TUX4SN3U.js');
|
|
5
|
-
var
|
|
5
|
+
var chunkMVYCWIUE_js = require('./chunk-MVYCWIUE.js');
|
|
6
6
|
var chunk6FNC3XMI_js = require('./chunk-6FNC3XMI.js');
|
|
7
7
|
var amino = require('@cosmjs/amino');
|
|
8
8
|
var cosmwasmStargate = require('@cosmjs/cosmwasm-stargate');
|
|
@@ -2992,11 +2992,11 @@ var SkipClient = class {
|
|
|
2992
2992
|
return chunk6FNC3XMI_js.__async(this, arguments, function* (options = {}) {
|
|
2993
2993
|
const response = yield this.requestClient.get(
|
|
2994
2994
|
"/v2/fungible/assets",
|
|
2995
|
-
|
|
2995
|
+
chunkMVYCWIUE_js.assetsRequestToJSON(chunk6FNC3XMI_js.__spreadValues({}, options))
|
|
2996
2996
|
);
|
|
2997
2997
|
return Object.entries(response.chain_to_assets_map).reduce(
|
|
2998
2998
|
(acc, [chainID, { assets }]) => {
|
|
2999
|
-
acc[chainID] = assets.map((asset) =>
|
|
2999
|
+
acc[chainID] = assets.map((asset) => chunkMVYCWIUE_js.assetFromJSON(asset));
|
|
3000
3000
|
return acc;
|
|
3001
3001
|
},
|
|
3002
3002
|
{}
|
|
@@ -3007,11 +3007,11 @@ var SkipClient = class {
|
|
|
3007
3007
|
return chunk6FNC3XMI_js.__async(this, null, function* () {
|
|
3008
3008
|
const response = yield this.requestClient.post(
|
|
3009
3009
|
"/v2/fungible/assets_from_source",
|
|
3010
|
-
|
|
3010
|
+
chunkMVYCWIUE_js.assetsFromSourceRequestToJSON(chunk6FNC3XMI_js.__spreadValues({}, options))
|
|
3011
3011
|
);
|
|
3012
3012
|
return Object.entries(response.dest_assets).reduce(
|
|
3013
3013
|
(acc, [chainID, { assets }]) => {
|
|
3014
|
-
acc[chainID] = assets.map((asset) =>
|
|
3014
|
+
acc[chainID] = assets.map((asset) => chunkMVYCWIUE_js.assetFromJSON(asset));
|
|
3015
3015
|
return acc;
|
|
3016
3016
|
},
|
|
3017
3017
|
{}
|
|
@@ -3022,9 +3022,9 @@ var SkipClient = class {
|
|
|
3022
3022
|
return chunk6FNC3XMI_js.__async(this, null, function* () {
|
|
3023
3023
|
const response = yield this.requestClient.post(
|
|
3024
3024
|
"/v2/fungible/assets_between_chains",
|
|
3025
|
-
|
|
3025
|
+
chunkMVYCWIUE_js.assetsBetweenChainsRequestToJSON(options)
|
|
3026
3026
|
);
|
|
3027
|
-
return
|
|
3027
|
+
return chunkMVYCWIUE_js.assetsBetweenChainsResponseFromJSON(response).assetsBetweenChains;
|
|
3028
3028
|
});
|
|
3029
3029
|
}
|
|
3030
3030
|
bridges() {
|
|
@@ -3032,7 +3032,7 @@ var SkipClient = class {
|
|
|
3032
3032
|
const response = yield this.requestClient.get(
|
|
3033
3033
|
"/v2/info/bridges"
|
|
3034
3034
|
);
|
|
3035
|
-
return
|
|
3035
|
+
return chunkMVYCWIUE_js.bridgesResponseFromJSON(response).bridges;
|
|
3036
3036
|
});
|
|
3037
3037
|
}
|
|
3038
3038
|
chains() {
|
|
@@ -3048,7 +3048,7 @@ var SkipClient = class {
|
|
|
3048
3048
|
only_testnets: onlyTestnets,
|
|
3049
3049
|
chain_ids: chainIDs
|
|
3050
3050
|
});
|
|
3051
|
-
return response.chains.map((chain) =>
|
|
3051
|
+
return response.chains.map((chain) => chunkMVYCWIUE_js.chainFromJSON(chain));
|
|
3052
3052
|
});
|
|
3053
3053
|
}
|
|
3054
3054
|
executeRoute(options) {
|
|
@@ -3746,51 +3746,51 @@ var SkipClient = class {
|
|
|
3746
3746
|
}
|
|
3747
3747
|
messages(options) {
|
|
3748
3748
|
return chunk6FNC3XMI_js.__async(this, null, function* () {
|
|
3749
|
-
const response = yield this.requestClient.post("/v2/fungible/msgs", chunk6FNC3XMI_js.__spreadProps(chunk6FNC3XMI_js.__spreadValues({},
|
|
3749
|
+
const response = yield this.requestClient.post("/v2/fungible/msgs", chunk6FNC3XMI_js.__spreadProps(chunk6FNC3XMI_js.__spreadValues({}, chunkMVYCWIUE_js.msgsRequestToJSON(options)), {
|
|
3750
3750
|
slippage_tolerance_percent: options.slippageTolerancePercent || "0"
|
|
3751
3751
|
}));
|
|
3752
|
-
return
|
|
3752
|
+
return chunkMVYCWIUE_js.messageResponseFromJSON(response);
|
|
3753
3753
|
});
|
|
3754
3754
|
}
|
|
3755
3755
|
route(options) {
|
|
3756
3756
|
return chunk6FNC3XMI_js.__async(this, null, function* () {
|
|
3757
|
-
const response = yield this.requestClient.post("/v2/fungible/route", chunk6FNC3XMI_js.__spreadProps(chunk6FNC3XMI_js.__spreadValues({},
|
|
3757
|
+
const response = yield this.requestClient.post("/v2/fungible/route", chunk6FNC3XMI_js.__spreadProps(chunk6FNC3XMI_js.__spreadValues({}, chunkMVYCWIUE_js.routeRequestToJSON(options)), {
|
|
3758
3758
|
cumulative_affiliate_fee_bps: this.cumulativeAffiliateFeeBPS
|
|
3759
3759
|
}));
|
|
3760
|
-
return
|
|
3760
|
+
return chunkMVYCWIUE_js.routeResponseFromJSON(response);
|
|
3761
3761
|
});
|
|
3762
3762
|
}
|
|
3763
3763
|
msgsDirect(options) {
|
|
3764
3764
|
return chunk6FNC3XMI_js.__async(this, null, function* () {
|
|
3765
|
-
const response = yield this.requestClient.post("/v2/fungible/msgs_direct", chunk6FNC3XMI_js.__spreadValues({},
|
|
3765
|
+
const response = yield this.requestClient.post("/v2/fungible/msgs_direct", chunk6FNC3XMI_js.__spreadValues({}, chunkMVYCWIUE_js.msgsDirectRequestToJSON(options)));
|
|
3766
3766
|
return {
|
|
3767
|
-
msgs: response.msgs.map((msg) =>
|
|
3768
|
-
txs: response.txs.map((tx) =>
|
|
3769
|
-
route:
|
|
3767
|
+
msgs: response.msgs.map((msg) => chunkMVYCWIUE_js.msgFromJSON(msg)),
|
|
3768
|
+
txs: response.txs.map((tx) => chunkMVYCWIUE_js.txFromJSON(tx)),
|
|
3769
|
+
route: chunkMVYCWIUE_js.routeResponseFromJSON(response.route)
|
|
3770
3770
|
};
|
|
3771
3771
|
});
|
|
3772
3772
|
}
|
|
3773
3773
|
recommendAssets(request) {
|
|
3774
3774
|
return chunk6FNC3XMI_js.__async(this, null, function* () {
|
|
3775
|
-
const options =
|
|
3775
|
+
const options = chunkMVYCWIUE_js.recommendAssetsRequestToJSON({
|
|
3776
3776
|
requests: Array.isArray(request) ? request : [request]
|
|
3777
3777
|
});
|
|
3778
3778
|
const response = yield this.requestClient.post(
|
|
3779
3779
|
"/v2/fungible/recommend_assets",
|
|
3780
3780
|
options
|
|
3781
3781
|
);
|
|
3782
|
-
return
|
|
3782
|
+
return chunkMVYCWIUE_js.recommendAssetsResponseFromJSON(response).recommendationEntries;
|
|
3783
3783
|
});
|
|
3784
3784
|
}
|
|
3785
3785
|
ibcOriginAssets(assets) {
|
|
3786
3786
|
return chunk6FNC3XMI_js.__async(this, null, function* () {
|
|
3787
3787
|
const response = yield this.requestClient.post(
|
|
3788
3788
|
"/v2/fungible/ibc_origin_assets",
|
|
3789
|
-
|
|
3789
|
+
chunkMVYCWIUE_js.originAssetsRequestToJSON({
|
|
3790
3790
|
assets
|
|
3791
3791
|
})
|
|
3792
3792
|
);
|
|
3793
|
-
return
|
|
3793
|
+
return chunkMVYCWIUE_js.originAssetsResponseFromJSON(response).originAssets;
|
|
3794
3794
|
});
|
|
3795
3795
|
}
|
|
3796
3796
|
submitTransaction(_0) {
|
|
@@ -3802,7 +3802,7 @@ var SkipClient = class {
|
|
|
3802
3802
|
chain_id: chainID,
|
|
3803
3803
|
tx
|
|
3804
3804
|
});
|
|
3805
|
-
return
|
|
3805
|
+
return chunkMVYCWIUE_js.submitTxResponseFromJSON(response);
|
|
3806
3806
|
});
|
|
3807
3807
|
}
|
|
3808
3808
|
trackTransaction(_0) {
|
|
@@ -3823,7 +3823,7 @@ var SkipClient = class {
|
|
|
3823
3823
|
chain_id: chainID,
|
|
3824
3824
|
tx_hash: txHash
|
|
3825
3825
|
});
|
|
3826
|
-
return
|
|
3826
|
+
return chunkMVYCWIUE_js.trackTxResponseFromJSON(response);
|
|
3827
3827
|
} catch (error) {
|
|
3828
3828
|
lastError = error;
|
|
3829
3829
|
retries++;
|
|
@@ -3851,7 +3851,7 @@ var SkipClient = class {
|
|
|
3851
3851
|
chain_id: chainID,
|
|
3852
3852
|
tx_hash: txHash
|
|
3853
3853
|
});
|
|
3854
|
-
return
|
|
3854
|
+
return chunkMVYCWIUE_js.txStatusResponseFromJSON(response);
|
|
3855
3855
|
} catch (error) {
|
|
3856
3856
|
lastError = error;
|
|
3857
3857
|
retries++;
|
|
@@ -3896,7 +3896,7 @@ var SkipClient = class {
|
|
|
3896
3896
|
const response = yield this.requestClient.get("/v2/fungible/venues", {
|
|
3897
3897
|
only_testnets: onlyTestnets
|
|
3898
3898
|
});
|
|
3899
|
-
return response.venues.map((venue) =>
|
|
3899
|
+
return response.venues.map((venue) => chunkMVYCWIUE_js.swapVenueFromJSON(venue));
|
|
3900
3900
|
});
|
|
3901
3901
|
}
|
|
3902
3902
|
getCosmsosGasAmountForMessage(client, signerAddress, chainID, cosmosMessages) {
|
|
@@ -4406,635 +4406,643 @@ Object.defineProperty(exports, "getEncodeObjectFromCosmosMessageInjective", {
|
|
|
4406
4406
|
});
|
|
4407
4407
|
Object.defineProperty(exports, "affiliateFromJSON", {
|
|
4408
4408
|
enumerable: true,
|
|
4409
|
-
get: function () { return
|
|
4409
|
+
get: function () { return chunkMVYCWIUE_js.affiliateFromJSON; }
|
|
4410
4410
|
});
|
|
4411
4411
|
Object.defineProperty(exports, "affiliateToJSON", {
|
|
4412
4412
|
enumerable: true,
|
|
4413
|
-
get: function () { return
|
|
4413
|
+
get: function () { return chunkMVYCWIUE_js.affiliateToJSON; }
|
|
4414
4414
|
});
|
|
4415
4415
|
Object.defineProperty(exports, "assetBetweenChainsFromJSON", {
|
|
4416
4416
|
enumerable: true,
|
|
4417
|
-
get: function () { return
|
|
4417
|
+
get: function () { return chunkMVYCWIUE_js.assetBetweenChainsFromJSON; }
|
|
4418
4418
|
});
|
|
4419
4419
|
Object.defineProperty(exports, "assetBetweenChainsToJSON", {
|
|
4420
4420
|
enumerable: true,
|
|
4421
|
-
get: function () { return
|
|
4421
|
+
get: function () { return chunkMVYCWIUE_js.assetBetweenChainsToJSON; }
|
|
4422
4422
|
});
|
|
4423
4423
|
Object.defineProperty(exports, "assetFromJSON", {
|
|
4424
4424
|
enumerable: true,
|
|
4425
|
-
get: function () { return
|
|
4425
|
+
get: function () { return chunkMVYCWIUE_js.assetFromJSON; }
|
|
4426
4426
|
});
|
|
4427
4427
|
Object.defineProperty(exports, "assetOrErrorFromJSON", {
|
|
4428
4428
|
enumerable: true,
|
|
4429
|
-
get: function () { return
|
|
4429
|
+
get: function () { return chunkMVYCWIUE_js.assetOrErrorFromJSON; }
|
|
4430
4430
|
});
|
|
4431
4431
|
Object.defineProperty(exports, "assetOrErrorToJSON", {
|
|
4432
4432
|
enumerable: true,
|
|
4433
|
-
get: function () { return
|
|
4433
|
+
get: function () { return chunkMVYCWIUE_js.assetOrErrorToJSON; }
|
|
4434
4434
|
});
|
|
4435
4435
|
Object.defineProperty(exports, "assetRecommendationFromJSON", {
|
|
4436
4436
|
enumerable: true,
|
|
4437
|
-
get: function () { return
|
|
4437
|
+
get: function () { return chunkMVYCWIUE_js.assetRecommendationFromJSON; }
|
|
4438
4438
|
});
|
|
4439
4439
|
Object.defineProperty(exports, "assetRecommendationRequestFromJSON", {
|
|
4440
4440
|
enumerable: true,
|
|
4441
|
-
get: function () { return
|
|
4441
|
+
get: function () { return chunkMVYCWIUE_js.assetRecommendationRequestFromJSON; }
|
|
4442
4442
|
});
|
|
4443
4443
|
Object.defineProperty(exports, "assetRecommendationRequestToJSON", {
|
|
4444
4444
|
enumerable: true,
|
|
4445
|
-
get: function () { return
|
|
4445
|
+
get: function () { return chunkMVYCWIUE_js.assetRecommendationRequestToJSON; }
|
|
4446
4446
|
});
|
|
4447
4447
|
Object.defineProperty(exports, "assetRecommendationToJSON", {
|
|
4448
4448
|
enumerable: true,
|
|
4449
|
-
get: function () { return
|
|
4449
|
+
get: function () { return chunkMVYCWIUE_js.assetRecommendationToJSON; }
|
|
4450
4450
|
});
|
|
4451
4451
|
Object.defineProperty(exports, "assetToJSON", {
|
|
4452
4452
|
enumerable: true,
|
|
4453
|
-
get: function () { return
|
|
4453
|
+
get: function () { return chunkMVYCWIUE_js.assetToJSON; }
|
|
4454
4454
|
});
|
|
4455
4455
|
Object.defineProperty(exports, "assetsBetweenChainsRequestFromJSON", {
|
|
4456
4456
|
enumerable: true,
|
|
4457
|
-
get: function () { return
|
|
4457
|
+
get: function () { return chunkMVYCWIUE_js.assetsBetweenChainsRequestFromJSON; }
|
|
4458
4458
|
});
|
|
4459
4459
|
Object.defineProperty(exports, "assetsBetweenChainsRequestToJSON", {
|
|
4460
4460
|
enumerable: true,
|
|
4461
|
-
get: function () { return
|
|
4461
|
+
get: function () { return chunkMVYCWIUE_js.assetsBetweenChainsRequestToJSON; }
|
|
4462
4462
|
});
|
|
4463
4463
|
Object.defineProperty(exports, "assetsBetweenChainsResponseFromJSON", {
|
|
4464
4464
|
enumerable: true,
|
|
4465
|
-
get: function () { return
|
|
4465
|
+
get: function () { return chunkMVYCWIUE_js.assetsBetweenChainsResponseFromJSON; }
|
|
4466
4466
|
});
|
|
4467
4467
|
Object.defineProperty(exports, "assetsFromSourceRequestFromJSON", {
|
|
4468
4468
|
enumerable: true,
|
|
4469
|
-
get: function () { return
|
|
4469
|
+
get: function () { return chunkMVYCWIUE_js.assetsFromSourceRequestFromJSON; }
|
|
4470
4470
|
});
|
|
4471
4471
|
Object.defineProperty(exports, "assetsFromSourceRequestToJSON", {
|
|
4472
4472
|
enumerable: true,
|
|
4473
|
-
get: function () { return
|
|
4473
|
+
get: function () { return chunkMVYCWIUE_js.assetsFromSourceRequestToJSON; }
|
|
4474
4474
|
});
|
|
4475
4475
|
Object.defineProperty(exports, "assetsRequestFromJSON", {
|
|
4476
4476
|
enumerable: true,
|
|
4477
|
-
get: function () { return
|
|
4477
|
+
get: function () { return chunkMVYCWIUE_js.assetsRequestFromJSON; }
|
|
4478
4478
|
});
|
|
4479
4479
|
Object.defineProperty(exports, "assetsRequestToJSON", {
|
|
4480
4480
|
enumerable: true,
|
|
4481
|
-
get: function () { return
|
|
4481
|
+
get: function () { return chunkMVYCWIUE_js.assetsRequestToJSON; }
|
|
4482
4482
|
});
|
|
4483
4483
|
Object.defineProperty(exports, "axelarTransferFromJSON", {
|
|
4484
4484
|
enumerable: true,
|
|
4485
|
-
get: function () { return
|
|
4485
|
+
get: function () { return chunkMVYCWIUE_js.axelarTransferFromJSON; }
|
|
4486
4486
|
});
|
|
4487
4487
|
Object.defineProperty(exports, "axelarTransferInfoFromJSON", {
|
|
4488
4488
|
enumerable: true,
|
|
4489
|
-
get: function () { return
|
|
4489
|
+
get: function () { return chunkMVYCWIUE_js.axelarTransferInfoFromJSON; }
|
|
4490
4490
|
});
|
|
4491
4491
|
Object.defineProperty(exports, "axelarTransferInfoToJSON", {
|
|
4492
4492
|
enumerable: true,
|
|
4493
|
-
get: function () { return
|
|
4493
|
+
get: function () { return chunkMVYCWIUE_js.axelarTransferInfoToJSON; }
|
|
4494
4494
|
});
|
|
4495
4495
|
Object.defineProperty(exports, "axelarTransferToJSON", {
|
|
4496
4496
|
enumerable: true,
|
|
4497
|
-
get: function () { return
|
|
4497
|
+
get: function () { return chunkMVYCWIUE_js.axelarTransferToJSON; }
|
|
4498
4498
|
});
|
|
4499
4499
|
Object.defineProperty(exports, "axelarTransferTransactionsFromJSON", {
|
|
4500
4500
|
enumerable: true,
|
|
4501
|
-
get: function () { return
|
|
4501
|
+
get: function () { return chunkMVYCWIUE_js.axelarTransferTransactionsFromJSON; }
|
|
4502
4502
|
});
|
|
4503
4503
|
Object.defineProperty(exports, "axelarTransferTransactionsToJSON", {
|
|
4504
4504
|
enumerable: true,
|
|
4505
|
-
get: function () { return
|
|
4505
|
+
get: function () { return chunkMVYCWIUE_js.axelarTransferTransactionsToJSON; }
|
|
4506
4506
|
});
|
|
4507
4507
|
Object.defineProperty(exports, "bankSendFromJSON", {
|
|
4508
4508
|
enumerable: true,
|
|
4509
|
-
get: function () { return
|
|
4509
|
+
get: function () { return chunkMVYCWIUE_js.bankSendFromJSON; }
|
|
4510
4510
|
});
|
|
4511
4511
|
Object.defineProperty(exports, "bankSendToJSON", {
|
|
4512
4512
|
enumerable: true,
|
|
4513
|
-
get: function () { return
|
|
4513
|
+
get: function () { return chunkMVYCWIUE_js.bankSendToJSON; }
|
|
4514
4514
|
});
|
|
4515
4515
|
Object.defineProperty(exports, "bridgeFromJSON", {
|
|
4516
4516
|
enumerable: true,
|
|
4517
|
-
get: function () { return
|
|
4517
|
+
get: function () { return chunkMVYCWIUE_js.bridgeFromJSON; }
|
|
4518
4518
|
});
|
|
4519
4519
|
Object.defineProperty(exports, "bridgeToJSON", {
|
|
4520
4520
|
enumerable: true,
|
|
4521
|
-
get: function () { return
|
|
4521
|
+
get: function () { return chunkMVYCWIUE_js.bridgeToJSON; }
|
|
4522
4522
|
});
|
|
4523
4523
|
Object.defineProperty(exports, "bridgesResponseFromJSON", {
|
|
4524
4524
|
enumerable: true,
|
|
4525
|
-
get: function () { return
|
|
4525
|
+
get: function () { return chunkMVYCWIUE_js.bridgesResponseFromJSON; }
|
|
4526
4526
|
});
|
|
4527
4527
|
Object.defineProperty(exports, "bridgesResponseToJSON", {
|
|
4528
4528
|
enumerable: true,
|
|
4529
|
-
get: function () { return
|
|
4529
|
+
get: function () { return chunkMVYCWIUE_js.bridgesResponseToJSON; }
|
|
4530
4530
|
});
|
|
4531
4531
|
Object.defineProperty(exports, "cctpTransferFromJSON", {
|
|
4532
4532
|
enumerable: true,
|
|
4533
|
-
get: function () { return
|
|
4533
|
+
get: function () { return chunkMVYCWIUE_js.cctpTransferFromJSON; }
|
|
4534
4534
|
});
|
|
4535
4535
|
Object.defineProperty(exports, "cctpTransferInfoFromJSON", {
|
|
4536
4536
|
enumerable: true,
|
|
4537
|
-
get: function () { return
|
|
4537
|
+
get: function () { return chunkMVYCWIUE_js.cctpTransferInfoFromJSON; }
|
|
4538
4538
|
});
|
|
4539
4539
|
Object.defineProperty(exports, "cctpTransferInfoToJSON", {
|
|
4540
4540
|
enumerable: true,
|
|
4541
|
-
get: function () { return
|
|
4541
|
+
get: function () { return chunkMVYCWIUE_js.cctpTransferInfoToJSON; }
|
|
4542
4542
|
});
|
|
4543
4543
|
Object.defineProperty(exports, "cctpTransferToJSON", {
|
|
4544
4544
|
enumerable: true,
|
|
4545
|
-
get: function () { return
|
|
4545
|
+
get: function () { return chunkMVYCWIUE_js.cctpTransferToJSON; }
|
|
4546
4546
|
});
|
|
4547
4547
|
Object.defineProperty(exports, "cctpTransferTransactionsFromJSON", {
|
|
4548
4548
|
enumerable: true,
|
|
4549
|
-
get: function () { return
|
|
4549
|
+
get: function () { return chunkMVYCWIUE_js.cctpTransferTransactionsFromJSON; }
|
|
4550
4550
|
});
|
|
4551
4551
|
Object.defineProperty(exports, "cctpTransferTransactionsToJSON", {
|
|
4552
4552
|
enumerable: true,
|
|
4553
|
-
get: function () { return
|
|
4553
|
+
get: function () { return chunkMVYCWIUE_js.cctpTransferTransactionsToJSON; }
|
|
4554
4554
|
});
|
|
4555
4555
|
Object.defineProperty(exports, "chainAffiliatesFromJSON", {
|
|
4556
4556
|
enumerable: true,
|
|
4557
|
-
get: function () { return
|
|
4557
|
+
get: function () { return chunkMVYCWIUE_js.chainAffiliatesFromJSON; }
|
|
4558
4558
|
});
|
|
4559
4559
|
Object.defineProperty(exports, "chainAffiliatesToJSON", {
|
|
4560
4560
|
enumerable: true,
|
|
4561
|
-
get: function () { return
|
|
4561
|
+
get: function () { return chunkMVYCWIUE_js.chainAffiliatesToJSON; }
|
|
4562
4562
|
});
|
|
4563
4563
|
Object.defineProperty(exports, "chainFromJSON", {
|
|
4564
4564
|
enumerable: true,
|
|
4565
|
-
get: function () { return
|
|
4565
|
+
get: function () { return chunkMVYCWIUE_js.chainFromJSON; }
|
|
4566
4566
|
});
|
|
4567
4567
|
Object.defineProperty(exports, "chainIDsToAffiliatesMapFromJSON", {
|
|
4568
4568
|
enumerable: true,
|
|
4569
|
-
get: function () { return
|
|
4569
|
+
get: function () { return chunkMVYCWIUE_js.chainIDsToAffiliatesMapFromJSON; }
|
|
4570
4570
|
});
|
|
4571
4571
|
Object.defineProperty(exports, "chainIDsToAffiliatesMapToJSON", {
|
|
4572
4572
|
enumerable: true,
|
|
4573
|
-
get: function () { return
|
|
4573
|
+
get: function () { return chunkMVYCWIUE_js.chainIDsToAffiliatesMapToJSON; }
|
|
4574
4574
|
});
|
|
4575
4575
|
Object.defineProperty(exports, "chainToJSON", {
|
|
4576
4576
|
enumerable: true,
|
|
4577
|
-
get: function () { return
|
|
4577
|
+
get: function () { return chunkMVYCWIUE_js.chainToJSON; }
|
|
4578
4578
|
});
|
|
4579
4579
|
Object.defineProperty(exports, "chainTransactionFromJSON", {
|
|
4580
4580
|
enumerable: true,
|
|
4581
|
-
get: function () { return
|
|
4581
|
+
get: function () { return chunkMVYCWIUE_js.chainTransactionFromJSON; }
|
|
4582
4582
|
});
|
|
4583
4583
|
Object.defineProperty(exports, "chainTransactionToJSON", {
|
|
4584
4584
|
enumerable: true,
|
|
4585
|
-
get: function () { return
|
|
4585
|
+
get: function () { return chunkMVYCWIUE_js.chainTransactionToJSON; }
|
|
4586
4586
|
});
|
|
4587
4587
|
Object.defineProperty(exports, "contractCallWithTokenTransactionsFromJSON", {
|
|
4588
4588
|
enumerable: true,
|
|
4589
|
-
get: function () { return
|
|
4589
|
+
get: function () { return chunkMVYCWIUE_js.contractCallWithTokenTransactionsFromJSON; }
|
|
4590
4590
|
});
|
|
4591
4591
|
Object.defineProperty(exports, "contractCallWithTokenTransactionsToJSON", {
|
|
4592
4592
|
enumerable: true,
|
|
4593
|
-
get: function () { return
|
|
4593
|
+
get: function () { return chunkMVYCWIUE_js.contractCallWithTokenTransactionsToJSON; }
|
|
4594
4594
|
});
|
|
4595
4595
|
Object.defineProperty(exports, "cosmWasmContractMsgFromJSON", {
|
|
4596
4596
|
enumerable: true,
|
|
4597
|
-
get: function () { return
|
|
4597
|
+
get: function () { return chunkMVYCWIUE_js.cosmWasmContractMsgFromJSON; }
|
|
4598
4598
|
});
|
|
4599
4599
|
Object.defineProperty(exports, "cosmWasmContractMsgToJSON", {
|
|
4600
4600
|
enumerable: true,
|
|
4601
|
-
get: function () { return
|
|
4601
|
+
get: function () { return chunkMVYCWIUE_js.cosmWasmContractMsgToJSON; }
|
|
4602
4602
|
});
|
|
4603
4603
|
Object.defineProperty(exports, "cosmosMsgFromJSON", {
|
|
4604
4604
|
enumerable: true,
|
|
4605
|
-
get: function () { return
|
|
4605
|
+
get: function () { return chunkMVYCWIUE_js.cosmosMsgFromJSON; }
|
|
4606
4606
|
});
|
|
4607
4607
|
Object.defineProperty(exports, "cosmosMsgToJSON", {
|
|
4608
4608
|
enumerable: true,
|
|
4609
|
-
get: function () { return
|
|
4609
|
+
get: function () { return chunkMVYCWIUE_js.cosmosMsgToJSON; }
|
|
4610
4610
|
});
|
|
4611
4611
|
Object.defineProperty(exports, "cosmosTxFromJSON", {
|
|
4612
4612
|
enumerable: true,
|
|
4613
|
-
get: function () { return
|
|
4613
|
+
get: function () { return chunkMVYCWIUE_js.cosmosTxFromJSON; }
|
|
4614
4614
|
});
|
|
4615
4615
|
Object.defineProperty(exports, "cosmosTxToJSON", {
|
|
4616
4616
|
enumerable: true,
|
|
4617
|
-
get: function () { return
|
|
4617
|
+
get: function () { return chunkMVYCWIUE_js.cosmosTxToJSON; }
|
|
4618
4618
|
});
|
|
4619
4619
|
Object.defineProperty(exports, "denomWithChainIDFromJSON", {
|
|
4620
4620
|
enumerable: true,
|
|
4621
|
-
get: function () { return
|
|
4621
|
+
get: function () { return chunkMVYCWIUE_js.denomWithChainIDFromJSON; }
|
|
4622
4622
|
});
|
|
4623
4623
|
Object.defineProperty(exports, "denomWithChainIDToJSON", {
|
|
4624
4624
|
enumerable: true,
|
|
4625
|
-
get: function () { return
|
|
4625
|
+
get: function () { return chunkMVYCWIUE_js.denomWithChainIDToJSON; }
|
|
4626
4626
|
});
|
|
4627
4627
|
Object.defineProperty(exports, "erc20ApprovalFromJSON", {
|
|
4628
4628
|
enumerable: true,
|
|
4629
|
-
get: function () { return
|
|
4629
|
+
get: function () { return chunkMVYCWIUE_js.erc20ApprovalFromJSON; }
|
|
4630
4630
|
});
|
|
4631
4631
|
Object.defineProperty(exports, "erc20ApprovalToJSON", {
|
|
4632
4632
|
enumerable: true,
|
|
4633
|
-
get: function () { return
|
|
4633
|
+
get: function () { return chunkMVYCWIUE_js.erc20ApprovalToJSON; }
|
|
4634
4634
|
});
|
|
4635
4635
|
Object.defineProperty(exports, "estimatedFeeFromJSON", {
|
|
4636
4636
|
enumerable: true,
|
|
4637
|
-
get: function () { return
|
|
4637
|
+
get: function () { return chunkMVYCWIUE_js.estimatedFeeFromJSON; }
|
|
4638
4638
|
});
|
|
4639
4639
|
Object.defineProperty(exports, "estimatedFeeToJSON", {
|
|
4640
4640
|
enumerable: true,
|
|
4641
|
-
get: function () { return
|
|
4641
|
+
get: function () { return chunkMVYCWIUE_js.estimatedFeeToJSON; }
|
|
4642
4642
|
});
|
|
4643
4643
|
Object.defineProperty(exports, "evmSwapFromJSON", {
|
|
4644
4644
|
enumerable: true,
|
|
4645
|
-
get: function () { return
|
|
4645
|
+
get: function () { return chunkMVYCWIUE_js.evmSwapFromJSON; }
|
|
4646
4646
|
});
|
|
4647
4647
|
Object.defineProperty(exports, "evmSwapToJSON", {
|
|
4648
4648
|
enumerable: true,
|
|
4649
|
-
get: function () { return
|
|
4649
|
+
get: function () { return chunkMVYCWIUE_js.evmSwapToJSON; }
|
|
4650
4650
|
});
|
|
4651
4651
|
Object.defineProperty(exports, "evmTxFromJSON", {
|
|
4652
4652
|
enumerable: true,
|
|
4653
|
-
get: function () { return
|
|
4653
|
+
get: function () { return chunkMVYCWIUE_js.evmTxFromJSON; }
|
|
4654
4654
|
});
|
|
4655
4655
|
Object.defineProperty(exports, "evmTxToJSON", {
|
|
4656
4656
|
enumerable: true,
|
|
4657
|
-
get: function () { return
|
|
4657
|
+
get: function () { return chunkMVYCWIUE_js.evmTxToJSON; }
|
|
4658
4658
|
});
|
|
4659
4659
|
Object.defineProperty(exports, "feeAssetFromJSON", {
|
|
4660
4660
|
enumerable: true,
|
|
4661
|
-
get: function () { return
|
|
4661
|
+
get: function () { return chunkMVYCWIUE_js.feeAssetFromJSON; }
|
|
4662
4662
|
});
|
|
4663
4663
|
Object.defineProperty(exports, "feeAssetToJSON", {
|
|
4664
4664
|
enumerable: true,
|
|
4665
|
-
get: function () { return
|
|
4665
|
+
get: function () { return chunkMVYCWIUE_js.feeAssetToJSON; }
|
|
4666
4666
|
});
|
|
4667
4667
|
Object.defineProperty(exports, "hyperlaneTransferFromJSON", {
|
|
4668
4668
|
enumerable: true,
|
|
4669
|
-
get: function () { return
|
|
4669
|
+
get: function () { return chunkMVYCWIUE_js.hyperlaneTransferFromJSON; }
|
|
4670
4670
|
});
|
|
4671
4671
|
Object.defineProperty(exports, "hyperlaneTransferInfoFromJSON", {
|
|
4672
4672
|
enumerable: true,
|
|
4673
|
-
get: function () { return
|
|
4673
|
+
get: function () { return chunkMVYCWIUE_js.hyperlaneTransferInfoFromJSON; }
|
|
4674
4674
|
});
|
|
4675
4675
|
Object.defineProperty(exports, "hyperlaneTransferInfoToJSON", {
|
|
4676
4676
|
enumerable: true,
|
|
4677
|
-
get: function () { return
|
|
4677
|
+
get: function () { return chunkMVYCWIUE_js.hyperlaneTransferInfoToJSON; }
|
|
4678
4678
|
});
|
|
4679
4679
|
Object.defineProperty(exports, "hyperlaneTransferToJSON", {
|
|
4680
4680
|
enumerable: true,
|
|
4681
|
-
get: function () { return
|
|
4681
|
+
get: function () { return chunkMVYCWIUE_js.hyperlaneTransferToJSON; }
|
|
4682
4682
|
});
|
|
4683
4683
|
Object.defineProperty(exports, "hyperlaneTransferTransactionsFromJSON", {
|
|
4684
4684
|
enumerable: true,
|
|
4685
|
-
get: function () { return
|
|
4685
|
+
get: function () { return chunkMVYCWIUE_js.hyperlaneTransferTransactionsFromJSON; }
|
|
4686
4686
|
});
|
|
4687
4687
|
Object.defineProperty(exports, "hyperlaneTransferTransactionsToJSON", {
|
|
4688
4688
|
enumerable: true,
|
|
4689
|
-
get: function () { return
|
|
4689
|
+
get: function () { return chunkMVYCWIUE_js.hyperlaneTransferTransactionsToJSON; }
|
|
4690
4690
|
});
|
|
4691
4691
|
Object.defineProperty(exports, "ibcAddressFromJSON", {
|
|
4692
4692
|
enumerable: true,
|
|
4693
|
-
get: function () { return
|
|
4693
|
+
get: function () { return chunkMVYCWIUE_js.ibcAddressFromJSON; }
|
|
4694
4694
|
});
|
|
4695
4695
|
Object.defineProperty(exports, "ibcAddressToJSON", {
|
|
4696
4696
|
enumerable: true,
|
|
4697
|
-
get: function () { return
|
|
4697
|
+
get: function () { return chunkMVYCWIUE_js.ibcAddressToJSON; }
|
|
4698
4698
|
});
|
|
4699
4699
|
Object.defineProperty(exports, "ibcCapabilitiesFromJSON", {
|
|
4700
4700
|
enumerable: true,
|
|
4701
|
-
get: function () { return
|
|
4701
|
+
get: function () { return chunkMVYCWIUE_js.ibcCapabilitiesFromJSON; }
|
|
4702
4702
|
});
|
|
4703
4703
|
Object.defineProperty(exports, "ibcCapabilitiesToJSON", {
|
|
4704
4704
|
enumerable: true,
|
|
4705
|
-
get: function () { return
|
|
4705
|
+
get: function () { return chunkMVYCWIUE_js.ibcCapabilitiesToJSON; }
|
|
4706
4706
|
});
|
|
4707
4707
|
Object.defineProperty(exports, "messageResponseFromJSON", {
|
|
4708
4708
|
enumerable: true,
|
|
4709
|
-
get: function () { return
|
|
4709
|
+
get: function () { return chunkMVYCWIUE_js.messageResponseFromJSON; }
|
|
4710
4710
|
});
|
|
4711
4711
|
Object.defineProperty(exports, "msgFromJSON", {
|
|
4712
4712
|
enumerable: true,
|
|
4713
|
-
get: function () { return
|
|
4713
|
+
get: function () { return chunkMVYCWIUE_js.msgFromJSON; }
|
|
4714
4714
|
});
|
|
4715
4715
|
Object.defineProperty(exports, "msgToJSON", {
|
|
4716
4716
|
enumerable: true,
|
|
4717
|
-
get: function () { return
|
|
4717
|
+
get: function () { return chunkMVYCWIUE_js.msgToJSON; }
|
|
4718
4718
|
});
|
|
4719
4719
|
Object.defineProperty(exports, "msgsDirectRequestFromJSON", {
|
|
4720
4720
|
enumerable: true,
|
|
4721
|
-
get: function () { return
|
|
4721
|
+
get: function () { return chunkMVYCWIUE_js.msgsDirectRequestFromJSON; }
|
|
4722
4722
|
});
|
|
4723
4723
|
Object.defineProperty(exports, "msgsDirectRequestToJSON", {
|
|
4724
4724
|
enumerable: true,
|
|
4725
|
-
get: function () { return
|
|
4725
|
+
get: function () { return chunkMVYCWIUE_js.msgsDirectRequestToJSON; }
|
|
4726
4726
|
});
|
|
4727
4727
|
Object.defineProperty(exports, "msgsRequestFromJSON", {
|
|
4728
4728
|
enumerable: true,
|
|
4729
|
-
get: function () { return
|
|
4729
|
+
get: function () { return chunkMVYCWIUE_js.msgsRequestFromJSON; }
|
|
4730
4730
|
});
|
|
4731
4731
|
Object.defineProperty(exports, "msgsRequestToJSON", {
|
|
4732
4732
|
enumerable: true,
|
|
4733
|
-
get: function () { return
|
|
4733
|
+
get: function () { return chunkMVYCWIUE_js.msgsRequestToJSON; }
|
|
4734
4734
|
});
|
|
4735
4735
|
Object.defineProperty(exports, "multiChainMsgFromJSON", {
|
|
4736
4736
|
enumerable: true,
|
|
4737
|
-
get: function () { return
|
|
4737
|
+
get: function () { return chunkMVYCWIUE_js.multiChainMsgFromJSON; }
|
|
4738
4738
|
});
|
|
4739
4739
|
Object.defineProperty(exports, "multiChainMsgToJSON", {
|
|
4740
4740
|
enumerable: true,
|
|
4741
|
-
get: function () { return
|
|
4741
|
+
get: function () { return chunkMVYCWIUE_js.multiChainMsgToJSON; }
|
|
4742
4742
|
});
|
|
4743
4743
|
Object.defineProperty(exports, "nextBlockingTransferFromJSON", {
|
|
4744
4744
|
enumerable: true,
|
|
4745
|
-
get: function () { return
|
|
4745
|
+
get: function () { return chunkMVYCWIUE_js.nextBlockingTransferFromJSON; }
|
|
4746
4746
|
});
|
|
4747
4747
|
Object.defineProperty(exports, "nextBlockingTransferToJSON", {
|
|
4748
4748
|
enumerable: true,
|
|
4749
|
-
get: function () { return
|
|
4749
|
+
get: function () { return chunkMVYCWIUE_js.nextBlockingTransferToJSON; }
|
|
4750
4750
|
});
|
|
4751
4751
|
Object.defineProperty(exports, "opInitTransferFromJSON", {
|
|
4752
4752
|
enumerable: true,
|
|
4753
|
-
get: function () { return
|
|
4753
|
+
get: function () { return chunkMVYCWIUE_js.opInitTransferFromJSON; }
|
|
4754
4754
|
});
|
|
4755
4755
|
Object.defineProperty(exports, "opInitTransferInfoFromJSON", {
|
|
4756
4756
|
enumerable: true,
|
|
4757
|
-
get: function () { return
|
|
4757
|
+
get: function () { return chunkMVYCWIUE_js.opInitTransferInfoFromJSON; }
|
|
4758
4758
|
});
|
|
4759
4759
|
Object.defineProperty(exports, "opInitTransferInfoToJSON", {
|
|
4760
4760
|
enumerable: true,
|
|
4761
|
-
get: function () { return
|
|
4761
|
+
get: function () { return chunkMVYCWIUE_js.opInitTransferInfoToJSON; }
|
|
4762
4762
|
});
|
|
4763
4763
|
Object.defineProperty(exports, "opInitTransferToJSON", {
|
|
4764
4764
|
enumerable: true,
|
|
4765
|
-
get: function () { return
|
|
4765
|
+
get: function () { return chunkMVYCWIUE_js.opInitTransferToJSON; }
|
|
4766
4766
|
});
|
|
4767
4767
|
Object.defineProperty(exports, "opInitTransferTransactionsFromJSON", {
|
|
4768
4768
|
enumerable: true,
|
|
4769
|
-
get: function () { return
|
|
4769
|
+
get: function () { return chunkMVYCWIUE_js.opInitTransferTransactionsFromJSON; }
|
|
4770
4770
|
});
|
|
4771
4771
|
Object.defineProperty(exports, "opInitTransferTransactionsToJSON", {
|
|
4772
4772
|
enumerable: true,
|
|
4773
|
-
get: function () { return
|
|
4773
|
+
get: function () { return chunkMVYCWIUE_js.opInitTransferTransactionsToJSON; }
|
|
4774
4774
|
});
|
|
4775
4775
|
Object.defineProperty(exports, "operationFromJSON", {
|
|
4776
4776
|
enumerable: true,
|
|
4777
|
-
get: function () { return
|
|
4777
|
+
get: function () { return chunkMVYCWIUE_js.operationFromJSON; }
|
|
4778
4778
|
});
|
|
4779
4779
|
Object.defineProperty(exports, "operationToJSON", {
|
|
4780
4780
|
enumerable: true,
|
|
4781
|
-
get: function () { return
|
|
4781
|
+
get: function () { return chunkMVYCWIUE_js.operationToJSON; }
|
|
4782
4782
|
});
|
|
4783
4783
|
Object.defineProperty(exports, "originAssetsRequestFromJSON", {
|
|
4784
4784
|
enumerable: true,
|
|
4785
|
-
get: function () { return
|
|
4785
|
+
get: function () { return chunkMVYCWIUE_js.originAssetsRequestFromJSON; }
|
|
4786
4786
|
});
|
|
4787
4787
|
Object.defineProperty(exports, "originAssetsRequestToJSON", {
|
|
4788
4788
|
enumerable: true,
|
|
4789
|
-
get: function () { return
|
|
4789
|
+
get: function () { return chunkMVYCWIUE_js.originAssetsRequestToJSON; }
|
|
4790
4790
|
});
|
|
4791
4791
|
Object.defineProperty(exports, "originAssetsResponseFromJSON", {
|
|
4792
4792
|
enumerable: true,
|
|
4793
|
-
get: function () { return
|
|
4793
|
+
get: function () { return chunkMVYCWIUE_js.originAssetsResponseFromJSON; }
|
|
4794
4794
|
});
|
|
4795
4795
|
Object.defineProperty(exports, "originAssetsResponseToJSON", {
|
|
4796
4796
|
enumerable: true,
|
|
4797
|
-
get: function () { return
|
|
4797
|
+
get: function () { return chunkMVYCWIUE_js.originAssetsResponseToJSON; }
|
|
4798
4798
|
});
|
|
4799
4799
|
Object.defineProperty(exports, "packetFromJSON", {
|
|
4800
4800
|
enumerable: true,
|
|
4801
|
-
get: function () { return
|
|
4801
|
+
get: function () { return chunkMVYCWIUE_js.packetFromJSON; }
|
|
4802
4802
|
});
|
|
4803
4803
|
Object.defineProperty(exports, "packetToJSON", {
|
|
4804
4804
|
enumerable: true,
|
|
4805
|
-
get: function () { return
|
|
4805
|
+
get: function () { return chunkMVYCWIUE_js.packetToJSON; }
|
|
4806
4806
|
});
|
|
4807
4807
|
Object.defineProperty(exports, "postHandlerFromJSON", {
|
|
4808
4808
|
enumerable: true,
|
|
4809
|
-
get: function () { return
|
|
4809
|
+
get: function () { return chunkMVYCWIUE_js.postHandlerFromJSON; }
|
|
4810
4810
|
});
|
|
4811
4811
|
Object.defineProperty(exports, "postHandlerToJSON", {
|
|
4812
4812
|
enumerable: true,
|
|
4813
|
-
get: function () { return
|
|
4813
|
+
get: function () { return chunkMVYCWIUE_js.postHandlerToJSON; }
|
|
4814
4814
|
});
|
|
4815
4815
|
Object.defineProperty(exports, "recommendAssetsRequestFromJSON", {
|
|
4816
4816
|
enumerable: true,
|
|
4817
|
-
get: function () { return
|
|
4817
|
+
get: function () { return chunkMVYCWIUE_js.recommendAssetsRequestFromJSON; }
|
|
4818
4818
|
});
|
|
4819
4819
|
Object.defineProperty(exports, "recommendAssetsRequestToJSON", {
|
|
4820
4820
|
enumerable: true,
|
|
4821
|
-
get: function () { return
|
|
4821
|
+
get: function () { return chunkMVYCWIUE_js.recommendAssetsRequestToJSON; }
|
|
4822
4822
|
});
|
|
4823
4823
|
Object.defineProperty(exports, "recommendAssetsResponseFromJSON", {
|
|
4824
4824
|
enumerable: true,
|
|
4825
|
-
get: function () { return
|
|
4825
|
+
get: function () { return chunkMVYCWIUE_js.recommendAssetsResponseFromJSON; }
|
|
4826
4826
|
});
|
|
4827
4827
|
Object.defineProperty(exports, "recommendAssetsResponseToJSON", {
|
|
4828
4828
|
enumerable: true,
|
|
4829
|
-
get: function () { return
|
|
4829
|
+
get: function () { return chunkMVYCWIUE_js.recommendAssetsResponseToJSON; }
|
|
4830
4830
|
});
|
|
4831
4831
|
Object.defineProperty(exports, "recommendationEntryFromJSON", {
|
|
4832
4832
|
enumerable: true,
|
|
4833
|
-
get: function () { return
|
|
4833
|
+
get: function () { return chunkMVYCWIUE_js.recommendationEntryFromJSON; }
|
|
4834
4834
|
});
|
|
4835
4835
|
Object.defineProperty(exports, "recommendationEntryToJSON", {
|
|
4836
4836
|
enumerable: true,
|
|
4837
|
-
get: function () { return
|
|
4837
|
+
get: function () { return chunkMVYCWIUE_js.recommendationEntryToJSON; }
|
|
4838
4838
|
});
|
|
4839
4839
|
Object.defineProperty(exports, "routeRequestFromJSON", {
|
|
4840
4840
|
enumerable: true,
|
|
4841
|
-
get: function () { return
|
|
4841
|
+
get: function () { return chunkMVYCWIUE_js.routeRequestFromJSON; }
|
|
4842
4842
|
});
|
|
4843
4843
|
Object.defineProperty(exports, "routeRequestToJSON", {
|
|
4844
4844
|
enumerable: true,
|
|
4845
|
-
get: function () { return
|
|
4845
|
+
get: function () { return chunkMVYCWIUE_js.routeRequestToJSON; }
|
|
4846
4846
|
});
|
|
4847
4847
|
Object.defineProperty(exports, "routeResponseFromJSON", {
|
|
4848
4848
|
enumerable: true,
|
|
4849
|
-
get: function () { return
|
|
4849
|
+
get: function () { return chunkMVYCWIUE_js.routeResponseFromJSON; }
|
|
4850
4850
|
});
|
|
4851
4851
|
Object.defineProperty(exports, "routeResponseToJSON", {
|
|
4852
4852
|
enumerable: true,
|
|
4853
|
-
get: function () { return
|
|
4853
|
+
get: function () { return chunkMVYCWIUE_js.routeResponseToJSON; }
|
|
4854
4854
|
});
|
|
4855
4855
|
Object.defineProperty(exports, "sendTokenTransactionsFromJSON", {
|
|
4856
4856
|
enumerable: true,
|
|
4857
|
-
get: function () { return
|
|
4857
|
+
get: function () { return chunkMVYCWIUE_js.sendTokenTransactionsFromJSON; }
|
|
4858
4858
|
});
|
|
4859
4859
|
Object.defineProperty(exports, "sendTokenTransactionsToJSON", {
|
|
4860
4860
|
enumerable: true,
|
|
4861
|
-
get: function () { return
|
|
4861
|
+
get: function () { return chunkMVYCWIUE_js.sendTokenTransactionsToJSON; }
|
|
4862
|
+
});
|
|
4863
|
+
Object.defineProperty(exports, "smartRelayFeeQuoteFromJSON", {
|
|
4864
|
+
enumerable: true,
|
|
4865
|
+
get: function () { return chunkMVYCWIUE_js.smartRelayFeeQuoteFromJSON; }
|
|
4866
|
+
});
|
|
4867
|
+
Object.defineProperty(exports, "smartRelayFeeQuoteToJSON", {
|
|
4868
|
+
enumerable: true,
|
|
4869
|
+
get: function () { return chunkMVYCWIUE_js.smartRelayFeeQuoteToJSON; }
|
|
4862
4870
|
});
|
|
4863
4871
|
Object.defineProperty(exports, "smartSwapExactCoinInFromJSON", {
|
|
4864
4872
|
enumerable: true,
|
|
4865
|
-
get: function () { return
|
|
4873
|
+
get: function () { return chunkMVYCWIUE_js.smartSwapExactCoinInFromJSON; }
|
|
4866
4874
|
});
|
|
4867
4875
|
Object.defineProperty(exports, "smartSwapExactCoinInToJSON", {
|
|
4868
4876
|
enumerable: true,
|
|
4869
|
-
get: function () { return
|
|
4877
|
+
get: function () { return chunkMVYCWIUE_js.smartSwapExactCoinInToJSON; }
|
|
4870
4878
|
});
|
|
4871
4879
|
Object.defineProperty(exports, "smartSwapOptionsFromJSON", {
|
|
4872
4880
|
enumerable: true,
|
|
4873
|
-
get: function () { return
|
|
4881
|
+
get: function () { return chunkMVYCWIUE_js.smartSwapOptionsFromJSON; }
|
|
4874
4882
|
});
|
|
4875
4883
|
Object.defineProperty(exports, "smartSwapOptionsToJSON", {
|
|
4876
4884
|
enumerable: true,
|
|
4877
|
-
get: function () { return
|
|
4885
|
+
get: function () { return chunkMVYCWIUE_js.smartSwapOptionsToJSON; }
|
|
4878
4886
|
});
|
|
4879
4887
|
Object.defineProperty(exports, "submitTxRequestFromJSON", {
|
|
4880
4888
|
enumerable: true,
|
|
4881
|
-
get: function () { return
|
|
4889
|
+
get: function () { return chunkMVYCWIUE_js.submitTxRequestFromJSON; }
|
|
4882
4890
|
});
|
|
4883
4891
|
Object.defineProperty(exports, "submitTxRequestToJSON", {
|
|
4884
4892
|
enumerable: true,
|
|
4885
|
-
get: function () { return
|
|
4893
|
+
get: function () { return chunkMVYCWIUE_js.submitTxRequestToJSON; }
|
|
4886
4894
|
});
|
|
4887
4895
|
Object.defineProperty(exports, "submitTxResponseFromJSON", {
|
|
4888
4896
|
enumerable: true,
|
|
4889
|
-
get: function () { return
|
|
4897
|
+
get: function () { return chunkMVYCWIUE_js.submitTxResponseFromJSON; }
|
|
4890
4898
|
});
|
|
4891
4899
|
Object.defineProperty(exports, "submitTxResponseToJSON", {
|
|
4892
4900
|
enumerable: true,
|
|
4893
|
-
get: function () { return
|
|
4901
|
+
get: function () { return chunkMVYCWIUE_js.submitTxResponseToJSON; }
|
|
4894
4902
|
});
|
|
4895
4903
|
Object.defineProperty(exports, "svmTxFromJSON", {
|
|
4896
4904
|
enumerable: true,
|
|
4897
|
-
get: function () { return
|
|
4905
|
+
get: function () { return chunkMVYCWIUE_js.svmTxFromJSON; }
|
|
4898
4906
|
});
|
|
4899
4907
|
Object.defineProperty(exports, "svmTxToJSON", {
|
|
4900
4908
|
enumerable: true,
|
|
4901
|
-
get: function () { return
|
|
4909
|
+
get: function () { return chunkMVYCWIUE_js.svmTxToJSON; }
|
|
4902
4910
|
});
|
|
4903
4911
|
Object.defineProperty(exports, "swapExactCoinInFromJSON", {
|
|
4904
4912
|
enumerable: true,
|
|
4905
|
-
get: function () { return
|
|
4913
|
+
get: function () { return chunkMVYCWIUE_js.swapExactCoinInFromJSON; }
|
|
4906
4914
|
});
|
|
4907
4915
|
Object.defineProperty(exports, "swapExactCoinInToJSON", {
|
|
4908
4916
|
enumerable: true,
|
|
4909
|
-
get: function () { return
|
|
4917
|
+
get: function () { return chunkMVYCWIUE_js.swapExactCoinInToJSON; }
|
|
4910
4918
|
});
|
|
4911
4919
|
Object.defineProperty(exports, "swapExactCoinOutFromJSON", {
|
|
4912
4920
|
enumerable: true,
|
|
4913
|
-
get: function () { return
|
|
4921
|
+
get: function () { return chunkMVYCWIUE_js.swapExactCoinOutFromJSON; }
|
|
4914
4922
|
});
|
|
4915
4923
|
Object.defineProperty(exports, "swapExactCoinOutToJSON", {
|
|
4916
4924
|
enumerable: true,
|
|
4917
|
-
get: function () { return
|
|
4925
|
+
get: function () { return chunkMVYCWIUE_js.swapExactCoinOutToJSON; }
|
|
4918
4926
|
});
|
|
4919
4927
|
Object.defineProperty(exports, "swapFromJSON", {
|
|
4920
4928
|
enumerable: true,
|
|
4921
|
-
get: function () { return
|
|
4929
|
+
get: function () { return chunkMVYCWIUE_js.swapFromJSON; }
|
|
4922
4930
|
});
|
|
4923
4931
|
Object.defineProperty(exports, "swapOperationFromJSON", {
|
|
4924
4932
|
enumerable: true,
|
|
4925
|
-
get: function () { return
|
|
4933
|
+
get: function () { return chunkMVYCWIUE_js.swapOperationFromJSON; }
|
|
4926
4934
|
});
|
|
4927
4935
|
Object.defineProperty(exports, "swapOperationToJSON", {
|
|
4928
4936
|
enumerable: true,
|
|
4929
|
-
get: function () { return
|
|
4937
|
+
get: function () { return chunkMVYCWIUE_js.swapOperationToJSON; }
|
|
4930
4938
|
});
|
|
4931
4939
|
Object.defineProperty(exports, "swapRouteFromJSON", {
|
|
4932
4940
|
enumerable: true,
|
|
4933
|
-
get: function () { return
|
|
4941
|
+
get: function () { return chunkMVYCWIUE_js.swapRouteFromJSON; }
|
|
4934
4942
|
});
|
|
4935
4943
|
Object.defineProperty(exports, "swapRouteToJSON", {
|
|
4936
4944
|
enumerable: true,
|
|
4937
|
-
get: function () { return
|
|
4945
|
+
get: function () { return chunkMVYCWIUE_js.swapRouteToJSON; }
|
|
4938
4946
|
});
|
|
4939
4947
|
Object.defineProperty(exports, "swapToJSON", {
|
|
4940
4948
|
enumerable: true,
|
|
4941
|
-
get: function () { return
|
|
4949
|
+
get: function () { return chunkMVYCWIUE_js.swapToJSON; }
|
|
4942
4950
|
});
|
|
4943
4951
|
Object.defineProperty(exports, "swapVenueFromJSON", {
|
|
4944
4952
|
enumerable: true,
|
|
4945
|
-
get: function () { return
|
|
4953
|
+
get: function () { return chunkMVYCWIUE_js.swapVenueFromJSON; }
|
|
4946
4954
|
});
|
|
4947
4955
|
Object.defineProperty(exports, "swapVenueRequestFromJSON", {
|
|
4948
4956
|
enumerable: true,
|
|
4949
|
-
get: function () { return
|
|
4957
|
+
get: function () { return chunkMVYCWIUE_js.swapVenueRequestFromJSON; }
|
|
4950
4958
|
});
|
|
4951
4959
|
Object.defineProperty(exports, "swapVenueRequestToJSON", {
|
|
4952
4960
|
enumerable: true,
|
|
4953
|
-
get: function () { return
|
|
4961
|
+
get: function () { return chunkMVYCWIUE_js.swapVenueRequestToJSON; }
|
|
4954
4962
|
});
|
|
4955
4963
|
Object.defineProperty(exports, "swapVenueToJSON", {
|
|
4956
4964
|
enumerable: true,
|
|
4957
|
-
get: function () { return
|
|
4965
|
+
get: function () { return chunkMVYCWIUE_js.swapVenueToJSON; }
|
|
4958
4966
|
});
|
|
4959
4967
|
Object.defineProperty(exports, "trackTxRequestFromJSON", {
|
|
4960
4968
|
enumerable: true,
|
|
4961
|
-
get: function () { return
|
|
4969
|
+
get: function () { return chunkMVYCWIUE_js.trackTxRequestFromJSON; }
|
|
4962
4970
|
});
|
|
4963
4971
|
Object.defineProperty(exports, "trackTxRequestToJSON", {
|
|
4964
4972
|
enumerable: true,
|
|
4965
|
-
get: function () { return
|
|
4973
|
+
get: function () { return chunkMVYCWIUE_js.trackTxRequestToJSON; }
|
|
4966
4974
|
});
|
|
4967
4975
|
Object.defineProperty(exports, "trackTxResponseFromJSON", {
|
|
4968
4976
|
enumerable: true,
|
|
4969
|
-
get: function () { return
|
|
4977
|
+
get: function () { return chunkMVYCWIUE_js.trackTxResponseFromJSON; }
|
|
4970
4978
|
});
|
|
4971
4979
|
Object.defineProperty(exports, "trackTxResponseToJSON", {
|
|
4972
4980
|
enumerable: true,
|
|
4973
|
-
get: function () { return
|
|
4981
|
+
get: function () { return chunkMVYCWIUE_js.trackTxResponseToJSON; }
|
|
4974
4982
|
});
|
|
4975
4983
|
Object.defineProperty(exports, "transferAssetReleaseFromJSON", {
|
|
4976
4984
|
enumerable: true,
|
|
4977
|
-
get: function () { return
|
|
4985
|
+
get: function () { return chunkMVYCWIUE_js.transferAssetReleaseFromJSON; }
|
|
4978
4986
|
});
|
|
4979
4987
|
Object.defineProperty(exports, "transferAssetReleaseToJSON", {
|
|
4980
4988
|
enumerable: true,
|
|
4981
|
-
get: function () { return
|
|
4989
|
+
get: function () { return chunkMVYCWIUE_js.transferAssetReleaseToJSON; }
|
|
4982
4990
|
});
|
|
4983
4991
|
Object.defineProperty(exports, "transferEventFromJSON", {
|
|
4984
4992
|
enumerable: true,
|
|
4985
|
-
get: function () { return
|
|
4993
|
+
get: function () { return chunkMVYCWIUE_js.transferEventFromJSON; }
|
|
4986
4994
|
});
|
|
4987
4995
|
Object.defineProperty(exports, "transferEventToJSON", {
|
|
4988
4996
|
enumerable: true,
|
|
4989
|
-
get: function () { return
|
|
4997
|
+
get: function () { return chunkMVYCWIUE_js.transferEventToJSON; }
|
|
4990
4998
|
});
|
|
4991
4999
|
Object.defineProperty(exports, "transferFromJSON", {
|
|
4992
5000
|
enumerable: true,
|
|
4993
|
-
get: function () { return
|
|
5001
|
+
get: function () { return chunkMVYCWIUE_js.transferFromJSON; }
|
|
4994
5002
|
});
|
|
4995
5003
|
Object.defineProperty(exports, "transferInfoFromJSON", {
|
|
4996
5004
|
enumerable: true,
|
|
4997
|
-
get: function () { return
|
|
5005
|
+
get: function () { return chunkMVYCWIUE_js.transferInfoFromJSON; }
|
|
4998
5006
|
});
|
|
4999
5007
|
Object.defineProperty(exports, "transferInfoToJSON", {
|
|
5000
5008
|
enumerable: true,
|
|
5001
|
-
get: function () { return
|
|
5009
|
+
get: function () { return chunkMVYCWIUE_js.transferInfoToJSON; }
|
|
5002
5010
|
});
|
|
5003
5011
|
Object.defineProperty(exports, "transferStatusFromJSON", {
|
|
5004
5012
|
enumerable: true,
|
|
5005
|
-
get: function () { return
|
|
5013
|
+
get: function () { return chunkMVYCWIUE_js.transferStatusFromJSON; }
|
|
5006
5014
|
});
|
|
5007
5015
|
Object.defineProperty(exports, "transferStatusToJSON", {
|
|
5008
5016
|
enumerable: true,
|
|
5009
|
-
get: function () { return
|
|
5017
|
+
get: function () { return chunkMVYCWIUE_js.transferStatusToJSON; }
|
|
5010
5018
|
});
|
|
5011
5019
|
Object.defineProperty(exports, "transferToJSON", {
|
|
5012
5020
|
enumerable: true,
|
|
5013
|
-
get: function () { return
|
|
5021
|
+
get: function () { return chunkMVYCWIUE_js.transferToJSON; }
|
|
5014
5022
|
});
|
|
5015
5023
|
Object.defineProperty(exports, "txFromJSON", {
|
|
5016
5024
|
enumerable: true,
|
|
5017
|
-
get: function () { return
|
|
5025
|
+
get: function () { return chunkMVYCWIUE_js.txFromJSON; }
|
|
5018
5026
|
});
|
|
5019
5027
|
Object.defineProperty(exports, "txStatusRequestFromJSON", {
|
|
5020
5028
|
enumerable: true,
|
|
5021
|
-
get: function () { return
|
|
5029
|
+
get: function () { return chunkMVYCWIUE_js.txStatusRequestFromJSON; }
|
|
5022
5030
|
});
|
|
5023
5031
|
Object.defineProperty(exports, "txStatusRequestToJSON", {
|
|
5024
5032
|
enumerable: true,
|
|
5025
|
-
get: function () { return
|
|
5033
|
+
get: function () { return chunkMVYCWIUE_js.txStatusRequestToJSON; }
|
|
5026
5034
|
});
|
|
5027
5035
|
Object.defineProperty(exports, "txStatusResponseFromJSON", {
|
|
5028
5036
|
enumerable: true,
|
|
5029
|
-
get: function () { return
|
|
5037
|
+
get: function () { return chunkMVYCWIUE_js.txStatusResponseFromJSON; }
|
|
5030
5038
|
});
|
|
5031
5039
|
Object.defineProperty(exports, "txStatusResponseToJSON", {
|
|
5032
5040
|
enumerable: true,
|
|
5033
|
-
get: function () { return
|
|
5041
|
+
get: function () { return chunkMVYCWIUE_js.txStatusResponseToJSON; }
|
|
5034
5042
|
});
|
|
5035
5043
|
Object.defineProperty(exports, "txToJSON", {
|
|
5036
5044
|
enumerable: true,
|
|
5037
|
-
get: function () { return
|
|
5045
|
+
get: function () { return chunkMVYCWIUE_js.txToJSON; }
|
|
5038
5046
|
});
|
|
5039
5047
|
exports.SKIP_API_URL = SKIP_API_URL;
|
|
5040
5048
|
exports.SkipClient = SkipClient;
|