timelock-sdk 0.0.64 → 0.0.66
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/dist/abis.cjs +1 -1
- package/dist/abis.d.cts +1 -1
- package/dist/abis.d.ts +1 -1
- package/dist/abis.js +1 -1
- package/dist/client.cjs +52 -8
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.cts +84 -72
- package/dist/client.d.ts +201 -189
- package/dist/client.js +52 -9
- package/dist/client.js.map +1 -1
- package/dist/{index-BIkdgG3y.d.ts → index-DmUTOkWh.d.cts} +62 -62
- package/dist/{index-CDYUCwzA.d.cts → index-WjU9H0Tc.d.ts} +153 -153
- package/dist/{numberUtils-Dd7vdmeQ.js → numberUtils-BVUp0GfC.js} +3 -3
- package/dist/{numberUtils-Dd7vdmeQ.js.map → numberUtils-BVUp0GfC.js.map} +1 -1
- package/dist/{numberUtils-CmVB4kX7.cjs → numberUtils-BxQ4RnW9.cjs} +3 -3
- package/dist/{numberUtils-CmVB4kX7.cjs.map → numberUtils-BxQ4RnW9.cjs.map} +1 -1
- package/dist/{optionsMarket-D192aXEZ.cjs → optionsMarket-BpL6x4be.cjs} +5 -5
- package/dist/optionsMarket-BpL6x4be.cjs.map +1 -0
- package/dist/{optionsMarket-DD4CWMqv.js → optionsMarket-GbBWALCn.js} +5 -5
- package/dist/optionsMarket-GbBWALCn.js.map +1 -0
- package/dist/package.cjs +2 -2
- package/dist/package.d.cts +2 -2
- package/dist/package.d.ts +2 -2
- package/dist/package.js +2 -2
- package/dist/{uniswapMathLens-Ddy91uWa.d.ts → uniswapMathLens-BF5k8KFu.d.cts} +5 -5
- package/dist/{uniswapMathLens-D3iSMTdz.d.cts → uniswapMathLens-i1P7D19j.d.ts} +5 -5
- package/package.json +1 -1
- package/dist/optionsMarket-D192aXEZ.cjs.map +0 -1
- package/dist/optionsMarket-DD4CWMqv.js.map +0 -1
package/dist/client.d.cts
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
import "./uniswapMathLens-
|
|
2
|
-
import { D as TimelockMarketData, O as UniswapMathLens, d as Amount } from "./index-
|
|
1
|
+
import "./uniswapMathLens-BF5k8KFu.cjs";
|
|
2
|
+
import { D as TimelockMarketData, O as UniswapMathLens, d as Amount } from "./index-DmUTOkWh.cjs";
|
|
3
3
|
import * as viem249 from "viem";
|
|
4
4
|
import { Address } from "viem";
|
|
5
5
|
import React, { ReactNode } from "react";
|
|
6
6
|
import "graphql";
|
|
7
7
|
import { GraphQLClient, RequestOptions } from "graphql-request";
|
|
8
|
-
import * as
|
|
8
|
+
import * as _wagmi_core0 from "@wagmi/core";
|
|
9
9
|
import * as _tanstack_query_core0 from "@tanstack/query-core";
|
|
10
10
|
import * as _tanstack_react_query0 from "@tanstack/react-query";
|
|
11
11
|
import { NonUndefinedGuard } from "@tanstack/react-query";
|
|
12
|
+
import * as viem_utils0 from "viem/utils";
|
|
13
|
+
import * as node_modules_viem__types_errors_abi0 from "node_modules/viem/_types/errors/abi";
|
|
12
14
|
import * as wagmi0 from "wagmi";
|
|
13
15
|
import * as node_modules__wagmi_core_dist_types_errors_base0 from "node_modules/@wagmi/core/dist/types/errors/base";
|
|
14
|
-
import * as node_modules_viem__types_errors_abi0 from "node_modules/viem/_types/errors/abi";
|
|
15
16
|
import * as node_modules_viem__types_errors_account0 from "node_modules/viem/_types/errors/account";
|
|
16
17
|
|
|
17
18
|
//#region src/generated/graphql.d.ts
|
|
@@ -2768,7 +2769,7 @@ declare const useExerciseOption: (marketAddr?: Address) => {
|
|
|
2768
2769
|
isPending: boolean;
|
|
2769
2770
|
isConfirming: boolean;
|
|
2770
2771
|
isSuccess: boolean;
|
|
2771
|
-
error:
|
|
2772
|
+
error: _wagmi_core0.WriteContractErrorType | null;
|
|
2772
2773
|
isLoading: boolean;
|
|
2773
2774
|
};
|
|
2774
2775
|
//#endregion
|
|
@@ -2807,10 +2808,10 @@ declare const useMintOption: (marketAddr?: Address) => {
|
|
|
2807
2808
|
isPending: boolean;
|
|
2808
2809
|
isConfirming: boolean;
|
|
2809
2810
|
isSuccess: boolean;
|
|
2810
|
-
error:
|
|
2811
|
+
error: viem_utils0.ParseAccountErrorType | viem249.InvalidAddressErrorType | viem249.IntegerOutOfRangeErrorType | viem249.SizeExceedsPaddingSizeErrorType | viem249.AbiFunctionNotFoundErrorType | viem249.AbiEncodingLengthMismatchErrorType | viem249.AbiEncodingArrayLengthMismatchErrorType | viem249.InvalidArrayErrorType | viem249.AbiEncodingBytesSizeMismatchErrorType | viem249.SizeOverflowErrorType | viem249.SliceOffsetOutOfBoundsErrorType | viem249.InvalidAbiEncodingTypeErrorType | viem249.InvalidDefinitionTypeErrorType | node_modules_viem__types_errors_abi0.AbiItemAmbiguityErrorType | wagmi0.ConnectorAccountNotFoundErrorType | wagmi0.ConnectorChainMismatchErrorType | _wagmi_core0.ConnectorNotConnectedErrorType | wagmi0.ConnectorUnavailableReconnectingErrorType | viem249.BaseErrorType | node_modules__wagmi_core_dist_types_errors_base0.BaseErrorType | node_modules_viem__types_errors_account0.AccountNotFoundErrorType | viem249.GetContractErrorReturnType<viem249.SendTransactionErrorType> | null;
|
|
2811
2812
|
isLoading: boolean;
|
|
2812
2813
|
isApprovalPending: boolean;
|
|
2813
|
-
approvalError:
|
|
2814
|
+
approvalError: _wagmi_core0.WriteContractErrorType | null;
|
|
2814
2815
|
resetApproval: () => void;
|
|
2815
2816
|
};
|
|
2816
2817
|
//#endregion
|
|
@@ -2838,10 +2839,10 @@ declare const useExtendOption: (marketAddr?: Address) => {
|
|
|
2838
2839
|
isPending: boolean;
|
|
2839
2840
|
isConfirming: boolean;
|
|
2840
2841
|
isSuccess: boolean;
|
|
2841
|
-
error:
|
|
2842
|
+
error: viem_utils0.ParseAccountErrorType | viem249.InvalidAddressErrorType | viem249.IntegerOutOfRangeErrorType | viem249.SizeExceedsPaddingSizeErrorType | viem249.AbiFunctionNotFoundErrorType | viem249.AbiEncodingLengthMismatchErrorType | viem249.AbiEncodingArrayLengthMismatchErrorType | viem249.InvalidArrayErrorType | viem249.AbiEncodingBytesSizeMismatchErrorType | viem249.SizeOverflowErrorType | viem249.SliceOffsetOutOfBoundsErrorType | viem249.InvalidAbiEncodingTypeErrorType | viem249.InvalidDefinitionTypeErrorType | node_modules_viem__types_errors_abi0.AbiItemAmbiguityErrorType | wagmi0.ConnectorAccountNotFoundErrorType | wagmi0.ConnectorChainMismatchErrorType | _wagmi_core0.ConnectorNotConnectedErrorType | wagmi0.ConnectorUnavailableReconnectingErrorType | viem249.BaseErrorType | node_modules__wagmi_core_dist_types_errors_base0.BaseErrorType | node_modules_viem__types_errors_account0.AccountNotFoundErrorType | viem249.GetContractErrorReturnType<viem249.SendTransactionErrorType> | null;
|
|
2842
2843
|
isLoading: boolean;
|
|
2843
2844
|
isApprovalPending: boolean;
|
|
2844
|
-
approvalError:
|
|
2845
|
+
approvalError: _wagmi_core0.WriteContractErrorType | null;
|
|
2845
2846
|
resetApproval: () => void;
|
|
2846
2847
|
};
|
|
2847
2848
|
//#endregion
|
|
@@ -3244,6 +3245,17 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
3244
3245
|
}[] | undefined>;
|
|
3245
3246
|
};
|
|
3246
3247
|
//#endregion
|
|
3248
|
+
//#region src/hooks/market/useSetOperatorPerms.d.ts
|
|
3249
|
+
declare const useSetOperatorPerms: (marketAddr?: Address) => {
|
|
3250
|
+
setOperatorPerms: (operator: Address, canExtend: boolean, canExercise: boolean, canTransfer: boolean, canMint: boolean, spendingApproval: bigint) => Promise<`0x${string}`>;
|
|
3251
|
+
hash: `0x${string}` | undefined;
|
|
3252
|
+
isPending: boolean;
|
|
3253
|
+
isConfirming: boolean;
|
|
3254
|
+
isSuccess: boolean;
|
|
3255
|
+
error: _wagmi_core0.WriteContractErrorType | null;
|
|
3256
|
+
isLoading: boolean;
|
|
3257
|
+
};
|
|
3258
|
+
//#endregion
|
|
3247
3259
|
//#region src/hooks/pool/useCurrentPrice.d.ts
|
|
3248
3260
|
declare const useCurrentPrice: (poolAddr?: Address) => {
|
|
3249
3261
|
currentPrice: Amount | undefined;
|
|
@@ -3301,7 +3313,7 @@ declare const useBurnLiquidity: (vaultAddr?: Address) => {
|
|
|
3301
3313
|
isPending: boolean;
|
|
3302
3314
|
isConfirming: boolean;
|
|
3303
3315
|
isSuccess: boolean;
|
|
3304
|
-
error:
|
|
3316
|
+
error: _wagmi_core0.WriteContractErrorType | null;
|
|
3305
3317
|
isLoading: boolean;
|
|
3306
3318
|
};
|
|
3307
3319
|
//#endregion
|
|
@@ -3676,7 +3688,7 @@ declare const useMintLiquidity: (vaultAddr?: Address) => {
|
|
|
3676
3688
|
isPending: boolean;
|
|
3677
3689
|
isConfirming: boolean;
|
|
3678
3690
|
isSuccess: boolean;
|
|
3679
|
-
error:
|
|
3691
|
+
error: _wagmi_core0.WriteContractErrorType | null;
|
|
3680
3692
|
isLoading: boolean;
|
|
3681
3693
|
};
|
|
3682
3694
|
//#endregion
|
|
@@ -3812,7 +3824,7 @@ declare const useLens: () => {
|
|
|
3812
3824
|
readonly type: "uint8";
|
|
3813
3825
|
readonly internalType: "uint8";
|
|
3814
3826
|
}, {
|
|
3815
|
-
readonly name: "
|
|
3827
|
+
readonly name: "startTick";
|
|
3816
3828
|
readonly type: "int24";
|
|
3817
3829
|
readonly internalType: "int24";
|
|
3818
3830
|
}, {
|
|
@@ -4036,7 +4048,7 @@ declare const useLens: () => {
|
|
|
4036
4048
|
readonly type: "uint8";
|
|
4037
4049
|
readonly internalType: "uint8";
|
|
4038
4050
|
}, {
|
|
4039
|
-
readonly name: "
|
|
4051
|
+
readonly name: "startTick";
|
|
4040
4052
|
readonly type: "int24";
|
|
4041
4053
|
readonly internalType: "int24";
|
|
4042
4054
|
}, {
|
|
@@ -4119,7 +4131,7 @@ declare const useLens: () => {
|
|
|
4119
4131
|
readonly type: "uint8";
|
|
4120
4132
|
readonly internalType: "uint8";
|
|
4121
4133
|
}, {
|
|
4122
|
-
readonly name: "
|
|
4134
|
+
readonly name: "startTick";
|
|
4123
4135
|
readonly type: "int24";
|
|
4124
4136
|
readonly internalType: "int24";
|
|
4125
4137
|
}, {
|
|
@@ -4283,7 +4295,7 @@ declare const useLens: () => {
|
|
|
4283
4295
|
readonly type: "uint8";
|
|
4284
4296
|
readonly internalType: "uint8";
|
|
4285
4297
|
}, {
|
|
4286
|
-
readonly name: "
|
|
4298
|
+
readonly name: "startTick";
|
|
4287
4299
|
readonly type: "int24";
|
|
4288
4300
|
readonly internalType: "int24";
|
|
4289
4301
|
}, {
|
|
@@ -4486,7 +4498,7 @@ declare const useLens: () => {
|
|
|
4486
4498
|
readonly type: "uint8";
|
|
4487
4499
|
readonly internalType: "uint8";
|
|
4488
4500
|
}, {
|
|
4489
|
-
readonly name: "
|
|
4501
|
+
readonly name: "startTick";
|
|
4490
4502
|
readonly type: "int24";
|
|
4491
4503
|
readonly internalType: "int24";
|
|
4492
4504
|
}, {
|
|
@@ -4710,7 +4722,7 @@ declare const useLens: () => {
|
|
|
4710
4722
|
readonly type: "uint8";
|
|
4711
4723
|
readonly internalType: "uint8";
|
|
4712
4724
|
}, {
|
|
4713
|
-
readonly name: "
|
|
4725
|
+
readonly name: "startTick";
|
|
4714
4726
|
readonly type: "int24";
|
|
4715
4727
|
readonly internalType: "int24";
|
|
4716
4728
|
}, {
|
|
@@ -4793,7 +4805,7 @@ declare const useLens: () => {
|
|
|
4793
4805
|
readonly type: "uint8";
|
|
4794
4806
|
readonly internalType: "uint8";
|
|
4795
4807
|
}, {
|
|
4796
|
-
readonly name: "
|
|
4808
|
+
readonly name: "startTick";
|
|
4797
4809
|
readonly type: "int24";
|
|
4798
4810
|
readonly internalType: "int24";
|
|
4799
4811
|
}, {
|
|
@@ -4957,7 +4969,7 @@ declare const useLens: () => {
|
|
|
4957
4969
|
readonly type: "uint8";
|
|
4958
4970
|
readonly internalType: "uint8";
|
|
4959
4971
|
}, {
|
|
4960
|
-
readonly name: "
|
|
4972
|
+
readonly name: "startTick";
|
|
4961
4973
|
readonly type: "int24";
|
|
4962
4974
|
readonly internalType: "int24";
|
|
4963
4975
|
}, {
|
|
@@ -5170,7 +5182,7 @@ declare const useLens: () => {
|
|
|
5170
5182
|
readonly type: "uint8";
|
|
5171
5183
|
readonly internalType: "uint8";
|
|
5172
5184
|
}, {
|
|
5173
|
-
readonly name: "
|
|
5185
|
+
readonly name: "startTick";
|
|
5174
5186
|
readonly type: "int24";
|
|
5175
5187
|
readonly internalType: "int24";
|
|
5176
5188
|
}, {
|
|
@@ -5394,7 +5406,7 @@ declare const useLens: () => {
|
|
|
5394
5406
|
readonly type: "uint8";
|
|
5395
5407
|
readonly internalType: "uint8";
|
|
5396
5408
|
}, {
|
|
5397
|
-
readonly name: "
|
|
5409
|
+
readonly name: "startTick";
|
|
5398
5410
|
readonly type: "int24";
|
|
5399
5411
|
readonly internalType: "int24";
|
|
5400
5412
|
}, {
|
|
@@ -5477,7 +5489,7 @@ declare const useLens: () => {
|
|
|
5477
5489
|
readonly type: "uint8";
|
|
5478
5490
|
readonly internalType: "uint8";
|
|
5479
5491
|
}, {
|
|
5480
|
-
readonly name: "
|
|
5492
|
+
readonly name: "startTick";
|
|
5481
5493
|
readonly type: "int24";
|
|
5482
5494
|
readonly internalType: "int24";
|
|
5483
5495
|
}, {
|
|
@@ -5641,7 +5653,7 @@ declare const useLens: () => {
|
|
|
5641
5653
|
readonly type: "uint8";
|
|
5642
5654
|
readonly internalType: "uint8";
|
|
5643
5655
|
}, {
|
|
5644
|
-
readonly name: "
|
|
5656
|
+
readonly name: "startTick";
|
|
5645
5657
|
readonly type: "int24";
|
|
5646
5658
|
readonly internalType: "int24";
|
|
5647
5659
|
}, {
|
|
@@ -5745,7 +5757,7 @@ declare const useLens: () => {
|
|
|
5745
5757
|
optionId: bigint;
|
|
5746
5758
|
owner: `0x${string}`;
|
|
5747
5759
|
optionType: number;
|
|
5748
|
-
|
|
5760
|
+
startTick: number;
|
|
5749
5761
|
strikeTick: number;
|
|
5750
5762
|
entryTick: number;
|
|
5751
5763
|
strikePrice: bigint;
|
|
@@ -5861,7 +5873,7 @@ declare const useLens: () => {
|
|
|
5861
5873
|
readonly type: "uint8";
|
|
5862
5874
|
readonly internalType: "uint8";
|
|
5863
5875
|
}, {
|
|
5864
|
-
readonly name: "
|
|
5876
|
+
readonly name: "startTick";
|
|
5865
5877
|
readonly type: "int24";
|
|
5866
5878
|
readonly internalType: "int24";
|
|
5867
5879
|
}, {
|
|
@@ -6085,7 +6097,7 @@ declare const useLens: () => {
|
|
|
6085
6097
|
readonly type: "uint8";
|
|
6086
6098
|
readonly internalType: "uint8";
|
|
6087
6099
|
}, {
|
|
6088
|
-
readonly name: "
|
|
6100
|
+
readonly name: "startTick";
|
|
6089
6101
|
readonly type: "int24";
|
|
6090
6102
|
readonly internalType: "int24";
|
|
6091
6103
|
}, {
|
|
@@ -6168,7 +6180,7 @@ declare const useLens: () => {
|
|
|
6168
6180
|
readonly type: "uint8";
|
|
6169
6181
|
readonly internalType: "uint8";
|
|
6170
6182
|
}, {
|
|
6171
|
-
readonly name: "
|
|
6183
|
+
readonly name: "startTick";
|
|
6172
6184
|
readonly type: "int24";
|
|
6173
6185
|
readonly internalType: "int24";
|
|
6174
6186
|
}, {
|
|
@@ -6332,7 +6344,7 @@ declare const useLens: () => {
|
|
|
6332
6344
|
readonly type: "uint8";
|
|
6333
6345
|
readonly internalType: "uint8";
|
|
6334
6346
|
}, {
|
|
6335
|
-
readonly name: "
|
|
6347
|
+
readonly name: "startTick";
|
|
6336
6348
|
readonly type: "int24";
|
|
6337
6349
|
readonly internalType: "int24";
|
|
6338
6350
|
}, {
|
|
@@ -6535,7 +6547,7 @@ declare const useLens: () => {
|
|
|
6535
6547
|
readonly type: "uint8";
|
|
6536
6548
|
readonly internalType: "uint8";
|
|
6537
6549
|
}, {
|
|
6538
|
-
readonly name: "
|
|
6550
|
+
readonly name: "startTick";
|
|
6539
6551
|
readonly type: "int24";
|
|
6540
6552
|
readonly internalType: "int24";
|
|
6541
6553
|
}, {
|
|
@@ -6759,7 +6771,7 @@ declare const useLens: () => {
|
|
|
6759
6771
|
readonly type: "uint8";
|
|
6760
6772
|
readonly internalType: "uint8";
|
|
6761
6773
|
}, {
|
|
6762
|
-
readonly name: "
|
|
6774
|
+
readonly name: "startTick";
|
|
6763
6775
|
readonly type: "int24";
|
|
6764
6776
|
readonly internalType: "int24";
|
|
6765
6777
|
}, {
|
|
@@ -6842,7 +6854,7 @@ declare const useLens: () => {
|
|
|
6842
6854
|
readonly type: "uint8";
|
|
6843
6855
|
readonly internalType: "uint8";
|
|
6844
6856
|
}, {
|
|
6845
|
-
readonly name: "
|
|
6857
|
+
readonly name: "startTick";
|
|
6846
6858
|
readonly type: "int24";
|
|
6847
6859
|
readonly internalType: "int24";
|
|
6848
6860
|
}, {
|
|
@@ -7006,7 +7018,7 @@ declare const useLens: () => {
|
|
|
7006
7018
|
readonly type: "uint8";
|
|
7007
7019
|
readonly internalType: "uint8";
|
|
7008
7020
|
}, {
|
|
7009
|
-
readonly name: "
|
|
7021
|
+
readonly name: "startTick";
|
|
7010
7022
|
readonly type: "int24";
|
|
7011
7023
|
readonly internalType: "int24";
|
|
7012
7024
|
}, {
|
|
@@ -7222,7 +7234,7 @@ declare const useLens: () => {
|
|
|
7222
7234
|
readonly type: "uint8";
|
|
7223
7235
|
readonly internalType: "uint8";
|
|
7224
7236
|
}, {
|
|
7225
|
-
readonly name: "
|
|
7237
|
+
readonly name: "startTick";
|
|
7226
7238
|
readonly type: "int24";
|
|
7227
7239
|
readonly internalType: "int24";
|
|
7228
7240
|
}, {
|
|
@@ -7446,7 +7458,7 @@ declare const useLens: () => {
|
|
|
7446
7458
|
readonly type: "uint8";
|
|
7447
7459
|
readonly internalType: "uint8";
|
|
7448
7460
|
}, {
|
|
7449
|
-
readonly name: "
|
|
7461
|
+
readonly name: "startTick";
|
|
7450
7462
|
readonly type: "int24";
|
|
7451
7463
|
readonly internalType: "int24";
|
|
7452
7464
|
}, {
|
|
@@ -7529,7 +7541,7 @@ declare const useLens: () => {
|
|
|
7529
7541
|
readonly type: "uint8";
|
|
7530
7542
|
readonly internalType: "uint8";
|
|
7531
7543
|
}, {
|
|
7532
|
-
readonly name: "
|
|
7544
|
+
readonly name: "startTick";
|
|
7533
7545
|
readonly type: "int24";
|
|
7534
7546
|
readonly internalType: "int24";
|
|
7535
7547
|
}, {
|
|
@@ -7693,7 +7705,7 @@ declare const useLens: () => {
|
|
|
7693
7705
|
readonly type: "uint8";
|
|
7694
7706
|
readonly internalType: "uint8";
|
|
7695
7707
|
}, {
|
|
7696
|
-
readonly name: "
|
|
7708
|
+
readonly name: "startTick";
|
|
7697
7709
|
readonly type: "int24";
|
|
7698
7710
|
readonly internalType: "int24";
|
|
7699
7711
|
}, {
|
|
@@ -7896,7 +7908,7 @@ declare const useLens: () => {
|
|
|
7896
7908
|
readonly type: "uint8";
|
|
7897
7909
|
readonly internalType: "uint8";
|
|
7898
7910
|
}, {
|
|
7899
|
-
readonly name: "
|
|
7911
|
+
readonly name: "startTick";
|
|
7900
7912
|
readonly type: "int24";
|
|
7901
7913
|
readonly internalType: "int24";
|
|
7902
7914
|
}, {
|
|
@@ -8120,7 +8132,7 @@ declare const useLens: () => {
|
|
|
8120
8132
|
readonly type: "uint8";
|
|
8121
8133
|
readonly internalType: "uint8";
|
|
8122
8134
|
}, {
|
|
8123
|
-
readonly name: "
|
|
8135
|
+
readonly name: "startTick";
|
|
8124
8136
|
readonly type: "int24";
|
|
8125
8137
|
readonly internalType: "int24";
|
|
8126
8138
|
}, {
|
|
@@ -8203,7 +8215,7 @@ declare const useLens: () => {
|
|
|
8203
8215
|
readonly type: "uint8";
|
|
8204
8216
|
readonly internalType: "uint8";
|
|
8205
8217
|
}, {
|
|
8206
|
-
readonly name: "
|
|
8218
|
+
readonly name: "startTick";
|
|
8207
8219
|
readonly type: "int24";
|
|
8208
8220
|
readonly internalType: "int24";
|
|
8209
8221
|
}, {
|
|
@@ -8367,7 +8379,7 @@ declare const useLens: () => {
|
|
|
8367
8379
|
readonly type: "uint8";
|
|
8368
8380
|
readonly internalType: "uint8";
|
|
8369
8381
|
}, {
|
|
8370
|
-
readonly name: "
|
|
8382
|
+
readonly name: "startTick";
|
|
8371
8383
|
readonly type: "int24";
|
|
8372
8384
|
readonly internalType: "int24";
|
|
8373
8385
|
}, {
|
|
@@ -8570,7 +8582,7 @@ declare const useLens: () => {
|
|
|
8570
8582
|
readonly type: "uint8";
|
|
8571
8583
|
readonly internalType: "uint8";
|
|
8572
8584
|
}, {
|
|
8573
|
-
readonly name: "
|
|
8585
|
+
readonly name: "startTick";
|
|
8574
8586
|
readonly type: "int24";
|
|
8575
8587
|
readonly internalType: "int24";
|
|
8576
8588
|
}, {
|
|
@@ -8794,7 +8806,7 @@ declare const useLens: () => {
|
|
|
8794
8806
|
readonly type: "uint8";
|
|
8795
8807
|
readonly internalType: "uint8";
|
|
8796
8808
|
}, {
|
|
8797
|
-
readonly name: "
|
|
8809
|
+
readonly name: "startTick";
|
|
8798
8810
|
readonly type: "int24";
|
|
8799
8811
|
readonly internalType: "int24";
|
|
8800
8812
|
}, {
|
|
@@ -8877,7 +8889,7 @@ declare const useLens: () => {
|
|
|
8877
8889
|
readonly type: "uint8";
|
|
8878
8890
|
readonly internalType: "uint8";
|
|
8879
8891
|
}, {
|
|
8880
|
-
readonly name: "
|
|
8892
|
+
readonly name: "startTick";
|
|
8881
8893
|
readonly type: "int24";
|
|
8882
8894
|
readonly internalType: "int24";
|
|
8883
8895
|
}, {
|
|
@@ -9041,7 +9053,7 @@ declare const useLens: () => {
|
|
|
9041
9053
|
readonly type: "uint8";
|
|
9042
9054
|
readonly internalType: "uint8";
|
|
9043
9055
|
}, {
|
|
9044
|
-
readonly name: "
|
|
9056
|
+
readonly name: "startTick";
|
|
9045
9057
|
readonly type: "int24";
|
|
9046
9058
|
readonly internalType: "int24";
|
|
9047
9059
|
}, {
|
|
@@ -9145,7 +9157,7 @@ declare const useLens: () => {
|
|
|
9145
9157
|
optionId: bigint;
|
|
9146
9158
|
owner: `0x${string}`;
|
|
9147
9159
|
optionType: number;
|
|
9148
|
-
|
|
9160
|
+
startTick: number;
|
|
9149
9161
|
strikeTick: number;
|
|
9150
9162
|
entryTick: number;
|
|
9151
9163
|
strikePrice: bigint;
|
|
@@ -9261,7 +9273,7 @@ declare const useLens: () => {
|
|
|
9261
9273
|
readonly type: "uint8";
|
|
9262
9274
|
readonly internalType: "uint8";
|
|
9263
9275
|
}, {
|
|
9264
|
-
readonly name: "
|
|
9276
|
+
readonly name: "startTick";
|
|
9265
9277
|
readonly type: "int24";
|
|
9266
9278
|
readonly internalType: "int24";
|
|
9267
9279
|
}, {
|
|
@@ -9485,7 +9497,7 @@ declare const useLens: () => {
|
|
|
9485
9497
|
readonly type: "uint8";
|
|
9486
9498
|
readonly internalType: "uint8";
|
|
9487
9499
|
}, {
|
|
9488
|
-
readonly name: "
|
|
9500
|
+
readonly name: "startTick";
|
|
9489
9501
|
readonly type: "int24";
|
|
9490
9502
|
readonly internalType: "int24";
|
|
9491
9503
|
}, {
|
|
@@ -9568,7 +9580,7 @@ declare const useLens: () => {
|
|
|
9568
9580
|
readonly type: "uint8";
|
|
9569
9581
|
readonly internalType: "uint8";
|
|
9570
9582
|
}, {
|
|
9571
|
-
readonly name: "
|
|
9583
|
+
readonly name: "startTick";
|
|
9572
9584
|
readonly type: "int24";
|
|
9573
9585
|
readonly internalType: "int24";
|
|
9574
9586
|
}, {
|
|
@@ -9732,7 +9744,7 @@ declare const useLens: () => {
|
|
|
9732
9744
|
readonly type: "uint8";
|
|
9733
9745
|
readonly internalType: "uint8";
|
|
9734
9746
|
}, {
|
|
9735
|
-
readonly name: "
|
|
9747
|
+
readonly name: "startTick";
|
|
9736
9748
|
readonly type: "int24";
|
|
9737
9749
|
readonly internalType: "int24";
|
|
9738
9750
|
}, {
|
|
@@ -9836,7 +9848,7 @@ declare const useLens: () => {
|
|
|
9836
9848
|
optionId: bigint;
|
|
9837
9849
|
owner: `0x${string}`;
|
|
9838
9850
|
optionType: number;
|
|
9839
|
-
|
|
9851
|
+
startTick: number;
|
|
9840
9852
|
strikeTick: number;
|
|
9841
9853
|
entryTick: number;
|
|
9842
9854
|
strikePrice: bigint;
|
|
@@ -9952,7 +9964,7 @@ declare const useLens: () => {
|
|
|
9952
9964
|
readonly type: "uint8";
|
|
9953
9965
|
readonly internalType: "uint8";
|
|
9954
9966
|
}, {
|
|
9955
|
-
readonly name: "
|
|
9967
|
+
readonly name: "startTick";
|
|
9956
9968
|
readonly type: "int24";
|
|
9957
9969
|
readonly internalType: "int24";
|
|
9958
9970
|
}, {
|
|
@@ -10176,7 +10188,7 @@ declare const useLens: () => {
|
|
|
10176
10188
|
readonly type: "uint8";
|
|
10177
10189
|
readonly internalType: "uint8";
|
|
10178
10190
|
}, {
|
|
10179
|
-
readonly name: "
|
|
10191
|
+
readonly name: "startTick";
|
|
10180
10192
|
readonly type: "int24";
|
|
10181
10193
|
readonly internalType: "int24";
|
|
10182
10194
|
}, {
|
|
@@ -10259,7 +10271,7 @@ declare const useLens: () => {
|
|
|
10259
10271
|
readonly type: "uint8";
|
|
10260
10272
|
readonly internalType: "uint8";
|
|
10261
10273
|
}, {
|
|
10262
|
-
readonly name: "
|
|
10274
|
+
readonly name: "startTick";
|
|
10263
10275
|
readonly type: "int24";
|
|
10264
10276
|
readonly internalType: "int24";
|
|
10265
10277
|
}, {
|
|
@@ -10423,7 +10435,7 @@ declare const useLens: () => {
|
|
|
10423
10435
|
readonly type: "uint8";
|
|
10424
10436
|
readonly internalType: "uint8";
|
|
10425
10437
|
}, {
|
|
10426
|
-
readonly name: "
|
|
10438
|
+
readonly name: "startTick";
|
|
10427
10439
|
readonly type: "int24";
|
|
10428
10440
|
readonly internalType: "int24";
|
|
10429
10441
|
}, {
|
|
@@ -10637,7 +10649,7 @@ declare const useLens: () => {
|
|
|
10637
10649
|
readonly type: "uint8";
|
|
10638
10650
|
readonly internalType: "uint8";
|
|
10639
10651
|
}, {
|
|
10640
|
-
readonly name: "
|
|
10652
|
+
readonly name: "startTick";
|
|
10641
10653
|
readonly type: "int24";
|
|
10642
10654
|
readonly internalType: "int24";
|
|
10643
10655
|
}, {
|
|
@@ -10861,7 +10873,7 @@ declare const useLens: () => {
|
|
|
10861
10873
|
readonly type: "uint8";
|
|
10862
10874
|
readonly internalType: "uint8";
|
|
10863
10875
|
}, {
|
|
10864
|
-
readonly name: "
|
|
10876
|
+
readonly name: "startTick";
|
|
10865
10877
|
readonly type: "int24";
|
|
10866
10878
|
readonly internalType: "int24";
|
|
10867
10879
|
}, {
|
|
@@ -10944,7 +10956,7 @@ declare const useLens: () => {
|
|
|
10944
10956
|
readonly type: "uint8";
|
|
10945
10957
|
readonly internalType: "uint8";
|
|
10946
10958
|
}, {
|
|
10947
|
-
readonly name: "
|
|
10959
|
+
readonly name: "startTick";
|
|
10948
10960
|
readonly type: "int24";
|
|
10949
10961
|
readonly internalType: "int24";
|
|
10950
10962
|
}, {
|
|
@@ -11108,7 +11120,7 @@ declare const useLens: () => {
|
|
|
11108
11120
|
readonly type: "uint8";
|
|
11109
11121
|
readonly internalType: "uint8";
|
|
11110
11122
|
}, {
|
|
11111
|
-
readonly name: "
|
|
11123
|
+
readonly name: "startTick";
|
|
11112
11124
|
readonly type: "int24";
|
|
11113
11125
|
readonly internalType: "int24";
|
|
11114
11126
|
}, {
|
|
@@ -11311,7 +11323,7 @@ declare const useLens: () => {
|
|
|
11311
11323
|
readonly type: "uint8";
|
|
11312
11324
|
readonly internalType: "uint8";
|
|
11313
11325
|
}, {
|
|
11314
|
-
readonly name: "
|
|
11326
|
+
readonly name: "startTick";
|
|
11315
11327
|
readonly type: "int24";
|
|
11316
11328
|
readonly internalType: "int24";
|
|
11317
11329
|
}, {
|
|
@@ -11535,7 +11547,7 @@ declare const useLens: () => {
|
|
|
11535
11547
|
readonly type: "uint8";
|
|
11536
11548
|
readonly internalType: "uint8";
|
|
11537
11549
|
}, {
|
|
11538
|
-
readonly name: "
|
|
11550
|
+
readonly name: "startTick";
|
|
11539
11551
|
readonly type: "int24";
|
|
11540
11552
|
readonly internalType: "int24";
|
|
11541
11553
|
}, {
|
|
@@ -11618,7 +11630,7 @@ declare const useLens: () => {
|
|
|
11618
11630
|
readonly type: "uint8";
|
|
11619
11631
|
readonly internalType: "uint8";
|
|
11620
11632
|
}, {
|
|
11621
|
-
readonly name: "
|
|
11633
|
+
readonly name: "startTick";
|
|
11622
11634
|
readonly type: "int24";
|
|
11623
11635
|
readonly internalType: "int24";
|
|
11624
11636
|
}, {
|
|
@@ -11782,7 +11794,7 @@ declare const useLens: () => {
|
|
|
11782
11794
|
readonly type: "uint8";
|
|
11783
11795
|
readonly internalType: "uint8";
|
|
11784
11796
|
}, {
|
|
11785
|
-
readonly name: "
|
|
11797
|
+
readonly name: "startTick";
|
|
11786
11798
|
readonly type: "int24";
|
|
11787
11799
|
readonly internalType: "int24";
|
|
11788
11800
|
}, {
|
|
@@ -11886,7 +11898,7 @@ declare const useLens: () => {
|
|
|
11886
11898
|
optionId: bigint;
|
|
11887
11899
|
owner: `0x${string}`;
|
|
11888
11900
|
optionType: number;
|
|
11889
|
-
|
|
11901
|
+
startTick: number;
|
|
11890
11902
|
strikeTick: number;
|
|
11891
11903
|
entryTick: number;
|
|
11892
11904
|
strikePrice: bigint;
|
|
@@ -12002,7 +12014,7 @@ declare const useLens: () => {
|
|
|
12002
12014
|
readonly type: "uint8";
|
|
12003
12015
|
readonly internalType: "uint8";
|
|
12004
12016
|
}, {
|
|
12005
|
-
readonly name: "
|
|
12017
|
+
readonly name: "startTick";
|
|
12006
12018
|
readonly type: "int24";
|
|
12007
12019
|
readonly internalType: "int24";
|
|
12008
12020
|
}, {
|
|
@@ -12226,7 +12238,7 @@ declare const useLens: () => {
|
|
|
12226
12238
|
readonly type: "uint8";
|
|
12227
12239
|
readonly internalType: "uint8";
|
|
12228
12240
|
}, {
|
|
12229
|
-
readonly name: "
|
|
12241
|
+
readonly name: "startTick";
|
|
12230
12242
|
readonly type: "int24";
|
|
12231
12243
|
readonly internalType: "int24";
|
|
12232
12244
|
}, {
|
|
@@ -12309,7 +12321,7 @@ declare const useLens: () => {
|
|
|
12309
12321
|
readonly type: "uint8";
|
|
12310
12322
|
readonly internalType: "uint8";
|
|
12311
12323
|
}, {
|
|
12312
|
-
readonly name: "
|
|
12324
|
+
readonly name: "startTick";
|
|
12313
12325
|
readonly type: "int24";
|
|
12314
12326
|
readonly internalType: "int24";
|
|
12315
12327
|
}, {
|
|
@@ -12473,7 +12485,7 @@ declare const useLens: () => {
|
|
|
12473
12485
|
readonly type: "uint8";
|
|
12474
12486
|
readonly internalType: "uint8";
|
|
12475
12487
|
}, {
|
|
12476
|
-
readonly name: "
|
|
12488
|
+
readonly name: "startTick";
|
|
12477
12489
|
readonly type: "int24";
|
|
12478
12490
|
readonly internalType: "int24";
|
|
12479
12491
|
}, {
|
|
@@ -12678,7 +12690,7 @@ declare const useLens: () => {
|
|
|
12678
12690
|
readonly type: "uint8";
|
|
12679
12691
|
readonly internalType: "uint8";
|
|
12680
12692
|
}, {
|
|
12681
|
-
readonly name: "
|
|
12693
|
+
readonly name: "startTick";
|
|
12682
12694
|
readonly type: "int24";
|
|
12683
12695
|
readonly internalType: "int24";
|
|
12684
12696
|
}, {
|
|
@@ -12902,7 +12914,7 @@ declare const useLens: () => {
|
|
|
12902
12914
|
readonly type: "uint8";
|
|
12903
12915
|
readonly internalType: "uint8";
|
|
12904
12916
|
}, {
|
|
12905
|
-
readonly name: "
|
|
12917
|
+
readonly name: "startTick";
|
|
12906
12918
|
readonly type: "int24";
|
|
12907
12919
|
readonly internalType: "int24";
|
|
12908
12920
|
}, {
|
|
@@ -12985,7 +12997,7 @@ declare const useLens: () => {
|
|
|
12985
12997
|
readonly type: "uint8";
|
|
12986
12998
|
readonly internalType: "uint8";
|
|
12987
12999
|
}, {
|
|
12988
|
-
readonly name: "
|
|
13000
|
+
readonly name: "startTick";
|
|
12989
13001
|
readonly type: "int24";
|
|
12990
13002
|
readonly internalType: "int24";
|
|
12991
13003
|
}, {
|
|
@@ -13149,7 +13161,7 @@ declare const useLens: () => {
|
|
|
13149
13161
|
readonly type: "uint8";
|
|
13150
13162
|
readonly internalType: "uint8";
|
|
13151
13163
|
}, {
|
|
13152
|
-
readonly name: "
|
|
13164
|
+
readonly name: "startTick";
|
|
13153
13165
|
readonly type: "int24";
|
|
13154
13166
|
readonly internalType: "int24";
|
|
13155
13167
|
}, {
|
|
@@ -30025,5 +30037,5 @@ declare const useLens: () => {
|
|
|
30025
30037
|
} | undefined;
|
|
30026
30038
|
};
|
|
30027
30039
|
//#endregion
|
|
30028
|
-
export { LiquidityBlockData, OptionData, TimelockMarketProvider, UniswapPoolData, batchGetAmountsFromLiquidity, useActiveUserOptions, useBurnLiquidity, useClosedUserOptions, useCurrentMarket, useCurrentPrice, useCurrentTick, useExerciseOption, useExtendOption, useLens, useLiquidityBlocks, useMarketData, useMaxPositionSize, useMintLiquidity, useMintOption, useOptionPnl, useOptionPremium, usePoolData, usePriceAtTick, usePriceHistory, useTimelockConfig, useUserOperators, useVaultData, useVaultTVL };
|
|
30040
|
+
export { LiquidityBlockData, OptionData, TimelockMarketProvider, UniswapPoolData, batchGetAmountsFromLiquidity, useActiveUserOptions, useBurnLiquidity, useClosedUserOptions, useCurrentMarket, useCurrentPrice, useCurrentTick, useExerciseOption, useExtendOption, useLens, useLiquidityBlocks, useMarketData, useMaxPositionSize, useMintLiquidity, useMintOption, useOptionPnl, useOptionPremium, usePoolData, usePriceAtTick, usePriceHistory, useSetOperatorPerms, useTimelockConfig, useUserOperators, useVaultData, useVaultTVL };
|
|
30029
30041
|
//# sourceMappingURL=client.d.cts.map
|