@nktkas/hyperliquid 0.25.2 → 0.25.3
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/esm/src/api/exchange/multiSig.d.ts +3 -3
- package/esm/src/api/exchange/usdClassTransfer.d.ts +2 -2
- package/esm/src/api/exchange/usdClassTransfer.js +2 -2
- package/esm/src/api/exchange/usdSend.d.ts +2 -2
- package/esm/src/api/exchange/usdSend.js +2 -2
- package/esm/src/api/exchange/withdraw3.d.ts +2 -2
- package/esm/src/api/exchange/withdraw3.js +2 -2
- package/esm/src/api/info/activeAssetData.d.ts +2 -2
- package/esm/src/api/info/activeAssetData.js +2 -2
- package/esm/src/api/info/clearinghouseState.d.ts +2 -2
- package/esm/src/api/info/clearinghouseState.js +2 -2
- package/esm/src/api/info/subAccounts.d.ts +1 -1
- package/esm/src/api/info/twapHistory.d.ts +4 -0
- package/esm/src/api/info/twapHistory.d.ts.map +1 -1
- package/esm/src/api/info/twapHistory.js +2 -0
- package/esm/src/api/info/twapHistory.js.map +1 -1
- package/esm/src/api/info/webData2.d.ts +1 -1
- package/esm/src/api/info/~client.d.ts +1 -0
- package/esm/src/api/info/~client.d.ts.map +1 -1
- package/esm/src/api/subscription/activeAssetData.d.ts +1 -1
- package/esm/src/api/subscription/clearinghouseState.d.ts +1 -1
- package/esm/src/api/subscription/userTwapHistory.d.ts +5 -0
- package/esm/src/api/subscription/userTwapHistory.d.ts.map +1 -1
- package/esm/src/api/subscription/userTwapHistory.js +2 -0
- package/esm/src/api/subscription/userTwapHistory.js.map +1 -1
- package/esm/src/api/subscription/webData2.d.ts +1 -1
- package/package.json +1 -1
- package/script/src/api/exchange/multiSig.d.ts +3 -3
- package/script/src/api/exchange/usdClassTransfer.d.ts +2 -2
- package/script/src/api/exchange/usdClassTransfer.js +2 -2
- package/script/src/api/exchange/usdSend.d.ts +2 -2
- package/script/src/api/exchange/usdSend.js +2 -2
- package/script/src/api/exchange/withdraw3.d.ts +2 -2
- package/script/src/api/exchange/withdraw3.js +2 -2
- package/script/src/api/info/activeAssetData.d.ts +2 -2
- package/script/src/api/info/activeAssetData.js +2 -2
- package/script/src/api/info/clearinghouseState.d.ts +2 -2
- package/script/src/api/info/clearinghouseState.js +2 -2
- package/script/src/api/info/subAccounts.d.ts +1 -1
- package/script/src/api/info/twapHistory.d.ts +4 -0
- package/script/src/api/info/twapHistory.d.ts.map +1 -1
- package/script/src/api/info/twapHistory.js +2 -0
- package/script/src/api/info/twapHistory.js.map +1 -1
- package/script/src/api/info/webData2.d.ts +1 -1
- package/script/src/api/info/~client.d.ts +1 -0
- package/script/src/api/info/~client.d.ts.map +1 -1
- package/script/src/api/subscription/activeAssetData.d.ts +1 -1
- package/script/src/api/subscription/clearinghouseState.d.ts +1 -1
- package/script/src/api/subscription/userTwapHistory.d.ts +5 -0
- package/script/src/api/subscription/userTwapHistory.d.ts.map +1 -1
- package/script/src/api/subscription/userTwapHistory.js +2 -0
- package/script/src/api/subscription/userTwapHistory.js.map +1 -1
- package/script/src/api/subscription/webData2.d.ts +1 -1
- package/src/src/api/exchange/usdClassTransfer.ts +2 -2
- package/src/src/api/exchange/usdSend.ts +2 -2
- package/src/src/api/exchange/withdraw3.ts +2 -2
- package/src/src/api/info/activeAssetData.ts +2 -2
- package/src/src/api/info/clearinghouseState.ts +2 -2
- package/src/src/api/info/twapHistory.ts +5 -0
- package/src/src/api/subscription/userTwapHistory.ts +5 -0
|
@@ -1046,7 +1046,7 @@ export declare const MultiSigRequest: v.SchemaWithPipe<readonly [v.ObjectSchema<
|
|
|
1046
1046
|
readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"usdClassTransfer", undefined>, v.DescriptionAction<"usdClassTransfer", "Type of action.">]>;
|
|
1047
1047
|
readonly signatureChainId: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.TransformAction<string, `0x${string}`>]>, v.DescriptionAction<`0x${string}`, "Chain ID used for signing.">]>;
|
|
1048
1048
|
readonly hyperliquidChain: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"Mainnet", undefined>, v.LiteralSchema<"Testnet", undefined>], undefined>, v.DescriptionAction<"Testnet" | "Mainnet", "HyperLiquid network.">]>;
|
|
1049
|
-
readonly amount: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount to transfer (1 = 1
|
|
1049
|
+
readonly amount: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount to transfer (1 = $1).">]>;
|
|
1050
1050
|
readonly toPerp: v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, "`true` for Spot to Perp, `false` for Perp to Spot.">]>;
|
|
1051
1051
|
readonly nonce: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.DescriptionAction<number, "Unique request identifier (current timestamp in ms).">]>;
|
|
1052
1052
|
}, undefined>, v.DescriptionAction<{
|
|
@@ -1061,7 +1061,7 @@ export declare const MultiSigRequest: v.SchemaWithPipe<readonly [v.ObjectSchema<
|
|
|
1061
1061
|
readonly signatureChainId: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.TransformAction<string, `0x${string}`>]>, v.DescriptionAction<`0x${string}`, "Chain ID used for signing.">]>;
|
|
1062
1062
|
readonly hyperliquidChain: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"Mainnet", undefined>, v.LiteralSchema<"Testnet", undefined>], undefined>, v.DescriptionAction<"Testnet" | "Mainnet", "HyperLiquid network.">]>;
|
|
1063
1063
|
readonly destination: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.TransformAction<string, `0x${string}`>]>, v.LengthAction<`0x${string}`, 42, undefined>]>, v.DescriptionAction<`0x${string}`, "Destination address.">]>;
|
|
1064
|
-
readonly amount: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount to send (1 = 1
|
|
1064
|
+
readonly amount: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount to send (1 = $1).">]>;
|
|
1065
1065
|
readonly time: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.DescriptionAction<number, "Unique request identifier (current timestamp in ms).">]>;
|
|
1066
1066
|
}, undefined>, v.DescriptionAction<{
|
|
1067
1067
|
type: "usdSend";
|
|
@@ -1103,7 +1103,7 @@ export declare const MultiSigRequest: v.SchemaWithPipe<readonly [v.ObjectSchema<
|
|
|
1103
1103
|
readonly signatureChainId: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.TransformAction<string, `0x${string}`>]>, v.DescriptionAction<`0x${string}`, "Chain ID used for signing.">]>;
|
|
1104
1104
|
readonly hyperliquidChain: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"Mainnet", undefined>, v.LiteralSchema<"Testnet", undefined>], undefined>, v.DescriptionAction<"Testnet" | "Mainnet", "HyperLiquid network.">]>;
|
|
1105
1105
|
readonly destination: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.TransformAction<string, `0x${string}`>]>, v.LengthAction<`0x${string}`, 42, undefined>]>, v.DescriptionAction<`0x${string}`, "Destination address.">]>;
|
|
1106
|
-
readonly amount: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount to withdraw (1 = 1
|
|
1106
|
+
readonly amount: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount to withdraw (1 = $1).">]>;
|
|
1107
1107
|
readonly time: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.DescriptionAction<number, "Unique request identifier (current timestamp in ms).">]>;
|
|
1108
1108
|
}, undefined>, v.DescriptionAction<{
|
|
1109
1109
|
type: "withdraw3";
|
|
@@ -14,8 +14,8 @@ export declare const UsdClassTransferRequest: v.SchemaWithPipe<readonly [v.Objec
|
|
|
14
14
|
readonly signatureChainId: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.TransformAction<string, `0x${string}`>]>, v.DescriptionAction<`0x${string}`, "Chain ID used for signing.">]>;
|
|
15
15
|
/** HyperLiquid network. */
|
|
16
16
|
readonly hyperliquidChain: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"Mainnet", undefined>, v.LiteralSchema<"Testnet", undefined>], undefined>, v.DescriptionAction<"Testnet" | "Mainnet", "HyperLiquid network.">]>;
|
|
17
|
-
/** Amount to transfer (1 = 1
|
|
18
|
-
readonly amount: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount to transfer (1 = 1
|
|
17
|
+
/** Amount to transfer (1 = $1). */
|
|
18
|
+
readonly amount: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount to transfer (1 = $1).">]>;
|
|
19
19
|
/** `true` for Spot to Perp, `false` for Perp to Spot. */
|
|
20
20
|
readonly toPerp: v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, "`true` for Spot to Perp, `false` for Perp to Spot.">]>;
|
|
21
21
|
/** Unique request identifier (current timestamp in ms). */
|
|
@@ -16,8 +16,8 @@ export const UsdClassTransferRequest = /* @__PURE__ */ (() => {
|
|
|
16
16
|
signatureChainId: v.pipe(Hex, v.description("Chain ID used for signing.")),
|
|
17
17
|
/** HyperLiquid network. */
|
|
18
18
|
hyperliquidChain: v.pipe(v.union([v.literal("Mainnet"), v.literal("Testnet")]), v.description("HyperLiquid network.")),
|
|
19
|
-
/** Amount to transfer (1 = 1
|
|
20
|
-
amount: v.pipe(UnsignedDecimal, v.description("Amount to transfer (1 = 1
|
|
19
|
+
/** Amount to transfer (1 = $1). */
|
|
20
|
+
amount: v.pipe(UnsignedDecimal, v.description("Amount to transfer (1 = $1).")),
|
|
21
21
|
/** `true` for Spot to Perp, `false` for Perp to Spot. */
|
|
22
22
|
toPerp: v.pipe(v.boolean(), v.description("`true` for Spot to Perp, `false` for Perp to Spot.")),
|
|
23
23
|
/** Unique request identifier (current timestamp in ms). */
|
|
@@ -16,8 +16,8 @@ export declare const UsdSendRequest: v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
|
16
16
|
readonly hyperliquidChain: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"Mainnet", undefined>, v.LiteralSchema<"Testnet", undefined>], undefined>, v.DescriptionAction<"Testnet" | "Mainnet", "HyperLiquid network.">]>;
|
|
17
17
|
/** Destination address. */
|
|
18
18
|
readonly destination: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.TransformAction<string, `0x${string}`>]>, v.LengthAction<`0x${string}`, 42, undefined>]>, v.DescriptionAction<`0x${string}`, "Destination address.">]>;
|
|
19
|
-
/** Amount to send (1 = 1
|
|
20
|
-
readonly amount: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount to send (1 = 1
|
|
19
|
+
/** Amount to send (1 = $1). */
|
|
20
|
+
readonly amount: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount to send (1 = $1).">]>;
|
|
21
21
|
/** Unique request identifier (current timestamp in ms). */
|
|
22
22
|
readonly time: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.DescriptionAction<number, "Unique request identifier (current timestamp in ms).">]>;
|
|
23
23
|
}, undefined>, v.DescriptionAction<{
|
|
@@ -18,8 +18,8 @@ export const UsdSendRequest = /* @__PURE__ */ (() => {
|
|
|
18
18
|
hyperliquidChain: v.pipe(v.union([v.literal("Mainnet"), v.literal("Testnet")]), v.description("HyperLiquid network.")),
|
|
19
19
|
/** Destination address. */
|
|
20
20
|
destination: v.pipe(Address, v.description("Destination address.")),
|
|
21
|
-
/** Amount to send (1 = 1
|
|
22
|
-
amount: v.pipe(UnsignedDecimal, v.description("Amount to send (1 = 1
|
|
21
|
+
/** Amount to send (1 = $1). */
|
|
22
|
+
amount: v.pipe(UnsignedDecimal, v.description("Amount to send (1 = $1).")),
|
|
23
23
|
/** Unique request identifier (current timestamp in ms). */
|
|
24
24
|
time: v.pipe(UnsignedInteger, v.description("Unique request identifier (current timestamp in ms).")),
|
|
25
25
|
}), v.description("Action to perform.")),
|
|
@@ -16,8 +16,8 @@ export declare const Withdraw3Request: v.SchemaWithPipe<readonly [v.ObjectSchema
|
|
|
16
16
|
readonly hyperliquidChain: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"Mainnet", undefined>, v.LiteralSchema<"Testnet", undefined>], undefined>, v.DescriptionAction<"Testnet" | "Mainnet", "HyperLiquid network.">]>;
|
|
17
17
|
/** Destination address. */
|
|
18
18
|
readonly destination: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.TransformAction<string, `0x${string}`>]>, v.LengthAction<`0x${string}`, 42, undefined>]>, v.DescriptionAction<`0x${string}`, "Destination address.">]>;
|
|
19
|
-
/** Amount to withdraw (1 = 1
|
|
20
|
-
readonly amount: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount to withdraw (1 = 1
|
|
19
|
+
/** Amount to withdraw (1 = $1). */
|
|
20
|
+
readonly amount: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount to withdraw (1 = $1).">]>;
|
|
21
21
|
/** Unique request identifier (current timestamp in ms). */
|
|
22
22
|
readonly time: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.DescriptionAction<number, "Unique request identifier (current timestamp in ms).">]>;
|
|
23
23
|
}, undefined>, v.DescriptionAction<{
|
|
@@ -18,8 +18,8 @@ export const Withdraw3Request = /* @__PURE__ */ (() => {
|
|
|
18
18
|
hyperliquidChain: v.pipe(v.union([v.literal("Mainnet"), v.literal("Testnet")]), v.description("HyperLiquid network.")),
|
|
19
19
|
/** Destination address. */
|
|
20
20
|
destination: v.pipe(Address, v.description("Destination address.")),
|
|
21
|
-
/** Amount to withdraw (1 = 1
|
|
22
|
-
amount: v.pipe(UnsignedDecimal, v.description("Amount to withdraw (1 = 1
|
|
21
|
+
/** Amount to withdraw (1 = $1). */
|
|
22
|
+
amount: v.pipe(UnsignedDecimal, v.description("Amount to withdraw (1 = $1).")),
|
|
23
23
|
/** Unique request identifier (current timestamp in ms). */
|
|
24
24
|
time: v.pipe(UnsignedInteger, v.description("Unique request identifier (current timestamp in ms).")),
|
|
25
25
|
}), v.description("Action to perform.")),
|
|
@@ -33,8 +33,8 @@ export declare const ActiveAssetDataResponse: v.SchemaWithPipe<readonly [v.Objec
|
|
|
33
33
|
readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"isolated", undefined>, v.DescriptionAction<"isolated", "Leverage type.">]>;
|
|
34
34
|
/** Leverage value used. */
|
|
35
35
|
readonly value: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.MinValueAction<number, 1, undefined>, v.DescriptionAction<number, "Leverage value used.">]>;
|
|
36
|
-
/** Amount of USD used (1 = 1
|
|
37
|
-
readonly rawUsd: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount of USD used (1 = 1
|
|
36
|
+
/** Amount of USD used (1 = $1). */
|
|
37
|
+
readonly rawUsd: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount of USD used (1 = $1).">]>;
|
|
38
38
|
}, undefined>, v.ObjectSchema<{
|
|
39
39
|
/** Leverage type. */
|
|
40
40
|
readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"cross", undefined>, v.DescriptionAction<"cross", "Leverage type.">]>;
|
|
@@ -32,8 +32,8 @@ export const ActiveAssetDataResponse = /* @__PURE__ */ (() => {
|
|
|
32
32
|
type: v.pipe(v.literal("isolated"), v.description("Leverage type.")),
|
|
33
33
|
/** Leverage value used. */
|
|
34
34
|
value: v.pipe(UnsignedInteger, v.minValue(1), v.description("Leverage value used.")),
|
|
35
|
-
/** Amount of USD used (1 = 1
|
|
36
|
-
rawUsd: v.pipe(UnsignedDecimal, v.description("Amount of USD used (1 = 1
|
|
35
|
+
/** Amount of USD used (1 = $1). */
|
|
36
|
+
rawUsd: v.pipe(UnsignedDecimal, v.description("Amount of USD used (1 = $1).")),
|
|
37
37
|
}),
|
|
38
38
|
v.object({
|
|
39
39
|
/** Leverage type. */
|
|
@@ -75,8 +75,8 @@ export declare const ClearinghouseStateResponse: v.SchemaWithPipe<readonly [v.Ob
|
|
|
75
75
|
readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"isolated", undefined>, v.DescriptionAction<"isolated", "Leverage type.">]>;
|
|
76
76
|
/** Leverage value used. */
|
|
77
77
|
readonly value: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.MinValueAction<number, 1, undefined>, v.DescriptionAction<number, "Leverage value used.">]>;
|
|
78
|
-
/** Amount of USD used (1 = 1
|
|
79
|
-
readonly rawUsd: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount of USD used (1 = 1
|
|
78
|
+
/** Amount of USD used (1 = $1). */
|
|
79
|
+
readonly rawUsd: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount of USD used (1 = $1).">]>;
|
|
80
80
|
}, undefined>, v.ObjectSchema<{
|
|
81
81
|
/** Leverage type. */
|
|
82
82
|
readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"cross", undefined>, v.DescriptionAction<"cross", "Leverage type.">]>;
|
|
@@ -66,8 +66,8 @@ export const ClearinghouseStateResponse = /* @__PURE__ */ (() => {
|
|
|
66
66
|
type: v.pipe(v.literal("isolated"), v.description("Leverage type.")),
|
|
67
67
|
/** Leverage value used. */
|
|
68
68
|
value: v.pipe(UnsignedInteger, v.minValue(1), v.description("Leverage value used.")),
|
|
69
|
-
/** Amount of USD used (1 = 1
|
|
70
|
-
rawUsd: v.pipe(UnsignedDecimal, v.description("Amount of USD used (1 = 1
|
|
69
|
+
/** Amount of USD used (1 = $1). */
|
|
70
|
+
rawUsd: v.pipe(UnsignedDecimal, v.description("Amount of USD used (1 = $1).")),
|
|
71
71
|
}),
|
|
72
72
|
v.object({
|
|
73
73
|
/** Leverage type. */
|
|
@@ -60,7 +60,7 @@ export declare const SubAccountsResponse: v.SchemaWithPipe<readonly [v.NullableS
|
|
|
60
60
|
readonly leverage: v.SchemaWithPipe<readonly [v.VariantSchema<"type", [v.ObjectSchema<{
|
|
61
61
|
readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"isolated", undefined>, v.DescriptionAction<"isolated", "Leverage type.">]>;
|
|
62
62
|
readonly value: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.MinValueAction<number, 1, undefined>, v.DescriptionAction<number, "Leverage value used.">]>;
|
|
63
|
-
readonly rawUsd: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount of USD used (1 = 1
|
|
63
|
+
readonly rawUsd: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount of USD used (1 = $1).">]>;
|
|
64
64
|
}, undefined>, v.ObjectSchema<{
|
|
65
65
|
readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"cross", undefined>, v.DescriptionAction<"cross", "Leverage type.">]>;
|
|
66
66
|
readonly value: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.MinValueAction<number, 1, undefined>, v.DescriptionAction<number, "Leverage value used.">]>;
|
|
@@ -58,6 +58,8 @@ export declare const TwapHistoryResponse: v.SchemaWithPipe<readonly [v.ArraySche
|
|
|
58
58
|
status: "error";
|
|
59
59
|
description: string;
|
|
60
60
|
}, string>]>;
|
|
61
|
+
/** ID of the TWAP. */
|
|
62
|
+
readonly twapId: v.SchemaWithPipe<readonly [v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, undefined>, v.DescriptionAction<number | undefined, "ID of the TWAP.">]>;
|
|
61
63
|
}, undefined>, v.DescriptionAction<{
|
|
62
64
|
time: number;
|
|
63
65
|
state: {
|
|
@@ -78,6 +80,7 @@ export declare const TwapHistoryResponse: v.SchemaWithPipe<readonly [v.ArraySche
|
|
|
78
80
|
status: "error";
|
|
79
81
|
description: string;
|
|
80
82
|
};
|
|
83
|
+
twapId?: number | undefined;
|
|
81
84
|
}, "TWAP history record.">]>, undefined>, v.DescriptionAction<{
|
|
82
85
|
time: number;
|
|
83
86
|
state: {
|
|
@@ -98,6 +101,7 @@ export declare const TwapHistoryResponse: v.SchemaWithPipe<readonly [v.ArraySche
|
|
|
98
101
|
status: "error";
|
|
99
102
|
description: string;
|
|
100
103
|
};
|
|
104
|
+
twapId?: number | undefined;
|
|
101
105
|
}[], "Array of user's TWAP history.">]>;
|
|
102
106
|
export type TwapHistoryResponse = v.InferOutput<typeof TwapHistoryResponse>;
|
|
103
107
|
/** Request parameters for the {@linkcode twapHistory} function. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"twapHistory.d.ts","sourceRoot":"","sources":["../../../../src/src/api/info/twapHistory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAC;AAC7B,OAAO,EAAW,KAAK,aAAa,EAA2B,MAAM,aAAa,CAAC;AACnF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAMpD;;;GAGG;AACH,eAAO,MAAM,kBAAkB;IAGzB,uBAAuB;;IAKvB,oBAAoB;;;;;uCAQtB,CAAC;AACL,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAE1E;;;GAGG;AACH,eAAO,MAAM,mBAAmB;IAMtB,oEAAoE;;IAKpE,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;IAE/B,wCAAwC
|
|
1
|
+
{"version":3,"file":"twapHistory.d.ts","sourceRoot":"","sources":["../../../../src/src/api/info/twapHistory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAC;AAC7B,OAAO,EAAW,KAAK,aAAa,EAA2B,MAAM,aAAa,CAAC;AACnF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAMpD;;;GAGG;AACH,eAAO,MAAM,kBAAkB;IAGzB,uBAAuB;;IAKvB,oBAAoB;;;;;uCAQtB,CAAC;AACL,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAE1E;;;GAGG;AACH,eAAO,MAAM,mBAAmB;IAMtB,oEAAoE;;IAKpE,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;IAE/B,wCAAwC;;;;;;;;;;;;IAExC,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uCAW5B,CAAC;AACL,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAI5E,mEAAmE;AACnE,MAAM,MAAM,qBAAqB,GAAG,IAAI,CAAC,CAAC,CAAC,UAAU,CAAC,OAAO,kBAAkB,CAAC,EAAE,MAAM,CAAC,CAAC;AAE1F;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,WAAW,CACzB,MAAM,EAAE,iBAAiB,EACzB,MAAM,EAAE,aAAa,CAAC,qBAAqB,CAAC,EAC5C,MAAM,CAAC,EAAE,WAAW,GACnB,OAAO,CAAC,mBAAmB,CAAC,CAM9B"}
|
|
@@ -28,6 +28,8 @@ export const TwapHistoryResponse = /* @__PURE__ */ (() => {
|
|
|
28
28
|
state: TwapStateSchema,
|
|
29
29
|
/** Current status of the TWAP order. */
|
|
30
30
|
status: TwapStatusSchema,
|
|
31
|
+
/** ID of the TWAP. */
|
|
32
|
+
twapId: v.pipe(v.optional(UnsignedInteger), v.description("ID of the TWAP.")),
|
|
31
33
|
}), v.description("TWAP history record."))), v.description("Array of user's TWAP history."));
|
|
32
34
|
})();
|
|
33
35
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"twapHistory.js","sourceRoot":"","sources":["../../../../src/src/api/info/twapHistory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAC;AAC7B,OAAO,EAAE,OAAO,EAAsB,MAAM,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAGnF,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAE1E,oDAAoD;AAEpD;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,eAAe,CAAC,CAAC,GAAG,EAAE;IACtD,OAAO,CAAC,CAAC,IAAI,CACX,CAAC,CAAC,MAAM,CAAC;QACP,uBAAuB;QACvB,IAAI,EAAE,CAAC,CAAC,IAAI,CACV,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC,EACxB,CAAC,CAAC,WAAW,CAAC,kBAAkB,CAAC,CAClC;QACD,oBAAoB;QACpB,IAAI,EAAE,CAAC,CAAC,IAAI,CACV,OAAO,EACP,CAAC,CAAC,WAAW,CAAC,eAAe,CAAC,CAC/B;KACF,CAAC,EACF,CAAC,CAAC,WAAW,CAAC,iCAAiC,CAAC,CACjD,CAAC;AACJ,CAAC,CAAC,EAAE,CAAC;AAGL;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,eAAe,CAAC,CAAC,GAAG,EAAE;IACvD,OAAO,CAAC,CAAC,IAAI,CACX,CAAC,CAAC,KAAK;IACL,2BAA2B;IAC3B,CAAC,CAAC,IAAI,CACJ,CAAC,CAAC,MAAM,CAAC;QACP,oEAAoE;QACpE,IAAI,EAAE,CAAC,CAAC,IAAI,CACV,eAAe,EACf,CAAC,CAAC,WAAW,CAAC,+DAA+D,CAAC,CAC/E;QACD,+BAA+B;QAC/B,KAAK,EAAE,eAAe;QACtB,wCAAwC;QACxC,MAAM,EAAE,gBAAgB;
|
|
1
|
+
{"version":3,"file":"twapHistory.js","sourceRoot":"","sources":["../../../../src/src/api/info/twapHistory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAC;AAC7B,OAAO,EAAE,OAAO,EAAsB,MAAM,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAGnF,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAE1E,oDAAoD;AAEpD;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,eAAe,CAAC,CAAC,GAAG,EAAE;IACtD,OAAO,CAAC,CAAC,IAAI,CACX,CAAC,CAAC,MAAM,CAAC;QACP,uBAAuB;QACvB,IAAI,EAAE,CAAC,CAAC,IAAI,CACV,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC,EACxB,CAAC,CAAC,WAAW,CAAC,kBAAkB,CAAC,CAClC;QACD,oBAAoB;QACpB,IAAI,EAAE,CAAC,CAAC,IAAI,CACV,OAAO,EACP,CAAC,CAAC,WAAW,CAAC,eAAe,CAAC,CAC/B;KACF,CAAC,EACF,CAAC,CAAC,WAAW,CAAC,iCAAiC,CAAC,CACjD,CAAC;AACJ,CAAC,CAAC,EAAE,CAAC;AAGL;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,eAAe,CAAC,CAAC,GAAG,EAAE;IACvD,OAAO,CAAC,CAAC,IAAI,CACX,CAAC,CAAC,KAAK;IACL,2BAA2B;IAC3B,CAAC,CAAC,IAAI,CACJ,CAAC,CAAC,MAAM,CAAC;QACP,oEAAoE;QACpE,IAAI,EAAE,CAAC,CAAC,IAAI,CACV,eAAe,EACf,CAAC,CAAC,WAAW,CAAC,+DAA+D,CAAC,CAC/E;QACD,+BAA+B;QAC/B,KAAK,EAAE,eAAe;QACtB,wCAAwC;QACxC,MAAM,EAAE,gBAAgB;QACxB,sBAAsB;QACtB,MAAM,EAAE,CAAC,CAAC,IAAI,CACZ,CAAC,CAAC,QAAQ,CAAC,eAAe,CAAC,EAC3B,CAAC,CAAC,WAAW,CAAC,iBAAiB,CAAC,CACjC;KACF,CAAC,EACF,CAAC,CAAC,WAAW,CAAC,sBAAsB,CAAC,CACtC,CACF,EACD,CAAC,CAAC,WAAW,CAAC,+BAA+B,CAAC,CAC/C,CAAC;AACJ,CAAC,CAAC,EAAE,CAAC;AAQL;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAM,UAAU,WAAW,CACzB,MAAyB,EACzB,MAA4C,EAC5C,MAAoB;IAEpB,MAAM,OAAO,GAAG,MAAM,CAAC,kBAAkB,CAAC,CAAC;QACzC,IAAI,EAAE,aAAa;QACnB,GAAG,MAAM;KACV,CAAC,CAAC;IACH,OAAO,MAAM,CAAC,SAAS,CAAC,OAAO,CAAC,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,CAAC;AAC3D,CAAC"}
|
|
@@ -54,7 +54,7 @@ export declare const WebData2Response: v.SchemaWithPipe<readonly [v.ObjectSchema
|
|
|
54
54
|
readonly leverage: v.SchemaWithPipe<readonly [v.VariantSchema<"type", [v.ObjectSchema<{
|
|
55
55
|
readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"isolated", undefined>, v.DescriptionAction<"isolated", "Leverage type.">]>;
|
|
56
56
|
readonly value: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.MinValueAction<number, 1, undefined>, v.DescriptionAction<number, "Leverage value used.">]>;
|
|
57
|
-
readonly rawUsd: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount of USD used (1 = 1
|
|
57
|
+
readonly rawUsd: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount of USD used (1 = $1).">]>;
|
|
58
58
|
}, undefined>, v.ObjectSchema<{
|
|
59
59
|
readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"cross", undefined>, v.DescriptionAction<"cross", "Leverage type.">]>;
|
|
60
60
|
readonly value: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.MinValueAction<number, 1, undefined>, v.DescriptionAction<number, "Leverage value used.">]>;
|
|
@@ -1641,6 +1641,7 @@ export declare class InfoClient<T extends IRequestTransport = IRequestTransport>
|
|
|
1641
1641
|
status: "error";
|
|
1642
1642
|
description: string;
|
|
1643
1643
|
};
|
|
1644
|
+
twapId?: number | undefined;
|
|
1644
1645
|
}[]>;
|
|
1645
1646
|
/**
|
|
1646
1647
|
* Request transaction details by transaction hash.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"~client.d.ts","sourceRoot":"","sources":["../../../../src/src/api/info/~client.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"~client.d.ts","sourceRoot":"","sources":["../../../../src/src/api/info/~client.ts"],"names":[],"mappings":"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"}
|
|
@@ -23,7 +23,7 @@ export declare const ActiveAssetDataEvent: v.SchemaWithPipe<readonly [v.ObjectSc
|
|
|
23
23
|
readonly leverage: v.SchemaWithPipe<readonly [v.VariantSchema<"type", [v.ObjectSchema<{
|
|
24
24
|
readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"isolated", undefined>, v.DescriptionAction<"isolated", "Leverage type.">]>;
|
|
25
25
|
readonly value: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.MinValueAction<number, 1, undefined>, v.DescriptionAction<number, "Leverage value used.">]>;
|
|
26
|
-
readonly rawUsd: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount of USD used (1 = 1
|
|
26
|
+
readonly rawUsd: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount of USD used (1 = $1).">]>;
|
|
27
27
|
}, undefined>, v.ObjectSchema<{
|
|
28
28
|
readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"cross", undefined>, v.DescriptionAction<"cross", "Leverage type.">]>;
|
|
29
29
|
readonly value: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.MinValueAction<number, 1, undefined>, v.DescriptionAction<number, "Leverage value used.">]>;
|
|
@@ -56,7 +56,7 @@ export declare const ClearinghouseStateEvent: v.SchemaWithPipe<readonly [v.Objec
|
|
|
56
56
|
readonly leverage: v.SchemaWithPipe<readonly [v.VariantSchema<"type", [v.ObjectSchema<{
|
|
57
57
|
readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"isolated", undefined>, v.DescriptionAction<"isolated", "Leverage type.">]>;
|
|
58
58
|
readonly value: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.MinValueAction<number, 1, undefined>, v.DescriptionAction<number, "Leverage value used.">]>;
|
|
59
|
-
readonly rawUsd: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount of USD used (1 = 1
|
|
59
|
+
readonly rawUsd: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount of USD used (1 = $1).">]>;
|
|
60
60
|
}, undefined>, v.ObjectSchema<{
|
|
61
61
|
readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"cross", undefined>, v.DescriptionAction<"cross", "Leverage type.">]>;
|
|
62
62
|
readonly value: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.MinValueAction<number, 1, undefined>, v.DescriptionAction<number, "Leverage value used.">]>;
|
|
@@ -57,6 +57,8 @@ export declare const UserTwapHistoryEvent: v.SchemaWithPipe<readonly [v.ObjectSc
|
|
|
57
57
|
status: "error";
|
|
58
58
|
description: string;
|
|
59
59
|
}, string>]>;
|
|
60
|
+
/** ID of the TWAP. */
|
|
61
|
+
readonly twapId: v.SchemaWithPipe<readonly [v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, undefined>, v.DescriptionAction<number | undefined, "ID of the TWAP.">]>;
|
|
60
62
|
}, undefined>, v.DescriptionAction<{
|
|
61
63
|
time: number;
|
|
62
64
|
state: {
|
|
@@ -77,6 +79,7 @@ export declare const UserTwapHistoryEvent: v.SchemaWithPipe<readonly [v.ObjectSc
|
|
|
77
79
|
status: "error";
|
|
78
80
|
description: string;
|
|
79
81
|
};
|
|
82
|
+
twapId?: number | undefined;
|
|
80
83
|
}, "TWAP history record.">]>, undefined>, v.DescriptionAction<{
|
|
81
84
|
time: number;
|
|
82
85
|
state: {
|
|
@@ -97,6 +100,7 @@ export declare const UserTwapHistoryEvent: v.SchemaWithPipe<readonly [v.ObjectSc
|
|
|
97
100
|
status: "error";
|
|
98
101
|
description: string;
|
|
99
102
|
};
|
|
103
|
+
twapId?: number | undefined;
|
|
100
104
|
}[], "Array of user's TWAP history.">]>;
|
|
101
105
|
/** Whether this is an initial snapshot. */
|
|
102
106
|
readonly isSnapshot: v.SchemaWithPipe<readonly [v.OptionalSchema<v.LiteralSchema<true, undefined>, undefined>, v.DescriptionAction<true | undefined, "Whether this is an initial snapshot.">]>;
|
|
@@ -122,6 +126,7 @@ export declare const UserTwapHistoryEvent: v.SchemaWithPipe<readonly [v.ObjectSc
|
|
|
122
126
|
status: "error";
|
|
123
127
|
description: string;
|
|
124
128
|
};
|
|
129
|
+
twapId?: number | undefined;
|
|
125
130
|
}[];
|
|
126
131
|
isSnapshot?: true | undefined;
|
|
127
132
|
}, "Event of user TWAP history.">]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"userTwapHistory.d.ts","sourceRoot":"","sources":["../../../../src/src/api/subscription/userTwapHistory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAC;AAC7B,OAAO,EAAW,KAAK,aAAa,EAA2B,MAAM,aAAa,CAAC;AACnF,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,YAAY,CAAC;AAC5D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAM5D,oEAAoE;AACpE,eAAO,MAAM,sBAAsB;IAG7B,4BAA4B;;IAK5B,oBAAoB;;;;;qEAQtB,CAAC;AACL,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAElF,kCAAkC;AAClC,eAAO,MAAM,oBAAoB;IAG3B,oBAAoB;;IAKpB,oCAAoC;;QAM5B,oEAAoE;;QAKpE,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;QAE/B,wCAAwC
|
|
1
|
+
{"version":3,"file":"userTwapHistory.d.ts","sourceRoot":"","sources":["../../../../src/src/api/subscription/userTwapHistory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAC;AAC7B,OAAO,EAAW,KAAK,aAAa,EAA2B,MAAM,aAAa,CAAC;AACnF,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,YAAY,CAAC;AAC5D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAM5D,oEAAoE;AACpE,eAAO,MAAM,sBAAsB;IAG7B,4BAA4B;;IAK5B,oBAAoB;;;;;qEAQtB,CAAC;AACL,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAElF,kCAAkC;AAClC,eAAO,MAAM,oBAAoB;IAG3B,oBAAoB;;IAKpB,oCAAoC;;QAM5B,oEAAoE;;QAKpE,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;QAE/B,wCAAwC;;;;;;;;;;;;QAExC,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAW9B,2CAA2C;;;;;;;;;;;;;;;;;;;;;;;;;;;mCAQ7C,CAAC;AACL,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAI9E,uEAAuE;AACvE,MAAM,MAAM,yBAAyB,GAAG,IAAI,CAAC,CAAC,CAAC,UAAU,CAAC,OAAO,sBAAsB,CAAC,EAAE,MAAM,CAAC,CAAC;AAElG;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,wBAAgB,eAAe,CAC7B,MAAM,EAAE,yBAAyB,EACjC,MAAM,EAAE,aAAa,CAAC,yBAAyB,CAAC,EAChD,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,KAAK,IAAI,GAC7C,OAAO,CAAC,YAAY,CAAC,CAOvB"}
|
|
@@ -26,6 +26,8 @@ export const UserTwapHistoryEvent = /* @__PURE__ */ (() => {
|
|
|
26
26
|
state: TwapStateSchema,
|
|
27
27
|
/** Current status of the TWAP order. */
|
|
28
28
|
status: TwapStatusSchema,
|
|
29
|
+
/** ID of the TWAP. */
|
|
30
|
+
twapId: v.pipe(v.optional(UnsignedInteger), v.description("ID of the TWAP.")),
|
|
29
31
|
}), v.description("TWAP history record."))), v.description("Array of user's TWAP history.")),
|
|
30
32
|
/** Whether this is an initial snapshot. */
|
|
31
33
|
isSnapshot: v.pipe(v.optional(v.literal(true)), v.description("Whether this is an initial snapshot.")),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"userTwapHistory.js","sourceRoot":"","sources":["../../../../src/src/api/subscription/userTwapHistory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAC;AAC7B,OAAO,EAAE,OAAO,EAAsB,MAAM,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAInF,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAE1E,oDAAoD;AAEpD,oEAAoE;AACpE,MAAM,CAAC,MAAM,sBAAsB,GAAG,eAAe,CAAC,CAAC,GAAG,EAAE;IAC1D,OAAO,CAAC,CAAC,IAAI,CACX,CAAC,CAAC,MAAM,CAAC;QACP,4BAA4B;QAC5B,IAAI,EAAE,CAAC,CAAC,IAAI,CACV,CAAC,CAAC,OAAO,CAAC,iBAAiB,CAAC,EAC5B,CAAC,CAAC,WAAW,CAAC,uBAAuB,CAAC,CACvC;QACD,oBAAoB;QACpB,IAAI,EAAE,CAAC,CAAC,IAAI,CACV,OAAO,EACP,CAAC,CAAC,WAAW,CAAC,eAAe,CAAC,CAC/B;KACF,CAAC,EACF,CAAC,CAAC,WAAW,CAAC,+DAA+D,CAAC,CAC/E,CAAC;AACJ,CAAC,CAAC,EAAE,CAAC;AAGL,kCAAkC;AAClC,MAAM,CAAC,MAAM,oBAAoB,GAAG,eAAe,CAAC,CAAC,GAAG,EAAE;IACxD,OAAO,CAAC,CAAC,IAAI,CACX,CAAC,CAAC,MAAM,CAAC;QACP,oBAAoB;QACpB,IAAI,EAAE,CAAC,CAAC,IAAI,CACV,OAAO,EACP,CAAC,CAAC,WAAW,CAAC,eAAe,CAAC,CAC/B;QACD,oCAAoC;QACpC,OAAO,EAAE,CAAC,CAAC,IAAI,CACb,CAAC,CAAC,KAAK;QACL,2BAA2B;QAC3B,CAAC,CAAC,IAAI,CACJ,CAAC,CAAC,MAAM,CAAC;YACP,oEAAoE;YACpE,IAAI,EAAE,CAAC,CAAC,IAAI,CACV,eAAe,EACf,CAAC,CAAC,WAAW,CAAC,+DAA+D,CAAC,CAC/E;YACD,+BAA+B;YAC/B,KAAK,EAAE,eAAe;YACtB,wCAAwC;YACxC,MAAM,EAAE,gBAAgB;
|
|
1
|
+
{"version":3,"file":"userTwapHistory.js","sourceRoot":"","sources":["../../../../src/src/api/subscription/userTwapHistory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAC;AAC7B,OAAO,EAAE,OAAO,EAAsB,MAAM,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAInF,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAE1E,oDAAoD;AAEpD,oEAAoE;AACpE,MAAM,CAAC,MAAM,sBAAsB,GAAG,eAAe,CAAC,CAAC,GAAG,EAAE;IAC1D,OAAO,CAAC,CAAC,IAAI,CACX,CAAC,CAAC,MAAM,CAAC;QACP,4BAA4B;QAC5B,IAAI,EAAE,CAAC,CAAC,IAAI,CACV,CAAC,CAAC,OAAO,CAAC,iBAAiB,CAAC,EAC5B,CAAC,CAAC,WAAW,CAAC,uBAAuB,CAAC,CACvC;QACD,oBAAoB;QACpB,IAAI,EAAE,CAAC,CAAC,IAAI,CACV,OAAO,EACP,CAAC,CAAC,WAAW,CAAC,eAAe,CAAC,CAC/B;KACF,CAAC,EACF,CAAC,CAAC,WAAW,CAAC,+DAA+D,CAAC,CAC/E,CAAC;AACJ,CAAC,CAAC,EAAE,CAAC;AAGL,kCAAkC;AAClC,MAAM,CAAC,MAAM,oBAAoB,GAAG,eAAe,CAAC,CAAC,GAAG,EAAE;IACxD,OAAO,CAAC,CAAC,IAAI,CACX,CAAC,CAAC,MAAM,CAAC;QACP,oBAAoB;QACpB,IAAI,EAAE,CAAC,CAAC,IAAI,CACV,OAAO,EACP,CAAC,CAAC,WAAW,CAAC,eAAe,CAAC,CAC/B;QACD,oCAAoC;QACpC,OAAO,EAAE,CAAC,CAAC,IAAI,CACb,CAAC,CAAC,KAAK;QACL,2BAA2B;QAC3B,CAAC,CAAC,IAAI,CACJ,CAAC,CAAC,MAAM,CAAC;YACP,oEAAoE;YACpE,IAAI,EAAE,CAAC,CAAC,IAAI,CACV,eAAe,EACf,CAAC,CAAC,WAAW,CAAC,+DAA+D,CAAC,CAC/E;YACD,+BAA+B;YAC/B,KAAK,EAAE,eAAe;YACtB,wCAAwC;YACxC,MAAM,EAAE,gBAAgB;YACxB,sBAAsB;YACtB,MAAM,EAAE,CAAC,CAAC,IAAI,CACZ,CAAC,CAAC,QAAQ,CAAC,eAAe,CAAC,EAC3B,CAAC,CAAC,WAAW,CAAC,iBAAiB,CAAC,CACjC;SACF,CAAC,EACF,CAAC,CAAC,WAAW,CAAC,sBAAsB,CAAC,CACtC,CACF,EACD,CAAC,CAAC,WAAW,CAAC,+BAA+B,CAAC,CAC/C;QACD,2CAA2C;QAC3C,UAAU,EAAE,CAAC,CAAC,IAAI,CAChB,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,EAC3B,CAAC,CAAC,WAAW,CAAC,sCAAsC,CAAC,CACtD;KACF,CAAC,EACF,CAAC,CAAC,WAAW,CAAC,6BAA6B,CAAC,CAC7C,CAAC;AACJ,CAAC,CAAC,EAAE,CAAC;AAQL;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,MAAM,UAAU,eAAe,CAC7B,MAAiC,EACjC,MAAgD,EAChD,QAA8C;IAE9C,MAAM,OAAO,GAAG,MAAM,CAAC,sBAAsB,CAAC,CAAC,EAAE,IAAI,EAAE,iBAAiB,EAAE,GAAG,MAAM,EAAE,CAAC,CAAC;IACvF,OAAO,MAAM,CAAC,SAAS,CAAC,SAAS,CAAuB,OAAO,CAAC,IAAI,EAAE,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE;QACnF,IAAI,CAAC,CAAC,MAAM,CAAC,IAAI,KAAK,OAAO,CAAC,IAAI,EAAE,CAAC;YACnC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC;QACrB,CAAC;IACH,CAAC,CAAC,CAAC;AACL,CAAC"}
|
|
@@ -49,7 +49,7 @@ export declare const WebData2Event: v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
|
49
49
|
readonly leverage: v.SchemaWithPipe<readonly [v.VariantSchema<"type", [v.ObjectSchema<{
|
|
50
50
|
readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"isolated", undefined>, v.DescriptionAction<"isolated", "Leverage type.">]>;
|
|
51
51
|
readonly value: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.MinValueAction<number, 1, undefined>, v.DescriptionAction<number, "Leverage value used.">]>;
|
|
52
|
-
readonly rawUsd: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount of USD used (1 = 1
|
|
52
|
+
readonly rawUsd: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount of USD used (1 = $1).">]>;
|
|
53
53
|
}, undefined>, v.ObjectSchema<{
|
|
54
54
|
readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"cross", undefined>, v.DescriptionAction<"cross", "Leverage type.">]>;
|
|
55
55
|
readonly value: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.MinValueAction<number, 1, undefined>, v.DescriptionAction<number, "Leverage value used.">]>;
|
package/package.json
CHANGED
|
@@ -1046,7 +1046,7 @@ export declare const MultiSigRequest: v.SchemaWithPipe<readonly [v.ObjectSchema<
|
|
|
1046
1046
|
readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"usdClassTransfer", undefined>, v.DescriptionAction<"usdClassTransfer", "Type of action.">]>;
|
|
1047
1047
|
readonly signatureChainId: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.TransformAction<string, `0x${string}`>]>, v.DescriptionAction<`0x${string}`, "Chain ID used for signing.">]>;
|
|
1048
1048
|
readonly hyperliquidChain: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"Mainnet", undefined>, v.LiteralSchema<"Testnet", undefined>], undefined>, v.DescriptionAction<"Testnet" | "Mainnet", "HyperLiquid network.">]>;
|
|
1049
|
-
readonly amount: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount to transfer (1 = 1
|
|
1049
|
+
readonly amount: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount to transfer (1 = $1).">]>;
|
|
1050
1050
|
readonly toPerp: v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, "`true` for Spot to Perp, `false` for Perp to Spot.">]>;
|
|
1051
1051
|
readonly nonce: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.DescriptionAction<number, "Unique request identifier (current timestamp in ms).">]>;
|
|
1052
1052
|
}, undefined>, v.DescriptionAction<{
|
|
@@ -1061,7 +1061,7 @@ export declare const MultiSigRequest: v.SchemaWithPipe<readonly [v.ObjectSchema<
|
|
|
1061
1061
|
readonly signatureChainId: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.TransformAction<string, `0x${string}`>]>, v.DescriptionAction<`0x${string}`, "Chain ID used for signing.">]>;
|
|
1062
1062
|
readonly hyperliquidChain: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"Mainnet", undefined>, v.LiteralSchema<"Testnet", undefined>], undefined>, v.DescriptionAction<"Testnet" | "Mainnet", "HyperLiquid network.">]>;
|
|
1063
1063
|
readonly destination: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.TransformAction<string, `0x${string}`>]>, v.LengthAction<`0x${string}`, 42, undefined>]>, v.DescriptionAction<`0x${string}`, "Destination address.">]>;
|
|
1064
|
-
readonly amount: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount to send (1 = 1
|
|
1064
|
+
readonly amount: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount to send (1 = $1).">]>;
|
|
1065
1065
|
readonly time: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.DescriptionAction<number, "Unique request identifier (current timestamp in ms).">]>;
|
|
1066
1066
|
}, undefined>, v.DescriptionAction<{
|
|
1067
1067
|
type: "usdSend";
|
|
@@ -1103,7 +1103,7 @@ export declare const MultiSigRequest: v.SchemaWithPipe<readonly [v.ObjectSchema<
|
|
|
1103
1103
|
readonly signatureChainId: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.TransformAction<string, `0x${string}`>]>, v.DescriptionAction<`0x${string}`, "Chain ID used for signing.">]>;
|
|
1104
1104
|
readonly hyperliquidChain: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"Mainnet", undefined>, v.LiteralSchema<"Testnet", undefined>], undefined>, v.DescriptionAction<"Testnet" | "Mainnet", "HyperLiquid network.">]>;
|
|
1105
1105
|
readonly destination: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.TransformAction<string, `0x${string}`>]>, v.LengthAction<`0x${string}`, 42, undefined>]>, v.DescriptionAction<`0x${string}`, "Destination address.">]>;
|
|
1106
|
-
readonly amount: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount to withdraw (1 = 1
|
|
1106
|
+
readonly amount: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount to withdraw (1 = $1).">]>;
|
|
1107
1107
|
readonly time: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.DescriptionAction<number, "Unique request identifier (current timestamp in ms).">]>;
|
|
1108
1108
|
}, undefined>, v.DescriptionAction<{
|
|
1109
1109
|
type: "withdraw3";
|
|
@@ -14,8 +14,8 @@ export declare const UsdClassTransferRequest: v.SchemaWithPipe<readonly [v.Objec
|
|
|
14
14
|
readonly signatureChainId: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.TransformAction<string, `0x${string}`>]>, v.DescriptionAction<`0x${string}`, "Chain ID used for signing.">]>;
|
|
15
15
|
/** HyperLiquid network. */
|
|
16
16
|
readonly hyperliquidChain: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"Mainnet", undefined>, v.LiteralSchema<"Testnet", undefined>], undefined>, v.DescriptionAction<"Testnet" | "Mainnet", "HyperLiquid network.">]>;
|
|
17
|
-
/** Amount to transfer (1 = 1
|
|
18
|
-
readonly amount: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount to transfer (1 = 1
|
|
17
|
+
/** Amount to transfer (1 = $1). */
|
|
18
|
+
readonly amount: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount to transfer (1 = $1).">]>;
|
|
19
19
|
/** `true` for Spot to Perp, `false` for Perp to Spot. */
|
|
20
20
|
readonly toPerp: v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, "`true` for Spot to Perp, `false` for Perp to Spot.">]>;
|
|
21
21
|
/** Unique request identifier (current timestamp in ms). */
|
|
@@ -53,8 +53,8 @@ exports.UsdClassTransferRequest = (() => {
|
|
|
53
53
|
signatureChainId: v.pipe(_base_js_1.Hex, v.description("Chain ID used for signing.")),
|
|
54
54
|
/** HyperLiquid network. */
|
|
55
55
|
hyperliquidChain: v.pipe(v.union([v.literal("Mainnet"), v.literal("Testnet")]), v.description("HyperLiquid network.")),
|
|
56
|
-
/** Amount to transfer (1 = 1
|
|
57
|
-
amount: v.pipe(_base_js_1.UnsignedDecimal, v.description("Amount to transfer (1 = 1
|
|
56
|
+
/** Amount to transfer (1 = $1). */
|
|
57
|
+
amount: v.pipe(_base_js_1.UnsignedDecimal, v.description("Amount to transfer (1 = $1).")),
|
|
58
58
|
/** `true` for Spot to Perp, `false` for Perp to Spot. */
|
|
59
59
|
toPerp: v.pipe(v.boolean(), v.description("`true` for Spot to Perp, `false` for Perp to Spot.")),
|
|
60
60
|
/** Unique request identifier (current timestamp in ms). */
|
|
@@ -16,8 +16,8 @@ export declare const UsdSendRequest: v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
|
16
16
|
readonly hyperliquidChain: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"Mainnet", undefined>, v.LiteralSchema<"Testnet", undefined>], undefined>, v.DescriptionAction<"Testnet" | "Mainnet", "HyperLiquid network.">]>;
|
|
17
17
|
/** Destination address. */
|
|
18
18
|
readonly destination: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.TransformAction<string, `0x${string}`>]>, v.LengthAction<`0x${string}`, 42, undefined>]>, v.DescriptionAction<`0x${string}`, "Destination address.">]>;
|
|
19
|
-
/** Amount to send (1 = 1
|
|
20
|
-
readonly amount: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount to send (1 = 1
|
|
19
|
+
/** Amount to send (1 = $1). */
|
|
20
|
+
readonly amount: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount to send (1 = $1).">]>;
|
|
21
21
|
/** Unique request identifier (current timestamp in ms). */
|
|
22
22
|
readonly time: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.DescriptionAction<number, "Unique request identifier (current timestamp in ms).">]>;
|
|
23
23
|
}, undefined>, v.DescriptionAction<{
|
|
@@ -55,8 +55,8 @@ exports.UsdSendRequest = (() => {
|
|
|
55
55
|
hyperliquidChain: v.pipe(v.union([v.literal("Mainnet"), v.literal("Testnet")]), v.description("HyperLiquid network.")),
|
|
56
56
|
/** Destination address. */
|
|
57
57
|
destination: v.pipe(_base_js_1.Address, v.description("Destination address.")),
|
|
58
|
-
/** Amount to send (1 = 1
|
|
59
|
-
amount: v.pipe(_base_js_1.UnsignedDecimal, v.description("Amount to send (1 = 1
|
|
58
|
+
/** Amount to send (1 = $1). */
|
|
59
|
+
amount: v.pipe(_base_js_1.UnsignedDecimal, v.description("Amount to send (1 = $1).")),
|
|
60
60
|
/** Unique request identifier (current timestamp in ms). */
|
|
61
61
|
time: v.pipe(_base_js_1.UnsignedInteger, v.description("Unique request identifier (current timestamp in ms).")),
|
|
62
62
|
}), v.description("Action to perform.")),
|
|
@@ -16,8 +16,8 @@ export declare const Withdraw3Request: v.SchemaWithPipe<readonly [v.ObjectSchema
|
|
|
16
16
|
readonly hyperliquidChain: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"Mainnet", undefined>, v.LiteralSchema<"Testnet", undefined>], undefined>, v.DescriptionAction<"Testnet" | "Mainnet", "HyperLiquid network.">]>;
|
|
17
17
|
/** Destination address. */
|
|
18
18
|
readonly destination: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.TransformAction<string, `0x${string}`>]>, v.LengthAction<`0x${string}`, 42, undefined>]>, v.DescriptionAction<`0x${string}`, "Destination address.">]>;
|
|
19
|
-
/** Amount to withdraw (1 = 1
|
|
20
|
-
readonly amount: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount to withdraw (1 = 1
|
|
19
|
+
/** Amount to withdraw (1 = $1). */
|
|
20
|
+
readonly amount: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount to withdraw (1 = $1).">]>;
|
|
21
21
|
/** Unique request identifier (current timestamp in ms). */
|
|
22
22
|
readonly time: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.DescriptionAction<number, "Unique request identifier (current timestamp in ms).">]>;
|
|
23
23
|
}, undefined>, v.DescriptionAction<{
|
|
@@ -55,8 +55,8 @@ exports.Withdraw3Request = (() => {
|
|
|
55
55
|
hyperliquidChain: v.pipe(v.union([v.literal("Mainnet"), v.literal("Testnet")]), v.description("HyperLiquid network.")),
|
|
56
56
|
/** Destination address. */
|
|
57
57
|
destination: v.pipe(_base_js_1.Address, v.description("Destination address.")),
|
|
58
|
-
/** Amount to withdraw (1 = 1
|
|
59
|
-
amount: v.pipe(_base_js_1.UnsignedDecimal, v.description("Amount to withdraw (1 = 1
|
|
58
|
+
/** Amount to withdraw (1 = $1). */
|
|
59
|
+
amount: v.pipe(_base_js_1.UnsignedDecimal, v.description("Amount to withdraw (1 = $1).")),
|
|
60
60
|
/** Unique request identifier (current timestamp in ms). */
|
|
61
61
|
time: v.pipe(_base_js_1.UnsignedInteger, v.description("Unique request identifier (current timestamp in ms).")),
|
|
62
62
|
}), v.description("Action to perform.")),
|
|
@@ -33,8 +33,8 @@ export declare const ActiveAssetDataResponse: v.SchemaWithPipe<readonly [v.Objec
|
|
|
33
33
|
readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"isolated", undefined>, v.DescriptionAction<"isolated", "Leverage type.">]>;
|
|
34
34
|
/** Leverage value used. */
|
|
35
35
|
readonly value: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.MinValueAction<number, 1, undefined>, v.DescriptionAction<number, "Leverage value used.">]>;
|
|
36
|
-
/** Amount of USD used (1 = 1
|
|
37
|
-
readonly rawUsd: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount of USD used (1 = 1
|
|
36
|
+
/** Amount of USD used (1 = $1). */
|
|
37
|
+
readonly rawUsd: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount of USD used (1 = $1).">]>;
|
|
38
38
|
}, undefined>, v.ObjectSchema<{
|
|
39
39
|
/** Leverage type. */
|
|
40
40
|
readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"cross", undefined>, v.DescriptionAction<"cross", "Leverage type.">]>;
|
|
@@ -69,8 +69,8 @@ exports.ActiveAssetDataResponse = (() => {
|
|
|
69
69
|
type: v.pipe(v.literal("isolated"), v.description("Leverage type.")),
|
|
70
70
|
/** Leverage value used. */
|
|
71
71
|
value: v.pipe(_base_js_1.UnsignedInteger, v.minValue(1), v.description("Leverage value used.")),
|
|
72
|
-
/** Amount of USD used (1 = 1
|
|
73
|
-
rawUsd: v.pipe(_base_js_1.UnsignedDecimal, v.description("Amount of USD used (1 = 1
|
|
72
|
+
/** Amount of USD used (1 = $1). */
|
|
73
|
+
rawUsd: v.pipe(_base_js_1.UnsignedDecimal, v.description("Amount of USD used (1 = $1).")),
|
|
74
74
|
}),
|
|
75
75
|
v.object({
|
|
76
76
|
/** Leverage type. */
|
|
@@ -75,8 +75,8 @@ export declare const ClearinghouseStateResponse: v.SchemaWithPipe<readonly [v.Ob
|
|
|
75
75
|
readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"isolated", undefined>, v.DescriptionAction<"isolated", "Leverage type.">]>;
|
|
76
76
|
/** Leverage value used. */
|
|
77
77
|
readonly value: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.MinValueAction<number, 1, undefined>, v.DescriptionAction<number, "Leverage value used.">]>;
|
|
78
|
-
/** Amount of USD used (1 = 1
|
|
79
|
-
readonly rawUsd: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount of USD used (1 = 1
|
|
78
|
+
/** Amount of USD used (1 = $1). */
|
|
79
|
+
readonly rawUsd: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount of USD used (1 = $1).">]>;
|
|
80
80
|
}, undefined>, v.ObjectSchema<{
|
|
81
81
|
/** Leverage type. */
|
|
82
82
|
readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"cross", undefined>, v.DescriptionAction<"cross", "Leverage type.">]>;
|
|
@@ -103,8 +103,8 @@ exports.ClearinghouseStateResponse = (() => {
|
|
|
103
103
|
type: v.pipe(v.literal("isolated"), v.description("Leverage type.")),
|
|
104
104
|
/** Leverage value used. */
|
|
105
105
|
value: v.pipe(_base_js_1.UnsignedInteger, v.minValue(1), v.description("Leverage value used.")),
|
|
106
|
-
/** Amount of USD used (1 = 1
|
|
107
|
-
rawUsd: v.pipe(_base_js_1.UnsignedDecimal, v.description("Amount of USD used (1 = 1
|
|
106
|
+
/** Amount of USD used (1 = $1). */
|
|
107
|
+
rawUsd: v.pipe(_base_js_1.UnsignedDecimal, v.description("Amount of USD used (1 = $1).")),
|
|
108
108
|
}),
|
|
109
109
|
v.object({
|
|
110
110
|
/** Leverage type. */
|
|
@@ -60,7 +60,7 @@ export declare const SubAccountsResponse: v.SchemaWithPipe<readonly [v.NullableS
|
|
|
60
60
|
readonly leverage: v.SchemaWithPipe<readonly [v.VariantSchema<"type", [v.ObjectSchema<{
|
|
61
61
|
readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"isolated", undefined>, v.DescriptionAction<"isolated", "Leverage type.">]>;
|
|
62
62
|
readonly value: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.MinValueAction<number, 1, undefined>, v.DescriptionAction<number, "Leverage value used.">]>;
|
|
63
|
-
readonly rawUsd: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount of USD used (1 = 1
|
|
63
|
+
readonly rawUsd: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount of USD used (1 = $1).">]>;
|
|
64
64
|
}, undefined>, v.ObjectSchema<{
|
|
65
65
|
readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"cross", undefined>, v.DescriptionAction<"cross", "Leverage type.">]>;
|
|
66
66
|
readonly value: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.MinValueAction<number, 1, undefined>, v.DescriptionAction<number, "Leverage value used.">]>;
|
|
@@ -58,6 +58,8 @@ export declare const TwapHistoryResponse: v.SchemaWithPipe<readonly [v.ArraySche
|
|
|
58
58
|
status: "error";
|
|
59
59
|
description: string;
|
|
60
60
|
}, string>]>;
|
|
61
|
+
/** ID of the TWAP. */
|
|
62
|
+
readonly twapId: v.SchemaWithPipe<readonly [v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, undefined>, v.DescriptionAction<number | undefined, "ID of the TWAP.">]>;
|
|
61
63
|
}, undefined>, v.DescriptionAction<{
|
|
62
64
|
time: number;
|
|
63
65
|
state: {
|
|
@@ -78,6 +80,7 @@ export declare const TwapHistoryResponse: v.SchemaWithPipe<readonly [v.ArraySche
|
|
|
78
80
|
status: "error";
|
|
79
81
|
description: string;
|
|
80
82
|
};
|
|
83
|
+
twapId?: number | undefined;
|
|
81
84
|
}, "TWAP history record.">]>, undefined>, v.DescriptionAction<{
|
|
82
85
|
time: number;
|
|
83
86
|
state: {
|
|
@@ -98,6 +101,7 @@ export declare const TwapHistoryResponse: v.SchemaWithPipe<readonly [v.ArraySche
|
|
|
98
101
|
status: "error";
|
|
99
102
|
description: string;
|
|
100
103
|
};
|
|
104
|
+
twapId?: number | undefined;
|
|
101
105
|
}[], "Array of user's TWAP history.">]>;
|
|
102
106
|
export type TwapHistoryResponse = v.InferOutput<typeof TwapHistoryResponse>;
|
|
103
107
|
/** Request parameters for the {@linkcode twapHistory} function. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"twapHistory.d.ts","sourceRoot":"","sources":["../../../../src/src/api/info/twapHistory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAC;AAC7B,OAAO,EAAW,KAAK,aAAa,EAA2B,MAAM,aAAa,CAAC;AACnF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAMpD;;;GAGG;AACH,eAAO,MAAM,kBAAkB;IAGzB,uBAAuB;;IAKvB,oBAAoB;;;;;uCAQtB,CAAC;AACL,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAE1E;;;GAGG;AACH,eAAO,MAAM,mBAAmB;IAMtB,oEAAoE;;IAKpE,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;IAE/B,wCAAwC
|
|
1
|
+
{"version":3,"file":"twapHistory.d.ts","sourceRoot":"","sources":["../../../../src/src/api/info/twapHistory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAC;AAC7B,OAAO,EAAW,KAAK,aAAa,EAA2B,MAAM,aAAa,CAAC;AACnF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAMpD;;;GAGG;AACH,eAAO,MAAM,kBAAkB;IAGzB,uBAAuB;;IAKvB,oBAAoB;;;;;uCAQtB,CAAC;AACL,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAE1E;;;GAGG;AACH,eAAO,MAAM,mBAAmB;IAMtB,oEAAoE;;IAKpE,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;IAE/B,wCAAwC;;;;;;;;;;;;IAExC,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uCAW5B,CAAC;AACL,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAI5E,mEAAmE;AACnE,MAAM,MAAM,qBAAqB,GAAG,IAAI,CAAC,CAAC,CAAC,UAAU,CAAC,OAAO,kBAAkB,CAAC,EAAE,MAAM,CAAC,CAAC;AAE1F;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,WAAW,CACzB,MAAM,EAAE,iBAAiB,EACzB,MAAM,EAAE,aAAa,CAAC,qBAAqB,CAAC,EAC5C,MAAM,CAAC,EAAE,WAAW,GACnB,OAAO,CAAC,mBAAmB,CAAC,CAM9B"}
|
|
@@ -65,6 +65,8 @@ exports.TwapHistoryResponse = (() => {
|
|
|
65
65
|
state: _common_schemas_js_1.TwapStateSchema,
|
|
66
66
|
/** Current status of the TWAP order. */
|
|
67
67
|
status: _common_schemas_js_1.TwapStatusSchema,
|
|
68
|
+
/** ID of the TWAP. */
|
|
69
|
+
twapId: v.pipe(v.optional(_base_js_1.UnsignedInteger), v.description("ID of the TWAP.")),
|
|
68
70
|
}), v.description("TWAP history record."))), v.description("Array of user's TWAP history."));
|
|
69
71
|
})();
|
|
70
72
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"twapHistory.js","sourceRoot":"","sources":["../../../../src/src/api/info/twapHistory.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"twapHistory.js","sourceRoot":"","sources":["../../../../src/src/api/info/twapHistory.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2FA,kCAUC;AArGD,2CAA6B;AAC7B,0CAAmF;AAGnF,8DAA0E;AAE1E,oDAAoD;AAEpD;;;GAGG;AACU,QAAA,kBAAkB,GAAmB,CAAC,GAAG,EAAE;IACtD,OAAO,CAAC,CAAC,IAAI,CACX,CAAC,CAAC,MAAM,CAAC;QACP,uBAAuB;QACvB,IAAI,EAAE,CAAC,CAAC,IAAI,CACV,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC,EACxB,CAAC,CAAC,WAAW,CAAC,kBAAkB,CAAC,CAClC;QACD,oBAAoB;QACpB,IAAI,EAAE,CAAC,CAAC,IAAI,CACV,kBAAO,EACP,CAAC,CAAC,WAAW,CAAC,eAAe,CAAC,CAC/B;KACF,CAAC,EACF,CAAC,CAAC,WAAW,CAAC,iCAAiC,CAAC,CACjD,CAAC;AACJ,CAAC,CAAC,EAAE,CAAC;AAGL;;;GAGG;AACU,QAAA,mBAAmB,GAAmB,CAAC,GAAG,EAAE;IACvD,OAAO,CAAC,CAAC,IAAI,CACX,CAAC,CAAC,KAAK;IACL,2BAA2B;IAC3B,CAAC,CAAC,IAAI,CACJ,CAAC,CAAC,MAAM,CAAC;QACP,oEAAoE;QACpE,IAAI,EAAE,CAAC,CAAC,IAAI,CACV,0BAAe,EACf,CAAC,CAAC,WAAW,CAAC,+DAA+D,CAAC,CAC/E;QACD,+BAA+B;QAC/B,KAAK,EAAE,oCAAe;QACtB,wCAAwC;QACxC,MAAM,EAAE,qCAAgB;QACxB,sBAAsB;QACtB,MAAM,EAAE,CAAC,CAAC,IAAI,CACZ,CAAC,CAAC,QAAQ,CAAC,0BAAe,CAAC,EAC3B,CAAC,CAAC,WAAW,CAAC,iBAAiB,CAAC,CACjC;KACF,CAAC,EACF,CAAC,CAAC,WAAW,CAAC,sBAAsB,CAAC,CACtC,CACF,EACD,CAAC,CAAC,WAAW,CAAC,+BAA+B,CAAC,CAC/C,CAAC;AACJ,CAAC,CAAC,EAAE,CAAC;AAQL;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,WAAW,CACzB,MAAyB,EACzB,MAA4C,EAC5C,MAAoB;IAEpB,MAAM,OAAO,GAAG,IAAA,iBAAM,EAAC,0BAAkB,CAAC,CAAC;QACzC,IAAI,EAAE,aAAa;QACnB,GAAG,MAAM;KACV,CAAC,CAAC;IACH,OAAO,MAAM,CAAC,SAAS,CAAC,OAAO,CAAC,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,CAAC;AAC3D,CAAC"}
|
|
@@ -54,7 +54,7 @@ export declare const WebData2Response: v.SchemaWithPipe<readonly [v.ObjectSchema
|
|
|
54
54
|
readonly leverage: v.SchemaWithPipe<readonly [v.VariantSchema<"type", [v.ObjectSchema<{
|
|
55
55
|
readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"isolated", undefined>, v.DescriptionAction<"isolated", "Leverage type.">]>;
|
|
56
56
|
readonly value: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.MinValueAction<number, 1, undefined>, v.DescriptionAction<number, "Leverage value used.">]>;
|
|
57
|
-
readonly rawUsd: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount of USD used (1 = 1
|
|
57
|
+
readonly rawUsd: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount of USD used (1 = $1).">]>;
|
|
58
58
|
}, undefined>, v.ObjectSchema<{
|
|
59
59
|
readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"cross", undefined>, v.DescriptionAction<"cross", "Leverage type.">]>;
|
|
60
60
|
readonly value: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.MinValueAction<number, 1, undefined>, v.DescriptionAction<number, "Leverage value used.">]>;
|
|
@@ -1641,6 +1641,7 @@ export declare class InfoClient<T extends IRequestTransport = IRequestTransport>
|
|
|
1641
1641
|
status: "error";
|
|
1642
1642
|
description: string;
|
|
1643
1643
|
};
|
|
1644
|
+
twapId?: number | undefined;
|
|
1644
1645
|
}[]>;
|
|
1645
1646
|
/**
|
|
1646
1647
|
* Request transaction details by transaction hash.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"~client.d.ts","sourceRoot":"","sources":["../../../../src/src/api/info/~client.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"~client.d.ts","sourceRoot":"","sources":["../../../../src/src/api/info/~client.ts"],"names":[],"mappings":"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"}
|
|
@@ -23,7 +23,7 @@ export declare const ActiveAssetDataEvent: v.SchemaWithPipe<readonly [v.ObjectSc
|
|
|
23
23
|
readonly leverage: v.SchemaWithPipe<readonly [v.VariantSchema<"type", [v.ObjectSchema<{
|
|
24
24
|
readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"isolated", undefined>, v.DescriptionAction<"isolated", "Leverage type.">]>;
|
|
25
25
|
readonly value: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.MinValueAction<number, 1, undefined>, v.DescriptionAction<number, "Leverage value used.">]>;
|
|
26
|
-
readonly rawUsd: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount of USD used (1 = 1
|
|
26
|
+
readonly rawUsd: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount of USD used (1 = $1).">]>;
|
|
27
27
|
}, undefined>, v.ObjectSchema<{
|
|
28
28
|
readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"cross", undefined>, v.DescriptionAction<"cross", "Leverage type.">]>;
|
|
29
29
|
readonly value: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.MinValueAction<number, 1, undefined>, v.DescriptionAction<number, "Leverage value used.">]>;
|
|
@@ -56,7 +56,7 @@ export declare const ClearinghouseStateEvent: v.SchemaWithPipe<readonly [v.Objec
|
|
|
56
56
|
readonly leverage: v.SchemaWithPipe<readonly [v.VariantSchema<"type", [v.ObjectSchema<{
|
|
57
57
|
readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"isolated", undefined>, v.DescriptionAction<"isolated", "Leverage type.">]>;
|
|
58
58
|
readonly value: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.MinValueAction<number, 1, undefined>, v.DescriptionAction<number, "Leverage value used.">]>;
|
|
59
|
-
readonly rawUsd: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount of USD used (1 = 1
|
|
59
|
+
readonly rawUsd: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount of USD used (1 = $1).">]>;
|
|
60
60
|
}, undefined>, v.ObjectSchema<{
|
|
61
61
|
readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"cross", undefined>, v.DescriptionAction<"cross", "Leverage type.">]>;
|
|
62
62
|
readonly value: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.MinValueAction<number, 1, undefined>, v.DescriptionAction<number, "Leverage value used.">]>;
|
|
@@ -57,6 +57,8 @@ export declare const UserTwapHistoryEvent: v.SchemaWithPipe<readonly [v.ObjectSc
|
|
|
57
57
|
status: "error";
|
|
58
58
|
description: string;
|
|
59
59
|
}, string>]>;
|
|
60
|
+
/** ID of the TWAP. */
|
|
61
|
+
readonly twapId: v.SchemaWithPipe<readonly [v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, undefined>, v.DescriptionAction<number | undefined, "ID of the TWAP.">]>;
|
|
60
62
|
}, undefined>, v.DescriptionAction<{
|
|
61
63
|
time: number;
|
|
62
64
|
state: {
|
|
@@ -77,6 +79,7 @@ export declare const UserTwapHistoryEvent: v.SchemaWithPipe<readonly [v.ObjectSc
|
|
|
77
79
|
status: "error";
|
|
78
80
|
description: string;
|
|
79
81
|
};
|
|
82
|
+
twapId?: number | undefined;
|
|
80
83
|
}, "TWAP history record.">]>, undefined>, v.DescriptionAction<{
|
|
81
84
|
time: number;
|
|
82
85
|
state: {
|
|
@@ -97,6 +100,7 @@ export declare const UserTwapHistoryEvent: v.SchemaWithPipe<readonly [v.ObjectSc
|
|
|
97
100
|
status: "error";
|
|
98
101
|
description: string;
|
|
99
102
|
};
|
|
103
|
+
twapId?: number | undefined;
|
|
100
104
|
}[], "Array of user's TWAP history.">]>;
|
|
101
105
|
/** Whether this is an initial snapshot. */
|
|
102
106
|
readonly isSnapshot: v.SchemaWithPipe<readonly [v.OptionalSchema<v.LiteralSchema<true, undefined>, undefined>, v.DescriptionAction<true | undefined, "Whether this is an initial snapshot.">]>;
|
|
@@ -122,6 +126,7 @@ export declare const UserTwapHistoryEvent: v.SchemaWithPipe<readonly [v.ObjectSc
|
|
|
122
126
|
status: "error";
|
|
123
127
|
description: string;
|
|
124
128
|
};
|
|
129
|
+
twapId?: number | undefined;
|
|
125
130
|
}[];
|
|
126
131
|
isSnapshot?: true | undefined;
|
|
127
132
|
}, "Event of user TWAP history.">]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"userTwapHistory.d.ts","sourceRoot":"","sources":["../../../../src/src/api/subscription/userTwapHistory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAC;AAC7B,OAAO,EAAW,KAAK,aAAa,EAA2B,MAAM,aAAa,CAAC;AACnF,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,YAAY,CAAC;AAC5D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAM5D,oEAAoE;AACpE,eAAO,MAAM,sBAAsB;IAG7B,4BAA4B;;IAK5B,oBAAoB;;;;;qEAQtB,CAAC;AACL,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAElF,kCAAkC;AAClC,eAAO,MAAM,oBAAoB;IAG3B,oBAAoB;;IAKpB,oCAAoC;;QAM5B,oEAAoE;;QAKpE,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;QAE/B,wCAAwC
|
|
1
|
+
{"version":3,"file":"userTwapHistory.d.ts","sourceRoot":"","sources":["../../../../src/src/api/subscription/userTwapHistory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAC;AAC7B,OAAO,EAAW,KAAK,aAAa,EAA2B,MAAM,aAAa,CAAC;AACnF,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,YAAY,CAAC;AAC5D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAM5D,oEAAoE;AACpE,eAAO,MAAM,sBAAsB;IAG7B,4BAA4B;;IAK5B,oBAAoB;;;;;qEAQtB,CAAC;AACL,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAElF,kCAAkC;AAClC,eAAO,MAAM,oBAAoB;IAG3B,oBAAoB;;IAKpB,oCAAoC;;QAM5B,oEAAoE;;QAKpE,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;QAE/B,wCAAwC;;;;;;;;;;;;QAExC,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAW9B,2CAA2C;;;;;;;;;;;;;;;;;;;;;;;;;;;mCAQ7C,CAAC;AACL,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAI9E,uEAAuE;AACvE,MAAM,MAAM,yBAAyB,GAAG,IAAI,CAAC,CAAC,CAAC,UAAU,CAAC,OAAO,sBAAsB,CAAC,EAAE,MAAM,CAAC,CAAC;AAElG;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,wBAAgB,eAAe,CAC7B,MAAM,EAAE,yBAAyB,EACjC,MAAM,EAAE,aAAa,CAAC,yBAAyB,CAAC,EAChD,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,KAAK,IAAI,GAC7C,OAAO,CAAC,YAAY,CAAC,CAOvB"}
|
|
@@ -63,6 +63,8 @@ exports.UserTwapHistoryEvent = (() => {
|
|
|
63
63
|
state: _common_schemas_js_1.TwapStateSchema,
|
|
64
64
|
/** Current status of the TWAP order. */
|
|
65
65
|
status: _common_schemas_js_1.TwapStatusSchema,
|
|
66
|
+
/** ID of the TWAP. */
|
|
67
|
+
twapId: v.pipe(v.optional(_base_js_1.UnsignedInteger), v.description("ID of the TWAP.")),
|
|
66
68
|
}), v.description("TWAP history record."))), v.description("Array of user's TWAP history.")),
|
|
67
69
|
/** Whether this is an initial snapshot. */
|
|
68
70
|
isSnapshot: v.pipe(v.optional(v.literal(true)), v.description("Whether this is an initial snapshot.")),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"userTwapHistory.js","sourceRoot":"","sources":["../../../../src/src/api/subscription/userTwapHistory.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"userTwapHistory.js","sourceRoot":"","sources":["../../../../src/src/api/subscription/userTwapHistory.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwGA,0CAWC;AAnHD,2CAA6B;AAC7B,0CAAmF;AAInF,8DAA0E;AAE1E,oDAAoD;AAEpD,oEAAoE;AACvD,QAAA,sBAAsB,GAAmB,CAAC,GAAG,EAAE;IAC1D,OAAO,CAAC,CAAC,IAAI,CACX,CAAC,CAAC,MAAM,CAAC;QACP,4BAA4B;QAC5B,IAAI,EAAE,CAAC,CAAC,IAAI,CACV,CAAC,CAAC,OAAO,CAAC,iBAAiB,CAAC,EAC5B,CAAC,CAAC,WAAW,CAAC,uBAAuB,CAAC,CACvC;QACD,oBAAoB;QACpB,IAAI,EAAE,CAAC,CAAC,IAAI,CACV,kBAAO,EACP,CAAC,CAAC,WAAW,CAAC,eAAe,CAAC,CAC/B;KACF,CAAC,EACF,CAAC,CAAC,WAAW,CAAC,+DAA+D,CAAC,CAC/E,CAAC;AACJ,CAAC,CAAC,EAAE,CAAC;AAGL,kCAAkC;AACrB,QAAA,oBAAoB,GAAmB,CAAC,GAAG,EAAE;IACxD,OAAO,CAAC,CAAC,IAAI,CACX,CAAC,CAAC,MAAM,CAAC;QACP,oBAAoB;QACpB,IAAI,EAAE,CAAC,CAAC,IAAI,CACV,kBAAO,EACP,CAAC,CAAC,WAAW,CAAC,eAAe,CAAC,CAC/B;QACD,oCAAoC;QACpC,OAAO,EAAE,CAAC,CAAC,IAAI,CACb,CAAC,CAAC,KAAK;QACL,2BAA2B;QAC3B,CAAC,CAAC,IAAI,CACJ,CAAC,CAAC,MAAM,CAAC;YACP,oEAAoE;YACpE,IAAI,EAAE,CAAC,CAAC,IAAI,CACV,0BAAe,EACf,CAAC,CAAC,WAAW,CAAC,+DAA+D,CAAC,CAC/E;YACD,+BAA+B;YAC/B,KAAK,EAAE,oCAAe;YACtB,wCAAwC;YACxC,MAAM,EAAE,qCAAgB;YACxB,sBAAsB;YACtB,MAAM,EAAE,CAAC,CAAC,IAAI,CACZ,CAAC,CAAC,QAAQ,CAAC,0BAAe,CAAC,EAC3B,CAAC,CAAC,WAAW,CAAC,iBAAiB,CAAC,CACjC;SACF,CAAC,EACF,CAAC,CAAC,WAAW,CAAC,sBAAsB,CAAC,CACtC,CACF,EACD,CAAC,CAAC,WAAW,CAAC,+BAA+B,CAAC,CAC/C;QACD,2CAA2C;QAC3C,UAAU,EAAE,CAAC,CAAC,IAAI,CAChB,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,EAC3B,CAAC,CAAC,WAAW,CAAC,sCAAsC,CAAC,CACtD;KACF,CAAC,EACF,CAAC,CAAC,WAAW,CAAC,6BAA6B,CAAC,CAC7C,CAAC;AACJ,CAAC,CAAC,EAAE,CAAC;AAQL;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,eAAe,CAC7B,MAAiC,EACjC,MAAgD,EAChD,QAA8C;IAE9C,MAAM,OAAO,GAAG,IAAA,iBAAM,EAAC,8BAAsB,CAAC,CAAC,EAAE,IAAI,EAAE,iBAAiB,EAAE,GAAG,MAAM,EAAE,CAAC,CAAC;IACvF,OAAO,MAAM,CAAC,SAAS,CAAC,SAAS,CAAuB,OAAO,CAAC,IAAI,EAAE,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE;QACnF,IAAI,CAAC,CAAC,MAAM,CAAC,IAAI,KAAK,OAAO,CAAC,IAAI,EAAE,CAAC;YACnC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC;QACrB,CAAC;IACH,CAAC,CAAC,CAAC;AACL,CAAC"}
|
|
@@ -49,7 +49,7 @@ export declare const WebData2Event: v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
|
49
49
|
readonly leverage: v.SchemaWithPipe<readonly [v.VariantSchema<"type", [v.ObjectSchema<{
|
|
50
50
|
readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"isolated", undefined>, v.DescriptionAction<"isolated", "Leverage type.">]>;
|
|
51
51
|
readonly value: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.MinValueAction<number, 1, undefined>, v.DescriptionAction<number, "Leverage value used.">]>;
|
|
52
|
-
readonly rawUsd: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount of USD used (1 = 1
|
|
52
|
+
readonly rawUsd: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, string>, v.TrimAction, v.RegexAction<string, undefined>, v.TransformAction<string, string>]>, v.DescriptionAction<string, "Amount of USD used (1 = $1).">]>;
|
|
53
53
|
}, undefined>, v.ObjectSchema<{
|
|
54
54
|
readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"cross", undefined>, v.DescriptionAction<"cross", "Leverage type.">]>;
|
|
55
55
|
readonly value: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.TransformAction<any, number>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.MinValueAction<number, 1, undefined>, v.DescriptionAction<number, "Leverage value used.">]>;
|
|
@@ -38,10 +38,10 @@ export const UsdClassTransferRequest = /* @__PURE__ */ (() => {
|
|
|
38
38
|
v.union([v.literal("Mainnet"), v.literal("Testnet")]),
|
|
39
39
|
v.description("HyperLiquid network."),
|
|
40
40
|
),
|
|
41
|
-
/** Amount to transfer (1 = 1
|
|
41
|
+
/** Amount to transfer (1 = $1). */
|
|
42
42
|
amount: v.pipe(
|
|
43
43
|
UnsignedDecimal,
|
|
44
|
-
v.description("Amount to transfer (1 = 1
|
|
44
|
+
v.description("Amount to transfer (1 = $1)."),
|
|
45
45
|
),
|
|
46
46
|
/** `true` for Spot to Perp, `false` for Perp to Spot. */
|
|
47
47
|
toPerp: v.pipe(
|
|
@@ -43,10 +43,10 @@ export const UsdSendRequest = /* @__PURE__ */ (() => {
|
|
|
43
43
|
Address,
|
|
44
44
|
v.description("Destination address."),
|
|
45
45
|
),
|
|
46
|
-
/** Amount to send (1 = 1
|
|
46
|
+
/** Amount to send (1 = $1). */
|
|
47
47
|
amount: v.pipe(
|
|
48
48
|
UnsignedDecimal,
|
|
49
|
-
v.description("Amount to send (1 = 1
|
|
49
|
+
v.description("Amount to send (1 = $1)."),
|
|
50
50
|
),
|
|
51
51
|
/** Unique request identifier (current timestamp in ms). */
|
|
52
52
|
time: v.pipe(
|
|
@@ -43,10 +43,10 @@ export const Withdraw3Request = /* @__PURE__ */ (() => {
|
|
|
43
43
|
Address,
|
|
44
44
|
v.description("Destination address."),
|
|
45
45
|
),
|
|
46
|
-
/** Amount to withdraw (1 = 1
|
|
46
|
+
/** Amount to withdraw (1 = $1). */
|
|
47
47
|
amount: v.pipe(
|
|
48
48
|
UnsignedDecimal,
|
|
49
|
-
v.description("Amount to withdraw (1 = 1
|
|
49
|
+
v.description("Amount to withdraw (1 = $1)."),
|
|
50
50
|
),
|
|
51
51
|
/** Unique request identifier (current timestamp in ms). */
|
|
52
52
|
time: v.pipe(
|
|
@@ -64,10 +64,10 @@ export const ActiveAssetDataResponse = /* @__PURE__ */ (() => {
|
|
|
64
64
|
v.minValue(1),
|
|
65
65
|
v.description("Leverage value used."),
|
|
66
66
|
),
|
|
67
|
-
/** Amount of USD used (1 = 1
|
|
67
|
+
/** Amount of USD used (1 = $1). */
|
|
68
68
|
rawUsd: v.pipe(
|
|
69
69
|
UnsignedDecimal,
|
|
70
|
-
v.description("Amount of USD used (1 = 1
|
|
70
|
+
v.description("Amount of USD used (1 = $1)."),
|
|
71
71
|
),
|
|
72
72
|
}),
|
|
73
73
|
v.object({
|
|
@@ -140,10 +140,10 @@ export const ClearinghouseStateResponse = /* @__PURE__ */ (() => {
|
|
|
140
140
|
v.minValue(1),
|
|
141
141
|
v.description("Leverage value used."),
|
|
142
142
|
),
|
|
143
|
-
/** Amount of USD used (1 = 1
|
|
143
|
+
/** Amount of USD used (1 = $1). */
|
|
144
144
|
rawUsd: v.pipe(
|
|
145
145
|
UnsignedDecimal,
|
|
146
|
-
v.description("Amount of USD used (1 = 1
|
|
146
|
+
v.description("Amount of USD used (1 = $1)."),
|
|
147
147
|
),
|
|
148
148
|
}),
|
|
149
149
|
v.object({
|
|
@@ -48,6 +48,11 @@ export const TwapHistoryResponse = /* @__PURE__ */ (() => {
|
|
|
48
48
|
state: TwapStateSchema,
|
|
49
49
|
/** Current status of the TWAP order. */
|
|
50
50
|
status: TwapStatusSchema,
|
|
51
|
+
/** ID of the TWAP. */
|
|
52
|
+
twapId: v.pipe(
|
|
53
|
+
v.optional(UnsignedInteger),
|
|
54
|
+
v.description("ID of the TWAP."),
|
|
55
|
+
),
|
|
51
56
|
}),
|
|
52
57
|
v.description("TWAP history record."),
|
|
53
58
|
),
|
|
@@ -51,6 +51,11 @@ export const UserTwapHistoryEvent = /* @__PURE__ */ (() => {
|
|
|
51
51
|
state: TwapStateSchema,
|
|
52
52
|
/** Current status of the TWAP order. */
|
|
53
53
|
status: TwapStatusSchema,
|
|
54
|
+
/** ID of the TWAP. */
|
|
55
|
+
twapId: v.pipe(
|
|
56
|
+
v.optional(UnsignedInteger),
|
|
57
|
+
v.description("ID of the TWAP."),
|
|
58
|
+
),
|
|
54
59
|
}),
|
|
55
60
|
v.description("TWAP history record."),
|
|
56
61
|
),
|