@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
|
@@ -4575,7 +4575,7 @@ export declare class AuthApi extends BaseAPI {
|
|
|
4575
4575
|
* @throws {RequiredError}
|
|
4576
4576
|
* @memberof AuthApi
|
|
4577
4577
|
*/
|
|
4578
|
-
account(address: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountResponse, any>>;
|
|
4578
|
+
account(address: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountResponse, any, {}>>;
|
|
4579
4579
|
}
|
|
4580
4580
|
/**
|
|
4581
4581
|
* BankApi - axios parameter creator
|
|
@@ -4634,7 +4634,7 @@ export declare class BankApi extends BaseAPI {
|
|
|
4634
4634
|
* @throws {RequiredError}
|
|
4635
4635
|
* @memberof BankApi
|
|
4636
4636
|
*/
|
|
4637
|
-
balances(address: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BalancesResponse, any>>;
|
|
4637
|
+
balances(address: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BalancesResponse, any, {}>>;
|
|
4638
4638
|
}
|
|
4639
4639
|
/**
|
|
4640
4640
|
* BlockApi - axios parameter creator
|
|
@@ -4689,7 +4689,7 @@ export declare class BlockApi extends BaseAPI {
|
|
|
4689
4689
|
* @throws {RequiredError}
|
|
4690
4690
|
* @memberof BlockApi
|
|
4691
4691
|
*/
|
|
4692
|
-
block(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BlockResponse, any>>;
|
|
4692
|
+
block(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BlockResponse, any, {}>>;
|
|
4693
4693
|
}
|
|
4694
4694
|
/**
|
|
4695
4695
|
* BorrowersApi - axios parameter creator
|
|
@@ -4776,7 +4776,7 @@ export declare class BorrowersApi extends BaseAPI {
|
|
|
4776
4776
|
* @throws {RequiredError}
|
|
4777
4777
|
* @memberof BorrowersApi
|
|
4778
4778
|
*/
|
|
4779
|
-
borrower(asset: string, address: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Borrower, any>>;
|
|
4779
|
+
borrower(asset: string, address: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Borrower, any, {}>>;
|
|
4780
4780
|
/**
|
|
4781
4781
|
* Returns all borrowers for the given pool.
|
|
4782
4782
|
* @param {string} asset
|
|
@@ -4785,7 +4785,7 @@ export declare class BorrowersApi extends BaseAPI {
|
|
|
4785
4785
|
* @throws {RequiredError}
|
|
4786
4786
|
* @memberof BorrowersApi
|
|
4787
4787
|
*/
|
|
4788
|
-
borrowers(asset: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BorrowersResponse, any>>;
|
|
4788
|
+
borrowers(asset: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BorrowersResponse, any, {}>>;
|
|
4789
4789
|
}
|
|
4790
4790
|
/**
|
|
4791
4791
|
* CloutApi - axios parameter creator
|
|
@@ -4844,7 +4844,7 @@ export declare class CloutApi extends BaseAPI {
|
|
|
4844
4844
|
* @throws {RequiredError}
|
|
4845
4845
|
* @memberof CloutApi
|
|
4846
4846
|
*/
|
|
4847
|
-
swapperClout(address: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SwapperCloutResponse, any>>;
|
|
4847
|
+
swapperClout(address: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SwapperCloutResponse, any, {}>>;
|
|
4848
4848
|
}
|
|
4849
4849
|
/**
|
|
4850
4850
|
* ExportApi - axios parameter creator
|
|
@@ -4895,7 +4895,7 @@ export declare class ExportApi extends BaseAPI {
|
|
|
4895
4895
|
* @throws {RequiredError}
|
|
4896
4896
|
* @memberof ExportApi
|
|
4897
4897
|
*/
|
|
4898
|
-
_export(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
|
|
4898
|
+
_export(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any, {}>>;
|
|
4899
4899
|
}
|
|
4900
4900
|
/**
|
|
4901
4901
|
* HealthApi - axios parameter creator
|
|
@@ -4946,7 +4946,7 @@ export declare class HealthApi extends BaseAPI {
|
|
|
4946
4946
|
* @throws {RequiredError}
|
|
4947
4947
|
* @memberof HealthApi
|
|
4948
4948
|
*/
|
|
4949
|
-
ping(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Ping, any>>;
|
|
4949
|
+
ping(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Ping, any, {}>>;
|
|
4950
4950
|
}
|
|
4951
4951
|
/**
|
|
4952
4952
|
* InvariantsApi - axios parameter creator
|
|
@@ -5026,7 +5026,7 @@ export declare class InvariantsApi extends BaseAPI {
|
|
|
5026
5026
|
* @throws {RequiredError}
|
|
5027
5027
|
* @memberof InvariantsApi
|
|
5028
5028
|
*/
|
|
5029
|
-
invariant(invariant: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InvariantResponse, any>>;
|
|
5029
|
+
invariant(invariant: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InvariantResponse, any, {}>>;
|
|
5030
5030
|
/**
|
|
5031
5031
|
* Returns a list of available invariants.
|
|
5032
5032
|
* @param {number} [height] optional block height, defaults to current tip
|
|
@@ -5034,7 +5034,7 @@ export declare class InvariantsApi extends BaseAPI {
|
|
|
5034
5034
|
* @throws {RequiredError}
|
|
5035
5035
|
* @memberof InvariantsApi
|
|
5036
5036
|
*/
|
|
5037
|
-
invariants(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InvariantsResponse, any>>;
|
|
5037
|
+
invariants(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InvariantsResponse, any, {}>>;
|
|
5038
5038
|
}
|
|
5039
5039
|
/**
|
|
5040
5040
|
* LiquidityProvidersApi - axios parameter creator
|
|
@@ -5121,7 +5121,7 @@ export declare class LiquidityProvidersApi extends BaseAPI {
|
|
|
5121
5121
|
* @throws {RequiredError}
|
|
5122
5122
|
* @memberof LiquidityProvidersApi
|
|
5123
5123
|
*/
|
|
5124
|
-
liquidityProvider(asset: string, address: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LiquidityProvider, any>>;
|
|
5124
|
+
liquidityProvider(asset: string, address: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LiquidityProvider, any, {}>>;
|
|
5125
5125
|
/**
|
|
5126
5126
|
* Returns all liquidity provider information for an asset.
|
|
5127
5127
|
* @param {string} asset
|
|
@@ -5130,7 +5130,7 @@ export declare class LiquidityProvidersApi extends BaseAPI {
|
|
|
5130
5130
|
* @throws {RequiredError}
|
|
5131
5131
|
* @memberof LiquidityProvidersApi
|
|
5132
5132
|
*/
|
|
5133
|
-
liquidityProviders(asset: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LiquidityProvidersResponse, any>>;
|
|
5133
|
+
liquidityProviders(asset: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LiquidityProvidersResponse, any, {}>>;
|
|
5134
5134
|
}
|
|
5135
5135
|
/**
|
|
5136
5136
|
* MimirApi - axios parameter creator
|
|
@@ -5275,7 +5275,7 @@ export declare class MimirApi extends BaseAPI {
|
|
|
5275
5275
|
* @throws {RequiredError}
|
|
5276
5276
|
* @memberof MimirApi
|
|
5277
5277
|
*/
|
|
5278
|
-
mimir(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MimirResponse, any>>;
|
|
5278
|
+
mimir(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MimirResponse, any, {}>>;
|
|
5279
5279
|
/**
|
|
5280
5280
|
* Returns current admin mimir configuration.
|
|
5281
5281
|
* @param {number} [height] optional block height, defaults to current tip
|
|
@@ -5283,7 +5283,7 @@ export declare class MimirApi extends BaseAPI {
|
|
|
5283
5283
|
* @throws {RequiredError}
|
|
5284
5284
|
* @memberof MimirApi
|
|
5285
5285
|
*/
|
|
5286
|
-
mimirAdmin(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MimirResponse, any>>;
|
|
5286
|
+
mimirAdmin(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MimirResponse, any, {}>>;
|
|
5287
5287
|
/**
|
|
5288
5288
|
* Returns current active mimir configuration for the provided key.
|
|
5289
5289
|
* @param {string} key the mimir key to lookup
|
|
@@ -5292,7 +5292,7 @@ export declare class MimirApi extends BaseAPI {
|
|
|
5292
5292
|
* @throws {RequiredError}
|
|
5293
5293
|
* @memberof MimirApi
|
|
5294
5294
|
*/
|
|
5295
|
-
mimirKey(key: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<number, any>>;
|
|
5295
|
+
mimirKey(key: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<number, any, {}>>;
|
|
5296
5296
|
/**
|
|
5297
5297
|
* Returns current node mimir configuration for the provided node address.
|
|
5298
5298
|
* @param {string} address
|
|
@@ -5301,7 +5301,7 @@ export declare class MimirApi extends BaseAPI {
|
|
|
5301
5301
|
* @throws {RequiredError}
|
|
5302
5302
|
* @memberof MimirApi
|
|
5303
5303
|
*/
|
|
5304
|
-
mimirNode(address: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MimirResponse, any>>;
|
|
5304
|
+
mimirNode(address: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MimirResponse, any, {}>>;
|
|
5305
5305
|
/**
|
|
5306
5306
|
* Returns current node mimir votes.
|
|
5307
5307
|
* @param {number} [height] optional block height, defaults to current tip
|
|
@@ -5309,7 +5309,7 @@ export declare class MimirApi extends BaseAPI {
|
|
|
5309
5309
|
* @throws {RequiredError}
|
|
5310
5310
|
* @memberof MimirApi
|
|
5311
5311
|
*/
|
|
5312
|
-
mimirNodes(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MimirNodesResponse, any>>;
|
|
5312
|
+
mimirNodes(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MimirNodesResponse, any, {}>>;
|
|
5313
5313
|
}
|
|
5314
5314
|
/**
|
|
5315
5315
|
* NetworkApi - axios parameter creator
|
|
@@ -5632,7 +5632,7 @@ export declare class NetworkApi extends BaseAPI {
|
|
|
5632
5632
|
* @throws {RequiredError}
|
|
5633
5633
|
* @memberof NetworkApi
|
|
5634
5634
|
*/
|
|
5635
|
-
ban(address: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BanResponse, any>>;
|
|
5635
|
+
ban(address: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BanResponse, any, {}>>;
|
|
5636
5636
|
/**
|
|
5637
5637
|
* Returns constant configuration, can be overridden by mimir.
|
|
5638
5638
|
* @param {number} [height] optional block height, defaults to current tip
|
|
@@ -5640,7 +5640,7 @@ export declare class NetworkApi extends BaseAPI {
|
|
|
5640
5640
|
* @throws {RequiredError}
|
|
5641
5641
|
* @memberof NetworkApi
|
|
5642
5642
|
*/
|
|
5643
|
-
constants(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ConstantsResponse, any>>;
|
|
5643
|
+
constants(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ConstantsResponse, any, {}>>;
|
|
5644
5644
|
/**
|
|
5645
5645
|
* Returns the set of asgard addresses that should be used for inbound transactions.
|
|
5646
5646
|
* @param {number} [height] optional block height, defaults to current tip
|
|
@@ -5648,7 +5648,7 @@ export declare class NetworkApi extends BaseAPI {
|
|
|
5648
5648
|
* @throws {RequiredError}
|
|
5649
5649
|
* @memberof NetworkApi
|
|
5650
5650
|
*/
|
|
5651
|
-
inboundAddresses(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InboundAddressesResponse, any>>;
|
|
5651
|
+
inboundAddresses(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InboundAddressesResponse, any, {}>>;
|
|
5652
5652
|
/**
|
|
5653
5653
|
* Returns the last block information for all chains.
|
|
5654
5654
|
* @param {number} [height] optional block height, defaults to current tip
|
|
@@ -5656,7 +5656,7 @@ export declare class NetworkApi extends BaseAPI {
|
|
|
5656
5656
|
* @throws {RequiredError}
|
|
5657
5657
|
* @memberof NetworkApi
|
|
5658
5658
|
*/
|
|
5659
|
-
lastblock(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LastBlockResponse, any>>;
|
|
5659
|
+
lastblock(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LastBlockResponse, any, {}>>;
|
|
5660
5660
|
/**
|
|
5661
5661
|
* Returns the last block information for the provided chain.
|
|
5662
5662
|
* @param {string} chain
|
|
@@ -5665,7 +5665,7 @@ export declare class NetworkApi extends BaseAPI {
|
|
|
5665
5665
|
* @throws {RequiredError}
|
|
5666
5666
|
* @memberof NetworkApi
|
|
5667
5667
|
*/
|
|
5668
|
-
lastblockChain(chain: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LastBlockResponse, any>>;
|
|
5668
|
+
lastblockChain(chain: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LastBlockResponse, any, {}>>;
|
|
5669
5669
|
/**
|
|
5670
5670
|
* Returns network overview statistics.
|
|
5671
5671
|
* @param {number} [height] optional block height, defaults to current tip
|
|
@@ -5673,7 +5673,7 @@ export declare class NetworkApi extends BaseAPI {
|
|
|
5673
5673
|
* @throws {RequiredError}
|
|
5674
5674
|
* @memberof NetworkApi
|
|
5675
5675
|
*/
|
|
5676
|
-
network(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<NetworkResponse, any>>;
|
|
5676
|
+
network(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<NetworkResponse, any, {}>>;
|
|
5677
5677
|
/**
|
|
5678
5678
|
* Returns the outbound fee information for the provided asset.
|
|
5679
5679
|
* @param {string} asset
|
|
@@ -5682,7 +5682,7 @@ export declare class NetworkApi extends BaseAPI {
|
|
|
5682
5682
|
* @throws {RequiredError}
|
|
5683
5683
|
* @memberof NetworkApi
|
|
5684
5684
|
*/
|
|
5685
|
-
outboundFeeAsset(asset: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<OutboundFeesResponse, any>>;
|
|
5685
|
+
outboundFeeAsset(asset: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<OutboundFeesResponse, any, {}>>;
|
|
5686
5686
|
/**
|
|
5687
5687
|
* Returns the last block information for all chains.
|
|
5688
5688
|
* @param {number} [height] optional block height, defaults to current tip
|
|
@@ -5690,7 +5690,7 @@ export declare class NetworkApi extends BaseAPI {
|
|
|
5690
5690
|
* @throws {RequiredError}
|
|
5691
5691
|
* @memberof NetworkApi
|
|
5692
5692
|
*/
|
|
5693
|
-
outboundFees(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<OutboundFeesResponse, any>>;
|
|
5693
|
+
outboundFees(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<OutboundFeesResponse, any, {}>>;
|
|
5694
5694
|
/**
|
|
5695
5695
|
* Returns a boolean indicating whether the chain is in ragnarok.
|
|
5696
5696
|
* @param {number} [height] optional block height, defaults to current tip
|
|
@@ -5698,7 +5698,7 @@ export declare class NetworkApi extends BaseAPI {
|
|
|
5698
5698
|
* @throws {RequiredError}
|
|
5699
5699
|
* @memberof NetworkApi
|
|
5700
5700
|
*/
|
|
5701
|
-
ragnarok(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
5701
|
+
ragnarok(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any, {}>>;
|
|
5702
5702
|
/**
|
|
5703
5703
|
* Returns the upgrade proposal for the provided name.
|
|
5704
5704
|
* @param {string} name
|
|
@@ -5707,7 +5707,7 @@ export declare class NetworkApi extends BaseAPI {
|
|
|
5707
5707
|
* @throws {RequiredError}
|
|
5708
5708
|
* @memberof NetworkApi
|
|
5709
5709
|
*/
|
|
5710
|
-
upgradeProposal(name: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpgradeProposal, any>>;
|
|
5710
|
+
upgradeProposal(name: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpgradeProposal, any, {}>>;
|
|
5711
5711
|
/**
|
|
5712
5712
|
* Returns the current upgrade proposals.
|
|
5713
5713
|
* @param {number} [height] optional block height, defaults to current tip
|
|
@@ -5715,7 +5715,7 @@ export declare class NetworkApi extends BaseAPI {
|
|
|
5715
5715
|
* @throws {RequiredError}
|
|
5716
5716
|
* @memberof NetworkApi
|
|
5717
5717
|
*/
|
|
5718
|
-
upgradeProposals(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpgradeProposalsResponse, any>>;
|
|
5718
|
+
upgradeProposals(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpgradeProposalsResponse, any, {}>>;
|
|
5719
5719
|
/**
|
|
5720
5720
|
* Returns the upgrade votes for the provided name.
|
|
5721
5721
|
* @param {string} name
|
|
@@ -5724,7 +5724,7 @@ export declare class NetworkApi extends BaseAPI {
|
|
|
5724
5724
|
* @throws {RequiredError}
|
|
5725
5725
|
* @memberof NetworkApi
|
|
5726
5726
|
*/
|
|
5727
|
-
upgradeVotes(name: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpgradeVotesResponse, any>>;
|
|
5727
|
+
upgradeVotes(name: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpgradeVotesResponse, any, {}>>;
|
|
5728
5728
|
/**
|
|
5729
5729
|
* Returns the network\'s current THORNode version, the network\'s next THORNode version, and the querier\'s THORNode version.
|
|
5730
5730
|
* @param {number} [height] optional block height, defaults to current tip
|
|
@@ -5732,7 +5732,7 @@ export declare class NetworkApi extends BaseAPI {
|
|
|
5732
5732
|
* @throws {RequiredError}
|
|
5733
5733
|
* @memberof NetworkApi
|
|
5734
5734
|
*/
|
|
5735
|
-
version(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<VersionResponse, any>>;
|
|
5735
|
+
version(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<VersionResponse, any, {}>>;
|
|
5736
5736
|
}
|
|
5737
5737
|
/**
|
|
5738
5738
|
* NodesApi - axios parameter creator
|
|
@@ -5812,7 +5812,7 @@ export declare class NodesApi extends BaseAPI {
|
|
|
5812
5812
|
* @throws {RequiredError}
|
|
5813
5813
|
* @memberof NodesApi
|
|
5814
5814
|
*/
|
|
5815
|
-
node(address: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Node, any>>;
|
|
5815
|
+
node(address: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Node, any, {}>>;
|
|
5816
5816
|
/**
|
|
5817
5817
|
* Returns node information for all registered validators.
|
|
5818
5818
|
* @param {number} [height] optional block height, defaults to current tip
|
|
@@ -5820,7 +5820,7 @@ export declare class NodesApi extends BaseAPI {
|
|
|
5820
5820
|
* @throws {RequiredError}
|
|
5821
5821
|
* @memberof NodesApi
|
|
5822
5822
|
*/
|
|
5823
|
-
nodes(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<NodesResponse, any>>;
|
|
5823
|
+
nodes(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<NodesResponse, any, {}>>;
|
|
5824
5824
|
}
|
|
5825
5825
|
/**
|
|
5826
5826
|
* PoolSlipApi - axios parameter creator
|
|
@@ -5900,7 +5900,7 @@ export declare class PoolSlipApi extends BaseAPI {
|
|
|
5900
5900
|
* @throws {RequiredError}
|
|
5901
5901
|
* @memberof PoolSlipApi
|
|
5902
5902
|
*/
|
|
5903
|
-
poolslip(asset: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PoolSlipResponse, any>>;
|
|
5903
|
+
poolslip(asset: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PoolSlipResponse, any, {}>>;
|
|
5904
5904
|
/**
|
|
5905
5905
|
* Returns the pool slip information for all Available Layer 1 pool assets.
|
|
5906
5906
|
* @param {number} [height] optional block height, defaults to current tip
|
|
@@ -5908,7 +5908,7 @@ export declare class PoolSlipApi extends BaseAPI {
|
|
|
5908
5908
|
* @throws {RequiredError}
|
|
5909
5909
|
* @memberof PoolSlipApi
|
|
5910
5910
|
*/
|
|
5911
|
-
poolslips(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PoolSlipResponse, any>>;
|
|
5911
|
+
poolslips(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PoolSlipResponse, any, {}>>;
|
|
5912
5912
|
}
|
|
5913
5913
|
/**
|
|
5914
5914
|
* PoolsApi - axios parameter creator
|
|
@@ -6033,7 +6033,7 @@ export declare class PoolsApi extends BaseAPI {
|
|
|
6033
6033
|
* @throws {RequiredError}
|
|
6034
6034
|
* @memberof PoolsApi
|
|
6035
6035
|
*/
|
|
6036
|
-
dpool(asset: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DerivedPool, any>>;
|
|
6036
|
+
dpool(asset: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DerivedPool, any, {}>>;
|
|
6037
6037
|
/**
|
|
6038
6038
|
* Returns the pool information for all derived assets.
|
|
6039
6039
|
* @param {number} [height] optional block height, defaults to current tip
|
|
@@ -6041,7 +6041,7 @@ export declare class PoolsApi extends BaseAPI {
|
|
|
6041
6041
|
* @throws {RequiredError}
|
|
6042
6042
|
* @memberof PoolsApi
|
|
6043
6043
|
*/
|
|
6044
|
-
dpools(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DerivedPoolsResponse, any>>;
|
|
6044
|
+
dpools(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DerivedPoolsResponse, any, {}>>;
|
|
6045
6045
|
/**
|
|
6046
6046
|
* Returns the pool information for the provided asset.
|
|
6047
6047
|
* @param {string} asset
|
|
@@ -6050,7 +6050,7 @@ export declare class PoolsApi extends BaseAPI {
|
|
|
6050
6050
|
* @throws {RequiredError}
|
|
6051
6051
|
* @memberof PoolsApi
|
|
6052
6052
|
*/
|
|
6053
|
-
pool(asset: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Pool, any>>;
|
|
6053
|
+
pool(asset: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Pool, any, {}>>;
|
|
6054
6054
|
/**
|
|
6055
6055
|
* Returns the pool information for all assets.
|
|
6056
6056
|
* @param {number} [height] optional block height, defaults to current tip
|
|
@@ -6058,7 +6058,7 @@ export declare class PoolsApi extends BaseAPI {
|
|
|
6058
6058
|
* @throws {RequiredError}
|
|
6059
6059
|
* @memberof PoolsApi
|
|
6060
6060
|
*/
|
|
6061
|
-
pools(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PoolsResponse, any>>;
|
|
6061
|
+
pools(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PoolsResponse, any, {}>>;
|
|
6062
6062
|
}
|
|
6063
6063
|
/**
|
|
6064
6064
|
* QueueApi - axios parameter creator
|
|
@@ -6176,7 +6176,7 @@ export declare class QueueApi extends BaseAPI {
|
|
|
6176
6176
|
* @throws {RequiredError}
|
|
6177
6177
|
* @memberof QueueApi
|
|
6178
6178
|
*/
|
|
6179
|
-
queue(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<QueueResponse, any>>;
|
|
6179
|
+
queue(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<QueueResponse, any, {}>>;
|
|
6180
6180
|
/**
|
|
6181
6181
|
* Returns the outbound queue including estimated RUNE values.
|
|
6182
6182
|
* @param {number} [height] optional block height, defaults to current tip
|
|
@@ -6184,7 +6184,7 @@ export declare class QueueApi extends BaseAPI {
|
|
|
6184
6184
|
* @throws {RequiredError}
|
|
6185
6185
|
* @memberof QueueApi
|
|
6186
6186
|
*/
|
|
6187
|
-
queueOutbound(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<OutboundResponse, any>>;
|
|
6187
|
+
queueOutbound(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<OutboundResponse, any, {}>>;
|
|
6188
6188
|
/**
|
|
6189
6189
|
* Returns the scheduled queue.
|
|
6190
6190
|
* @param {number} [height] optional block height, defaults to current tip
|
|
@@ -6192,7 +6192,7 @@ export declare class QueueApi extends BaseAPI {
|
|
|
6192
6192
|
* @throws {RequiredError}
|
|
6193
6193
|
* @memberof QueueApi
|
|
6194
6194
|
*/
|
|
6195
|
-
queueScheduled(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ScheduledResponse, any>>;
|
|
6195
|
+
queueScheduled(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ScheduledResponse, any, {}>>;
|
|
6196
6196
|
/**
|
|
6197
6197
|
* Returns the swap queue.
|
|
6198
6198
|
* @param {number} [height] optional block height, defaults to current tip
|
|
@@ -6200,7 +6200,7 @@ export declare class QueueApi extends BaseAPI {
|
|
|
6200
6200
|
* @throws {RequiredError}
|
|
6201
6201
|
* @memberof QueueApi
|
|
6202
6202
|
*/
|
|
6203
|
-
queueSwap(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SwapQueueResponse, any>>;
|
|
6203
|
+
queueSwap(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SwapQueueResponse, any, {}>>;
|
|
6204
6204
|
}
|
|
6205
6205
|
/**
|
|
6206
6206
|
* QuoteApi - axios parameter creator
|
|
@@ -6428,7 +6428,7 @@ export declare class QuoteApi extends BaseAPI {
|
|
|
6428
6428
|
* @throws {RequiredError}
|
|
6429
6429
|
* @memberof QuoteApi
|
|
6430
6430
|
*/
|
|
6431
|
-
quoteloanclose(height?: number, fromAsset?: string, repayBps?: number, toAsset?: string, loanOwner?: string, minOut?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<QuoteLoanCloseResponse, any>>;
|
|
6431
|
+
quoteloanclose(height?: number, fromAsset?: string, repayBps?: number, toAsset?: string, loanOwner?: string, minOut?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<QuoteLoanCloseResponse, any, {}>>;
|
|
6432
6432
|
/**
|
|
6433
6433
|
* Provide a quote estimate for the provided loan open.
|
|
6434
6434
|
* @param {number} [height] optional block height, defaults to current tip
|
|
@@ -6443,7 +6443,7 @@ export declare class QuoteApi extends BaseAPI {
|
|
|
6443
6443
|
* @throws {RequiredError}
|
|
6444
6444
|
* @memberof QuoteApi
|
|
6445
6445
|
*/
|
|
6446
|
-
quoteloanopen(height?: number, fromAsset?: string, amount?: number, toAsset?: string, destination?: string, minOut?: string, affiliateBps?: number, affiliate?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<QuoteLoanOpenResponse, any>>;
|
|
6446
|
+
quoteloanopen(height?: number, fromAsset?: string, amount?: number, toAsset?: string, destination?: string, minOut?: string, affiliateBps?: number, affiliate?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<QuoteLoanOpenResponse, any, {}>>;
|
|
6447
6447
|
/**
|
|
6448
6448
|
* Provide a quote estimate for the provided saver deposit.
|
|
6449
6449
|
* @param {number} [height] optional block height, defaults to current tip
|
|
@@ -6453,7 +6453,7 @@ export declare class QuoteApi extends BaseAPI {
|
|
|
6453
6453
|
* @throws {RequiredError}
|
|
6454
6454
|
* @memberof QuoteApi
|
|
6455
6455
|
*/
|
|
6456
|
-
quotesaverdeposit(height?: number, asset?: string, amount?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<QuoteSaverDepositResponse, any>>;
|
|
6456
|
+
quotesaverdeposit(height?: number, asset?: string, amount?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<QuoteSaverDepositResponse, any, {}>>;
|
|
6457
6457
|
/**
|
|
6458
6458
|
* Provide a quote estimate for the provided saver withdraw.
|
|
6459
6459
|
* @param {number} [height] optional block height, defaults to current tip
|
|
@@ -6464,7 +6464,7 @@ export declare class QuoteApi extends BaseAPI {
|
|
|
6464
6464
|
* @throws {RequiredError}
|
|
6465
6465
|
* @memberof QuoteApi
|
|
6466
6466
|
*/
|
|
6467
|
-
quotesaverwithdraw(height?: number, asset?: string, address?: string, withdrawBps?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<QuoteSaverWithdrawResponse, any>>;
|
|
6467
|
+
quotesaverwithdraw(height?: number, asset?: string, address?: string, withdrawBps?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<QuoteSaverWithdrawResponse, any, {}>>;
|
|
6468
6468
|
/**
|
|
6469
6469
|
* Provide a quote estimate for the provided swap.
|
|
6470
6470
|
* @param {number} [height] optional block height, defaults to current tip
|
|
@@ -6483,7 +6483,7 @@ export declare class QuoteApi extends BaseAPI {
|
|
|
6483
6483
|
* @throws {RequiredError}
|
|
6484
6484
|
* @memberof QuoteApi
|
|
6485
6485
|
*/
|
|
6486
|
-
quoteswap(height?: number, fromAsset?: string, toAsset?: string, amount?: number, destination?: string, refundAddress?: string, streamingInterval?: number, streamingQuantity?: number, toleranceBps?: number, liquidityToleranceBps?: number, affiliateBps?: number, affiliate?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<QuoteSwapResponse, any>>;
|
|
6486
|
+
quoteswap(height?: number, fromAsset?: string, toAsset?: string, amount?: number, destination?: string, refundAddress?: string, streamingInterval?: number, streamingQuantity?: number, toleranceBps?: number, liquidityToleranceBps?: number, affiliateBps?: number, affiliate?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<QuoteSwapResponse, any, {}>>;
|
|
6487
6487
|
}
|
|
6488
6488
|
/**
|
|
6489
6489
|
* RUNEPoolApi - axios parameter creator
|
|
@@ -6583,7 +6583,7 @@ export declare class RUNEPoolApi extends BaseAPI {
|
|
|
6583
6583
|
* @throws {RequiredError}
|
|
6584
6584
|
* @memberof RUNEPoolApi
|
|
6585
6585
|
*/
|
|
6586
|
-
runePool(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RUNEPoolResponse, any>>;
|
|
6586
|
+
runePool(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RUNEPoolResponse, any, {}>>;
|
|
6587
6587
|
/**
|
|
6588
6588
|
* Returns the RUNE Provider information for an address.
|
|
6589
6589
|
* @param {string} address
|
|
@@ -6592,7 +6592,7 @@ export declare class RUNEPoolApi extends BaseAPI {
|
|
|
6592
6592
|
* @throws {RequiredError}
|
|
6593
6593
|
* @memberof RUNEPoolApi
|
|
6594
6594
|
*/
|
|
6595
|
-
runeProvider(address: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RUNEProvider, any>>;
|
|
6595
|
+
runeProvider(address: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RUNEProvider, any, {}>>;
|
|
6596
6596
|
/**
|
|
6597
6597
|
* Returns all RUNE Providers.
|
|
6598
6598
|
* @param {number} [height] optional block height, defaults to current tip
|
|
@@ -6600,7 +6600,7 @@ export declare class RUNEPoolApi extends BaseAPI {
|
|
|
6600
6600
|
* @throws {RequiredError}
|
|
6601
6601
|
* @memberof RUNEPoolApi
|
|
6602
6602
|
*/
|
|
6603
|
-
runeProviders(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RUNEProvidersResponse, any>>;
|
|
6603
|
+
runeProviders(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RUNEProvidersResponse, any, {}>>;
|
|
6604
6604
|
}
|
|
6605
6605
|
/**
|
|
6606
6606
|
* SaversApi - axios parameter creator
|
|
@@ -6687,7 +6687,7 @@ export declare class SaversApi extends BaseAPI {
|
|
|
6687
6687
|
* @throws {RequiredError}
|
|
6688
6688
|
* @memberof SaversApi
|
|
6689
6689
|
*/
|
|
6690
|
-
saver(asset: string, address: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Saver, any>>;
|
|
6690
|
+
saver(asset: string, address: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Saver, any, {}>>;
|
|
6691
6691
|
/**
|
|
6692
6692
|
* Returns all savers for the savers pool.
|
|
6693
6693
|
* @param {string} asset
|
|
@@ -6696,7 +6696,7 @@ export declare class SaversApi extends BaseAPI {
|
|
|
6696
6696
|
* @throws {RequiredError}
|
|
6697
6697
|
* @memberof SaversApi
|
|
6698
6698
|
*/
|
|
6699
|
-
savers(asset: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SaversResponse, any>>;
|
|
6699
|
+
savers(asset: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SaversResponse, any, {}>>;
|
|
6700
6700
|
}
|
|
6701
6701
|
/**
|
|
6702
6702
|
* SecuredAssetApi - axios parameter creator
|
|
@@ -6755,7 +6755,7 @@ export declare class SecuredAssetApi extends BaseAPI {
|
|
|
6755
6755
|
* @throws {RequiredError}
|
|
6756
6756
|
* @memberof SecuredAssetApi
|
|
6757
6757
|
*/
|
|
6758
|
-
securedAsset(asset: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SecuredAssetResponse, any>>;
|
|
6758
|
+
securedAsset(asset: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SecuredAssetResponse, any, {}>>;
|
|
6759
6759
|
}
|
|
6760
6760
|
/**
|
|
6761
6761
|
* SecuredAssetsApi - axios parameter creator
|
|
@@ -6810,7 +6810,7 @@ export declare class SecuredAssetsApi extends BaseAPI {
|
|
|
6810
6810
|
* @throws {RequiredError}
|
|
6811
6811
|
* @memberof SecuredAssetsApi
|
|
6812
6812
|
*/
|
|
6813
|
-
securedAssets(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SecuredAssetsResponse, any>>;
|
|
6813
|
+
securedAssets(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SecuredAssetsResponse, any, {}>>;
|
|
6814
6814
|
}
|
|
6815
6815
|
/**
|
|
6816
6816
|
* StreamingSwapApi - axios parameter creator
|
|
@@ -6890,7 +6890,7 @@ export declare class StreamingSwapApi extends BaseAPI {
|
|
|
6890
6890
|
* @throws {RequiredError}
|
|
6891
6891
|
* @memberof StreamingSwapApi
|
|
6892
6892
|
*/
|
|
6893
|
-
streamSwap(hash: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<StreamingSwap, any>>;
|
|
6893
|
+
streamSwap(hash: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<StreamingSwap, any, {}>>;
|
|
6894
6894
|
/**
|
|
6895
6895
|
* Returns the state of all streaming swaps
|
|
6896
6896
|
* @param {number} [height] optional block height, defaults to current tip
|
|
@@ -6898,7 +6898,7 @@ export declare class StreamingSwapApi extends BaseAPI {
|
|
|
6898
6898
|
* @throws {RequiredError}
|
|
6899
6899
|
* @memberof StreamingSwapApi
|
|
6900
6900
|
*/
|
|
6901
|
-
streamSwaps(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<StreamingSwapsResponse, any>>;
|
|
6901
|
+
streamSwaps(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<StreamingSwapsResponse, any, {}>>;
|
|
6902
6902
|
}
|
|
6903
6903
|
/**
|
|
6904
6904
|
* TCYClaimersApi - axios parameter creator
|
|
@@ -6978,7 +6978,7 @@ export declare class TCYClaimersApi extends BaseAPI {
|
|
|
6978
6978
|
* @throws {RequiredError}
|
|
6979
6979
|
* @memberof TCYClaimersApi
|
|
6980
6980
|
*/
|
|
6981
|
-
tcyClaimer(address: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TCYClaimer, any>>;
|
|
6981
|
+
tcyClaimer(address: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TCYClaimer, any, {}>>;
|
|
6982
6982
|
/**
|
|
6983
6983
|
* Returns all tcy claimers information.
|
|
6984
6984
|
* @param {number} [height] optional block height, defaults to current tip
|
|
@@ -6986,7 +6986,7 @@ export declare class TCYClaimersApi extends BaseAPI {
|
|
|
6986
6986
|
* @throws {RequiredError}
|
|
6987
6987
|
* @memberof TCYClaimersApi
|
|
6988
6988
|
*/
|
|
6989
|
-
tcyClaimers(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TCYClaimersResponse, any>>;
|
|
6989
|
+
tcyClaimers(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TCYClaimersResponse, any, {}>>;
|
|
6990
6990
|
}
|
|
6991
6991
|
/**
|
|
6992
6992
|
* TCYStakersApi - axios parameter creator
|
|
@@ -7066,7 +7066,7 @@ export declare class TCYStakersApi extends BaseAPI {
|
|
|
7066
7066
|
* @throws {RequiredError}
|
|
7067
7067
|
* @memberof TCYStakersApi
|
|
7068
7068
|
*/
|
|
7069
|
-
tcyStaker(address: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TCYStaker, any>>;
|
|
7069
|
+
tcyStaker(address: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TCYStaker, any, {}>>;
|
|
7070
7070
|
/**
|
|
7071
7071
|
* Returns all tcy stakers information.
|
|
7072
7072
|
* @param {number} [height] optional block height, defaults to current tip
|
|
@@ -7074,7 +7074,7 @@ export declare class TCYStakersApi extends BaseAPI {
|
|
|
7074
7074
|
* @throws {RequiredError}
|
|
7075
7075
|
* @memberof TCYStakersApi
|
|
7076
7076
|
*/
|
|
7077
|
-
tcyStakers(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TCYStakersResponse, any>>;
|
|
7077
|
+
tcyStakers(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TCYStakersResponse, any, {}>>;
|
|
7078
7078
|
}
|
|
7079
7079
|
/**
|
|
7080
7080
|
* TSSApi - axios parameter creator
|
|
@@ -7223,7 +7223,7 @@ export declare class TSSApi extends BaseAPI {
|
|
|
7223
7223
|
* @throws {RequiredError}
|
|
7224
7224
|
* @memberof TSSApi
|
|
7225
7225
|
*/
|
|
7226
|
-
keygenPubkey(height: number, pubkey: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<KeygenResponse, any>>;
|
|
7226
|
+
keygenPubkey(height: number, pubkey: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<KeygenResponse, any, {}>>;
|
|
7227
7227
|
/**
|
|
7228
7228
|
* Returns keysign information for the provided height - the height being the first block a tx out item appears in the signed-but-unobserved outbound queue.
|
|
7229
7229
|
* @param {number} height
|
|
@@ -7231,7 +7231,7 @@ export declare class TSSApi extends BaseAPI {
|
|
|
7231
7231
|
* @throws {RequiredError}
|
|
7232
7232
|
* @memberof TSSApi
|
|
7233
7233
|
*/
|
|
7234
|
-
keysign(height: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<KeysignResponse, any>>;
|
|
7234
|
+
keysign(height: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<KeysignResponse, any, {}>>;
|
|
7235
7235
|
/**
|
|
7236
7236
|
* Returns keysign information for the provided height and pubkey - the height being the block at which a tx out item is scheduled to be signed and moved from the scheduled outbound queue to the outbound queue.
|
|
7237
7237
|
* @param {number} height
|
|
@@ -7240,7 +7240,7 @@ export declare class TSSApi extends BaseAPI {
|
|
|
7240
7240
|
* @throws {RequiredError}
|
|
7241
7241
|
* @memberof TSSApi
|
|
7242
7242
|
*/
|
|
7243
|
-
keysignPubkey(height: number, pubkey: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<KeysignResponse, any>>;
|
|
7243
|
+
keysignPubkey(height: number, pubkey: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<KeysignResponse, any, {}>>;
|
|
7244
7244
|
/**
|
|
7245
7245
|
* Returns keygen and keysign metrics for current vaults.
|
|
7246
7246
|
* @param {number} [height] optional block height, defaults to current tip
|
|
@@ -7248,7 +7248,7 @@ export declare class TSSApi extends BaseAPI {
|
|
|
7248
7248
|
* @throws {RequiredError}
|
|
7249
7249
|
* @memberof TSSApi
|
|
7250
7250
|
*/
|
|
7251
|
-
metrics(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MetricsResponse, any>>;
|
|
7251
|
+
metrics(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MetricsResponse, any, {}>>;
|
|
7252
7252
|
/**
|
|
7253
7253
|
* Returns keygen metrics for the provided vault pubkey.
|
|
7254
7254
|
* @param {string} pubkey
|
|
@@ -7257,7 +7257,7 @@ export declare class TSSApi extends BaseAPI {
|
|
|
7257
7257
|
* @throws {RequiredError}
|
|
7258
7258
|
* @memberof TSSApi
|
|
7259
7259
|
*/
|
|
7260
|
-
metricsKeygen(pubkey: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<KeygenMetricsResponse, any>>;
|
|
7260
|
+
metricsKeygen(pubkey: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<KeygenMetricsResponse, any, {}>>;
|
|
7261
7261
|
}
|
|
7262
7262
|
/**
|
|
7263
7263
|
* ThornamesApi - axios parameter creator
|
|
@@ -7316,7 +7316,7 @@ export declare class ThornamesApi extends BaseAPI {
|
|
|
7316
7316
|
* @throws {RequiredError}
|
|
7317
7317
|
* @memberof ThornamesApi
|
|
7318
7318
|
*/
|
|
7319
|
-
thorname(name: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Thorname, any>>;
|
|
7319
|
+
thorname(name: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Thorname, any, {}>>;
|
|
7320
7320
|
}
|
|
7321
7321
|
/**
|
|
7322
7322
|
* TradeAccountApi - axios parameter creator
|
|
@@ -7375,7 +7375,7 @@ export declare class TradeAccountApi extends BaseAPI {
|
|
|
7375
7375
|
* @throws {RequiredError}
|
|
7376
7376
|
* @memberof TradeAccountApi
|
|
7377
7377
|
*/
|
|
7378
|
-
tradeAccount(address: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TradeAccountResponse, any>>;
|
|
7378
|
+
tradeAccount(address: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TradeAccountResponse, any, {}>>;
|
|
7379
7379
|
}
|
|
7380
7380
|
/**
|
|
7381
7381
|
* TradeAccountsApi - axios parameter creator
|
|
@@ -7434,7 +7434,7 @@ export declare class TradeAccountsApi extends BaseAPI {
|
|
|
7434
7434
|
* @throws {RequiredError}
|
|
7435
7435
|
* @memberof TradeAccountsApi
|
|
7436
7436
|
*/
|
|
7437
|
-
tradeAccounts(asset: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TradeAccountsResponse, any>>;
|
|
7437
|
+
tradeAccounts(asset: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TradeAccountsResponse, any, {}>>;
|
|
7438
7438
|
}
|
|
7439
7439
|
/**
|
|
7440
7440
|
* TradeUnitApi - axios parameter creator
|
|
@@ -7493,7 +7493,7 @@ export declare class TradeUnitApi extends BaseAPI {
|
|
|
7493
7493
|
* @throws {RequiredError}
|
|
7494
7494
|
* @memberof TradeUnitApi
|
|
7495
7495
|
*/
|
|
7496
|
-
tradeUnit(asset: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TradeUnitResponse, any>>;
|
|
7496
|
+
tradeUnit(asset: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TradeUnitResponse, any, {}>>;
|
|
7497
7497
|
}
|
|
7498
7498
|
/**
|
|
7499
7499
|
* TradeUnitsApi - axios parameter creator
|
|
@@ -7548,7 +7548,7 @@ export declare class TradeUnitsApi extends BaseAPI {
|
|
|
7548
7548
|
* @throws {RequiredError}
|
|
7549
7549
|
* @memberof TradeUnitsApi
|
|
7550
7550
|
*/
|
|
7551
|
-
tradeUnits(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TradeUnitsResponse, any>>;
|
|
7551
|
+
tradeUnits(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TradeUnitsResponse, any, {}>>;
|
|
7552
7552
|
}
|
|
7553
7553
|
/**
|
|
7554
7554
|
* TransactionsApi - axios parameter creator
|
|
@@ -7703,7 +7703,7 @@ export declare class TransactionsApi extends BaseAPI {
|
|
|
7703
7703
|
* @throws {RequiredError}
|
|
7704
7704
|
* @memberof TransactionsApi
|
|
7705
7705
|
*/
|
|
7706
|
-
tx(hash: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TxResponse, any>>;
|
|
7706
|
+
tx(hash: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TxResponse, any, {}>>;
|
|
7707
7707
|
/**
|
|
7708
7708
|
* Returns the signers for a provided inbound or outbound hash.
|
|
7709
7709
|
* @param {string} hash
|
|
@@ -7712,7 +7712,7 @@ export declare class TransactionsApi extends BaseAPI {
|
|
|
7712
7712
|
* @throws {RequiredError}
|
|
7713
7713
|
* @memberof TransactionsApi
|
|
7714
7714
|
*/
|
|
7715
|
-
txSigners(hash: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TxDetailsResponse, any>>;
|
|
7715
|
+
txSigners(hash: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TxDetailsResponse, any, {}>>;
|
|
7716
7716
|
/**
|
|
7717
7717
|
* Deprecated - migrate to /thorchain/tx/details.
|
|
7718
7718
|
* @param {string} hash
|
|
@@ -7721,7 +7721,7 @@ export declare class TransactionsApi extends BaseAPI {
|
|
|
7721
7721
|
* @throws {RequiredError}
|
|
7722
7722
|
* @memberof TransactionsApi
|
|
7723
7723
|
*/
|
|
7724
|
-
txSignersOld(hash: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TxSignersResponse, any>>;
|
|
7724
|
+
txSignersOld(hash: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TxSignersResponse, any, {}>>;
|
|
7725
7725
|
/**
|
|
7726
7726
|
* Returns the processing stages of a provided inbound hash.
|
|
7727
7727
|
* @param {string} hash
|
|
@@ -7730,7 +7730,7 @@ export declare class TransactionsApi extends BaseAPI {
|
|
|
7730
7730
|
* @throws {RequiredError}
|
|
7731
7731
|
* @memberof TransactionsApi
|
|
7732
7732
|
*/
|
|
7733
|
-
txStages(hash: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TxStagesResponse, any>>;
|
|
7733
|
+
txStages(hash: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TxStagesResponse, any, {}>>;
|
|
7734
7734
|
/**
|
|
7735
7735
|
* Returns the status of a provided inbound hash.
|
|
7736
7736
|
* @param {string} hash
|
|
@@ -7739,7 +7739,7 @@ export declare class TransactionsApi extends BaseAPI {
|
|
|
7739
7739
|
* @throws {RequiredError}
|
|
7740
7740
|
* @memberof TransactionsApi
|
|
7741
7741
|
*/
|
|
7742
|
-
txStatus(hash: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TxStatusResponse, any>>;
|
|
7742
|
+
txStatus(hash: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TxStatusResponse, any, {}>>;
|
|
7743
7743
|
}
|
|
7744
7744
|
/**
|
|
7745
7745
|
* VaultsApi - axios parameter creator
|
|
@@ -7860,7 +7860,7 @@ export declare class VaultsApi extends BaseAPI {
|
|
|
7860
7860
|
* @throws {RequiredError}
|
|
7861
7861
|
* @memberof VaultsApi
|
|
7862
7862
|
*/
|
|
7863
|
-
asgard(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<VaultsResponse, any>>;
|
|
7863
|
+
asgard(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<VaultsResponse, any, {}>>;
|
|
7864
7864
|
/**
|
|
7865
7865
|
* Returns the vault for the provided pubkey.
|
|
7866
7866
|
* @param {string} pubkey
|
|
@@ -7869,7 +7869,7 @@ export declare class VaultsApi extends BaseAPI {
|
|
|
7869
7869
|
* @throws {RequiredError}
|
|
7870
7870
|
* @memberof VaultsApi
|
|
7871
7871
|
*/
|
|
7872
|
-
vault(pubkey: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Vault, any>>;
|
|
7872
|
+
vault(pubkey: string, height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Vault, any, {}>>;
|
|
7873
7873
|
/**
|
|
7874
7874
|
* Returns all pubkeys for current vaults.
|
|
7875
7875
|
* @param {number} [height] optional block height, defaults to current tip
|
|
@@ -7877,7 +7877,7 @@ export declare class VaultsApi extends BaseAPI {
|
|
|
7877
7877
|
* @throws {RequiredError}
|
|
7878
7878
|
* @memberof VaultsApi
|
|
7879
7879
|
*/
|
|
7880
|
-
vaultPubkeys(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<VaultPubkeysResponse, any>>;
|
|
7880
|
+
vaultPubkeys(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<VaultPubkeysResponse, any, {}>>;
|
|
7881
7881
|
/**
|
|
7882
7882
|
* Returns current yggdrasil vaults.
|
|
7883
7883
|
* @param {number} [height] optional block height, defaults to current tip
|
|
@@ -7885,5 +7885,5 @@ export declare class VaultsApi extends BaseAPI {
|
|
|
7885
7885
|
* @throws {RequiredError}
|
|
7886
7886
|
* @memberof VaultsApi
|
|
7887
7887
|
*/
|
|
7888
|
-
yggdrasil(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<YggdrasilVaultsResponse, any>>;
|
|
7888
|
+
yggdrasil(height?: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<YggdrasilVaultsResponse, any, {}>>;
|
|
7889
7889
|
}
|