@xchainjs/xchain-thornode 1.0.4 → 1.0.6
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/lib/generated/thornodeApi/api.d.ts +79 -79
- package/lib/generated/thornodeApi/common.d.ts +1 -1
- package/lib/index.esm.js +79 -79
- package/lib/index.js +79 -79
- package/package.json +3 -3
package/lib/index.esm.js
CHANGED
|
@@ -198,7 +198,7 @@ const AuthApiAxiosParamCreator = function (configuration) {
|
|
|
198
198
|
* @param {*} [options] Override http request option.
|
|
199
199
|
* @throws {RequiredError}
|
|
200
200
|
*/
|
|
201
|
-
account: (
|
|
201
|
+
account: (address_1, height_1, ...args_1) => __awaiter(this, [address_1, height_1, ...args_1], void 0, function* (address, height, options = {}) {
|
|
202
202
|
// verify required parameter 'address' is not null or undefined
|
|
203
203
|
assertParamExists('account', 'address', address);
|
|
204
204
|
const localVarPath = `/auth/accounts/{address}`
|
|
@@ -298,7 +298,7 @@ const BankApiAxiosParamCreator = function (configuration) {
|
|
|
298
298
|
* @param {*} [options] Override http request option.
|
|
299
299
|
* @throws {RequiredError}
|
|
300
300
|
*/
|
|
301
|
-
balances: (
|
|
301
|
+
balances: (address_1, height_1, ...args_1) => __awaiter(this, [address_1, height_1, ...args_1], void 0, function* (address, height, options = {}) {
|
|
302
302
|
// verify required parameter 'address' is not null or undefined
|
|
303
303
|
assertParamExists('balances', 'address', address);
|
|
304
304
|
const localVarPath = `/bank/balances/{address}`
|
|
@@ -397,7 +397,7 @@ const BlockApiAxiosParamCreator = function (configuration) {
|
|
|
397
397
|
* @param {*} [options] Override http request option.
|
|
398
398
|
* @throws {RequiredError}
|
|
399
399
|
*/
|
|
400
|
-
block: (
|
|
400
|
+
block: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
401
401
|
const localVarPath = `/thorchain/block`;
|
|
402
402
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
403
403
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -492,7 +492,7 @@ const BorrowersApiAxiosParamCreator = function (configuration) {
|
|
|
492
492
|
* @param {*} [options] Override http request option.
|
|
493
493
|
* @throws {RequiredError}
|
|
494
494
|
*/
|
|
495
|
-
borrower: (
|
|
495
|
+
borrower: (asset_1, address_1, height_1, ...args_1) => __awaiter(this, [asset_1, address_1, height_1, ...args_1], void 0, function* (asset, address, height, options = {}) {
|
|
496
496
|
// verify required parameter 'asset' is not null or undefined
|
|
497
497
|
assertParamExists('borrower', 'asset', asset);
|
|
498
498
|
// verify required parameter 'address' is not null or undefined
|
|
@@ -527,7 +527,7 @@ const BorrowersApiAxiosParamCreator = function (configuration) {
|
|
|
527
527
|
* @param {*} [options] Override http request option.
|
|
528
528
|
* @throws {RequiredError}
|
|
529
529
|
*/
|
|
530
|
-
borrowers: (
|
|
530
|
+
borrowers: (asset_1, height_1, ...args_1) => __awaiter(this, [asset_1, height_1, ...args_1], void 0, function* (asset, height, options = {}) {
|
|
531
531
|
// verify required parameter 'asset' is not null or undefined
|
|
532
532
|
assertParamExists('borrowers', 'asset', asset);
|
|
533
533
|
const localVarPath = `/thorchain/pool/{asset}/borrowers`
|
|
@@ -664,7 +664,7 @@ const CloutApiAxiosParamCreator = function (configuration) {
|
|
|
664
664
|
* @param {*} [options] Override http request option.
|
|
665
665
|
* @throws {RequiredError}
|
|
666
666
|
*/
|
|
667
|
-
swapperClout: (
|
|
667
|
+
swapperClout: (address_1, height_1, ...args_1) => __awaiter(this, [address_1, height_1, ...args_1], void 0, function* (address, height, options = {}) {
|
|
668
668
|
// verify required parameter 'address' is not null or undefined
|
|
669
669
|
assertParamExists('swapperClout', 'address', address);
|
|
670
670
|
const localVarPath = `/thorchain/clout/swap/{address}`
|
|
@@ -762,7 +762,7 @@ const ExportApiAxiosParamCreator = function (configuration) {
|
|
|
762
762
|
* @param {*} [options] Override http request option.
|
|
763
763
|
* @throws {RequiredError}
|
|
764
764
|
*/
|
|
765
|
-
_export: (
|
|
765
|
+
_export: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
766
766
|
const localVarPath = `/thorchain/export`;
|
|
767
767
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
768
768
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -848,7 +848,7 @@ const HealthApiAxiosParamCreator = function (configuration) {
|
|
|
848
848
|
* @param {*} [options] Override http request option.
|
|
849
849
|
* @throws {RequiredError}
|
|
850
850
|
*/
|
|
851
|
-
ping: (
|
|
851
|
+
ping: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
852
852
|
const localVarPath = `/thorchain/ping`;
|
|
853
853
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
854
854
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -936,7 +936,7 @@ const InvariantsApiAxiosParamCreator = function (configuration) {
|
|
|
936
936
|
* @param {*} [options] Override http request option.
|
|
937
937
|
* @throws {RequiredError}
|
|
938
938
|
*/
|
|
939
|
-
invariant: (
|
|
939
|
+
invariant: (invariant_1, height_1, ...args_1) => __awaiter(this, [invariant_1, height_1, ...args_1], void 0, function* (invariant, height, options = {}) {
|
|
940
940
|
// verify required parameter 'invariant' is not null or undefined
|
|
941
941
|
assertParamExists('invariant', 'invariant', invariant);
|
|
942
942
|
const localVarPath = `/thorchain/invariant/{invariant}`
|
|
@@ -967,7 +967,7 @@ const InvariantsApiAxiosParamCreator = function (configuration) {
|
|
|
967
967
|
* @param {*} [options] Override http request option.
|
|
968
968
|
* @throws {RequiredError}
|
|
969
969
|
*/
|
|
970
|
-
invariants: (
|
|
970
|
+
invariants: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
971
971
|
const localVarPath = `/thorchain/invariants`;
|
|
972
972
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
973
973
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1096,7 +1096,7 @@ const LiquidityProvidersApiAxiosParamCreator = function (configuration) {
|
|
|
1096
1096
|
* @param {*} [options] Override http request option.
|
|
1097
1097
|
* @throws {RequiredError}
|
|
1098
1098
|
*/
|
|
1099
|
-
liquidityProvider: (
|
|
1099
|
+
liquidityProvider: (asset_1, address_1, height_1, ...args_1) => __awaiter(this, [asset_1, address_1, height_1, ...args_1], void 0, function* (asset, address, height, options = {}) {
|
|
1100
1100
|
// verify required parameter 'asset' is not null or undefined
|
|
1101
1101
|
assertParamExists('liquidityProvider', 'asset', asset);
|
|
1102
1102
|
// verify required parameter 'address' is not null or undefined
|
|
@@ -1131,7 +1131,7 @@ const LiquidityProvidersApiAxiosParamCreator = function (configuration) {
|
|
|
1131
1131
|
* @param {*} [options] Override http request option.
|
|
1132
1132
|
* @throws {RequiredError}
|
|
1133
1133
|
*/
|
|
1134
|
-
liquidityProviders: (
|
|
1134
|
+
liquidityProviders: (asset_1, height_1, ...args_1) => __awaiter(this, [asset_1, height_1, ...args_1], void 0, function* (asset, height, options = {}) {
|
|
1135
1135
|
// verify required parameter 'asset' is not null or undefined
|
|
1136
1136
|
assertParamExists('liquidityProviders', 'asset', asset);
|
|
1137
1137
|
const localVarPath = `/thorchain/pool/{asset}/liquidity_providers`
|
|
@@ -1267,7 +1267,7 @@ const MimirApiAxiosParamCreator = function (configuration) {
|
|
|
1267
1267
|
* @param {*} [options] Override http request option.
|
|
1268
1268
|
* @throws {RequiredError}
|
|
1269
1269
|
*/
|
|
1270
|
-
mimir: (
|
|
1270
|
+
mimir: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
1271
1271
|
const localVarPath = `/thorchain/mimir`;
|
|
1272
1272
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1273
1273
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1295,7 +1295,7 @@ const MimirApiAxiosParamCreator = function (configuration) {
|
|
|
1295
1295
|
* @param {*} [options] Override http request option.
|
|
1296
1296
|
* @throws {RequiredError}
|
|
1297
1297
|
*/
|
|
1298
|
-
mimirAdmin: (
|
|
1298
|
+
mimirAdmin: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
1299
1299
|
const localVarPath = `/thorchain/mimir/admin`;
|
|
1300
1300
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1301
1301
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1324,7 +1324,7 @@ const MimirApiAxiosParamCreator = function (configuration) {
|
|
|
1324
1324
|
* @param {*} [options] Override http request option.
|
|
1325
1325
|
* @throws {RequiredError}
|
|
1326
1326
|
*/
|
|
1327
|
-
mimirKey: (
|
|
1327
|
+
mimirKey: (key_1, height_1, ...args_1) => __awaiter(this, [key_1, height_1, ...args_1], void 0, function* (key, height, options = {}) {
|
|
1328
1328
|
// verify required parameter 'key' is not null or undefined
|
|
1329
1329
|
assertParamExists('mimirKey', 'key', key);
|
|
1330
1330
|
const localVarPath = `/thorchain/mimir/key/{key}`
|
|
@@ -1356,7 +1356,7 @@ const MimirApiAxiosParamCreator = function (configuration) {
|
|
|
1356
1356
|
* @param {*} [options] Override http request option.
|
|
1357
1357
|
* @throws {RequiredError}
|
|
1358
1358
|
*/
|
|
1359
|
-
mimirNode: (
|
|
1359
|
+
mimirNode: (address_1, height_1, ...args_1) => __awaiter(this, [address_1, height_1, ...args_1], void 0, function* (address, height, options = {}) {
|
|
1360
1360
|
// verify required parameter 'address' is not null or undefined
|
|
1361
1361
|
assertParamExists('mimirNode', 'address', address);
|
|
1362
1362
|
const localVarPath = `/thorchain/mimir/node/{address}`
|
|
@@ -1387,7 +1387,7 @@ const MimirApiAxiosParamCreator = function (configuration) {
|
|
|
1387
1387
|
* @param {*} [options] Override http request option.
|
|
1388
1388
|
* @throws {RequiredError}
|
|
1389
1389
|
*/
|
|
1390
|
-
mimirNodes: (
|
|
1390
|
+
mimirNodes: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
1391
1391
|
const localVarPath = `/thorchain/mimir/nodes_all`;
|
|
1392
1392
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1393
1393
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1611,7 +1611,7 @@ const NetworkApiAxiosParamCreator = function (configuration) {
|
|
|
1611
1611
|
* @param {*} [options] Override http request option.
|
|
1612
1612
|
* @throws {RequiredError}
|
|
1613
1613
|
*/
|
|
1614
|
-
ban: (
|
|
1614
|
+
ban: (address_1, height_1, ...args_1) => __awaiter(this, [address_1, height_1, ...args_1], void 0, function* (address, height, options = {}) {
|
|
1615
1615
|
// verify required parameter 'address' is not null or undefined
|
|
1616
1616
|
assertParamExists('ban', 'address', address);
|
|
1617
1617
|
const localVarPath = `/thorchain/ban/{address}`
|
|
@@ -1642,7 +1642,7 @@ const NetworkApiAxiosParamCreator = function (configuration) {
|
|
|
1642
1642
|
* @param {*} [options] Override http request option.
|
|
1643
1643
|
* @throws {RequiredError}
|
|
1644
1644
|
*/
|
|
1645
|
-
constants: (
|
|
1645
|
+
constants: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
1646
1646
|
const localVarPath = `/thorchain/constants`;
|
|
1647
1647
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1648
1648
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1670,7 +1670,7 @@ const NetworkApiAxiosParamCreator = function (configuration) {
|
|
|
1670
1670
|
* @param {*} [options] Override http request option.
|
|
1671
1671
|
* @throws {RequiredError}
|
|
1672
1672
|
*/
|
|
1673
|
-
inboundAddresses: (
|
|
1673
|
+
inboundAddresses: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
1674
1674
|
const localVarPath = `/thorchain/inbound_addresses`;
|
|
1675
1675
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1676
1676
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1698,7 +1698,7 @@ const NetworkApiAxiosParamCreator = function (configuration) {
|
|
|
1698
1698
|
* @param {*} [options] Override http request option.
|
|
1699
1699
|
* @throws {RequiredError}
|
|
1700
1700
|
*/
|
|
1701
|
-
lastblock: (
|
|
1701
|
+
lastblock: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
1702
1702
|
const localVarPath = `/thorchain/lastblock`;
|
|
1703
1703
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1704
1704
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1727,7 +1727,7 @@ const NetworkApiAxiosParamCreator = function (configuration) {
|
|
|
1727
1727
|
* @param {*} [options] Override http request option.
|
|
1728
1728
|
* @throws {RequiredError}
|
|
1729
1729
|
*/
|
|
1730
|
-
lastblockChain: (
|
|
1730
|
+
lastblockChain: (chain_1, height_1, ...args_1) => __awaiter(this, [chain_1, height_1, ...args_1], void 0, function* (chain, height, options = {}) {
|
|
1731
1731
|
// verify required parameter 'chain' is not null or undefined
|
|
1732
1732
|
assertParamExists('lastblockChain', 'chain', chain);
|
|
1733
1733
|
const localVarPath = `/thorchain/lastblock/{chain}`
|
|
@@ -1758,7 +1758,7 @@ const NetworkApiAxiosParamCreator = function (configuration) {
|
|
|
1758
1758
|
* @param {*} [options] Override http request option.
|
|
1759
1759
|
* @throws {RequiredError}
|
|
1760
1760
|
*/
|
|
1761
|
-
network: (
|
|
1761
|
+
network: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
1762
1762
|
const localVarPath = `/thorchain/network`;
|
|
1763
1763
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1764
1764
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1787,7 +1787,7 @@ const NetworkApiAxiosParamCreator = function (configuration) {
|
|
|
1787
1787
|
* @param {*} [options] Override http request option.
|
|
1788
1788
|
* @throws {RequiredError}
|
|
1789
1789
|
*/
|
|
1790
|
-
outboundFeeAsset: (
|
|
1790
|
+
outboundFeeAsset: (asset_1, height_1, ...args_1) => __awaiter(this, [asset_1, height_1, ...args_1], void 0, function* (asset, height, options = {}) {
|
|
1791
1791
|
// verify required parameter 'asset' is not null or undefined
|
|
1792
1792
|
assertParamExists('outboundFeeAsset', 'asset', asset);
|
|
1793
1793
|
const localVarPath = `/thorchain/outbound_fee/{asset}`
|
|
@@ -1818,7 +1818,7 @@ const NetworkApiAxiosParamCreator = function (configuration) {
|
|
|
1818
1818
|
* @param {*} [options] Override http request option.
|
|
1819
1819
|
* @throws {RequiredError}
|
|
1820
1820
|
*/
|
|
1821
|
-
outboundFees: (
|
|
1821
|
+
outboundFees: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
1822
1822
|
const localVarPath = `/thorchain/outbound_fees`;
|
|
1823
1823
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1824
1824
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1846,7 +1846,7 @@ const NetworkApiAxiosParamCreator = function (configuration) {
|
|
|
1846
1846
|
* @param {*} [options] Override http request option.
|
|
1847
1847
|
* @throws {RequiredError}
|
|
1848
1848
|
*/
|
|
1849
|
-
ragnarok: (
|
|
1849
|
+
ragnarok: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
1850
1850
|
const localVarPath = `/thorchain/ragnarok`;
|
|
1851
1851
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1852
1852
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1875,7 +1875,7 @@ const NetworkApiAxiosParamCreator = function (configuration) {
|
|
|
1875
1875
|
* @param {*} [options] Override http request option.
|
|
1876
1876
|
* @throws {RequiredError}
|
|
1877
1877
|
*/
|
|
1878
|
-
upgradeProposal: (
|
|
1878
|
+
upgradeProposal: (name_1, height_1, ...args_1) => __awaiter(this, [name_1, height_1, ...args_1], void 0, function* (name, height, options = {}) {
|
|
1879
1879
|
// verify required parameter 'name' is not null or undefined
|
|
1880
1880
|
assertParamExists('upgradeProposal', 'name', name);
|
|
1881
1881
|
const localVarPath = `/thorchain/upgrade_proposal/{name}`
|
|
@@ -1906,7 +1906,7 @@ const NetworkApiAxiosParamCreator = function (configuration) {
|
|
|
1906
1906
|
* @param {*} [options] Override http request option.
|
|
1907
1907
|
* @throws {RequiredError}
|
|
1908
1908
|
*/
|
|
1909
|
-
upgradeProposals: (
|
|
1909
|
+
upgradeProposals: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
1910
1910
|
const localVarPath = `/thorchain/upgrade_proposals`;
|
|
1911
1911
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1912
1912
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1935,7 +1935,7 @@ const NetworkApiAxiosParamCreator = function (configuration) {
|
|
|
1935
1935
|
* @param {*} [options] Override http request option.
|
|
1936
1936
|
* @throws {RequiredError}
|
|
1937
1937
|
*/
|
|
1938
|
-
upgradeVotes: (
|
|
1938
|
+
upgradeVotes: (name_1, height_1, ...args_1) => __awaiter(this, [name_1, height_1, ...args_1], void 0, function* (name, height, options = {}) {
|
|
1939
1939
|
// verify required parameter 'name' is not null or undefined
|
|
1940
1940
|
assertParamExists('upgradeVotes', 'name', name);
|
|
1941
1941
|
const localVarPath = `/thorchain/upgrade_votes/{name}`
|
|
@@ -1966,7 +1966,7 @@ const NetworkApiAxiosParamCreator = function (configuration) {
|
|
|
1966
1966
|
* @param {*} [options] Override http request option.
|
|
1967
1967
|
* @throws {RequiredError}
|
|
1968
1968
|
*/
|
|
1969
|
-
version: (
|
|
1969
|
+
version: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
1970
1970
|
const localVarPath = `/thorchain/version`;
|
|
1971
1971
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1972
1972
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -2447,7 +2447,7 @@ const NodesApiAxiosParamCreator = function (configuration) {
|
|
|
2447
2447
|
* @param {*} [options] Override http request option.
|
|
2448
2448
|
* @throws {RequiredError}
|
|
2449
2449
|
*/
|
|
2450
|
-
node: (
|
|
2450
|
+
node: (address_1, height_1, ...args_1) => __awaiter(this, [address_1, height_1, ...args_1], void 0, function* (address, height, options = {}) {
|
|
2451
2451
|
// verify required parameter 'address' is not null or undefined
|
|
2452
2452
|
assertParamExists('node', 'address', address);
|
|
2453
2453
|
const localVarPath = `/thorchain/node/{address}`
|
|
@@ -2478,7 +2478,7 @@ const NodesApiAxiosParamCreator = function (configuration) {
|
|
|
2478
2478
|
* @param {*} [options] Override http request option.
|
|
2479
2479
|
* @throws {RequiredError}
|
|
2480
2480
|
*/
|
|
2481
|
-
nodes: (
|
|
2481
|
+
nodes: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
2482
2482
|
const localVarPath = `/thorchain/nodes`;
|
|
2483
2483
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2484
2484
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -2606,7 +2606,7 @@ const PoolSlipApiAxiosParamCreator = function (configuration) {
|
|
|
2606
2606
|
* @param {*} [options] Override http request option.
|
|
2607
2607
|
* @throws {RequiredError}
|
|
2608
2608
|
*/
|
|
2609
|
-
poolslip: (
|
|
2609
|
+
poolslip: (asset_1, height_1, ...args_1) => __awaiter(this, [asset_1, height_1, ...args_1], void 0, function* (asset, height, options = {}) {
|
|
2610
2610
|
// verify required parameter 'asset' is not null or undefined
|
|
2611
2611
|
assertParamExists('poolslip', 'asset', asset);
|
|
2612
2612
|
const localVarPath = `/thorchain/slip/{asset}`
|
|
@@ -2637,7 +2637,7 @@ const PoolSlipApiAxiosParamCreator = function (configuration) {
|
|
|
2637
2637
|
* @param {*} [options] Override http request option.
|
|
2638
2638
|
* @throws {RequiredError}
|
|
2639
2639
|
*/
|
|
2640
|
-
poolslips: (
|
|
2640
|
+
poolslips: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
2641
2641
|
const localVarPath = `/thorchain/slips`;
|
|
2642
2642
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2643
2643
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -2765,7 +2765,7 @@ const PoolsApiAxiosParamCreator = function (configuration) {
|
|
|
2765
2765
|
* @param {*} [options] Override http request option.
|
|
2766
2766
|
* @throws {RequiredError}
|
|
2767
2767
|
*/
|
|
2768
|
-
dpool: (
|
|
2768
|
+
dpool: (asset_1, height_1, ...args_1) => __awaiter(this, [asset_1, height_1, ...args_1], void 0, function* (asset, height, options = {}) {
|
|
2769
2769
|
// verify required parameter 'asset' is not null or undefined
|
|
2770
2770
|
assertParamExists('dpool', 'asset', asset);
|
|
2771
2771
|
const localVarPath = `/thorchain/dpool/{asset}`
|
|
@@ -2796,7 +2796,7 @@ const PoolsApiAxiosParamCreator = function (configuration) {
|
|
|
2796
2796
|
* @param {*} [options] Override http request option.
|
|
2797
2797
|
* @throws {RequiredError}
|
|
2798
2798
|
*/
|
|
2799
|
-
dpools: (
|
|
2799
|
+
dpools: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
2800
2800
|
const localVarPath = `/thorchain/dpools`;
|
|
2801
2801
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2802
2802
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -2825,7 +2825,7 @@ const PoolsApiAxiosParamCreator = function (configuration) {
|
|
|
2825
2825
|
* @param {*} [options] Override http request option.
|
|
2826
2826
|
* @throws {RequiredError}
|
|
2827
2827
|
*/
|
|
2828
|
-
pool: (
|
|
2828
|
+
pool: (asset_1, height_1, ...args_1) => __awaiter(this, [asset_1, height_1, ...args_1], void 0, function* (asset, height, options = {}) {
|
|
2829
2829
|
// verify required parameter 'asset' is not null or undefined
|
|
2830
2830
|
assertParamExists('pool', 'asset', asset);
|
|
2831
2831
|
const localVarPath = `/thorchain/pool/{asset}`
|
|
@@ -2856,7 +2856,7 @@ const PoolsApiAxiosParamCreator = function (configuration) {
|
|
|
2856
2856
|
* @param {*} [options] Override http request option.
|
|
2857
2857
|
* @throws {RequiredError}
|
|
2858
2858
|
*/
|
|
2859
|
-
pools: (
|
|
2859
|
+
pools: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
2860
2860
|
const localVarPath = `/thorchain/pools`;
|
|
2861
2861
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2862
2862
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -3048,7 +3048,7 @@ const QueueApiAxiosParamCreator = function (configuration) {
|
|
|
3048
3048
|
* @param {*} [options] Override http request option.
|
|
3049
3049
|
* @throws {RequiredError}
|
|
3050
3050
|
*/
|
|
3051
|
-
queue: (
|
|
3051
|
+
queue: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
3052
3052
|
const localVarPath = `/thorchain/queue`;
|
|
3053
3053
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3054
3054
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -3076,7 +3076,7 @@ const QueueApiAxiosParamCreator = function (configuration) {
|
|
|
3076
3076
|
* @param {*} [options] Override http request option.
|
|
3077
3077
|
* @throws {RequiredError}
|
|
3078
3078
|
*/
|
|
3079
|
-
queueOutbound: (
|
|
3079
|
+
queueOutbound: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
3080
3080
|
const localVarPath = `/thorchain/queue/outbound`;
|
|
3081
3081
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3082
3082
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -3104,7 +3104,7 @@ const QueueApiAxiosParamCreator = function (configuration) {
|
|
|
3104
3104
|
* @param {*} [options] Override http request option.
|
|
3105
3105
|
* @throws {RequiredError}
|
|
3106
3106
|
*/
|
|
3107
|
-
queueScheduled: (
|
|
3107
|
+
queueScheduled: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
3108
3108
|
const localVarPath = `/thorchain/queue/scheduled`;
|
|
3109
3109
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3110
3110
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -3132,7 +3132,7 @@ const QueueApiAxiosParamCreator = function (configuration) {
|
|
|
3132
3132
|
* @param {*} [options] Override http request option.
|
|
3133
3133
|
* @throws {RequiredError}
|
|
3134
3134
|
*/
|
|
3135
|
-
queueSwap: (
|
|
3135
|
+
queueSwap: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
3136
3136
|
const localVarPath = `/thorchain/queue/swap`;
|
|
3137
3137
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3138
3138
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -3323,7 +3323,7 @@ const QuoteApiAxiosParamCreator = function (configuration) {
|
|
|
3323
3323
|
* @param {*} [options] Override http request option.
|
|
3324
3324
|
* @throws {RequiredError}
|
|
3325
3325
|
*/
|
|
3326
|
-
quoteloanclose: (
|
|
3326
|
+
quoteloanclose: (height_1, fromAsset_1, repayBps_1, toAsset_1, loanOwner_1, minOut_1, ...args_1) => __awaiter(this, [height_1, fromAsset_1, repayBps_1, toAsset_1, loanOwner_1, minOut_1, ...args_1], void 0, function* (height, fromAsset, repayBps, toAsset, loanOwner, minOut, options = {}) {
|
|
3327
3327
|
const localVarPath = `/thorchain/quote/loan/close`;
|
|
3328
3328
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3329
3329
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -3373,7 +3373,7 @@ const QuoteApiAxiosParamCreator = function (configuration) {
|
|
|
3373
3373
|
* @param {*} [options] Override http request option.
|
|
3374
3374
|
* @throws {RequiredError}
|
|
3375
3375
|
*/
|
|
3376
|
-
quoteloanopen: (
|
|
3376
|
+
quoteloanopen: (height_1, fromAsset_1, amount_1, toAsset_1, destination_1, minOut_1, affiliateBps_1, affiliate_1, ...args_1) => __awaiter(this, [height_1, fromAsset_1, amount_1, toAsset_1, destination_1, minOut_1, affiliateBps_1, affiliate_1, ...args_1], void 0, function* (height, fromAsset, amount, toAsset, destination, minOut, affiliateBps, affiliate, options = {}) {
|
|
3377
3377
|
const localVarPath = `/thorchain/quote/loan/open`;
|
|
3378
3378
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3379
3379
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -3424,7 +3424,7 @@ const QuoteApiAxiosParamCreator = function (configuration) {
|
|
|
3424
3424
|
* @param {*} [options] Override http request option.
|
|
3425
3425
|
* @throws {RequiredError}
|
|
3426
3426
|
*/
|
|
3427
|
-
quotesaverdeposit: (
|
|
3427
|
+
quotesaverdeposit: (height_1, asset_1, amount_1, ...args_1) => __awaiter(this, [height_1, asset_1, amount_1, ...args_1], void 0, function* (height, asset, amount, options = {}) {
|
|
3428
3428
|
const localVarPath = `/thorchain/quote/saver/deposit`;
|
|
3429
3429
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3430
3430
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -3461,7 +3461,7 @@ const QuoteApiAxiosParamCreator = function (configuration) {
|
|
|
3461
3461
|
* @param {*} [options] Override http request option.
|
|
3462
3462
|
* @throws {RequiredError}
|
|
3463
3463
|
*/
|
|
3464
|
-
quotesaverwithdraw: (
|
|
3464
|
+
quotesaverwithdraw: (height_1, asset_1, address_1, withdrawBps_1, ...args_1) => __awaiter(this, [height_1, asset_1, address_1, withdrawBps_1, ...args_1], void 0, function* (height, asset, address, withdrawBps, options = {}) {
|
|
3465
3465
|
const localVarPath = `/thorchain/quote/saver/withdraw`;
|
|
3466
3466
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3467
3467
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -3509,7 +3509,7 @@ const QuoteApiAxiosParamCreator = function (configuration) {
|
|
|
3509
3509
|
* @param {*} [options] Override http request option.
|
|
3510
3510
|
* @throws {RequiredError}
|
|
3511
3511
|
*/
|
|
3512
|
-
quoteswap: (
|
|
3512
|
+
quoteswap: (height_1, fromAsset_1, toAsset_1, amount_1, destination_1, refundAddress_1, streamingInterval_1, streamingQuantity_1, toleranceBps_1, liquidityToleranceBps_1, affiliateBps_1, affiliate_1, ...args_1) => __awaiter(this, [height_1, fromAsset_1, toAsset_1, amount_1, destination_1, refundAddress_1, streamingInterval_1, streamingQuantity_1, toleranceBps_1, liquidityToleranceBps_1, affiliateBps_1, affiliate_1, ...args_1], void 0, function* (height, fromAsset, toAsset, amount, destination, refundAddress, streamingInterval, streamingQuantity, toleranceBps, liquidityToleranceBps, affiliateBps, affiliate, options = {}) {
|
|
3513
3513
|
const localVarPath = `/thorchain/quote/swap`;
|
|
3514
3514
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3515
3515
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -3843,7 +3843,7 @@ const RUNEPoolApiAxiosParamCreator = function (configuration) {
|
|
|
3843
3843
|
* @param {*} [options] Override http request option.
|
|
3844
3844
|
* @throws {RequiredError}
|
|
3845
3845
|
*/
|
|
3846
|
-
runePool: (
|
|
3846
|
+
runePool: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
3847
3847
|
const localVarPath = `/thorchain/runepool`;
|
|
3848
3848
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3849
3849
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -3872,7 +3872,7 @@ const RUNEPoolApiAxiosParamCreator = function (configuration) {
|
|
|
3872
3872
|
* @param {*} [options] Override http request option.
|
|
3873
3873
|
* @throws {RequiredError}
|
|
3874
3874
|
*/
|
|
3875
|
-
runeProvider: (
|
|
3875
|
+
runeProvider: (address_1, height_1, ...args_1) => __awaiter(this, [address_1, height_1, ...args_1], void 0, function* (address, height, options = {}) {
|
|
3876
3876
|
// verify required parameter 'address' is not null or undefined
|
|
3877
3877
|
assertParamExists('runeProvider', 'address', address);
|
|
3878
3878
|
const localVarPath = `/thorchain/rune_provider/{address}`
|
|
@@ -3903,7 +3903,7 @@ const RUNEPoolApiAxiosParamCreator = function (configuration) {
|
|
|
3903
3903
|
* @param {*} [options] Override http request option.
|
|
3904
3904
|
* @throws {RequiredError}
|
|
3905
3905
|
*/
|
|
3906
|
-
runeProviders: (
|
|
3906
|
+
runeProviders: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
3907
3907
|
const localVarPath = `/thorchain/rune_providers`;
|
|
3908
3908
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3909
3909
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -4063,7 +4063,7 @@ const SaversApiAxiosParamCreator = function (configuration) {
|
|
|
4063
4063
|
* @param {*} [options] Override http request option.
|
|
4064
4064
|
* @throws {RequiredError}
|
|
4065
4065
|
*/
|
|
4066
|
-
saver: (
|
|
4066
|
+
saver: (asset_1, address_1, height_1, ...args_1) => __awaiter(this, [asset_1, address_1, height_1, ...args_1], void 0, function* (asset, address, height, options = {}) {
|
|
4067
4067
|
// verify required parameter 'asset' is not null or undefined
|
|
4068
4068
|
assertParamExists('saver', 'asset', asset);
|
|
4069
4069
|
// verify required parameter 'address' is not null or undefined
|
|
@@ -4098,7 +4098,7 @@ const SaversApiAxiosParamCreator = function (configuration) {
|
|
|
4098
4098
|
* @param {*} [options] Override http request option.
|
|
4099
4099
|
* @throws {RequiredError}
|
|
4100
4100
|
*/
|
|
4101
|
-
savers: (
|
|
4101
|
+
savers: (asset_1, height_1, ...args_1) => __awaiter(this, [asset_1, height_1, ...args_1], void 0, function* (asset, height, options = {}) {
|
|
4102
4102
|
// verify required parameter 'asset' is not null or undefined
|
|
4103
4103
|
assertParamExists('savers', 'asset', asset);
|
|
4104
4104
|
const localVarPath = `/thorchain/pool/{asset}/savers`
|
|
@@ -4235,7 +4235,7 @@ const SecuredAssetApiAxiosParamCreator = function (configuration) {
|
|
|
4235
4235
|
* @param {*} [options] Override http request option.
|
|
4236
4236
|
* @throws {RequiredError}
|
|
4237
4237
|
*/
|
|
4238
|
-
securedAsset: (
|
|
4238
|
+
securedAsset: (asset_1, height_1, ...args_1) => __awaiter(this, [asset_1, height_1, ...args_1], void 0, function* (asset, height, options = {}) {
|
|
4239
4239
|
// verify required parameter 'asset' is not null or undefined
|
|
4240
4240
|
assertParamExists('securedAsset', 'asset', asset);
|
|
4241
4241
|
const localVarPath = `/thorchain/securedasset/{asset}`
|
|
@@ -4334,7 +4334,7 @@ const SecuredAssetsApiAxiosParamCreator = function (configuration) {
|
|
|
4334
4334
|
* @param {*} [options] Override http request option.
|
|
4335
4335
|
* @throws {RequiredError}
|
|
4336
4336
|
*/
|
|
4337
|
-
securedAssets: (
|
|
4337
|
+
securedAssets: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
4338
4338
|
const localVarPath = `/thorchain/securedassets`;
|
|
4339
4339
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4340
4340
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -4428,7 +4428,7 @@ const StreamingSwapApiAxiosParamCreator = function (configuration) {
|
|
|
4428
4428
|
* @param {*} [options] Override http request option.
|
|
4429
4429
|
* @throws {RequiredError}
|
|
4430
4430
|
*/
|
|
4431
|
-
streamSwap: (
|
|
4431
|
+
streamSwap: (hash_1, height_1, ...args_1) => __awaiter(this, [hash_1, height_1, ...args_1], void 0, function* (hash, height, options = {}) {
|
|
4432
4432
|
// verify required parameter 'hash' is not null or undefined
|
|
4433
4433
|
assertParamExists('streamSwap', 'hash', hash);
|
|
4434
4434
|
const localVarPath = `/thorchain/swap/streaming/{hash}`
|
|
@@ -4459,7 +4459,7 @@ const StreamingSwapApiAxiosParamCreator = function (configuration) {
|
|
|
4459
4459
|
* @param {*} [options] Override http request option.
|
|
4460
4460
|
* @throws {RequiredError}
|
|
4461
4461
|
*/
|
|
4462
|
-
streamSwaps: (
|
|
4462
|
+
streamSwaps: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
4463
4463
|
const localVarPath = `/thorchain/swaps/streaming`;
|
|
4464
4464
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4465
4465
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -4587,7 +4587,7 @@ const TCYClaimersApiAxiosParamCreator = function (configuration) {
|
|
|
4587
4587
|
* @param {*} [options] Override http request option.
|
|
4588
4588
|
* @throws {RequiredError}
|
|
4589
4589
|
*/
|
|
4590
|
-
tcyClaimer: (
|
|
4590
|
+
tcyClaimer: (address_1, height_1, ...args_1) => __awaiter(this, [address_1, height_1, ...args_1], void 0, function* (address, height, options = {}) {
|
|
4591
4591
|
// verify required parameter 'address' is not null or undefined
|
|
4592
4592
|
assertParamExists('tcyClaimer', 'address', address);
|
|
4593
4593
|
const localVarPath = `/thorchain/tcy_claimer/{address}`
|
|
@@ -4618,7 +4618,7 @@ const TCYClaimersApiAxiosParamCreator = function (configuration) {
|
|
|
4618
4618
|
* @param {*} [options] Override http request option.
|
|
4619
4619
|
* @throws {RequiredError}
|
|
4620
4620
|
*/
|
|
4621
|
-
tcyClaimers: (
|
|
4621
|
+
tcyClaimers: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
4622
4622
|
const localVarPath = `/thorchain/tcy_claimers`;
|
|
4623
4623
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4624
4624
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -4746,7 +4746,7 @@ const TCYStakersApiAxiosParamCreator = function (configuration) {
|
|
|
4746
4746
|
* @param {*} [options] Override http request option.
|
|
4747
4747
|
* @throws {RequiredError}
|
|
4748
4748
|
*/
|
|
4749
|
-
tcyStaker: (
|
|
4749
|
+
tcyStaker: (address_1, height_1, ...args_1) => __awaiter(this, [address_1, height_1, ...args_1], void 0, function* (address, height, options = {}) {
|
|
4750
4750
|
// verify required parameter 'address' is not null or undefined
|
|
4751
4751
|
assertParamExists('tcyStaker', 'address', address);
|
|
4752
4752
|
const localVarPath = `/thorchain/tcy_staker/{address}`
|
|
@@ -4777,7 +4777,7 @@ const TCYStakersApiAxiosParamCreator = function (configuration) {
|
|
|
4777
4777
|
* @param {*} [options] Override http request option.
|
|
4778
4778
|
* @throws {RequiredError}
|
|
4779
4779
|
*/
|
|
4780
|
-
tcyStakers: (
|
|
4780
|
+
tcyStakers: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
4781
4781
|
const localVarPath = `/thorchain/tcy_stakers`;
|
|
4782
4782
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4783
4783
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -4905,7 +4905,7 @@ const TSSApiAxiosParamCreator = function (configuration) {
|
|
|
4905
4905
|
* @param {*} [options] Override http request option.
|
|
4906
4906
|
* @throws {RequiredError}
|
|
4907
4907
|
*/
|
|
4908
|
-
keygenPubkey: (
|
|
4908
|
+
keygenPubkey: (height_1, pubkey_1, ...args_1) => __awaiter(this, [height_1, pubkey_1, ...args_1], void 0, function* (height, pubkey, options = {}) {
|
|
4909
4909
|
// verify required parameter 'height' is not null or undefined
|
|
4910
4910
|
assertParamExists('keygenPubkey', 'height', height);
|
|
4911
4911
|
// verify required parameter 'pubkey' is not null or undefined
|
|
@@ -4936,7 +4936,7 @@ const TSSApiAxiosParamCreator = function (configuration) {
|
|
|
4936
4936
|
* @param {*} [options] Override http request option.
|
|
4937
4937
|
* @throws {RequiredError}
|
|
4938
4938
|
*/
|
|
4939
|
-
keysign: (
|
|
4939
|
+
keysign: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
4940
4940
|
// verify required parameter 'height' is not null or undefined
|
|
4941
4941
|
assertParamExists('keysign', 'height', height);
|
|
4942
4942
|
const localVarPath = `/thorchain/keysign/{height}`
|
|
@@ -4965,7 +4965,7 @@ const TSSApiAxiosParamCreator = function (configuration) {
|
|
|
4965
4965
|
* @param {*} [options] Override http request option.
|
|
4966
4966
|
* @throws {RequiredError}
|
|
4967
4967
|
*/
|
|
4968
|
-
keysignPubkey: (
|
|
4968
|
+
keysignPubkey: (height_1, pubkey_1, ...args_1) => __awaiter(this, [height_1, pubkey_1, ...args_1], void 0, function* (height, pubkey, options = {}) {
|
|
4969
4969
|
// verify required parameter 'height' is not null or undefined
|
|
4970
4970
|
assertParamExists('keysignPubkey', 'height', height);
|
|
4971
4971
|
// verify required parameter 'pubkey' is not null or undefined
|
|
@@ -4996,7 +4996,7 @@ const TSSApiAxiosParamCreator = function (configuration) {
|
|
|
4996
4996
|
* @param {*} [options] Override http request option.
|
|
4997
4997
|
* @throws {RequiredError}
|
|
4998
4998
|
*/
|
|
4999
|
-
metrics: (
|
|
4999
|
+
metrics: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
5000
5000
|
const localVarPath = `/thorchain/metrics`;
|
|
5001
5001
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5002
5002
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -5025,7 +5025,7 @@ const TSSApiAxiosParamCreator = function (configuration) {
|
|
|
5025
5025
|
* @param {*} [options] Override http request option.
|
|
5026
5026
|
* @throws {RequiredError}
|
|
5027
5027
|
*/
|
|
5028
|
-
metricsKeygen: (
|
|
5028
|
+
metricsKeygen: (pubkey_1, height_1, ...args_1) => __awaiter(this, [pubkey_1, height_1, ...args_1], void 0, function* (pubkey, height, options = {}) {
|
|
5029
5029
|
// verify required parameter 'pubkey' is not null or undefined
|
|
5030
5030
|
assertParamExists('metricsKeygen', 'pubkey', pubkey);
|
|
5031
5031
|
const localVarPath = `/thorchain/metric/keygen/{pubkey}`
|
|
@@ -5255,7 +5255,7 @@ const ThornamesApiAxiosParamCreator = function (configuration) {
|
|
|
5255
5255
|
* @param {*} [options] Override http request option.
|
|
5256
5256
|
* @throws {RequiredError}
|
|
5257
5257
|
*/
|
|
5258
|
-
thorname: (
|
|
5258
|
+
thorname: (name_1, height_1, ...args_1) => __awaiter(this, [name_1, height_1, ...args_1], void 0, function* (name, height, options = {}) {
|
|
5259
5259
|
// verify required parameter 'name' is not null or undefined
|
|
5260
5260
|
assertParamExists('thorname', 'name', name);
|
|
5261
5261
|
const localVarPath = `/thorchain/thorname/{name}`
|
|
@@ -5355,7 +5355,7 @@ const TradeAccountApiAxiosParamCreator = function (configuration) {
|
|
|
5355
5355
|
* @param {*} [options] Override http request option.
|
|
5356
5356
|
* @throws {RequiredError}
|
|
5357
5357
|
*/
|
|
5358
|
-
tradeAccount: (
|
|
5358
|
+
tradeAccount: (address_1, height_1, ...args_1) => __awaiter(this, [address_1, height_1, ...args_1], void 0, function* (address, height, options = {}) {
|
|
5359
5359
|
// verify required parameter 'address' is not null or undefined
|
|
5360
5360
|
assertParamExists('tradeAccount', 'address', address);
|
|
5361
5361
|
const localVarPath = `/thorchain/trade/account/{address}`
|
|
@@ -5455,7 +5455,7 @@ const TradeAccountsApiAxiosParamCreator = function (configuration) {
|
|
|
5455
5455
|
* @param {*} [options] Override http request option.
|
|
5456
5456
|
* @throws {RequiredError}
|
|
5457
5457
|
*/
|
|
5458
|
-
tradeAccounts: (
|
|
5458
|
+
tradeAccounts: (asset_1, height_1, ...args_1) => __awaiter(this, [asset_1, height_1, ...args_1], void 0, function* (asset, height, options = {}) {
|
|
5459
5459
|
// verify required parameter 'asset' is not null or undefined
|
|
5460
5460
|
assertParamExists('tradeAccounts', 'asset', asset);
|
|
5461
5461
|
const localVarPath = `/thorchain/trade/accounts/{asset}`
|
|
@@ -5555,7 +5555,7 @@ const TradeUnitApiAxiosParamCreator = function (configuration) {
|
|
|
5555
5555
|
* @param {*} [options] Override http request option.
|
|
5556
5556
|
* @throws {RequiredError}
|
|
5557
5557
|
*/
|
|
5558
|
-
tradeUnit: (
|
|
5558
|
+
tradeUnit: (asset_1, height_1, ...args_1) => __awaiter(this, [asset_1, height_1, ...args_1], void 0, function* (asset, height, options = {}) {
|
|
5559
5559
|
// verify required parameter 'asset' is not null or undefined
|
|
5560
5560
|
assertParamExists('tradeUnit', 'asset', asset);
|
|
5561
5561
|
const localVarPath = `/thorchain/trade/unit/{asset}`
|
|
@@ -5654,7 +5654,7 @@ const TradeUnitsApiAxiosParamCreator = function (configuration) {
|
|
|
5654
5654
|
* @param {*} [options] Override http request option.
|
|
5655
5655
|
* @throws {RequiredError}
|
|
5656
5656
|
*/
|
|
5657
|
-
tradeUnits: (
|
|
5657
|
+
tradeUnits: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
5658
5658
|
const localVarPath = `/thorchain/trade/units`;
|
|
5659
5659
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5660
5660
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -5748,7 +5748,7 @@ const TransactionsApiAxiosParamCreator = function (configuration) {
|
|
|
5748
5748
|
* @param {*} [options] Override http request option.
|
|
5749
5749
|
* @throws {RequiredError}
|
|
5750
5750
|
*/
|
|
5751
|
-
tx: (
|
|
5751
|
+
tx: (hash_1, height_1, ...args_1) => __awaiter(this, [hash_1, height_1, ...args_1], void 0, function* (hash, height, options = {}) {
|
|
5752
5752
|
// verify required parameter 'hash' is not null or undefined
|
|
5753
5753
|
assertParamExists('tx', 'hash', hash);
|
|
5754
5754
|
const localVarPath = `/thorchain/tx/{hash}`
|
|
@@ -5780,7 +5780,7 @@ const TransactionsApiAxiosParamCreator = function (configuration) {
|
|
|
5780
5780
|
* @param {*} [options] Override http request option.
|
|
5781
5781
|
* @throws {RequiredError}
|
|
5782
5782
|
*/
|
|
5783
|
-
txSigners: (
|
|
5783
|
+
txSigners: (hash_1, height_1, ...args_1) => __awaiter(this, [hash_1, height_1, ...args_1], void 0, function* (hash, height, options = {}) {
|
|
5784
5784
|
// verify required parameter 'hash' is not null or undefined
|
|
5785
5785
|
assertParamExists('txSigners', 'hash', hash);
|
|
5786
5786
|
const localVarPath = `/thorchain/tx/details/{hash}`
|
|
@@ -5812,7 +5812,7 @@ const TransactionsApiAxiosParamCreator = function (configuration) {
|
|
|
5812
5812
|
* @param {*} [options] Override http request option.
|
|
5813
5813
|
* @throws {RequiredError}
|
|
5814
5814
|
*/
|
|
5815
|
-
txSignersOld: (
|
|
5815
|
+
txSignersOld: (hash_1, height_1, ...args_1) => __awaiter(this, [hash_1, height_1, ...args_1], void 0, function* (hash, height, options = {}) {
|
|
5816
5816
|
// verify required parameter 'hash' is not null or undefined
|
|
5817
5817
|
assertParamExists('txSignersOld', 'hash', hash);
|
|
5818
5818
|
const localVarPath = `/thorchain/tx/{hash}/signers`
|
|
@@ -5844,7 +5844,7 @@ const TransactionsApiAxiosParamCreator = function (configuration) {
|
|
|
5844
5844
|
* @param {*} [options] Override http request option.
|
|
5845
5845
|
* @throws {RequiredError}
|
|
5846
5846
|
*/
|
|
5847
|
-
txStages: (
|
|
5847
|
+
txStages: (hash_1, height_1, ...args_1) => __awaiter(this, [hash_1, height_1, ...args_1], void 0, function* (hash, height, options = {}) {
|
|
5848
5848
|
// verify required parameter 'hash' is not null or undefined
|
|
5849
5849
|
assertParamExists('txStages', 'hash', hash);
|
|
5850
5850
|
const localVarPath = `/thorchain/tx/stages/{hash}`
|
|
@@ -5876,7 +5876,7 @@ const TransactionsApiAxiosParamCreator = function (configuration) {
|
|
|
5876
5876
|
* @param {*} [options] Override http request option.
|
|
5877
5877
|
* @throws {RequiredError}
|
|
5878
5878
|
*/
|
|
5879
|
-
txStatus: (
|
|
5879
|
+
txStatus: (hash_1, height_1, ...args_1) => __awaiter(this, [hash_1, height_1, ...args_1], void 0, function* (hash, height, options = {}) {
|
|
5880
5880
|
// verify required parameter 'hash' is not null or undefined
|
|
5881
5881
|
assertParamExists('txStatus', 'hash', hash);
|
|
5882
5882
|
const localVarPath = `/thorchain/tx/status/{hash}`
|
|
@@ -6111,7 +6111,7 @@ const VaultsApiAxiosParamCreator = function (configuration) {
|
|
|
6111
6111
|
* @param {*} [options] Override http request option.
|
|
6112
6112
|
* @throws {RequiredError}
|
|
6113
6113
|
*/
|
|
6114
|
-
asgard: (
|
|
6114
|
+
asgard: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
6115
6115
|
const localVarPath = `/thorchain/vaults/asgard`;
|
|
6116
6116
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
6117
6117
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -6140,7 +6140,7 @@ const VaultsApiAxiosParamCreator = function (configuration) {
|
|
|
6140
6140
|
* @param {*} [options] Override http request option.
|
|
6141
6141
|
* @throws {RequiredError}
|
|
6142
6142
|
*/
|
|
6143
|
-
vault: (
|
|
6143
|
+
vault: (pubkey_1, height_1, ...args_1) => __awaiter(this, [pubkey_1, height_1, ...args_1], void 0, function* (pubkey, height, options = {}) {
|
|
6144
6144
|
// verify required parameter 'pubkey' is not null or undefined
|
|
6145
6145
|
assertParamExists('vault', 'pubkey', pubkey);
|
|
6146
6146
|
const localVarPath = `/thorchain/vault/{pubkey}`
|
|
@@ -6171,7 +6171,7 @@ const VaultsApiAxiosParamCreator = function (configuration) {
|
|
|
6171
6171
|
* @param {*} [options] Override http request option.
|
|
6172
6172
|
* @throws {RequiredError}
|
|
6173
6173
|
*/
|
|
6174
|
-
vaultPubkeys: (
|
|
6174
|
+
vaultPubkeys: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
6175
6175
|
const localVarPath = `/thorchain/vaults/pubkeys`;
|
|
6176
6176
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
6177
6177
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -6199,7 +6199,7 @@ const VaultsApiAxiosParamCreator = function (configuration) {
|
|
|
6199
6199
|
* @param {*} [options] Override http request option.
|
|
6200
6200
|
* @throws {RequiredError}
|
|
6201
6201
|
*/
|
|
6202
|
-
yggdrasil: (
|
|
6202
|
+
yggdrasil: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
6203
6203
|
const localVarPath = `/thorchain/vaults/yggdrasil`;
|
|
6204
6204
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
6205
6205
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|