timelock-sdk 0.0.22 → 0.0.23
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/client.cjs +11 -3
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.cts +57 -57
- package/dist/client.d.ts +111 -111
- package/dist/client.js +11 -3
- package/dist/client.js.map +1 -1
- package/dist/{index-v8akdN5J.d.ts → index-B20z73_3.d.ts} +96 -96
- package/dist/{index-Dej2kIqj.d.cts → index-CA5kB-yT.d.cts} +9 -9
- package/dist/package.d.cts +1 -1
- package/dist/package.d.ts +1 -1
- package/package.json +1 -1
package/dist/client.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./uniswapMathLens-B1MIL2yT.cjs";
|
|
2
|
-
import { Amount, TimelockMarketData, UniswapMathLens } from "./index-
|
|
2
|
+
import { Amount, TimelockMarketData, UniswapMathLens } from "./index-CA5kB-yT.cjs";
|
|
3
3
|
import "graphql";
|
|
4
4
|
import "graphql-request";
|
|
5
5
|
import React, { ReactNode } from "react";
|
|
@@ -7,7 +7,7 @@ import * as viem249 from "viem";
|
|
|
7
7
|
import { Address } from "viem";
|
|
8
8
|
import * as _wagmi_core0 from "@wagmi/core";
|
|
9
9
|
import { NonUndefinedGuard } from "@tanstack/react-query";
|
|
10
|
-
import * as
|
|
10
|
+
import * as _tanstack_query_core0 from "@tanstack/query-core";
|
|
11
11
|
|
|
12
12
|
//#region src/generated/graphql.d.ts
|
|
13
13
|
type Exact<T extends {
|
|
@@ -255,7 +255,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
|
|
|
255
255
|
isRefetching: boolean;
|
|
256
256
|
isStale: boolean;
|
|
257
257
|
isEnabled: boolean;
|
|
258
|
-
refetch: (options?:
|
|
258
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
259
259
|
id: bigint;
|
|
260
260
|
marketAddr: Address;
|
|
261
261
|
optionType: "CALL" | "PUT";
|
|
@@ -283,7 +283,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
|
|
|
283
283
|
transactionHash: string;
|
|
284
284
|
} | null;
|
|
285
285
|
}[] | undefined, Error>>;
|
|
286
|
-
fetchStatus:
|
|
286
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
287
287
|
promise: Promise<{
|
|
288
288
|
id: bigint;
|
|
289
289
|
marketAddr: Address;
|
|
@@ -363,7 +363,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
|
|
|
363
363
|
isRefetching: boolean;
|
|
364
364
|
isStale: boolean;
|
|
365
365
|
isEnabled: boolean;
|
|
366
|
-
refetch: (options?:
|
|
366
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
367
367
|
id: bigint;
|
|
368
368
|
marketAddr: Address;
|
|
369
369
|
optionType: "CALL" | "PUT";
|
|
@@ -391,7 +391,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
|
|
|
391
391
|
transactionHash: string;
|
|
392
392
|
} | null;
|
|
393
393
|
}[] | undefined, Error>>;
|
|
394
|
-
fetchStatus:
|
|
394
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
395
395
|
promise: Promise<{
|
|
396
396
|
id: bigint;
|
|
397
397
|
marketAddr: Address;
|
|
@@ -471,7 +471,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
|
|
|
471
471
|
isRefetching: boolean;
|
|
472
472
|
isStale: boolean;
|
|
473
473
|
isEnabled: boolean;
|
|
474
|
-
refetch: (options?:
|
|
474
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
475
475
|
id: bigint;
|
|
476
476
|
marketAddr: Address;
|
|
477
477
|
optionType: "CALL" | "PUT";
|
|
@@ -499,7 +499,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
|
|
|
499
499
|
transactionHash: string;
|
|
500
500
|
} | null;
|
|
501
501
|
}[] | undefined, Error>>;
|
|
502
|
-
fetchStatus:
|
|
502
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
503
503
|
promise: Promise<{
|
|
504
504
|
id: bigint;
|
|
505
505
|
marketAddr: Address;
|
|
@@ -579,7 +579,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
|
|
|
579
579
|
isRefetching: boolean;
|
|
580
580
|
isStale: boolean;
|
|
581
581
|
isEnabled: boolean;
|
|
582
|
-
refetch: (options?:
|
|
582
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
583
583
|
id: bigint;
|
|
584
584
|
marketAddr: Address;
|
|
585
585
|
optionType: "CALL" | "PUT";
|
|
@@ -607,7 +607,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
|
|
|
607
607
|
transactionHash: string;
|
|
608
608
|
} | null;
|
|
609
609
|
}[] | undefined, Error>>;
|
|
610
|
-
fetchStatus:
|
|
610
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
611
611
|
promise: Promise<{
|
|
612
612
|
id: bigint;
|
|
613
613
|
marketAddr: Address;
|
|
@@ -687,7 +687,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
|
|
|
687
687
|
isRefetching: boolean;
|
|
688
688
|
isStale: boolean;
|
|
689
689
|
isEnabled: boolean;
|
|
690
|
-
refetch: (options?:
|
|
690
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
691
691
|
id: bigint;
|
|
692
692
|
marketAddr: Address;
|
|
693
693
|
optionType: "CALL" | "PUT";
|
|
@@ -715,7 +715,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
|
|
|
715
715
|
transactionHash: string;
|
|
716
716
|
} | null;
|
|
717
717
|
}[] | undefined, Error>>;
|
|
718
|
-
fetchStatus:
|
|
718
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
719
719
|
promise: Promise<{
|
|
720
720
|
id: bigint;
|
|
721
721
|
marketAddr: Address;
|
|
@@ -795,7 +795,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
|
|
|
795
795
|
isRefetching: boolean;
|
|
796
796
|
isStale: boolean;
|
|
797
797
|
isEnabled: boolean;
|
|
798
|
-
refetch: (options?:
|
|
798
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
799
799
|
id: bigint;
|
|
800
800
|
marketAddr: Address;
|
|
801
801
|
optionType: "CALL" | "PUT";
|
|
@@ -823,7 +823,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
|
|
|
823
823
|
transactionHash: string;
|
|
824
824
|
} | null;
|
|
825
825
|
}[] | undefined, Error>>;
|
|
826
|
-
fetchStatus:
|
|
826
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
827
827
|
promise: Promise<{
|
|
828
828
|
id: bigint;
|
|
829
829
|
marketAddr: Address;
|
|
@@ -904,7 +904,7 @@ declare const useActiveUserOptions: (user?: string) => {
|
|
|
904
904
|
isRefetching: boolean;
|
|
905
905
|
isStale: boolean;
|
|
906
906
|
isEnabled: boolean;
|
|
907
|
-
refetch: (options?:
|
|
907
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
908
908
|
id: bigint;
|
|
909
909
|
marketAddr: Address;
|
|
910
910
|
optionType: "CALL" | "PUT";
|
|
@@ -932,7 +932,7 @@ declare const useActiveUserOptions: (user?: string) => {
|
|
|
932
932
|
transactionHash: string;
|
|
933
933
|
} | null;
|
|
934
934
|
}[] | undefined, Error>>;
|
|
935
|
-
fetchStatus:
|
|
935
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
936
936
|
promise: Promise<{
|
|
937
937
|
id: bigint;
|
|
938
938
|
marketAddr: Address;
|
|
@@ -1012,7 +1012,7 @@ declare const useActiveUserOptions: (user?: string) => {
|
|
|
1012
1012
|
isRefetching: boolean;
|
|
1013
1013
|
isStale: boolean;
|
|
1014
1014
|
isEnabled: boolean;
|
|
1015
|
-
refetch: (options?:
|
|
1015
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
1016
1016
|
id: bigint;
|
|
1017
1017
|
marketAddr: Address;
|
|
1018
1018
|
optionType: "CALL" | "PUT";
|
|
@@ -1040,7 +1040,7 @@ declare const useActiveUserOptions: (user?: string) => {
|
|
|
1040
1040
|
transactionHash: string;
|
|
1041
1041
|
} | null;
|
|
1042
1042
|
}[] | undefined, Error>>;
|
|
1043
|
-
fetchStatus:
|
|
1043
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
1044
1044
|
promise: Promise<{
|
|
1045
1045
|
id: bigint;
|
|
1046
1046
|
marketAddr: Address;
|
|
@@ -1120,7 +1120,7 @@ declare const useActiveUserOptions: (user?: string) => {
|
|
|
1120
1120
|
isRefetching: boolean;
|
|
1121
1121
|
isStale: boolean;
|
|
1122
1122
|
isEnabled: boolean;
|
|
1123
|
-
refetch: (options?:
|
|
1123
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
1124
1124
|
id: bigint;
|
|
1125
1125
|
marketAddr: Address;
|
|
1126
1126
|
optionType: "CALL" | "PUT";
|
|
@@ -1148,7 +1148,7 @@ declare const useActiveUserOptions: (user?: string) => {
|
|
|
1148
1148
|
transactionHash: string;
|
|
1149
1149
|
} | null;
|
|
1150
1150
|
}[] | undefined, Error>>;
|
|
1151
|
-
fetchStatus:
|
|
1151
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
1152
1152
|
promise: Promise<{
|
|
1153
1153
|
id: bigint;
|
|
1154
1154
|
marketAddr: Address;
|
|
@@ -1228,7 +1228,7 @@ declare const useActiveUserOptions: (user?: string) => {
|
|
|
1228
1228
|
isRefetching: boolean;
|
|
1229
1229
|
isStale: boolean;
|
|
1230
1230
|
isEnabled: boolean;
|
|
1231
|
-
refetch: (options?:
|
|
1231
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
1232
1232
|
id: bigint;
|
|
1233
1233
|
marketAddr: Address;
|
|
1234
1234
|
optionType: "CALL" | "PUT";
|
|
@@ -1256,7 +1256,7 @@ declare const useActiveUserOptions: (user?: string) => {
|
|
|
1256
1256
|
transactionHash: string;
|
|
1257
1257
|
} | null;
|
|
1258
1258
|
}[] | undefined, Error>>;
|
|
1259
|
-
fetchStatus:
|
|
1259
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
1260
1260
|
promise: Promise<{
|
|
1261
1261
|
id: bigint;
|
|
1262
1262
|
marketAddr: Address;
|
|
@@ -1336,7 +1336,7 @@ declare const useActiveUserOptions: (user?: string) => {
|
|
|
1336
1336
|
isRefetching: boolean;
|
|
1337
1337
|
isStale: boolean;
|
|
1338
1338
|
isEnabled: boolean;
|
|
1339
|
-
refetch: (options?:
|
|
1339
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
1340
1340
|
id: bigint;
|
|
1341
1341
|
marketAddr: Address;
|
|
1342
1342
|
optionType: "CALL" | "PUT";
|
|
@@ -1364,7 +1364,7 @@ declare const useActiveUserOptions: (user?: string) => {
|
|
|
1364
1364
|
transactionHash: string;
|
|
1365
1365
|
} | null;
|
|
1366
1366
|
}[] | undefined, Error>>;
|
|
1367
|
-
fetchStatus:
|
|
1367
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
1368
1368
|
promise: Promise<{
|
|
1369
1369
|
id: bigint;
|
|
1370
1370
|
marketAddr: Address;
|
|
@@ -1444,7 +1444,7 @@ declare const useActiveUserOptions: (user?: string) => {
|
|
|
1444
1444
|
isRefetching: boolean;
|
|
1445
1445
|
isStale: boolean;
|
|
1446
1446
|
isEnabled: boolean;
|
|
1447
|
-
refetch: (options?:
|
|
1447
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
1448
1448
|
id: bigint;
|
|
1449
1449
|
marketAddr: Address;
|
|
1450
1450
|
optionType: "CALL" | "PUT";
|
|
@@ -1472,7 +1472,7 @@ declare const useActiveUserOptions: (user?: string) => {
|
|
|
1472
1472
|
transactionHash: string;
|
|
1473
1473
|
} | null;
|
|
1474
1474
|
}[] | undefined, Error>>;
|
|
1475
|
-
fetchStatus:
|
|
1475
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
1476
1476
|
promise: Promise<{
|
|
1477
1477
|
id: bigint;
|
|
1478
1478
|
marketAddr: Address;
|
|
@@ -1553,7 +1553,7 @@ declare const useClosedUserOptions: (user?: string) => {
|
|
|
1553
1553
|
isRefetching: boolean;
|
|
1554
1554
|
isStale: boolean;
|
|
1555
1555
|
isEnabled: boolean;
|
|
1556
|
-
refetch: (options?:
|
|
1556
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
1557
1557
|
id: bigint;
|
|
1558
1558
|
marketAddr: Address;
|
|
1559
1559
|
optionType: "CALL" | "PUT";
|
|
@@ -1581,7 +1581,7 @@ declare const useClosedUserOptions: (user?: string) => {
|
|
|
1581
1581
|
transactionHash: string;
|
|
1582
1582
|
} | null;
|
|
1583
1583
|
}[] | undefined, Error>>;
|
|
1584
|
-
fetchStatus:
|
|
1584
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
1585
1585
|
promise: Promise<{
|
|
1586
1586
|
id: bigint;
|
|
1587
1587
|
marketAddr: Address;
|
|
@@ -1661,7 +1661,7 @@ declare const useClosedUserOptions: (user?: string) => {
|
|
|
1661
1661
|
isRefetching: boolean;
|
|
1662
1662
|
isStale: boolean;
|
|
1663
1663
|
isEnabled: boolean;
|
|
1664
|
-
refetch: (options?:
|
|
1664
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
1665
1665
|
id: bigint;
|
|
1666
1666
|
marketAddr: Address;
|
|
1667
1667
|
optionType: "CALL" | "PUT";
|
|
@@ -1689,7 +1689,7 @@ declare const useClosedUserOptions: (user?: string) => {
|
|
|
1689
1689
|
transactionHash: string;
|
|
1690
1690
|
} | null;
|
|
1691
1691
|
}[] | undefined, Error>>;
|
|
1692
|
-
fetchStatus:
|
|
1692
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
1693
1693
|
promise: Promise<{
|
|
1694
1694
|
id: bigint;
|
|
1695
1695
|
marketAddr: Address;
|
|
@@ -1769,7 +1769,7 @@ declare const useClosedUserOptions: (user?: string) => {
|
|
|
1769
1769
|
isRefetching: boolean;
|
|
1770
1770
|
isStale: boolean;
|
|
1771
1771
|
isEnabled: boolean;
|
|
1772
|
-
refetch: (options?:
|
|
1772
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
1773
1773
|
id: bigint;
|
|
1774
1774
|
marketAddr: Address;
|
|
1775
1775
|
optionType: "CALL" | "PUT";
|
|
@@ -1797,7 +1797,7 @@ declare const useClosedUserOptions: (user?: string) => {
|
|
|
1797
1797
|
transactionHash: string;
|
|
1798
1798
|
} | null;
|
|
1799
1799
|
}[] | undefined, Error>>;
|
|
1800
|
-
fetchStatus:
|
|
1800
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
1801
1801
|
promise: Promise<{
|
|
1802
1802
|
id: bigint;
|
|
1803
1803
|
marketAddr: Address;
|
|
@@ -1877,7 +1877,7 @@ declare const useClosedUserOptions: (user?: string) => {
|
|
|
1877
1877
|
isRefetching: boolean;
|
|
1878
1878
|
isStale: boolean;
|
|
1879
1879
|
isEnabled: boolean;
|
|
1880
|
-
refetch: (options?:
|
|
1880
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
1881
1881
|
id: bigint;
|
|
1882
1882
|
marketAddr: Address;
|
|
1883
1883
|
optionType: "CALL" | "PUT";
|
|
@@ -1905,7 +1905,7 @@ declare const useClosedUserOptions: (user?: string) => {
|
|
|
1905
1905
|
transactionHash: string;
|
|
1906
1906
|
} | null;
|
|
1907
1907
|
}[] | undefined, Error>>;
|
|
1908
|
-
fetchStatus:
|
|
1908
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
1909
1909
|
promise: Promise<{
|
|
1910
1910
|
id: bigint;
|
|
1911
1911
|
marketAddr: Address;
|
|
@@ -1985,7 +1985,7 @@ declare const useClosedUserOptions: (user?: string) => {
|
|
|
1985
1985
|
isRefetching: boolean;
|
|
1986
1986
|
isStale: boolean;
|
|
1987
1987
|
isEnabled: boolean;
|
|
1988
|
-
refetch: (options?:
|
|
1988
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
1989
1989
|
id: bigint;
|
|
1990
1990
|
marketAddr: Address;
|
|
1991
1991
|
optionType: "CALL" | "PUT";
|
|
@@ -2013,7 +2013,7 @@ declare const useClosedUserOptions: (user?: string) => {
|
|
|
2013
2013
|
transactionHash: string;
|
|
2014
2014
|
} | null;
|
|
2015
2015
|
}[] | undefined, Error>>;
|
|
2016
|
-
fetchStatus:
|
|
2016
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
2017
2017
|
promise: Promise<{
|
|
2018
2018
|
id: bigint;
|
|
2019
2019
|
marketAddr: Address;
|
|
@@ -2093,7 +2093,7 @@ declare const useClosedUserOptions: (user?: string) => {
|
|
|
2093
2093
|
isRefetching: boolean;
|
|
2094
2094
|
isStale: boolean;
|
|
2095
2095
|
isEnabled: boolean;
|
|
2096
|
-
refetch: (options?:
|
|
2096
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
2097
2097
|
id: bigint;
|
|
2098
2098
|
marketAddr: Address;
|
|
2099
2099
|
optionType: "CALL" | "PUT";
|
|
@@ -2121,7 +2121,7 @@ declare const useClosedUserOptions: (user?: string) => {
|
|
|
2121
2121
|
transactionHash: string;
|
|
2122
2122
|
} | null;
|
|
2123
2123
|
}[] | undefined, Error>>;
|
|
2124
|
-
fetchStatus:
|
|
2124
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
2125
2125
|
promise: Promise<{
|
|
2126
2126
|
id: bigint;
|
|
2127
2127
|
marketAddr: Address;
|
|
@@ -2256,7 +2256,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2256
2256
|
isRefetching: boolean;
|
|
2257
2257
|
isStale: boolean;
|
|
2258
2258
|
isEnabled: boolean;
|
|
2259
|
-
refetch: (options?:
|
|
2259
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
|
|
2260
2260
|
tickLower: number;
|
|
2261
2261
|
tickUpper: number;
|
|
2262
2262
|
prevTickLower: number;
|
|
@@ -2267,7 +2267,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2267
2267
|
borrowedAmount0: bigint;
|
|
2268
2268
|
borrowedAmount1: bigint;
|
|
2269
2269
|
}[], viem249.ReadContractErrorType>>;
|
|
2270
|
-
fetchStatus:
|
|
2270
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
2271
2271
|
promise: Promise<readonly {
|
|
2272
2272
|
tickLower: number;
|
|
2273
2273
|
tickUpper: number;
|
|
@@ -2279,7 +2279,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2279
2279
|
borrowedAmount0: bigint;
|
|
2280
2280
|
borrowedAmount1: bigint;
|
|
2281
2281
|
}[]>;
|
|
2282
|
-
queryKey:
|
|
2282
|
+
queryKey: _tanstack_query_core0.QueryKey;
|
|
2283
2283
|
data: readonly {
|
|
2284
2284
|
tickLower: number;
|
|
2285
2285
|
tickUpper: number;
|
|
@@ -2314,7 +2314,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2314
2314
|
isRefetching: boolean;
|
|
2315
2315
|
isStale: boolean;
|
|
2316
2316
|
isEnabled: boolean;
|
|
2317
|
-
refetch: (options?:
|
|
2317
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
|
|
2318
2318
|
tickLower: number;
|
|
2319
2319
|
tickUpper: number;
|
|
2320
2320
|
prevTickLower: number;
|
|
@@ -2325,7 +2325,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2325
2325
|
borrowedAmount0: bigint;
|
|
2326
2326
|
borrowedAmount1: bigint;
|
|
2327
2327
|
}[], viem249.ReadContractErrorType>>;
|
|
2328
|
-
fetchStatus:
|
|
2328
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
2329
2329
|
promise: Promise<readonly {
|
|
2330
2330
|
tickLower: number;
|
|
2331
2331
|
tickUpper: number;
|
|
@@ -2337,7 +2337,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2337
2337
|
borrowedAmount0: bigint;
|
|
2338
2338
|
borrowedAmount1: bigint;
|
|
2339
2339
|
}[]>;
|
|
2340
|
-
queryKey:
|
|
2340
|
+
queryKey: _tanstack_query_core0.QueryKey;
|
|
2341
2341
|
data: readonly {
|
|
2342
2342
|
tickLower: number;
|
|
2343
2343
|
tickUpper: number;
|
|
@@ -2372,7 +2372,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2372
2372
|
isRefetching: boolean;
|
|
2373
2373
|
isStale: boolean;
|
|
2374
2374
|
isEnabled: boolean;
|
|
2375
|
-
refetch: (options?:
|
|
2375
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
|
|
2376
2376
|
tickLower: number;
|
|
2377
2377
|
tickUpper: number;
|
|
2378
2378
|
prevTickLower: number;
|
|
@@ -2383,7 +2383,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2383
2383
|
borrowedAmount0: bigint;
|
|
2384
2384
|
borrowedAmount1: bigint;
|
|
2385
2385
|
}[], viem249.ReadContractErrorType>>;
|
|
2386
|
-
fetchStatus:
|
|
2386
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
2387
2387
|
promise: Promise<readonly {
|
|
2388
2388
|
tickLower: number;
|
|
2389
2389
|
tickUpper: number;
|
|
@@ -2395,7 +2395,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2395
2395
|
borrowedAmount0: bigint;
|
|
2396
2396
|
borrowedAmount1: bigint;
|
|
2397
2397
|
}[]>;
|
|
2398
|
-
queryKey:
|
|
2398
|
+
queryKey: _tanstack_query_core0.QueryKey;
|
|
2399
2399
|
data: readonly {
|
|
2400
2400
|
tickLower: number;
|
|
2401
2401
|
tickUpper: number;
|
|
@@ -2430,7 +2430,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2430
2430
|
isRefetching: boolean;
|
|
2431
2431
|
isStale: boolean;
|
|
2432
2432
|
isEnabled: boolean;
|
|
2433
|
-
refetch: (options?:
|
|
2433
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
|
|
2434
2434
|
tickLower: number;
|
|
2435
2435
|
tickUpper: number;
|
|
2436
2436
|
prevTickLower: number;
|
|
@@ -2441,7 +2441,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2441
2441
|
borrowedAmount0: bigint;
|
|
2442
2442
|
borrowedAmount1: bigint;
|
|
2443
2443
|
}[], viem249.ReadContractErrorType>>;
|
|
2444
|
-
fetchStatus:
|
|
2444
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
2445
2445
|
promise: Promise<readonly {
|
|
2446
2446
|
tickLower: number;
|
|
2447
2447
|
tickUpper: number;
|
|
@@ -2453,7 +2453,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2453
2453
|
borrowedAmount0: bigint;
|
|
2454
2454
|
borrowedAmount1: bigint;
|
|
2455
2455
|
}[]>;
|
|
2456
|
-
queryKey:
|
|
2456
|
+
queryKey: _tanstack_query_core0.QueryKey;
|
|
2457
2457
|
data: readonly {
|
|
2458
2458
|
tickLower: number;
|
|
2459
2459
|
tickUpper: number;
|
|
@@ -2488,7 +2488,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2488
2488
|
isRefetching: boolean;
|
|
2489
2489
|
isStale: boolean;
|
|
2490
2490
|
isEnabled: boolean;
|
|
2491
|
-
refetch: (options?:
|
|
2491
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
|
|
2492
2492
|
tickLower: number;
|
|
2493
2493
|
tickUpper: number;
|
|
2494
2494
|
prevTickLower: number;
|
|
@@ -2499,7 +2499,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2499
2499
|
borrowedAmount0: bigint;
|
|
2500
2500
|
borrowedAmount1: bigint;
|
|
2501
2501
|
}[], viem249.ReadContractErrorType>>;
|
|
2502
|
-
fetchStatus:
|
|
2502
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
2503
2503
|
promise: Promise<readonly {
|
|
2504
2504
|
tickLower: number;
|
|
2505
2505
|
tickUpper: number;
|
|
@@ -2511,7 +2511,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2511
2511
|
borrowedAmount0: bigint;
|
|
2512
2512
|
borrowedAmount1: bigint;
|
|
2513
2513
|
}[]>;
|
|
2514
|
-
queryKey:
|
|
2514
|
+
queryKey: _tanstack_query_core0.QueryKey;
|
|
2515
2515
|
data: readonly {
|
|
2516
2516
|
tickLower: number;
|
|
2517
2517
|
tickUpper: number;
|
|
@@ -2546,7 +2546,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2546
2546
|
isRefetching: boolean;
|
|
2547
2547
|
isStale: boolean;
|
|
2548
2548
|
isEnabled: boolean;
|
|
2549
|
-
refetch: (options?:
|
|
2549
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
|
|
2550
2550
|
tickLower: number;
|
|
2551
2551
|
tickUpper: number;
|
|
2552
2552
|
prevTickLower: number;
|
|
@@ -2557,7 +2557,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2557
2557
|
borrowedAmount0: bigint;
|
|
2558
2558
|
borrowedAmount1: bigint;
|
|
2559
2559
|
}[], viem249.ReadContractErrorType>>;
|
|
2560
|
-
fetchStatus:
|
|
2560
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
2561
2561
|
promise: Promise<readonly {
|
|
2562
2562
|
tickLower: number;
|
|
2563
2563
|
tickUpper: number;
|
|
@@ -2569,7 +2569,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2569
2569
|
borrowedAmount0: bigint;
|
|
2570
2570
|
borrowedAmount1: bigint;
|
|
2571
2571
|
}[]>;
|
|
2572
|
-
queryKey:
|
|
2572
|
+
queryKey: _tanstack_query_core0.QueryKey;
|
|
2573
2573
|
data: readonly {
|
|
2574
2574
|
tickLower: number;
|
|
2575
2575
|
tickUpper: number;
|
|
@@ -2620,7 +2620,7 @@ declare const useVaultTVL: (vaultAddr?: Address) => {
|
|
|
2620
2620
|
borrowedAmount0: Amount | undefined;
|
|
2621
2621
|
borrowedAmount1: Amount | undefined;
|
|
2622
2622
|
blocksCount: bigint | undefined;
|
|
2623
|
-
refetch: (options?:
|
|
2623
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem249.ReadContractErrorType>>;
|
|
2624
2624
|
};
|
|
2625
2625
|
//#endregion
|
|
2626
2626
|
//#region src/hooks/useLens.d.ts
|