@xchainjs/xchain-thornode 1.0.4 → 1.0.5
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/common.d.ts +1 -1
- package/lib/index.esm.js +79 -79
- package/lib/index.js +79 -79
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -204,7 +204,7 @@ const AuthApiAxiosParamCreator = function (configuration) {
|
|
|
204
204
|
* @param {*} [options] Override http request option.
|
|
205
205
|
* @throws {RequiredError}
|
|
206
206
|
*/
|
|
207
|
-
account: (
|
|
207
|
+
account: (address_1, height_1, ...args_1) => __awaiter(this, [address_1, height_1, ...args_1], void 0, function* (address, height, options = {}) {
|
|
208
208
|
// verify required parameter 'address' is not null or undefined
|
|
209
209
|
assertParamExists('account', 'address', address);
|
|
210
210
|
const localVarPath = `/auth/accounts/{address}`
|
|
@@ -304,7 +304,7 @@ const BankApiAxiosParamCreator = function (configuration) {
|
|
|
304
304
|
* @param {*} [options] Override http request option.
|
|
305
305
|
* @throws {RequiredError}
|
|
306
306
|
*/
|
|
307
|
-
balances: (
|
|
307
|
+
balances: (address_1, height_1, ...args_1) => __awaiter(this, [address_1, height_1, ...args_1], void 0, function* (address, height, options = {}) {
|
|
308
308
|
// verify required parameter 'address' is not null or undefined
|
|
309
309
|
assertParamExists('balances', 'address', address);
|
|
310
310
|
const localVarPath = `/bank/balances/{address}`
|
|
@@ -403,7 +403,7 @@ const BlockApiAxiosParamCreator = function (configuration) {
|
|
|
403
403
|
* @param {*} [options] Override http request option.
|
|
404
404
|
* @throws {RequiredError}
|
|
405
405
|
*/
|
|
406
|
-
block: (
|
|
406
|
+
block: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
407
407
|
const localVarPath = `/thorchain/block`;
|
|
408
408
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
409
409
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -498,7 +498,7 @@ const BorrowersApiAxiosParamCreator = function (configuration) {
|
|
|
498
498
|
* @param {*} [options] Override http request option.
|
|
499
499
|
* @throws {RequiredError}
|
|
500
500
|
*/
|
|
501
|
-
borrower: (
|
|
501
|
+
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 = {}) {
|
|
502
502
|
// verify required parameter 'asset' is not null or undefined
|
|
503
503
|
assertParamExists('borrower', 'asset', asset);
|
|
504
504
|
// verify required parameter 'address' is not null or undefined
|
|
@@ -533,7 +533,7 @@ const BorrowersApiAxiosParamCreator = function (configuration) {
|
|
|
533
533
|
* @param {*} [options] Override http request option.
|
|
534
534
|
* @throws {RequiredError}
|
|
535
535
|
*/
|
|
536
|
-
borrowers: (
|
|
536
|
+
borrowers: (asset_1, height_1, ...args_1) => __awaiter(this, [asset_1, height_1, ...args_1], void 0, function* (asset, height, options = {}) {
|
|
537
537
|
// verify required parameter 'asset' is not null or undefined
|
|
538
538
|
assertParamExists('borrowers', 'asset', asset);
|
|
539
539
|
const localVarPath = `/thorchain/pool/{asset}/borrowers`
|
|
@@ -670,7 +670,7 @@ const CloutApiAxiosParamCreator = function (configuration) {
|
|
|
670
670
|
* @param {*} [options] Override http request option.
|
|
671
671
|
* @throws {RequiredError}
|
|
672
672
|
*/
|
|
673
|
-
swapperClout: (
|
|
673
|
+
swapperClout: (address_1, height_1, ...args_1) => __awaiter(this, [address_1, height_1, ...args_1], void 0, function* (address, height, options = {}) {
|
|
674
674
|
// verify required parameter 'address' is not null or undefined
|
|
675
675
|
assertParamExists('swapperClout', 'address', address);
|
|
676
676
|
const localVarPath = `/thorchain/clout/swap/{address}`
|
|
@@ -768,7 +768,7 @@ const ExportApiAxiosParamCreator = function (configuration) {
|
|
|
768
768
|
* @param {*} [options] Override http request option.
|
|
769
769
|
* @throws {RequiredError}
|
|
770
770
|
*/
|
|
771
|
-
_export: (
|
|
771
|
+
_export: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
772
772
|
const localVarPath = `/thorchain/export`;
|
|
773
773
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
774
774
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -854,7 +854,7 @@ const HealthApiAxiosParamCreator = function (configuration) {
|
|
|
854
854
|
* @param {*} [options] Override http request option.
|
|
855
855
|
* @throws {RequiredError}
|
|
856
856
|
*/
|
|
857
|
-
ping: (
|
|
857
|
+
ping: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
858
858
|
const localVarPath = `/thorchain/ping`;
|
|
859
859
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
860
860
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -942,7 +942,7 @@ const InvariantsApiAxiosParamCreator = function (configuration) {
|
|
|
942
942
|
* @param {*} [options] Override http request option.
|
|
943
943
|
* @throws {RequiredError}
|
|
944
944
|
*/
|
|
945
|
-
invariant: (
|
|
945
|
+
invariant: (invariant_1, height_1, ...args_1) => __awaiter(this, [invariant_1, height_1, ...args_1], void 0, function* (invariant, height, options = {}) {
|
|
946
946
|
// verify required parameter 'invariant' is not null or undefined
|
|
947
947
|
assertParamExists('invariant', 'invariant', invariant);
|
|
948
948
|
const localVarPath = `/thorchain/invariant/{invariant}`
|
|
@@ -973,7 +973,7 @@ const InvariantsApiAxiosParamCreator = function (configuration) {
|
|
|
973
973
|
* @param {*} [options] Override http request option.
|
|
974
974
|
* @throws {RequiredError}
|
|
975
975
|
*/
|
|
976
|
-
invariants: (
|
|
976
|
+
invariants: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
977
977
|
const localVarPath = `/thorchain/invariants`;
|
|
978
978
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
979
979
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1102,7 +1102,7 @@ const LiquidityProvidersApiAxiosParamCreator = function (configuration) {
|
|
|
1102
1102
|
* @param {*} [options] Override http request option.
|
|
1103
1103
|
* @throws {RequiredError}
|
|
1104
1104
|
*/
|
|
1105
|
-
liquidityProvider: (
|
|
1105
|
+
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 = {}) {
|
|
1106
1106
|
// verify required parameter 'asset' is not null or undefined
|
|
1107
1107
|
assertParamExists('liquidityProvider', 'asset', asset);
|
|
1108
1108
|
// verify required parameter 'address' is not null or undefined
|
|
@@ -1137,7 +1137,7 @@ const LiquidityProvidersApiAxiosParamCreator = function (configuration) {
|
|
|
1137
1137
|
* @param {*} [options] Override http request option.
|
|
1138
1138
|
* @throws {RequiredError}
|
|
1139
1139
|
*/
|
|
1140
|
-
liquidityProviders: (
|
|
1140
|
+
liquidityProviders: (asset_1, height_1, ...args_1) => __awaiter(this, [asset_1, height_1, ...args_1], void 0, function* (asset, height, options = {}) {
|
|
1141
1141
|
// verify required parameter 'asset' is not null or undefined
|
|
1142
1142
|
assertParamExists('liquidityProviders', 'asset', asset);
|
|
1143
1143
|
const localVarPath = `/thorchain/pool/{asset}/liquidity_providers`
|
|
@@ -1273,7 +1273,7 @@ const MimirApiAxiosParamCreator = function (configuration) {
|
|
|
1273
1273
|
* @param {*} [options] Override http request option.
|
|
1274
1274
|
* @throws {RequiredError}
|
|
1275
1275
|
*/
|
|
1276
|
-
mimir: (
|
|
1276
|
+
mimir: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
1277
1277
|
const localVarPath = `/thorchain/mimir`;
|
|
1278
1278
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1279
1279
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1301,7 +1301,7 @@ const MimirApiAxiosParamCreator = function (configuration) {
|
|
|
1301
1301
|
* @param {*} [options] Override http request option.
|
|
1302
1302
|
* @throws {RequiredError}
|
|
1303
1303
|
*/
|
|
1304
|
-
mimirAdmin: (
|
|
1304
|
+
mimirAdmin: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
1305
1305
|
const localVarPath = `/thorchain/mimir/admin`;
|
|
1306
1306
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1307
1307
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1330,7 +1330,7 @@ const MimirApiAxiosParamCreator = function (configuration) {
|
|
|
1330
1330
|
* @param {*} [options] Override http request option.
|
|
1331
1331
|
* @throws {RequiredError}
|
|
1332
1332
|
*/
|
|
1333
|
-
mimirKey: (
|
|
1333
|
+
mimirKey: (key_1, height_1, ...args_1) => __awaiter(this, [key_1, height_1, ...args_1], void 0, function* (key, height, options = {}) {
|
|
1334
1334
|
// verify required parameter 'key' is not null or undefined
|
|
1335
1335
|
assertParamExists('mimirKey', 'key', key);
|
|
1336
1336
|
const localVarPath = `/thorchain/mimir/key/{key}`
|
|
@@ -1362,7 +1362,7 @@ const MimirApiAxiosParamCreator = function (configuration) {
|
|
|
1362
1362
|
* @param {*} [options] Override http request option.
|
|
1363
1363
|
* @throws {RequiredError}
|
|
1364
1364
|
*/
|
|
1365
|
-
mimirNode: (
|
|
1365
|
+
mimirNode: (address_1, height_1, ...args_1) => __awaiter(this, [address_1, height_1, ...args_1], void 0, function* (address, height, options = {}) {
|
|
1366
1366
|
// verify required parameter 'address' is not null or undefined
|
|
1367
1367
|
assertParamExists('mimirNode', 'address', address);
|
|
1368
1368
|
const localVarPath = `/thorchain/mimir/node/{address}`
|
|
@@ -1393,7 +1393,7 @@ const MimirApiAxiosParamCreator = function (configuration) {
|
|
|
1393
1393
|
* @param {*} [options] Override http request option.
|
|
1394
1394
|
* @throws {RequiredError}
|
|
1395
1395
|
*/
|
|
1396
|
-
mimirNodes: (
|
|
1396
|
+
mimirNodes: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
1397
1397
|
const localVarPath = `/thorchain/mimir/nodes_all`;
|
|
1398
1398
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1399
1399
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1617,7 +1617,7 @@ const NetworkApiAxiosParamCreator = function (configuration) {
|
|
|
1617
1617
|
* @param {*} [options] Override http request option.
|
|
1618
1618
|
* @throws {RequiredError}
|
|
1619
1619
|
*/
|
|
1620
|
-
ban: (
|
|
1620
|
+
ban: (address_1, height_1, ...args_1) => __awaiter(this, [address_1, height_1, ...args_1], void 0, function* (address, height, options = {}) {
|
|
1621
1621
|
// verify required parameter 'address' is not null or undefined
|
|
1622
1622
|
assertParamExists('ban', 'address', address);
|
|
1623
1623
|
const localVarPath = `/thorchain/ban/{address}`
|
|
@@ -1648,7 +1648,7 @@ const NetworkApiAxiosParamCreator = function (configuration) {
|
|
|
1648
1648
|
* @param {*} [options] Override http request option.
|
|
1649
1649
|
* @throws {RequiredError}
|
|
1650
1650
|
*/
|
|
1651
|
-
constants: (
|
|
1651
|
+
constants: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
1652
1652
|
const localVarPath = `/thorchain/constants`;
|
|
1653
1653
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1654
1654
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1676,7 +1676,7 @@ const NetworkApiAxiosParamCreator = function (configuration) {
|
|
|
1676
1676
|
* @param {*} [options] Override http request option.
|
|
1677
1677
|
* @throws {RequiredError}
|
|
1678
1678
|
*/
|
|
1679
|
-
inboundAddresses: (
|
|
1679
|
+
inboundAddresses: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
1680
1680
|
const localVarPath = `/thorchain/inbound_addresses`;
|
|
1681
1681
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1682
1682
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1704,7 +1704,7 @@ const NetworkApiAxiosParamCreator = function (configuration) {
|
|
|
1704
1704
|
* @param {*} [options] Override http request option.
|
|
1705
1705
|
* @throws {RequiredError}
|
|
1706
1706
|
*/
|
|
1707
|
-
lastblock: (
|
|
1707
|
+
lastblock: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
1708
1708
|
const localVarPath = `/thorchain/lastblock`;
|
|
1709
1709
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1710
1710
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1733,7 +1733,7 @@ const NetworkApiAxiosParamCreator = function (configuration) {
|
|
|
1733
1733
|
* @param {*} [options] Override http request option.
|
|
1734
1734
|
* @throws {RequiredError}
|
|
1735
1735
|
*/
|
|
1736
|
-
lastblockChain: (
|
|
1736
|
+
lastblockChain: (chain_1, height_1, ...args_1) => __awaiter(this, [chain_1, height_1, ...args_1], void 0, function* (chain, height, options = {}) {
|
|
1737
1737
|
// verify required parameter 'chain' is not null or undefined
|
|
1738
1738
|
assertParamExists('lastblockChain', 'chain', chain);
|
|
1739
1739
|
const localVarPath = `/thorchain/lastblock/{chain}`
|
|
@@ -1764,7 +1764,7 @@ const NetworkApiAxiosParamCreator = function (configuration) {
|
|
|
1764
1764
|
* @param {*} [options] Override http request option.
|
|
1765
1765
|
* @throws {RequiredError}
|
|
1766
1766
|
*/
|
|
1767
|
-
network: (
|
|
1767
|
+
network: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
1768
1768
|
const localVarPath = `/thorchain/network`;
|
|
1769
1769
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1770
1770
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1793,7 +1793,7 @@ const NetworkApiAxiosParamCreator = function (configuration) {
|
|
|
1793
1793
|
* @param {*} [options] Override http request option.
|
|
1794
1794
|
* @throws {RequiredError}
|
|
1795
1795
|
*/
|
|
1796
|
-
outboundFeeAsset: (
|
|
1796
|
+
outboundFeeAsset: (asset_1, height_1, ...args_1) => __awaiter(this, [asset_1, height_1, ...args_1], void 0, function* (asset, height, options = {}) {
|
|
1797
1797
|
// verify required parameter 'asset' is not null or undefined
|
|
1798
1798
|
assertParamExists('outboundFeeAsset', 'asset', asset);
|
|
1799
1799
|
const localVarPath = `/thorchain/outbound_fee/{asset}`
|
|
@@ -1824,7 +1824,7 @@ const NetworkApiAxiosParamCreator = function (configuration) {
|
|
|
1824
1824
|
* @param {*} [options] Override http request option.
|
|
1825
1825
|
* @throws {RequiredError}
|
|
1826
1826
|
*/
|
|
1827
|
-
outboundFees: (
|
|
1827
|
+
outboundFees: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
1828
1828
|
const localVarPath = `/thorchain/outbound_fees`;
|
|
1829
1829
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1830
1830
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1852,7 +1852,7 @@ const NetworkApiAxiosParamCreator = function (configuration) {
|
|
|
1852
1852
|
* @param {*} [options] Override http request option.
|
|
1853
1853
|
* @throws {RequiredError}
|
|
1854
1854
|
*/
|
|
1855
|
-
ragnarok: (
|
|
1855
|
+
ragnarok: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
1856
1856
|
const localVarPath = `/thorchain/ragnarok`;
|
|
1857
1857
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1858
1858
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1881,7 +1881,7 @@ const NetworkApiAxiosParamCreator = function (configuration) {
|
|
|
1881
1881
|
* @param {*} [options] Override http request option.
|
|
1882
1882
|
* @throws {RequiredError}
|
|
1883
1883
|
*/
|
|
1884
|
-
upgradeProposal: (
|
|
1884
|
+
upgradeProposal: (name_1, height_1, ...args_1) => __awaiter(this, [name_1, height_1, ...args_1], void 0, function* (name, height, options = {}) {
|
|
1885
1885
|
// verify required parameter 'name' is not null or undefined
|
|
1886
1886
|
assertParamExists('upgradeProposal', 'name', name);
|
|
1887
1887
|
const localVarPath = `/thorchain/upgrade_proposal/{name}`
|
|
@@ -1912,7 +1912,7 @@ const NetworkApiAxiosParamCreator = function (configuration) {
|
|
|
1912
1912
|
* @param {*} [options] Override http request option.
|
|
1913
1913
|
* @throws {RequiredError}
|
|
1914
1914
|
*/
|
|
1915
|
-
upgradeProposals: (
|
|
1915
|
+
upgradeProposals: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
1916
1916
|
const localVarPath = `/thorchain/upgrade_proposals`;
|
|
1917
1917
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1918
1918
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1941,7 +1941,7 @@ const NetworkApiAxiosParamCreator = function (configuration) {
|
|
|
1941
1941
|
* @param {*} [options] Override http request option.
|
|
1942
1942
|
* @throws {RequiredError}
|
|
1943
1943
|
*/
|
|
1944
|
-
upgradeVotes: (
|
|
1944
|
+
upgradeVotes: (name_1, height_1, ...args_1) => __awaiter(this, [name_1, height_1, ...args_1], void 0, function* (name, height, options = {}) {
|
|
1945
1945
|
// verify required parameter 'name' is not null or undefined
|
|
1946
1946
|
assertParamExists('upgradeVotes', 'name', name);
|
|
1947
1947
|
const localVarPath = `/thorchain/upgrade_votes/{name}`
|
|
@@ -1972,7 +1972,7 @@ const NetworkApiAxiosParamCreator = function (configuration) {
|
|
|
1972
1972
|
* @param {*} [options] Override http request option.
|
|
1973
1973
|
* @throws {RequiredError}
|
|
1974
1974
|
*/
|
|
1975
|
-
version: (
|
|
1975
|
+
version: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
1976
1976
|
const localVarPath = `/thorchain/version`;
|
|
1977
1977
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1978
1978
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -2453,7 +2453,7 @@ const NodesApiAxiosParamCreator = function (configuration) {
|
|
|
2453
2453
|
* @param {*} [options] Override http request option.
|
|
2454
2454
|
* @throws {RequiredError}
|
|
2455
2455
|
*/
|
|
2456
|
-
node: (
|
|
2456
|
+
node: (address_1, height_1, ...args_1) => __awaiter(this, [address_1, height_1, ...args_1], void 0, function* (address, height, options = {}) {
|
|
2457
2457
|
// verify required parameter 'address' is not null or undefined
|
|
2458
2458
|
assertParamExists('node', 'address', address);
|
|
2459
2459
|
const localVarPath = `/thorchain/node/{address}`
|
|
@@ -2484,7 +2484,7 @@ const NodesApiAxiosParamCreator = function (configuration) {
|
|
|
2484
2484
|
* @param {*} [options] Override http request option.
|
|
2485
2485
|
* @throws {RequiredError}
|
|
2486
2486
|
*/
|
|
2487
|
-
nodes: (
|
|
2487
|
+
nodes: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
2488
2488
|
const localVarPath = `/thorchain/nodes`;
|
|
2489
2489
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2490
2490
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -2612,7 +2612,7 @@ const PoolSlipApiAxiosParamCreator = function (configuration) {
|
|
|
2612
2612
|
* @param {*} [options] Override http request option.
|
|
2613
2613
|
* @throws {RequiredError}
|
|
2614
2614
|
*/
|
|
2615
|
-
poolslip: (
|
|
2615
|
+
poolslip: (asset_1, height_1, ...args_1) => __awaiter(this, [asset_1, height_1, ...args_1], void 0, function* (asset, height, options = {}) {
|
|
2616
2616
|
// verify required parameter 'asset' is not null or undefined
|
|
2617
2617
|
assertParamExists('poolslip', 'asset', asset);
|
|
2618
2618
|
const localVarPath = `/thorchain/slip/{asset}`
|
|
@@ -2643,7 +2643,7 @@ const PoolSlipApiAxiosParamCreator = function (configuration) {
|
|
|
2643
2643
|
* @param {*} [options] Override http request option.
|
|
2644
2644
|
* @throws {RequiredError}
|
|
2645
2645
|
*/
|
|
2646
|
-
poolslips: (
|
|
2646
|
+
poolslips: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
2647
2647
|
const localVarPath = `/thorchain/slips`;
|
|
2648
2648
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2649
2649
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -2771,7 +2771,7 @@ const PoolsApiAxiosParamCreator = function (configuration) {
|
|
|
2771
2771
|
* @param {*} [options] Override http request option.
|
|
2772
2772
|
* @throws {RequiredError}
|
|
2773
2773
|
*/
|
|
2774
|
-
dpool: (
|
|
2774
|
+
dpool: (asset_1, height_1, ...args_1) => __awaiter(this, [asset_1, height_1, ...args_1], void 0, function* (asset, height, options = {}) {
|
|
2775
2775
|
// verify required parameter 'asset' is not null or undefined
|
|
2776
2776
|
assertParamExists('dpool', 'asset', asset);
|
|
2777
2777
|
const localVarPath = `/thorchain/dpool/{asset}`
|
|
@@ -2802,7 +2802,7 @@ const PoolsApiAxiosParamCreator = function (configuration) {
|
|
|
2802
2802
|
* @param {*} [options] Override http request option.
|
|
2803
2803
|
* @throws {RequiredError}
|
|
2804
2804
|
*/
|
|
2805
|
-
dpools: (
|
|
2805
|
+
dpools: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
2806
2806
|
const localVarPath = `/thorchain/dpools`;
|
|
2807
2807
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2808
2808
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -2831,7 +2831,7 @@ const PoolsApiAxiosParamCreator = function (configuration) {
|
|
|
2831
2831
|
* @param {*} [options] Override http request option.
|
|
2832
2832
|
* @throws {RequiredError}
|
|
2833
2833
|
*/
|
|
2834
|
-
pool: (
|
|
2834
|
+
pool: (asset_1, height_1, ...args_1) => __awaiter(this, [asset_1, height_1, ...args_1], void 0, function* (asset, height, options = {}) {
|
|
2835
2835
|
// verify required parameter 'asset' is not null or undefined
|
|
2836
2836
|
assertParamExists('pool', 'asset', asset);
|
|
2837
2837
|
const localVarPath = `/thorchain/pool/{asset}`
|
|
@@ -2862,7 +2862,7 @@ const PoolsApiAxiosParamCreator = function (configuration) {
|
|
|
2862
2862
|
* @param {*} [options] Override http request option.
|
|
2863
2863
|
* @throws {RequiredError}
|
|
2864
2864
|
*/
|
|
2865
|
-
pools: (
|
|
2865
|
+
pools: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
2866
2866
|
const localVarPath = `/thorchain/pools`;
|
|
2867
2867
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2868
2868
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -3054,7 +3054,7 @@ const QueueApiAxiosParamCreator = function (configuration) {
|
|
|
3054
3054
|
* @param {*} [options] Override http request option.
|
|
3055
3055
|
* @throws {RequiredError}
|
|
3056
3056
|
*/
|
|
3057
|
-
queue: (
|
|
3057
|
+
queue: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
3058
3058
|
const localVarPath = `/thorchain/queue`;
|
|
3059
3059
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3060
3060
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -3082,7 +3082,7 @@ const QueueApiAxiosParamCreator = function (configuration) {
|
|
|
3082
3082
|
* @param {*} [options] Override http request option.
|
|
3083
3083
|
* @throws {RequiredError}
|
|
3084
3084
|
*/
|
|
3085
|
-
queueOutbound: (
|
|
3085
|
+
queueOutbound: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
3086
3086
|
const localVarPath = `/thorchain/queue/outbound`;
|
|
3087
3087
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3088
3088
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -3110,7 +3110,7 @@ const QueueApiAxiosParamCreator = function (configuration) {
|
|
|
3110
3110
|
* @param {*} [options] Override http request option.
|
|
3111
3111
|
* @throws {RequiredError}
|
|
3112
3112
|
*/
|
|
3113
|
-
queueScheduled: (
|
|
3113
|
+
queueScheduled: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
3114
3114
|
const localVarPath = `/thorchain/queue/scheduled`;
|
|
3115
3115
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3116
3116
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -3138,7 +3138,7 @@ const QueueApiAxiosParamCreator = function (configuration) {
|
|
|
3138
3138
|
* @param {*} [options] Override http request option.
|
|
3139
3139
|
* @throws {RequiredError}
|
|
3140
3140
|
*/
|
|
3141
|
-
queueSwap: (
|
|
3141
|
+
queueSwap: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
3142
3142
|
const localVarPath = `/thorchain/queue/swap`;
|
|
3143
3143
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3144
3144
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -3329,7 +3329,7 @@ const QuoteApiAxiosParamCreator = function (configuration) {
|
|
|
3329
3329
|
* @param {*} [options] Override http request option.
|
|
3330
3330
|
* @throws {RequiredError}
|
|
3331
3331
|
*/
|
|
3332
|
-
quoteloanclose: (
|
|
3332
|
+
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 = {}) {
|
|
3333
3333
|
const localVarPath = `/thorchain/quote/loan/close`;
|
|
3334
3334
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3335
3335
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -3379,7 +3379,7 @@ const QuoteApiAxiosParamCreator = function (configuration) {
|
|
|
3379
3379
|
* @param {*} [options] Override http request option.
|
|
3380
3380
|
* @throws {RequiredError}
|
|
3381
3381
|
*/
|
|
3382
|
-
quoteloanopen: (
|
|
3382
|
+
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 = {}) {
|
|
3383
3383
|
const localVarPath = `/thorchain/quote/loan/open`;
|
|
3384
3384
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3385
3385
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -3430,7 +3430,7 @@ const QuoteApiAxiosParamCreator = function (configuration) {
|
|
|
3430
3430
|
* @param {*} [options] Override http request option.
|
|
3431
3431
|
* @throws {RequiredError}
|
|
3432
3432
|
*/
|
|
3433
|
-
quotesaverdeposit: (
|
|
3433
|
+
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 = {}) {
|
|
3434
3434
|
const localVarPath = `/thorchain/quote/saver/deposit`;
|
|
3435
3435
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3436
3436
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -3467,7 +3467,7 @@ const QuoteApiAxiosParamCreator = function (configuration) {
|
|
|
3467
3467
|
* @param {*} [options] Override http request option.
|
|
3468
3468
|
* @throws {RequiredError}
|
|
3469
3469
|
*/
|
|
3470
|
-
quotesaverwithdraw: (
|
|
3470
|
+
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 = {}) {
|
|
3471
3471
|
const localVarPath = `/thorchain/quote/saver/withdraw`;
|
|
3472
3472
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3473
3473
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -3515,7 +3515,7 @@ const QuoteApiAxiosParamCreator = function (configuration) {
|
|
|
3515
3515
|
* @param {*} [options] Override http request option.
|
|
3516
3516
|
* @throws {RequiredError}
|
|
3517
3517
|
*/
|
|
3518
|
-
quoteswap: (
|
|
3518
|
+
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 = {}) {
|
|
3519
3519
|
const localVarPath = `/thorchain/quote/swap`;
|
|
3520
3520
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3521
3521
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -3849,7 +3849,7 @@ const RUNEPoolApiAxiosParamCreator = function (configuration) {
|
|
|
3849
3849
|
* @param {*} [options] Override http request option.
|
|
3850
3850
|
* @throws {RequiredError}
|
|
3851
3851
|
*/
|
|
3852
|
-
runePool: (
|
|
3852
|
+
runePool: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
3853
3853
|
const localVarPath = `/thorchain/runepool`;
|
|
3854
3854
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3855
3855
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -3878,7 +3878,7 @@ const RUNEPoolApiAxiosParamCreator = function (configuration) {
|
|
|
3878
3878
|
* @param {*} [options] Override http request option.
|
|
3879
3879
|
* @throws {RequiredError}
|
|
3880
3880
|
*/
|
|
3881
|
-
runeProvider: (
|
|
3881
|
+
runeProvider: (address_1, height_1, ...args_1) => __awaiter(this, [address_1, height_1, ...args_1], void 0, function* (address, height, options = {}) {
|
|
3882
3882
|
// verify required parameter 'address' is not null or undefined
|
|
3883
3883
|
assertParamExists('runeProvider', 'address', address);
|
|
3884
3884
|
const localVarPath = `/thorchain/rune_provider/{address}`
|
|
@@ -3909,7 +3909,7 @@ const RUNEPoolApiAxiosParamCreator = function (configuration) {
|
|
|
3909
3909
|
* @param {*} [options] Override http request option.
|
|
3910
3910
|
* @throws {RequiredError}
|
|
3911
3911
|
*/
|
|
3912
|
-
runeProviders: (
|
|
3912
|
+
runeProviders: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
3913
3913
|
const localVarPath = `/thorchain/rune_providers`;
|
|
3914
3914
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3915
3915
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -4069,7 +4069,7 @@ const SaversApiAxiosParamCreator = function (configuration) {
|
|
|
4069
4069
|
* @param {*} [options] Override http request option.
|
|
4070
4070
|
* @throws {RequiredError}
|
|
4071
4071
|
*/
|
|
4072
|
-
saver: (
|
|
4072
|
+
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 = {}) {
|
|
4073
4073
|
// verify required parameter 'asset' is not null or undefined
|
|
4074
4074
|
assertParamExists('saver', 'asset', asset);
|
|
4075
4075
|
// verify required parameter 'address' is not null or undefined
|
|
@@ -4104,7 +4104,7 @@ const SaversApiAxiosParamCreator = function (configuration) {
|
|
|
4104
4104
|
* @param {*} [options] Override http request option.
|
|
4105
4105
|
* @throws {RequiredError}
|
|
4106
4106
|
*/
|
|
4107
|
-
savers: (
|
|
4107
|
+
savers: (asset_1, height_1, ...args_1) => __awaiter(this, [asset_1, height_1, ...args_1], void 0, function* (asset, height, options = {}) {
|
|
4108
4108
|
// verify required parameter 'asset' is not null or undefined
|
|
4109
4109
|
assertParamExists('savers', 'asset', asset);
|
|
4110
4110
|
const localVarPath = `/thorchain/pool/{asset}/savers`
|
|
@@ -4241,7 +4241,7 @@ const SecuredAssetApiAxiosParamCreator = function (configuration) {
|
|
|
4241
4241
|
* @param {*} [options] Override http request option.
|
|
4242
4242
|
* @throws {RequiredError}
|
|
4243
4243
|
*/
|
|
4244
|
-
securedAsset: (
|
|
4244
|
+
securedAsset: (asset_1, height_1, ...args_1) => __awaiter(this, [asset_1, height_1, ...args_1], void 0, function* (asset, height, options = {}) {
|
|
4245
4245
|
// verify required parameter 'asset' is not null or undefined
|
|
4246
4246
|
assertParamExists('securedAsset', 'asset', asset);
|
|
4247
4247
|
const localVarPath = `/thorchain/securedasset/{asset}`
|
|
@@ -4340,7 +4340,7 @@ const SecuredAssetsApiAxiosParamCreator = function (configuration) {
|
|
|
4340
4340
|
* @param {*} [options] Override http request option.
|
|
4341
4341
|
* @throws {RequiredError}
|
|
4342
4342
|
*/
|
|
4343
|
-
securedAssets: (
|
|
4343
|
+
securedAssets: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
4344
4344
|
const localVarPath = `/thorchain/securedassets`;
|
|
4345
4345
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4346
4346
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -4434,7 +4434,7 @@ const StreamingSwapApiAxiosParamCreator = function (configuration) {
|
|
|
4434
4434
|
* @param {*} [options] Override http request option.
|
|
4435
4435
|
* @throws {RequiredError}
|
|
4436
4436
|
*/
|
|
4437
|
-
streamSwap: (
|
|
4437
|
+
streamSwap: (hash_1, height_1, ...args_1) => __awaiter(this, [hash_1, height_1, ...args_1], void 0, function* (hash, height, options = {}) {
|
|
4438
4438
|
// verify required parameter 'hash' is not null or undefined
|
|
4439
4439
|
assertParamExists('streamSwap', 'hash', hash);
|
|
4440
4440
|
const localVarPath = `/thorchain/swap/streaming/{hash}`
|
|
@@ -4465,7 +4465,7 @@ const StreamingSwapApiAxiosParamCreator = function (configuration) {
|
|
|
4465
4465
|
* @param {*} [options] Override http request option.
|
|
4466
4466
|
* @throws {RequiredError}
|
|
4467
4467
|
*/
|
|
4468
|
-
streamSwaps: (
|
|
4468
|
+
streamSwaps: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
4469
4469
|
const localVarPath = `/thorchain/swaps/streaming`;
|
|
4470
4470
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4471
4471
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -4593,7 +4593,7 @@ const TCYClaimersApiAxiosParamCreator = function (configuration) {
|
|
|
4593
4593
|
* @param {*} [options] Override http request option.
|
|
4594
4594
|
* @throws {RequiredError}
|
|
4595
4595
|
*/
|
|
4596
|
-
tcyClaimer: (
|
|
4596
|
+
tcyClaimer: (address_1, height_1, ...args_1) => __awaiter(this, [address_1, height_1, ...args_1], void 0, function* (address, height, options = {}) {
|
|
4597
4597
|
// verify required parameter 'address' is not null or undefined
|
|
4598
4598
|
assertParamExists('tcyClaimer', 'address', address);
|
|
4599
4599
|
const localVarPath = `/thorchain/tcy_claimer/{address}`
|
|
@@ -4624,7 +4624,7 @@ const TCYClaimersApiAxiosParamCreator = function (configuration) {
|
|
|
4624
4624
|
* @param {*} [options] Override http request option.
|
|
4625
4625
|
* @throws {RequiredError}
|
|
4626
4626
|
*/
|
|
4627
|
-
tcyClaimers: (
|
|
4627
|
+
tcyClaimers: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
4628
4628
|
const localVarPath = `/thorchain/tcy_claimers`;
|
|
4629
4629
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4630
4630
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -4752,7 +4752,7 @@ const TCYStakersApiAxiosParamCreator = function (configuration) {
|
|
|
4752
4752
|
* @param {*} [options] Override http request option.
|
|
4753
4753
|
* @throws {RequiredError}
|
|
4754
4754
|
*/
|
|
4755
|
-
tcyStaker: (
|
|
4755
|
+
tcyStaker: (address_1, height_1, ...args_1) => __awaiter(this, [address_1, height_1, ...args_1], void 0, function* (address, height, options = {}) {
|
|
4756
4756
|
// verify required parameter 'address' is not null or undefined
|
|
4757
4757
|
assertParamExists('tcyStaker', 'address', address);
|
|
4758
4758
|
const localVarPath = `/thorchain/tcy_staker/{address}`
|
|
@@ -4783,7 +4783,7 @@ const TCYStakersApiAxiosParamCreator = function (configuration) {
|
|
|
4783
4783
|
* @param {*} [options] Override http request option.
|
|
4784
4784
|
* @throws {RequiredError}
|
|
4785
4785
|
*/
|
|
4786
|
-
tcyStakers: (
|
|
4786
|
+
tcyStakers: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
4787
4787
|
const localVarPath = `/thorchain/tcy_stakers`;
|
|
4788
4788
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4789
4789
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -4911,7 +4911,7 @@ const TSSApiAxiosParamCreator = function (configuration) {
|
|
|
4911
4911
|
* @param {*} [options] Override http request option.
|
|
4912
4912
|
* @throws {RequiredError}
|
|
4913
4913
|
*/
|
|
4914
|
-
keygenPubkey: (
|
|
4914
|
+
keygenPubkey: (height_1, pubkey_1, ...args_1) => __awaiter(this, [height_1, pubkey_1, ...args_1], void 0, function* (height, pubkey, options = {}) {
|
|
4915
4915
|
// verify required parameter 'height' is not null or undefined
|
|
4916
4916
|
assertParamExists('keygenPubkey', 'height', height);
|
|
4917
4917
|
// verify required parameter 'pubkey' is not null or undefined
|
|
@@ -4942,7 +4942,7 @@ const TSSApiAxiosParamCreator = function (configuration) {
|
|
|
4942
4942
|
* @param {*} [options] Override http request option.
|
|
4943
4943
|
* @throws {RequiredError}
|
|
4944
4944
|
*/
|
|
4945
|
-
keysign: (
|
|
4945
|
+
keysign: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
4946
4946
|
// verify required parameter 'height' is not null or undefined
|
|
4947
4947
|
assertParamExists('keysign', 'height', height);
|
|
4948
4948
|
const localVarPath = `/thorchain/keysign/{height}`
|
|
@@ -4971,7 +4971,7 @@ const TSSApiAxiosParamCreator = function (configuration) {
|
|
|
4971
4971
|
* @param {*} [options] Override http request option.
|
|
4972
4972
|
* @throws {RequiredError}
|
|
4973
4973
|
*/
|
|
4974
|
-
keysignPubkey: (
|
|
4974
|
+
keysignPubkey: (height_1, pubkey_1, ...args_1) => __awaiter(this, [height_1, pubkey_1, ...args_1], void 0, function* (height, pubkey, options = {}) {
|
|
4975
4975
|
// verify required parameter 'height' is not null or undefined
|
|
4976
4976
|
assertParamExists('keysignPubkey', 'height', height);
|
|
4977
4977
|
// verify required parameter 'pubkey' is not null or undefined
|
|
@@ -5002,7 +5002,7 @@ const TSSApiAxiosParamCreator = function (configuration) {
|
|
|
5002
5002
|
* @param {*} [options] Override http request option.
|
|
5003
5003
|
* @throws {RequiredError}
|
|
5004
5004
|
*/
|
|
5005
|
-
metrics: (
|
|
5005
|
+
metrics: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
5006
5006
|
const localVarPath = `/thorchain/metrics`;
|
|
5007
5007
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5008
5008
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -5031,7 +5031,7 @@ const TSSApiAxiosParamCreator = function (configuration) {
|
|
|
5031
5031
|
* @param {*} [options] Override http request option.
|
|
5032
5032
|
* @throws {RequiredError}
|
|
5033
5033
|
*/
|
|
5034
|
-
metricsKeygen: (
|
|
5034
|
+
metricsKeygen: (pubkey_1, height_1, ...args_1) => __awaiter(this, [pubkey_1, height_1, ...args_1], void 0, function* (pubkey, height, options = {}) {
|
|
5035
5035
|
// verify required parameter 'pubkey' is not null or undefined
|
|
5036
5036
|
assertParamExists('metricsKeygen', 'pubkey', pubkey);
|
|
5037
5037
|
const localVarPath = `/thorchain/metric/keygen/{pubkey}`
|
|
@@ -5261,7 +5261,7 @@ const ThornamesApiAxiosParamCreator = function (configuration) {
|
|
|
5261
5261
|
* @param {*} [options] Override http request option.
|
|
5262
5262
|
* @throws {RequiredError}
|
|
5263
5263
|
*/
|
|
5264
|
-
thorname: (
|
|
5264
|
+
thorname: (name_1, height_1, ...args_1) => __awaiter(this, [name_1, height_1, ...args_1], void 0, function* (name, height, options = {}) {
|
|
5265
5265
|
// verify required parameter 'name' is not null or undefined
|
|
5266
5266
|
assertParamExists('thorname', 'name', name);
|
|
5267
5267
|
const localVarPath = `/thorchain/thorname/{name}`
|
|
@@ -5361,7 +5361,7 @@ const TradeAccountApiAxiosParamCreator = function (configuration) {
|
|
|
5361
5361
|
* @param {*} [options] Override http request option.
|
|
5362
5362
|
* @throws {RequiredError}
|
|
5363
5363
|
*/
|
|
5364
|
-
tradeAccount: (
|
|
5364
|
+
tradeAccount: (address_1, height_1, ...args_1) => __awaiter(this, [address_1, height_1, ...args_1], void 0, function* (address, height, options = {}) {
|
|
5365
5365
|
// verify required parameter 'address' is not null or undefined
|
|
5366
5366
|
assertParamExists('tradeAccount', 'address', address);
|
|
5367
5367
|
const localVarPath = `/thorchain/trade/account/{address}`
|
|
@@ -5461,7 +5461,7 @@ const TradeAccountsApiAxiosParamCreator = function (configuration) {
|
|
|
5461
5461
|
* @param {*} [options] Override http request option.
|
|
5462
5462
|
* @throws {RequiredError}
|
|
5463
5463
|
*/
|
|
5464
|
-
tradeAccounts: (
|
|
5464
|
+
tradeAccounts: (asset_1, height_1, ...args_1) => __awaiter(this, [asset_1, height_1, ...args_1], void 0, function* (asset, height, options = {}) {
|
|
5465
5465
|
// verify required parameter 'asset' is not null or undefined
|
|
5466
5466
|
assertParamExists('tradeAccounts', 'asset', asset);
|
|
5467
5467
|
const localVarPath = `/thorchain/trade/accounts/{asset}`
|
|
@@ -5561,7 +5561,7 @@ const TradeUnitApiAxiosParamCreator = function (configuration) {
|
|
|
5561
5561
|
* @param {*} [options] Override http request option.
|
|
5562
5562
|
* @throws {RequiredError}
|
|
5563
5563
|
*/
|
|
5564
|
-
tradeUnit: (
|
|
5564
|
+
tradeUnit: (asset_1, height_1, ...args_1) => __awaiter(this, [asset_1, height_1, ...args_1], void 0, function* (asset, height, options = {}) {
|
|
5565
5565
|
// verify required parameter 'asset' is not null or undefined
|
|
5566
5566
|
assertParamExists('tradeUnit', 'asset', asset);
|
|
5567
5567
|
const localVarPath = `/thorchain/trade/unit/{asset}`
|
|
@@ -5660,7 +5660,7 @@ const TradeUnitsApiAxiosParamCreator = function (configuration) {
|
|
|
5660
5660
|
* @param {*} [options] Override http request option.
|
|
5661
5661
|
* @throws {RequiredError}
|
|
5662
5662
|
*/
|
|
5663
|
-
tradeUnits: (
|
|
5663
|
+
tradeUnits: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
5664
5664
|
const localVarPath = `/thorchain/trade/units`;
|
|
5665
5665
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5666
5666
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -5754,7 +5754,7 @@ const TransactionsApiAxiosParamCreator = function (configuration) {
|
|
|
5754
5754
|
* @param {*} [options] Override http request option.
|
|
5755
5755
|
* @throws {RequiredError}
|
|
5756
5756
|
*/
|
|
5757
|
-
tx: (
|
|
5757
|
+
tx: (hash_1, height_1, ...args_1) => __awaiter(this, [hash_1, height_1, ...args_1], void 0, function* (hash, height, options = {}) {
|
|
5758
5758
|
// verify required parameter 'hash' is not null or undefined
|
|
5759
5759
|
assertParamExists('tx', 'hash', hash);
|
|
5760
5760
|
const localVarPath = `/thorchain/tx/{hash}`
|
|
@@ -5786,7 +5786,7 @@ const TransactionsApiAxiosParamCreator = function (configuration) {
|
|
|
5786
5786
|
* @param {*} [options] Override http request option.
|
|
5787
5787
|
* @throws {RequiredError}
|
|
5788
5788
|
*/
|
|
5789
|
-
txSigners: (
|
|
5789
|
+
txSigners: (hash_1, height_1, ...args_1) => __awaiter(this, [hash_1, height_1, ...args_1], void 0, function* (hash, height, options = {}) {
|
|
5790
5790
|
// verify required parameter 'hash' is not null or undefined
|
|
5791
5791
|
assertParamExists('txSigners', 'hash', hash);
|
|
5792
5792
|
const localVarPath = `/thorchain/tx/details/{hash}`
|
|
@@ -5818,7 +5818,7 @@ const TransactionsApiAxiosParamCreator = function (configuration) {
|
|
|
5818
5818
|
* @param {*} [options] Override http request option.
|
|
5819
5819
|
* @throws {RequiredError}
|
|
5820
5820
|
*/
|
|
5821
|
-
txSignersOld: (
|
|
5821
|
+
txSignersOld: (hash_1, height_1, ...args_1) => __awaiter(this, [hash_1, height_1, ...args_1], void 0, function* (hash, height, options = {}) {
|
|
5822
5822
|
// verify required parameter 'hash' is not null or undefined
|
|
5823
5823
|
assertParamExists('txSignersOld', 'hash', hash);
|
|
5824
5824
|
const localVarPath = `/thorchain/tx/{hash}/signers`
|
|
@@ -5850,7 +5850,7 @@ const TransactionsApiAxiosParamCreator = function (configuration) {
|
|
|
5850
5850
|
* @param {*} [options] Override http request option.
|
|
5851
5851
|
* @throws {RequiredError}
|
|
5852
5852
|
*/
|
|
5853
|
-
txStages: (
|
|
5853
|
+
txStages: (hash_1, height_1, ...args_1) => __awaiter(this, [hash_1, height_1, ...args_1], void 0, function* (hash, height, options = {}) {
|
|
5854
5854
|
// verify required parameter 'hash' is not null or undefined
|
|
5855
5855
|
assertParamExists('txStages', 'hash', hash);
|
|
5856
5856
|
const localVarPath = `/thorchain/tx/stages/{hash}`
|
|
@@ -5882,7 +5882,7 @@ const TransactionsApiAxiosParamCreator = function (configuration) {
|
|
|
5882
5882
|
* @param {*} [options] Override http request option.
|
|
5883
5883
|
* @throws {RequiredError}
|
|
5884
5884
|
*/
|
|
5885
|
-
txStatus: (
|
|
5885
|
+
txStatus: (hash_1, height_1, ...args_1) => __awaiter(this, [hash_1, height_1, ...args_1], void 0, function* (hash, height, options = {}) {
|
|
5886
5886
|
// verify required parameter 'hash' is not null or undefined
|
|
5887
5887
|
assertParamExists('txStatus', 'hash', hash);
|
|
5888
5888
|
const localVarPath = `/thorchain/tx/status/{hash}`
|
|
@@ -6117,7 +6117,7 @@ const VaultsApiAxiosParamCreator = function (configuration) {
|
|
|
6117
6117
|
* @param {*} [options] Override http request option.
|
|
6118
6118
|
* @throws {RequiredError}
|
|
6119
6119
|
*/
|
|
6120
|
-
asgard: (
|
|
6120
|
+
asgard: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
6121
6121
|
const localVarPath = `/thorchain/vaults/asgard`;
|
|
6122
6122
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
6123
6123
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -6146,7 +6146,7 @@ const VaultsApiAxiosParamCreator = function (configuration) {
|
|
|
6146
6146
|
* @param {*} [options] Override http request option.
|
|
6147
6147
|
* @throws {RequiredError}
|
|
6148
6148
|
*/
|
|
6149
|
-
vault: (
|
|
6149
|
+
vault: (pubkey_1, height_1, ...args_1) => __awaiter(this, [pubkey_1, height_1, ...args_1], void 0, function* (pubkey, height, options = {}) {
|
|
6150
6150
|
// verify required parameter 'pubkey' is not null or undefined
|
|
6151
6151
|
assertParamExists('vault', 'pubkey', pubkey);
|
|
6152
6152
|
const localVarPath = `/thorchain/vault/{pubkey}`
|
|
@@ -6177,7 +6177,7 @@ const VaultsApiAxiosParamCreator = function (configuration) {
|
|
|
6177
6177
|
* @param {*} [options] Override http request option.
|
|
6178
6178
|
* @throws {RequiredError}
|
|
6179
6179
|
*/
|
|
6180
|
-
vaultPubkeys: (
|
|
6180
|
+
vaultPubkeys: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
6181
6181
|
const localVarPath = `/thorchain/vaults/pubkeys`;
|
|
6182
6182
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
6183
6183
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -6205,7 +6205,7 @@ const VaultsApiAxiosParamCreator = function (configuration) {
|
|
|
6205
6205
|
* @param {*} [options] Override http request option.
|
|
6206
6206
|
* @throws {RequiredError}
|
|
6207
6207
|
*/
|
|
6208
|
-
yggdrasil: (
|
|
6208
|
+
yggdrasil: (height_1, ...args_1) => __awaiter(this, [height_1, ...args_1], void 0, function* (height, options = {}) {
|
|
6209
6209
|
const localVarPath = `/thorchain/vaults/yggdrasil`;
|
|
6210
6210
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
6211
6211
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|