@nktkas/hyperliquid 0.20.0 → 0.21.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +40 -50
- package/esm/mod.d.ts +3 -4
- package/esm/mod.d.ts.map +1 -1
- package/esm/mod.js +3 -4
- package/{script/src/clients/wallet.d.ts → esm/src/clients/exchange.d.ts} +100 -100
- package/esm/src/clients/exchange.d.ts.map +1 -0
- package/esm/src/clients/{wallet.js → exchange.js} +41 -41
- package/esm/src/clients/{public.d.ts → info.d.ts} +100 -100
- package/esm/src/clients/info.d.ts.map +1 -0
- package/esm/src/clients/{public.js → info.js} +51 -51
- package/{script/src/clients/event.d.ts → esm/src/clients/subscription.d.ts} +60 -78
- package/esm/src/clients/subscription.d.ts.map +1 -0
- package/esm/src/clients/{event.js → subscription.js} +57 -79
- package/esm/src/signing.d.ts +0 -1
- package/esm/src/signing.d.ts.map +1 -1
- package/esm/src/signing.js +0 -1
- package/esm/src/transports/base.d.ts +5 -7
- package/esm/src/transports/base.d.ts.map +1 -1
- package/esm/src/transports/websocket/_reconnecting_websocket.d.ts +3 -2
- package/esm/src/transports/websocket/_reconnecting_websocket.d.ts.map +1 -1
- package/esm/src/transports/websocket/_reconnecting_websocket.js +11 -5
- package/esm/src/transports/websocket/_websocket_async_request.d.ts +6 -4
- package/esm/src/transports/websocket/_websocket_async_request.d.ts.map +1 -1
- package/esm/src/transports/websocket/_websocket_async_request.js +47 -28
- package/esm/src/transports/websocket/websocket_transport.d.ts +24 -21
- package/esm/src/transports/websocket/websocket_transport.d.ts.map +1 -1
- package/esm/src/transports/websocket/websocket_transport.js +60 -57
- package/esm/src/types/info/accounts.d.ts +12 -0
- package/esm/src/types/info/accounts.d.ts.map +1 -1
- package/esm/src/types/mod.d.ts +0 -1
- package/esm/src/types/mod.d.ts.map +1 -1
- package/esm/src/types/mod.js +1 -1
- package/package.json +1 -1
- package/script/mod.d.ts +3 -4
- package/script/mod.d.ts.map +1 -1
- package/script/mod.js +4 -5
- package/{esm/src/clients/wallet.d.ts → script/src/clients/exchange.d.ts} +100 -100
- package/script/src/clients/exchange.d.ts.map +1 -0
- package/script/src/clients/{wallet.js → exchange.js} +43 -43
- package/script/src/clients/{public.d.ts → info.d.ts} +100 -100
- package/script/src/clients/info.d.ts.map +1 -0
- package/script/src/clients/{public.js → info.js} +53 -53
- package/{esm/src/clients/event.d.ts → script/src/clients/subscription.d.ts} +60 -78
- package/script/src/clients/subscription.d.ts.map +1 -0
- package/script/src/clients/{event.js → subscription.js} +59 -81
- package/script/src/signing.d.ts +0 -1
- package/script/src/signing.d.ts.map +1 -1
- package/script/src/signing.js +52 -53
- package/script/src/transports/base.d.ts +5 -7
- package/script/src/transports/base.d.ts.map +1 -1
- package/script/src/transports/websocket/_reconnecting_websocket.d.ts +3 -2
- package/script/src/transports/websocket/_reconnecting_websocket.d.ts.map +1 -1
- package/script/src/transports/websocket/_reconnecting_websocket.js +11 -5
- package/script/src/transports/websocket/_websocket_async_request.d.ts +6 -4
- package/script/src/transports/websocket/_websocket_async_request.d.ts.map +1 -1
- package/script/src/transports/websocket/_websocket_async_request.js +47 -28
- package/script/src/transports/websocket/websocket_transport.d.ts +24 -21
- package/script/src/transports/websocket/websocket_transport.d.ts.map +1 -1
- package/script/src/transports/websocket/websocket_transport.js +60 -57
- package/script/src/types/info/accounts.d.ts +12 -0
- package/script/src/types/info/accounts.d.ts.map +1 -1
- package/script/src/types/mod.d.ts +0 -1
- package/script/src/types/mod.d.ts.map +1 -1
- package/script/src/types/mod.js +24 -25
- package/esm/_dnt.polyfills.d.ts +0 -20
- package/esm/_dnt.polyfills.d.ts.map +0 -1
- package/esm/_dnt.polyfills.js +0 -12
- package/esm/src/clients/event.d.ts.map +0 -1
- package/esm/src/clients/public.d.ts.map +0 -1
- package/esm/src/clients/wallet.d.ts.map +0 -1
- package/script/_dnt.polyfills.d.ts +0 -20
- package/script/_dnt.polyfills.d.ts.map +0 -1
- package/script/_dnt.polyfills.js +0 -23
- package/script/src/clients/event.d.ts.map +0 -1
- package/script/src/clients/public.d.ts.map +0 -1
- package/script/src/clients/wallet.d.ts.map +0 -1
|
@@ -8,102 +8,102 @@ import type { DeployAuctionStatus, SpotDeployState } from "../types/info/markets
|
|
|
8
8
|
import type { Book, Fill, FrontendOrder, Order, OrderLookup, OrderStatus, TwapHistory, TwapSliceFill } from "../types/info/orders.js";
|
|
9
9
|
import type { AllMidsRequest, CandleSnapshotRequest, ClearinghouseStateRequest, DelegationsRequest, DelegatorHistoryRequest, DelegatorRewardsRequest, DelegatorSummaryRequest, ExtraAgentsRequest, FrontendOpenOrdersRequest, FundingHistoryRequest, HistoricalOrdersRequest, IsVipRequest, L2BookRequest, LegalCheckRequest, MaxBuilderFeeRequest, MetaRequest, OpenOrdersRequest, OrderStatusRequest, PerpDeployAuctionStatusRequest, PerpDexsRequest, PortfolioRequest, PreTransferCheckRequest, ReferralRequest, SpotClearinghouseStateRequest, SpotDeployStateRequest, SubAccountsRequest, TokenDetailsRequest, TwapHistoryRequest, UserFeesRequest, UserFillsByTimeRequest, UserFillsRequest, UserFundingRequest, UserNonFundingLedgerUpdatesRequest, UserRateLimitRequest, UserRoleRequest, UserToMultiSigSignersRequest, UserTwapSliceFillsByTimeRequest, UserTwapSliceFillsRequest, UserVaultEquitiesRequest, VaultDetailsRequest } from "../types/info/requests.js";
|
|
10
10
|
import type { VaultDetails, VaultEquity, VaultSummary } from "../types/info/vaults.js";
|
|
11
|
-
/** Parameters for the {@linkcode
|
|
12
|
-
export interface
|
|
11
|
+
/** Parameters for the {@linkcode InfoClient} constructor. */
|
|
12
|
+
export interface InfoClientParameters<T extends IRequestTransport = IRequestTransport> {
|
|
13
13
|
/** The transport used to connect to the Hyperliquid API. */
|
|
14
14
|
transport: T;
|
|
15
15
|
}
|
|
16
|
-
/** Parameters for the {@linkcode
|
|
16
|
+
/** Parameters for the {@linkcode InfoClient.allMids} method. */
|
|
17
17
|
export type AllMidsParameters = Omit<AllMidsRequest, "type">;
|
|
18
|
-
/** Parameters for the {@linkcode
|
|
18
|
+
/** Parameters for the {@linkcode InfoClient.candleSnapshot} method. */
|
|
19
19
|
export type CandleSnapshotParameters = CandleSnapshotRequest["req"];
|
|
20
|
-
/** Parameters for the {@linkcode
|
|
20
|
+
/** Parameters for the {@linkcode InfoClient.clearinghouseState} method. */
|
|
21
21
|
export type ClearinghouseStateParameters = Omit<ClearinghouseStateRequest, "type">;
|
|
22
|
-
/** Parameters for the {@linkcode
|
|
22
|
+
/** Parameters for the {@linkcode InfoClient.delegations} method. */
|
|
23
23
|
export type DelegationsParameters = Omit<DelegationsRequest, "type">;
|
|
24
|
-
/** Parameters for the {@linkcode
|
|
24
|
+
/** Parameters for the {@linkcode InfoClient.delegatorHistory} method. */
|
|
25
25
|
export type DelegatorHistoryParameters = Omit<DelegatorHistoryRequest, "type">;
|
|
26
|
-
/** Parameters for the {@linkcode
|
|
26
|
+
/** Parameters for the {@linkcode InfoClient.delegatorRewards} method. */
|
|
27
27
|
export type DelegatorRewardsParameters = Omit<DelegatorRewardsRequest, "type">;
|
|
28
|
-
/** Parameters for the {@linkcode
|
|
28
|
+
/** Parameters for the {@linkcode InfoClient.delegatorSummary} method. */
|
|
29
29
|
export type DelegatorSummaryParameters = Omit<DelegatorSummaryRequest, "type">;
|
|
30
|
-
/** Parameters for the {@linkcode
|
|
30
|
+
/** Parameters for the {@linkcode InfoClient.extraAgents} method. */
|
|
31
31
|
export type ExtraAgentsParameters = Omit<ExtraAgentsRequest, "type">;
|
|
32
|
-
/** Parameters for the {@linkcode
|
|
32
|
+
/** Parameters for the {@linkcode InfoClient.frontendOpenOrders} method. */
|
|
33
33
|
export type FrontendOpenOrdersParameters = Omit<FrontendOpenOrdersRequest, "type">;
|
|
34
|
-
/** Parameters for the {@linkcode
|
|
34
|
+
/** Parameters for the {@linkcode InfoClient.fundingHistory} method. */
|
|
35
35
|
export type FundingHistoryParameters = Omit<FundingHistoryRequest, "type">;
|
|
36
|
-
/** Parameters for the {@linkcode
|
|
36
|
+
/** Parameters for the {@linkcode InfoClient.historicalOrders} method. */
|
|
37
37
|
export type HistoricalOrdersParameters = Omit<HistoricalOrdersRequest, "type">;
|
|
38
|
-
/** Parameters for the {@linkcode
|
|
38
|
+
/** Parameters for the {@linkcode InfoClient.isVip} method. */
|
|
39
39
|
export type IsVipParameters = Omit<IsVipRequest, "type">;
|
|
40
|
-
/** Parameters for the {@linkcode
|
|
40
|
+
/** Parameters for the {@linkcode InfoClient.l2Book} method. */
|
|
41
41
|
export type L2BookParameters = Omit<L2BookRequest, "type">;
|
|
42
|
-
/** Parameters for the {@linkcode
|
|
42
|
+
/** Parameters for the {@linkcode InfoClient.legalCheck} method. */
|
|
43
43
|
export type LegalCheckParameters = Omit<LegalCheckRequest, "type">;
|
|
44
|
-
/** Parameters for the {@linkcode
|
|
44
|
+
/** Parameters for the {@linkcode InfoClient.maxBuilderFee} method. */
|
|
45
45
|
export type MaxBuilderFeeParameters = Omit<MaxBuilderFeeRequest, "type">;
|
|
46
|
-
/** Parameters for the {@linkcode
|
|
46
|
+
/** Parameters for the {@linkcode InfoClient.meta} method. */
|
|
47
47
|
export type MetaParameters = Omit<MetaRequest, "type">;
|
|
48
|
-
/** Parameters for the {@linkcode
|
|
48
|
+
/** Parameters for the {@linkcode InfoClient.openOrders} method. */
|
|
49
49
|
export type OpenOrdersParameters = Omit<OpenOrdersRequest, "type">;
|
|
50
|
-
/** Parameters for the {@linkcode
|
|
50
|
+
/** Parameters for the {@linkcode InfoClient.orderStatus} method. */
|
|
51
51
|
export type OrderStatusParameters = Omit<OrderStatusRequest, "type">;
|
|
52
|
-
/** Parameters for the {@linkcode
|
|
52
|
+
/** Parameters for the {@linkcode InfoClient.perpDeployAuctionStatus} method. */
|
|
53
53
|
export type PerpDeployAuctionStatusParameters = Omit<PerpDeployAuctionStatusRequest, "type">;
|
|
54
|
-
/** Parameters for the {@linkcode
|
|
54
|
+
/** Parameters for the {@linkcode InfoClient.perpDexs} method. */
|
|
55
55
|
export type PerpDexsParameters = Omit<PerpDexsRequest, "type">;
|
|
56
|
-
/** Parameters for the {@linkcode
|
|
56
|
+
/** Parameters for the {@linkcode InfoClient.portfolio} method. */
|
|
57
57
|
export type PortfolioParameters = Omit<PortfolioRequest, "type">;
|
|
58
|
-
/** Parameters for the {@linkcode
|
|
58
|
+
/** Parameters for the {@linkcode InfoClient.preTransferCheck} method. */
|
|
59
59
|
export type PreTransferCheckParameters = Omit<PreTransferCheckRequest, "type">;
|
|
60
|
-
/** Parameters for the {@linkcode
|
|
60
|
+
/** Parameters for the {@linkcode InfoClient.referral} method. */
|
|
61
61
|
export type ReferralParameters = Omit<ReferralRequest, "type">;
|
|
62
|
-
/** Parameters for the {@linkcode
|
|
62
|
+
/** Parameters for the {@linkcode InfoClient.spotClearinghouseState} method. */
|
|
63
63
|
export type SpotClearinghouseStateParameters = Omit<SpotClearinghouseStateRequest, "type">;
|
|
64
|
-
/** Parameters for the {@linkcode
|
|
64
|
+
/** Parameters for the {@linkcode InfoClient.spotDeployState} method. */
|
|
65
65
|
export type SpotDeployStateParameters = Omit<SpotDeployStateRequest, "type">;
|
|
66
|
-
/** Parameters for the {@linkcode
|
|
66
|
+
/** Parameters for the {@linkcode InfoClient.subAccounts} method. */
|
|
67
67
|
export type SubAccountsParameters = Omit<SubAccountsRequest, "type">;
|
|
68
|
-
/** Parameters for the {@linkcode
|
|
68
|
+
/** Parameters for the {@linkcode InfoClient.tokenDetails} method. */
|
|
69
69
|
export type TokenDetailsParameters = Omit<TokenDetailsRequest, "type">;
|
|
70
|
-
/** Parameters for the {@linkcode
|
|
70
|
+
/** Parameters for the {@linkcode InfoClient.twapHistory} method. */
|
|
71
71
|
export type TwapHistoryParameters = Omit<TwapHistoryRequest, "type">;
|
|
72
|
-
/** Parameters for the {@linkcode
|
|
72
|
+
/** Parameters for the {@linkcode InfoClient.userFees} method. */
|
|
73
73
|
export type UserFeesParameters = Omit<UserFeesRequest, "type">;
|
|
74
|
-
/** Parameters for the {@linkcode
|
|
74
|
+
/** Parameters for the {@linkcode InfoClient.userFills} method. */
|
|
75
75
|
export type UserFillsParameters = Omit<UserFillsRequest, "type">;
|
|
76
|
-
/** Parameters for the {@linkcode
|
|
76
|
+
/** Parameters for the {@linkcode InfoClient.userFillsByTime} method. */
|
|
77
77
|
export type UserFillsByTimeParameters = Omit<UserFillsByTimeRequest, "type">;
|
|
78
|
-
/** Parameters for the {@linkcode
|
|
78
|
+
/** Parameters for the {@linkcode InfoClient.userFunding} method. */
|
|
79
79
|
export type UserFundingParameters = Omit<UserFundingRequest, "type">;
|
|
80
|
-
/** Parameters for the {@linkcode
|
|
80
|
+
/** Parameters for the {@linkcode InfoClient.userNonFundingLedgerUpdates} method. */
|
|
81
81
|
export type UserNonFundingLedgerUpdatesParameters = Omit<UserNonFundingLedgerUpdatesRequest, "type">;
|
|
82
|
-
/** Parameters for the {@linkcode
|
|
82
|
+
/** Parameters for the {@linkcode InfoClient.userRateLimit} method. */
|
|
83
83
|
export type UserRateLimitParameters = Omit<UserRateLimitRequest, "type">;
|
|
84
|
-
/** Parameters for the {@linkcode
|
|
84
|
+
/** Parameters for the {@linkcode InfoClient.userRole} method. */
|
|
85
85
|
export type UserRoleParameters = Omit<UserRoleRequest, "type">;
|
|
86
|
-
/** Parameters for the {@linkcode
|
|
86
|
+
/** Parameters for the {@linkcode InfoClient.userToMultiSigSigners} method. */
|
|
87
87
|
export type UserToMultiSigSignersParameters = Omit<UserToMultiSigSignersRequest, "type">;
|
|
88
|
-
/** Parameters for the {@linkcode
|
|
88
|
+
/** Parameters for the {@linkcode InfoClient.userTwapSliceFills} method. */
|
|
89
89
|
export type UserTwapSliceFillsParameters = Omit<UserTwapSliceFillsRequest, "type">;
|
|
90
|
-
/** Parameters for the {@linkcode
|
|
90
|
+
/** Parameters for the {@linkcode InfoClient.userTwapSliceFillsByTime} method. */
|
|
91
91
|
export type UserTwapSliceFillsByTimeParameters = Omit<UserTwapSliceFillsByTimeRequest, "type">;
|
|
92
|
-
/** Parameters for the {@linkcode
|
|
92
|
+
/** Parameters for the {@linkcode InfoClient.userVaultEquities} method. */
|
|
93
93
|
export type UserVaultEquitiesParameters = Omit<UserVaultEquitiesRequest, "type">;
|
|
94
|
-
/** Parameters for the {@linkcode
|
|
94
|
+
/** Parameters for the {@linkcode InfoClient.vaultDetails} method. */
|
|
95
95
|
export type VaultDetailsParameters = Omit<VaultDetailsRequest, "type">;
|
|
96
|
-
/** Parameters for the {@linkcode
|
|
96
|
+
/** Parameters for the {@linkcode InfoClient.blockDetails} method. */
|
|
97
97
|
export type BlockDetailsParameters = Omit<BlockDetailsRequest, "type">;
|
|
98
|
-
/** Parameters for the {@linkcode
|
|
98
|
+
/** Parameters for the {@linkcode InfoClient.txDetails} method. */
|
|
99
99
|
export type TxDetailsParameters = Omit<TxDetailsRequest, "type">;
|
|
100
|
-
/** Parameters for the {@linkcode
|
|
100
|
+
/** Parameters for the {@linkcode InfoClient.userDetails} method. */
|
|
101
101
|
export type UserDetailsParameters = Omit<UserDetailsRequest, "type">;
|
|
102
102
|
/**
|
|
103
|
-
*
|
|
103
|
+
* Info client for interacting with the Hyperliquid API.
|
|
104
104
|
* @typeParam T The type of transport used to connect to the Hyperliquid API.
|
|
105
105
|
*/
|
|
106
|
-
export declare class
|
|
106
|
+
export declare class InfoClient<T extends IRequestTransport = IRequestTransport> implements InfoClientParameters, AsyncDisposable {
|
|
107
107
|
transport: T;
|
|
108
108
|
/**
|
|
109
109
|
* Initialises a new instance.
|
|
@@ -114,10 +114,10 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
114
114
|
* import * as hl from "@nktkas/hyperliquid";
|
|
115
115
|
*
|
|
116
116
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
117
|
-
* const
|
|
117
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
118
118
|
* ```
|
|
119
119
|
*/
|
|
120
|
-
constructor(args:
|
|
120
|
+
constructor(args: InfoClientParameters<T>);
|
|
121
121
|
/**
|
|
122
122
|
* Request mid coin prices.
|
|
123
123
|
* @param signal - An optional abort signal.
|
|
@@ -129,7 +129,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
129
129
|
* import * as hl from "@nktkas/hyperliquid";
|
|
130
130
|
*
|
|
131
131
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
132
|
-
* const
|
|
132
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
133
133
|
*
|
|
134
134
|
* const allMids = await client.allMids();
|
|
135
135
|
* ```
|
|
@@ -148,7 +148,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
148
148
|
* import * as hl from "@nktkas/hyperliquid";
|
|
149
149
|
*
|
|
150
150
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
151
|
-
* const
|
|
151
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
152
152
|
*
|
|
153
153
|
* const { blockDetails } = await client.blockDetails({ height: 123 });
|
|
154
154
|
* ```
|
|
@@ -166,7 +166,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
166
166
|
* import * as hl from "@nktkas/hyperliquid";
|
|
167
167
|
*
|
|
168
168
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
169
|
-
* const
|
|
169
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
170
170
|
*
|
|
171
171
|
* const candleSnapshot = await client.candleSnapshot({
|
|
172
172
|
* coin: "ETH",
|
|
@@ -188,7 +188,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
188
188
|
* import * as hl from "@nktkas/hyperliquid";
|
|
189
189
|
*
|
|
190
190
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
191
|
-
* const
|
|
191
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
192
192
|
*
|
|
193
193
|
* const clearinghouseState = await client.clearinghouseState({ user: "0x..." });
|
|
194
194
|
* ```
|
|
@@ -206,7 +206,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
206
206
|
* import * as hl from "@nktkas/hyperliquid";
|
|
207
207
|
*
|
|
208
208
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
209
|
-
* const
|
|
209
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
210
210
|
*
|
|
211
211
|
* const delegations = await client.delegations({ user: "0x..." });
|
|
212
212
|
* ```
|
|
@@ -224,7 +224,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
224
224
|
* import * as hl from "@nktkas/hyperliquid";
|
|
225
225
|
*
|
|
226
226
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
227
|
-
* const
|
|
227
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
228
228
|
*
|
|
229
229
|
* const delegatorHistory = await client.delegatorHistory({ user: "0x..." });
|
|
230
230
|
* ```
|
|
@@ -242,7 +242,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
242
242
|
* import * as hl from "@nktkas/hyperliquid";
|
|
243
243
|
*
|
|
244
244
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
245
|
-
* const
|
|
245
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
246
246
|
*
|
|
247
247
|
* const delegatorRewards = await client.delegatorRewards({ user: "0x..." });
|
|
248
248
|
* ```
|
|
@@ -260,7 +260,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
260
260
|
* import * as hl from "@nktkas/hyperliquid";
|
|
261
261
|
*
|
|
262
262
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
263
|
-
* const
|
|
263
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
264
264
|
*
|
|
265
265
|
* const delegatorSummary = await client.delegatorSummary({ user: "0x..." });
|
|
266
266
|
* ```
|
|
@@ -278,7 +278,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
278
278
|
* import * as hl from "@nktkas/hyperliquid";
|
|
279
279
|
*
|
|
280
280
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
281
|
-
* const
|
|
281
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
282
282
|
*
|
|
283
283
|
* const extraAgents = await client.extraAgents({ user: "0x..." });
|
|
284
284
|
* ```
|
|
@@ -296,7 +296,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
296
296
|
* import * as hl from "@nktkas/hyperliquid";
|
|
297
297
|
*
|
|
298
298
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
299
|
-
* const
|
|
299
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
300
300
|
*
|
|
301
301
|
* const frontendOpenOrders = await client.frontendOpenOrders({ user: "0x..." });
|
|
302
302
|
* ```
|
|
@@ -314,7 +314,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
314
314
|
* import * as hl from "@nktkas/hyperliquid";
|
|
315
315
|
*
|
|
316
316
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
317
|
-
* const
|
|
317
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
318
318
|
*
|
|
319
319
|
* const fundingHistory = await client.fundingHistory({
|
|
320
320
|
* coin: "ETH",
|
|
@@ -335,7 +335,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
335
335
|
* import * as hl from "@nktkas/hyperliquid";
|
|
336
336
|
*
|
|
337
337
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
338
|
-
* const
|
|
338
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
339
339
|
*
|
|
340
340
|
* const historicalOrders = await client.historicalOrders({ user: "0x..." });
|
|
341
341
|
* ```
|
|
@@ -353,7 +353,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
353
353
|
* import * as hl from "@nktkas/hyperliquid";
|
|
354
354
|
*
|
|
355
355
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
356
|
-
* const
|
|
356
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
357
357
|
*
|
|
358
358
|
* const isVip = await client.isVip({ user: "0x..." });
|
|
359
359
|
* ```
|
|
@@ -371,7 +371,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
371
371
|
* import * as hl from "@nktkas/hyperliquid";
|
|
372
372
|
*
|
|
373
373
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
374
|
-
* const
|
|
374
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
375
375
|
*
|
|
376
376
|
* const l2Book = await client.l2Book({ coin: "ETH", nSigFigs: 2 });
|
|
377
377
|
* ```
|
|
@@ -389,7 +389,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
389
389
|
* import * as hl from "@nktkas/hyperliquid";
|
|
390
390
|
*
|
|
391
391
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
392
|
-
* const
|
|
392
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
393
393
|
*
|
|
394
394
|
* const legalCheck = await client.legalCheck({ user: "0x..." });
|
|
395
395
|
* ```
|
|
@@ -407,7 +407,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
407
407
|
* import * as hl from "@nktkas/hyperliquid";
|
|
408
408
|
*
|
|
409
409
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
410
|
-
* const
|
|
410
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
411
411
|
*
|
|
412
412
|
* const maxBuilderFee = await client.maxBuilderFee({ user: "0x...", builder: "0x..." });
|
|
413
413
|
* ```
|
|
@@ -424,7 +424,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
424
424
|
* import * as hl from "@nktkas/hyperliquid";
|
|
425
425
|
*
|
|
426
426
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
427
|
-
* const
|
|
427
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
428
428
|
*
|
|
429
429
|
* const meta = await client.meta();
|
|
430
430
|
* ```
|
|
@@ -442,7 +442,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
442
442
|
* import * as hl from "@nktkas/hyperliquid";
|
|
443
443
|
*
|
|
444
444
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
445
|
-
* const
|
|
445
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
446
446
|
*
|
|
447
447
|
* const [meta, assetCtxs] = await client.metaAndAssetCtxs();
|
|
448
448
|
* ```
|
|
@@ -460,7 +460,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
460
460
|
* import * as hl from "@nktkas/hyperliquid";
|
|
461
461
|
*
|
|
462
462
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
463
|
-
* const
|
|
463
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
464
464
|
*
|
|
465
465
|
* const openOrders = await client.openOrders({ user: "0x..." });
|
|
466
466
|
* ```
|
|
@@ -478,7 +478,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
478
478
|
* import * as hl from "@nktkas/hyperliquid";
|
|
479
479
|
*
|
|
480
480
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
481
|
-
* const
|
|
481
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
482
482
|
*
|
|
483
483
|
* const orderStatus = await client.orderStatus({ user: "0x...", oid: 12345 });
|
|
484
484
|
* ```
|
|
@@ -495,7 +495,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
495
495
|
* import * as hl from "@nktkas/hyperliquid";
|
|
496
496
|
*
|
|
497
497
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
498
|
-
* const
|
|
498
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
499
499
|
*
|
|
500
500
|
* const auctionStatus = await client.perpDeployAuctionStatus();
|
|
501
501
|
* ```
|
|
@@ -512,7 +512,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
512
512
|
* import * as hl from "@nktkas/hyperliquid";
|
|
513
513
|
*
|
|
514
514
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
515
|
-
* const
|
|
515
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
516
516
|
*
|
|
517
517
|
* const perpDexs = await client.perpDexs();
|
|
518
518
|
* ```
|
|
@@ -530,7 +530,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
530
530
|
* import * as hl from "@nktkas/hyperliquid";
|
|
531
531
|
*
|
|
532
532
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
533
|
-
* const
|
|
533
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
534
534
|
*
|
|
535
535
|
* const perpsAtOpenInterestCap = await client.perpsAtOpenInterestCap();
|
|
536
536
|
* ```
|
|
@@ -548,7 +548,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
548
548
|
* import * as hl from "@nktkas/hyperliquid";
|
|
549
549
|
*
|
|
550
550
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
551
|
-
* const
|
|
551
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
552
552
|
*
|
|
553
553
|
* const portfolio = await client.portfolio({ user: "0x..." });
|
|
554
554
|
* ```
|
|
@@ -565,7 +565,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
565
565
|
* import * as hl from "@nktkas/hyperliquid";
|
|
566
566
|
*
|
|
567
567
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
568
|
-
* const
|
|
568
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
569
569
|
*
|
|
570
570
|
* const predictedFundings = await client.predictedFundings();
|
|
571
571
|
* ```
|
|
@@ -583,7 +583,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
583
583
|
* import * as hl from "@nktkas/hyperliquid";
|
|
584
584
|
*
|
|
585
585
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
586
|
-
* const
|
|
586
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
587
587
|
*
|
|
588
588
|
* const preTransferCheck = await client.preTransferCheck({ user: "0x...", source: "0x..." });
|
|
589
589
|
* ```
|
|
@@ -601,7 +601,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
601
601
|
* import * as hl from "@nktkas/hyperliquid";
|
|
602
602
|
*
|
|
603
603
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
604
|
-
* const
|
|
604
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
605
605
|
*
|
|
606
606
|
* const referral = await client.referral({ user: "0x..." });
|
|
607
607
|
* ```
|
|
@@ -619,7 +619,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
619
619
|
* import * as hl from "@nktkas/hyperliquid";
|
|
620
620
|
*
|
|
621
621
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
622
|
-
* const
|
|
622
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
623
623
|
*
|
|
624
624
|
* const spotClearinghouseState = await client.spotClearinghouseState({ user: "0x..." });
|
|
625
625
|
* ```
|
|
@@ -637,7 +637,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
637
637
|
* import * as hl from "@nktkas/hyperliquid";
|
|
638
638
|
*
|
|
639
639
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
640
|
-
* const
|
|
640
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
641
641
|
*
|
|
642
642
|
* const spotDeployState = await client.spotDeployState({ user: "0x..." });
|
|
643
643
|
* ```
|
|
@@ -654,7 +654,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
654
654
|
* import * as hl from "@nktkas/hyperliquid";
|
|
655
655
|
*
|
|
656
656
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
657
|
-
* const
|
|
657
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
658
658
|
*
|
|
659
659
|
* const spotMeta = await client.spotMeta();
|
|
660
660
|
* ```
|
|
@@ -671,7 +671,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
671
671
|
* import * as hl from "@nktkas/hyperliquid";
|
|
672
672
|
*
|
|
673
673
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
674
|
-
* const
|
|
674
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
675
675
|
*
|
|
676
676
|
* const [spotMeta, spotAssetCtxs] = await client.spotMetaAndAssetCtxs();
|
|
677
677
|
* ```
|
|
@@ -689,7 +689,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
689
689
|
* import * as hl from "@nktkas/hyperliquid";
|
|
690
690
|
*
|
|
691
691
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
692
|
-
* const
|
|
692
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
693
693
|
*
|
|
694
694
|
* const subAccounts = await client.subAccounts({ user: "0x..." });
|
|
695
695
|
* ```
|
|
@@ -707,7 +707,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
707
707
|
* import * as hl from "@nktkas/hyperliquid";
|
|
708
708
|
*
|
|
709
709
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
710
|
-
* const
|
|
710
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
711
711
|
*
|
|
712
712
|
* const tokenDetails = await client.tokenDetails({ tokenId: "0x..." });
|
|
713
713
|
* ```
|
|
@@ -725,7 +725,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
725
725
|
* import * as hl from "@nktkas/hyperliquid";
|
|
726
726
|
*
|
|
727
727
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
728
|
-
* const
|
|
728
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
729
729
|
*
|
|
730
730
|
* const twapHistory = await client.twapHistory({ user: "0x..." });
|
|
731
731
|
* ```
|
|
@@ -743,7 +743,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
743
743
|
* import * as hl from "@nktkas/hyperliquid";
|
|
744
744
|
*
|
|
745
745
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
746
|
-
* const
|
|
746
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
747
747
|
*
|
|
748
748
|
* const { tx } = await client.txDetails({ hash: "0x..." });
|
|
749
749
|
* ```
|
|
@@ -761,7 +761,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
761
761
|
* import * as hl from "@nktkas/hyperliquid";
|
|
762
762
|
*
|
|
763
763
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
764
|
-
* const
|
|
764
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
765
765
|
*
|
|
766
766
|
* const { txs } = await client.userDetails({ user: "0x..." });
|
|
767
767
|
* ```
|
|
@@ -779,7 +779,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
779
779
|
* import * as hl from "@nktkas/hyperliquid";
|
|
780
780
|
*
|
|
781
781
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
782
|
-
* const
|
|
782
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
783
783
|
*
|
|
784
784
|
* const fees = await client.userFees({ user: "0x..." });
|
|
785
785
|
* ```
|
|
@@ -797,7 +797,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
797
797
|
* import * as hl from "@nktkas/hyperliquid";
|
|
798
798
|
*
|
|
799
799
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
800
|
-
* const
|
|
800
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
801
801
|
*
|
|
802
802
|
* const fills = await client.userFills({ user: "0x..." });
|
|
803
803
|
* ```
|
|
@@ -815,7 +815,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
815
815
|
* import * as hl from "@nktkas/hyperliquid";
|
|
816
816
|
*
|
|
817
817
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
818
|
-
* const
|
|
818
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
819
819
|
*
|
|
820
820
|
* const fills = await client.userFillsByTime({
|
|
821
821
|
* user: "0x...",
|
|
@@ -836,7 +836,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
836
836
|
* import * as hl from "@nktkas/hyperliquid";
|
|
837
837
|
*
|
|
838
838
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
839
|
-
* const
|
|
839
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
840
840
|
*
|
|
841
841
|
* const funding = await client.userFunding({
|
|
842
842
|
* user: "0x...",
|
|
@@ -857,7 +857,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
857
857
|
* import * as hl from "@nktkas/hyperliquid";
|
|
858
858
|
*
|
|
859
859
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
860
|
-
* const
|
|
860
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
861
861
|
*
|
|
862
862
|
* const nonFundingLedgerUpdates = await client.userNonFundingLedgerUpdates({
|
|
863
863
|
* user: "0x...",
|
|
@@ -878,7 +878,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
878
878
|
* import * as hl from "@nktkas/hyperliquid";
|
|
879
879
|
*
|
|
880
880
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
881
|
-
* const
|
|
881
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
882
882
|
*
|
|
883
883
|
* const rateLimit = await client.userRateLimit({ user: "0x..." });
|
|
884
884
|
* ```
|
|
@@ -896,7 +896,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
896
896
|
* import * as hl from "@nktkas/hyperliquid";
|
|
897
897
|
*
|
|
898
898
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
899
|
-
* const
|
|
899
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
900
900
|
*
|
|
901
901
|
* const userRole = await client.userRole({ user: "0x..." });
|
|
902
902
|
* ```
|
|
@@ -914,7 +914,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
914
914
|
* import * as hl from "@nktkas/hyperliquid";
|
|
915
915
|
*
|
|
916
916
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
917
|
-
* const
|
|
917
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
918
918
|
*
|
|
919
919
|
* const multiSigSigners = await client.userToMultiSigSigners({ user: "0x..." });
|
|
920
920
|
* ```
|
|
@@ -932,7 +932,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
932
932
|
* import * as hl from "@nktkas/hyperliquid";
|
|
933
933
|
*
|
|
934
934
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
935
|
-
* const
|
|
935
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
936
936
|
*
|
|
937
937
|
* const twapSliceFills = await client.userTwapSliceFills({ user: "0x..." });
|
|
938
938
|
* ```
|
|
@@ -950,7 +950,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
950
950
|
* import * as hl from "@nktkas/hyperliquid";
|
|
951
951
|
*
|
|
952
952
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
953
|
-
* const
|
|
953
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
954
954
|
*
|
|
955
955
|
* const twapSliceFillsByTime = await client.userTwapSliceFillsByTime({
|
|
956
956
|
* user: "0x...",
|
|
@@ -971,7 +971,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
971
971
|
* import * as hl from "@nktkas/hyperliquid";
|
|
972
972
|
*
|
|
973
973
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
974
|
-
* const
|
|
974
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
975
975
|
*
|
|
976
976
|
* const userVaultEquities = await client.userVaultDeposits({ user: "0x..." });
|
|
977
977
|
* ```
|
|
@@ -988,7 +988,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
988
988
|
* import * as hl from "@nktkas/hyperliquid";
|
|
989
989
|
*
|
|
990
990
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
991
|
-
* const
|
|
991
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
992
992
|
*
|
|
993
993
|
* const validatorSummaries = await client.validatorSummaries();
|
|
994
994
|
* ```
|
|
@@ -1006,7 +1006,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
1006
1006
|
* import * as hl from "@nktkas/hyperliquid";
|
|
1007
1007
|
*
|
|
1008
1008
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
1009
|
-
* const
|
|
1009
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
1010
1010
|
*
|
|
1011
1011
|
* const vaultDetails = await client.vaultDetails({ vaultAddress: "0x..." });
|
|
1012
1012
|
* ```
|
|
@@ -1024,7 +1024,7 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
1024
1024
|
* import * as hl from "@nktkas/hyperliquid";
|
|
1025
1025
|
*
|
|
1026
1026
|
* const transport = new hl.HttpTransport(); // or WebSocketTransport
|
|
1027
|
-
* const
|
|
1027
|
+
* const infoClient = new hl.InfoClient({ transport });
|
|
1028
1028
|
*
|
|
1029
1029
|
* const vaultSummaries = await client.vaultSummaries();
|
|
1030
1030
|
* ```
|
|
@@ -1032,4 +1032,4 @@ export declare class PublicClient<T extends IRequestTransport = IRequestTranspor
|
|
|
1032
1032
|
vaultSummaries(signal?: AbortSignal): Promise<VaultSummary[]>;
|
|
1033
1033
|
[Symbol.asyncDispose](): Promise<void>;
|
|
1034
1034
|
}
|
|
1035
|
-
//# sourceMappingURL=
|
|
1035
|
+
//# sourceMappingURL=info.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"info.d.ts","sourceRoot":"","sources":["../../../src/src/clients/info.ts"],"names":[],"mappings":"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"}
|