timelock-sdk 0.0.102 → 0.0.103
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.
|
@@ -6,7 +6,7 @@ import "graphql";
|
|
|
6
6
|
import { GraphQLClient, RequestOptions } from "graphql-request";
|
|
7
7
|
import * as _tanstack_react_query0 from "@tanstack/react-query";
|
|
8
8
|
import { NonUndefinedGuard } from "@tanstack/react-query";
|
|
9
|
-
import * as
|
|
9
|
+
import * as _tanstack_query_core0 from "@tanstack/query-core";
|
|
10
10
|
import Big from "big.js";
|
|
11
11
|
import * as _wagmi_core0 from "@wagmi/core";
|
|
12
12
|
|
|
@@ -31872,7 +31872,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
31872
31872
|
isRefetching: boolean;
|
|
31873
31873
|
isStale: boolean;
|
|
31874
31874
|
isEnabled: boolean;
|
|
31875
|
-
refetch: (options?:
|
|
31875
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
31876
31876
|
optionId: bigint;
|
|
31877
31877
|
marketAddr: Address;
|
|
31878
31878
|
ownerAddr: Address;
|
|
@@ -31903,7 +31903,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
31903
31903
|
address: string;
|
|
31904
31904
|
} | null;
|
|
31905
31905
|
}[], Error>>;
|
|
31906
|
-
fetchStatus:
|
|
31906
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
31907
31907
|
promise: Promise<{
|
|
31908
31908
|
optionId: bigint;
|
|
31909
31909
|
marketAddr: Address;
|
|
@@ -31989,7 +31989,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
31989
31989
|
isRefetching: boolean;
|
|
31990
31990
|
isStale: boolean;
|
|
31991
31991
|
isEnabled: boolean;
|
|
31992
|
-
refetch: (options?:
|
|
31992
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
31993
31993
|
optionId: bigint;
|
|
31994
31994
|
marketAddr: Address;
|
|
31995
31995
|
ownerAddr: Address;
|
|
@@ -32020,7 +32020,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
32020
32020
|
address: string;
|
|
32021
32021
|
} | null;
|
|
32022
32022
|
}[], Error>>;
|
|
32023
|
-
fetchStatus:
|
|
32023
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
32024
32024
|
promise: Promise<{
|
|
32025
32025
|
optionId: bigint;
|
|
32026
32026
|
marketAddr: Address;
|
|
@@ -32106,7 +32106,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
32106
32106
|
isRefetching: boolean;
|
|
32107
32107
|
isStale: boolean;
|
|
32108
32108
|
isEnabled: boolean;
|
|
32109
|
-
refetch: (options?:
|
|
32109
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
32110
32110
|
optionId: bigint;
|
|
32111
32111
|
marketAddr: Address;
|
|
32112
32112
|
ownerAddr: Address;
|
|
@@ -32137,7 +32137,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
32137
32137
|
address: string;
|
|
32138
32138
|
} | null;
|
|
32139
32139
|
}[], Error>>;
|
|
32140
|
-
fetchStatus:
|
|
32140
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
32141
32141
|
promise: Promise<{
|
|
32142
32142
|
optionId: bigint;
|
|
32143
32143
|
marketAddr: Address;
|
|
@@ -32223,7 +32223,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
32223
32223
|
isRefetching: boolean;
|
|
32224
32224
|
isStale: boolean;
|
|
32225
32225
|
isEnabled: boolean;
|
|
32226
|
-
refetch: (options?:
|
|
32226
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
32227
32227
|
optionId: bigint;
|
|
32228
32228
|
marketAddr: Address;
|
|
32229
32229
|
ownerAddr: Address;
|
|
@@ -32254,7 +32254,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
32254
32254
|
address: string;
|
|
32255
32255
|
} | null;
|
|
32256
32256
|
}[], Error>>;
|
|
32257
|
-
fetchStatus:
|
|
32257
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
32258
32258
|
promise: Promise<{
|
|
32259
32259
|
optionId: bigint;
|
|
32260
32260
|
marketAddr: Address;
|
|
@@ -32340,7 +32340,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
32340
32340
|
isRefetching: boolean;
|
|
32341
32341
|
isStale: boolean;
|
|
32342
32342
|
isEnabled: boolean;
|
|
32343
|
-
refetch: (options?:
|
|
32343
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
32344
32344
|
optionId: bigint;
|
|
32345
32345
|
marketAddr: Address;
|
|
32346
32346
|
ownerAddr: Address;
|
|
@@ -32371,7 +32371,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
32371
32371
|
address: string;
|
|
32372
32372
|
} | null;
|
|
32373
32373
|
}[], Error>>;
|
|
32374
|
-
fetchStatus:
|
|
32374
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
32375
32375
|
promise: Promise<{
|
|
32376
32376
|
optionId: bigint;
|
|
32377
32377
|
marketAddr: Address;
|
|
@@ -32457,7 +32457,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
32457
32457
|
isRefetching: boolean;
|
|
32458
32458
|
isStale: boolean;
|
|
32459
32459
|
isEnabled: boolean;
|
|
32460
|
-
refetch: (options?:
|
|
32460
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
32461
32461
|
optionId: bigint;
|
|
32462
32462
|
marketAddr: Address;
|
|
32463
32463
|
ownerAddr: Address;
|
|
@@ -32488,7 +32488,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
32488
32488
|
address: string;
|
|
32489
32489
|
} | null;
|
|
32490
32490
|
}[], Error>>;
|
|
32491
|
-
fetchStatus:
|
|
32491
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
32492
32492
|
promise: Promise<{
|
|
32493
32493
|
optionId: bigint;
|
|
32494
32494
|
marketAddr: Address;
|
|
@@ -32575,7 +32575,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
32575
32575
|
isRefetching: boolean;
|
|
32576
32576
|
isStale: boolean;
|
|
32577
32577
|
isEnabled: boolean;
|
|
32578
|
-
refetch: (options?:
|
|
32578
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
32579
32579
|
optionId: bigint;
|
|
32580
32580
|
marketAddr: Address;
|
|
32581
32581
|
ownerAddr: Address;
|
|
@@ -32606,7 +32606,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
32606
32606
|
address: string;
|
|
32607
32607
|
} | null;
|
|
32608
32608
|
}[], Error>>;
|
|
32609
|
-
fetchStatus:
|
|
32609
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
32610
32610
|
promise: Promise<{
|
|
32611
32611
|
optionId: bigint;
|
|
32612
32612
|
marketAddr: Address;
|
|
@@ -32692,7 +32692,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
32692
32692
|
isRefetching: boolean;
|
|
32693
32693
|
isStale: boolean;
|
|
32694
32694
|
isEnabled: boolean;
|
|
32695
|
-
refetch: (options?:
|
|
32695
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
32696
32696
|
optionId: bigint;
|
|
32697
32697
|
marketAddr: Address;
|
|
32698
32698
|
ownerAddr: Address;
|
|
@@ -32723,7 +32723,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
32723
32723
|
address: string;
|
|
32724
32724
|
} | null;
|
|
32725
32725
|
}[], Error>>;
|
|
32726
|
-
fetchStatus:
|
|
32726
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
32727
32727
|
promise: Promise<{
|
|
32728
32728
|
optionId: bigint;
|
|
32729
32729
|
marketAddr: Address;
|
|
@@ -32809,7 +32809,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
32809
32809
|
isRefetching: boolean;
|
|
32810
32810
|
isStale: boolean;
|
|
32811
32811
|
isEnabled: boolean;
|
|
32812
|
-
refetch: (options?:
|
|
32812
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
32813
32813
|
optionId: bigint;
|
|
32814
32814
|
marketAddr: Address;
|
|
32815
32815
|
ownerAddr: Address;
|
|
@@ -32840,7 +32840,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
32840
32840
|
address: string;
|
|
32841
32841
|
} | null;
|
|
32842
32842
|
}[], Error>>;
|
|
32843
|
-
fetchStatus:
|
|
32843
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
32844
32844
|
promise: Promise<{
|
|
32845
32845
|
optionId: bigint;
|
|
32846
32846
|
marketAddr: Address;
|
|
@@ -32926,7 +32926,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
32926
32926
|
isRefetching: boolean;
|
|
32927
32927
|
isStale: boolean;
|
|
32928
32928
|
isEnabled: boolean;
|
|
32929
|
-
refetch: (options?:
|
|
32929
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
32930
32930
|
optionId: bigint;
|
|
32931
32931
|
marketAddr: Address;
|
|
32932
32932
|
ownerAddr: Address;
|
|
@@ -32957,7 +32957,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
32957
32957
|
address: string;
|
|
32958
32958
|
} | null;
|
|
32959
32959
|
}[], Error>>;
|
|
32960
|
-
fetchStatus:
|
|
32960
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
32961
32961
|
promise: Promise<{
|
|
32962
32962
|
optionId: bigint;
|
|
32963
32963
|
marketAddr: Address;
|
|
@@ -33043,7 +33043,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
33043
33043
|
isRefetching: boolean;
|
|
33044
33044
|
isStale: boolean;
|
|
33045
33045
|
isEnabled: boolean;
|
|
33046
|
-
refetch: (options?:
|
|
33046
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
33047
33047
|
optionId: bigint;
|
|
33048
33048
|
marketAddr: Address;
|
|
33049
33049
|
ownerAddr: Address;
|
|
@@ -33074,7 +33074,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
33074
33074
|
address: string;
|
|
33075
33075
|
} | null;
|
|
33076
33076
|
}[], Error>>;
|
|
33077
|
-
fetchStatus:
|
|
33077
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
33078
33078
|
promise: Promise<{
|
|
33079
33079
|
optionId: bigint;
|
|
33080
33080
|
marketAddr: Address;
|
|
@@ -33160,7 +33160,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
33160
33160
|
isRefetching: boolean;
|
|
33161
33161
|
isStale: boolean;
|
|
33162
33162
|
isEnabled: boolean;
|
|
33163
|
-
refetch: (options?:
|
|
33163
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
33164
33164
|
optionId: bigint;
|
|
33165
33165
|
marketAddr: Address;
|
|
33166
33166
|
ownerAddr: Address;
|
|
@@ -33191,7 +33191,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
33191
33191
|
address: string;
|
|
33192
33192
|
} | null;
|
|
33193
33193
|
}[], Error>>;
|
|
33194
|
-
fetchStatus:
|
|
33194
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
33195
33195
|
promise: Promise<{
|
|
33196
33196
|
optionId: bigint;
|
|
33197
33197
|
marketAddr: Address;
|
|
@@ -33278,7 +33278,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
33278
33278
|
isRefetching: boolean;
|
|
33279
33279
|
isStale: boolean;
|
|
33280
33280
|
isEnabled: boolean;
|
|
33281
|
-
refetch: (options?:
|
|
33281
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
33282
33282
|
optionId: bigint;
|
|
33283
33283
|
marketAddr: Address;
|
|
33284
33284
|
ownerAddr: Address;
|
|
@@ -33309,7 +33309,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
33309
33309
|
address: string;
|
|
33310
33310
|
} | null;
|
|
33311
33311
|
}[], Error>>;
|
|
33312
|
-
fetchStatus:
|
|
33312
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
33313
33313
|
promise: Promise<{
|
|
33314
33314
|
optionId: bigint;
|
|
33315
33315
|
marketAddr: Address;
|
|
@@ -33395,7 +33395,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
33395
33395
|
isRefetching: boolean;
|
|
33396
33396
|
isStale: boolean;
|
|
33397
33397
|
isEnabled: boolean;
|
|
33398
|
-
refetch: (options?:
|
|
33398
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
33399
33399
|
optionId: bigint;
|
|
33400
33400
|
marketAddr: Address;
|
|
33401
33401
|
ownerAddr: Address;
|
|
@@ -33426,7 +33426,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
33426
33426
|
address: string;
|
|
33427
33427
|
} | null;
|
|
33428
33428
|
}[], Error>>;
|
|
33429
|
-
fetchStatus:
|
|
33429
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
33430
33430
|
promise: Promise<{
|
|
33431
33431
|
optionId: bigint;
|
|
33432
33432
|
marketAddr: Address;
|
|
@@ -33512,7 +33512,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
33512
33512
|
isRefetching: boolean;
|
|
33513
33513
|
isStale: boolean;
|
|
33514
33514
|
isEnabled: boolean;
|
|
33515
|
-
refetch: (options?:
|
|
33515
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
33516
33516
|
optionId: bigint;
|
|
33517
33517
|
marketAddr: Address;
|
|
33518
33518
|
ownerAddr: Address;
|
|
@@ -33543,7 +33543,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
33543
33543
|
address: string;
|
|
33544
33544
|
} | null;
|
|
33545
33545
|
}[], Error>>;
|
|
33546
|
-
fetchStatus:
|
|
33546
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
33547
33547
|
promise: Promise<{
|
|
33548
33548
|
optionId: bigint;
|
|
33549
33549
|
marketAddr: Address;
|
|
@@ -33629,7 +33629,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
33629
33629
|
isRefetching: boolean;
|
|
33630
33630
|
isStale: boolean;
|
|
33631
33631
|
isEnabled: boolean;
|
|
33632
|
-
refetch: (options?:
|
|
33632
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
33633
33633
|
optionId: bigint;
|
|
33634
33634
|
marketAddr: Address;
|
|
33635
33635
|
ownerAddr: Address;
|
|
@@ -33660,7 +33660,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
33660
33660
|
address: string;
|
|
33661
33661
|
} | null;
|
|
33662
33662
|
}[], Error>>;
|
|
33663
|
-
fetchStatus:
|
|
33663
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
33664
33664
|
promise: Promise<{
|
|
33665
33665
|
optionId: bigint;
|
|
33666
33666
|
marketAddr: Address;
|
|
@@ -33746,7 +33746,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
33746
33746
|
isRefetching: boolean;
|
|
33747
33747
|
isStale: boolean;
|
|
33748
33748
|
isEnabled: boolean;
|
|
33749
|
-
refetch: (options?:
|
|
33749
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
33750
33750
|
optionId: bigint;
|
|
33751
33751
|
marketAddr: Address;
|
|
33752
33752
|
ownerAddr: Address;
|
|
@@ -33777,7 +33777,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
33777
33777
|
address: string;
|
|
33778
33778
|
} | null;
|
|
33779
33779
|
}[], Error>>;
|
|
33780
|
-
fetchStatus:
|
|
33780
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
33781
33781
|
promise: Promise<{
|
|
33782
33782
|
optionId: bigint;
|
|
33783
33783
|
marketAddr: Address;
|
|
@@ -33863,7 +33863,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
33863
33863
|
isRefetching: boolean;
|
|
33864
33864
|
isStale: boolean;
|
|
33865
33865
|
isEnabled: boolean;
|
|
33866
|
-
refetch: (options?:
|
|
33866
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
33867
33867
|
optionId: bigint;
|
|
33868
33868
|
marketAddr: Address;
|
|
33869
33869
|
ownerAddr: Address;
|
|
@@ -33894,7 +33894,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
33894
33894
|
address: string;
|
|
33895
33895
|
} | null;
|
|
33896
33896
|
}[], Error>>;
|
|
33897
|
-
fetchStatus:
|
|
33897
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
33898
33898
|
promise: Promise<{
|
|
33899
33899
|
optionId: bigint;
|
|
33900
33900
|
marketAddr: Address;
|
|
@@ -34071,7 +34071,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
34071
34071
|
isRefetching: boolean;
|
|
34072
34072
|
isStale: boolean;
|
|
34073
34073
|
isEnabled: boolean;
|
|
34074
|
-
refetch: (options?:
|
|
34074
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<({
|
|
34075
34075
|
type: "mint";
|
|
34076
34076
|
data: {
|
|
34077
34077
|
id: string;
|
|
@@ -34110,7 +34110,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
34110
34110
|
transactionHash: string;
|
|
34111
34111
|
};
|
|
34112
34112
|
})[], Error>>;
|
|
34113
|
-
fetchStatus:
|
|
34113
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
34114
34114
|
promise: Promise<({
|
|
34115
34115
|
type: "mint";
|
|
34116
34116
|
data: {
|
|
@@ -34212,7 +34212,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
34212
34212
|
isRefetching: boolean;
|
|
34213
34213
|
isStale: boolean;
|
|
34214
34214
|
isEnabled: boolean;
|
|
34215
|
-
refetch: (options?:
|
|
34215
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<({
|
|
34216
34216
|
type: "mint";
|
|
34217
34217
|
data: {
|
|
34218
34218
|
id: string;
|
|
@@ -34251,7 +34251,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
34251
34251
|
transactionHash: string;
|
|
34252
34252
|
};
|
|
34253
34253
|
})[], Error>>;
|
|
34254
|
-
fetchStatus:
|
|
34254
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
34255
34255
|
promise: Promise<({
|
|
34256
34256
|
type: "mint";
|
|
34257
34257
|
data: {
|
|
@@ -34353,7 +34353,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
34353
34353
|
isRefetching: boolean;
|
|
34354
34354
|
isStale: boolean;
|
|
34355
34355
|
isEnabled: boolean;
|
|
34356
|
-
refetch: (options?:
|
|
34356
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<({
|
|
34357
34357
|
type: "mint";
|
|
34358
34358
|
data: {
|
|
34359
34359
|
id: string;
|
|
@@ -34392,7 +34392,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
34392
34392
|
transactionHash: string;
|
|
34393
34393
|
};
|
|
34394
34394
|
})[], Error>>;
|
|
34395
|
-
fetchStatus:
|
|
34395
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
34396
34396
|
promise: Promise<({
|
|
34397
34397
|
type: "mint";
|
|
34398
34398
|
data: {
|
|
@@ -34494,7 +34494,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
34494
34494
|
isRefetching: boolean;
|
|
34495
34495
|
isStale: boolean;
|
|
34496
34496
|
isEnabled: boolean;
|
|
34497
|
-
refetch: (options?:
|
|
34497
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<({
|
|
34498
34498
|
type: "mint";
|
|
34499
34499
|
data: {
|
|
34500
34500
|
id: string;
|
|
@@ -34533,7 +34533,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
34533
34533
|
transactionHash: string;
|
|
34534
34534
|
};
|
|
34535
34535
|
})[], Error>>;
|
|
34536
|
-
fetchStatus:
|
|
34536
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
34537
34537
|
promise: Promise<({
|
|
34538
34538
|
type: "mint";
|
|
34539
34539
|
data: {
|
|
@@ -34635,7 +34635,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
34635
34635
|
isRefetching: boolean;
|
|
34636
34636
|
isStale: boolean;
|
|
34637
34637
|
isEnabled: boolean;
|
|
34638
|
-
refetch: (options?:
|
|
34638
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<({
|
|
34639
34639
|
type: "mint";
|
|
34640
34640
|
data: {
|
|
34641
34641
|
id: string;
|
|
@@ -34674,7 +34674,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
34674
34674
|
transactionHash: string;
|
|
34675
34675
|
};
|
|
34676
34676
|
})[], Error>>;
|
|
34677
|
-
fetchStatus:
|
|
34677
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
34678
34678
|
promise: Promise<({
|
|
34679
34679
|
type: "mint";
|
|
34680
34680
|
data: {
|
|
@@ -34776,7 +34776,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
34776
34776
|
isRefetching: boolean;
|
|
34777
34777
|
isStale: boolean;
|
|
34778
34778
|
isEnabled: boolean;
|
|
34779
|
-
refetch: (options?:
|
|
34779
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<({
|
|
34780
34780
|
type: "mint";
|
|
34781
34781
|
data: {
|
|
34782
34782
|
id: string;
|
|
@@ -34815,7 +34815,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
34815
34815
|
transactionHash: string;
|
|
34816
34816
|
};
|
|
34817
34817
|
})[], Error>>;
|
|
34818
|
-
fetchStatus:
|
|
34818
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
34819
34819
|
promise: Promise<({
|
|
34820
34820
|
type: "mint";
|
|
34821
34821
|
data: {
|
|
@@ -34990,10 +34990,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
34990
34990
|
isRefetching: boolean;
|
|
34991
34991
|
isStale: boolean;
|
|
34992
34992
|
isEnabled: boolean;
|
|
34993
|
-
refetch: (options?:
|
|
34994
|
-
fetchStatus:
|
|
34993
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
|
|
34994
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
34995
34995
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
34996
|
-
queryKey:
|
|
34996
|
+
queryKey: _tanstack_query_core0.QueryKey;
|
|
34997
34997
|
data: {
|
|
34998
34998
|
canExtend: boolean;
|
|
34999
34999
|
canExercise: boolean;
|
|
@@ -35024,10 +35024,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
35024
35024
|
isRefetching: boolean;
|
|
35025
35025
|
isStale: boolean;
|
|
35026
35026
|
isEnabled: boolean;
|
|
35027
|
-
refetch: (options?:
|
|
35028
|
-
fetchStatus:
|
|
35027
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
|
|
35028
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
35029
35029
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
35030
|
-
queryKey:
|
|
35030
|
+
queryKey: _tanstack_query_core0.QueryKey;
|
|
35031
35031
|
data: {
|
|
35032
35032
|
canExtend: boolean;
|
|
35033
35033
|
canExercise: boolean;
|
|
@@ -35058,10 +35058,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
35058
35058
|
isRefetching: boolean;
|
|
35059
35059
|
isStale: boolean;
|
|
35060
35060
|
isEnabled: boolean;
|
|
35061
|
-
refetch: (options?:
|
|
35062
|
-
fetchStatus:
|
|
35061
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
|
|
35062
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
35063
35063
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
35064
|
-
queryKey:
|
|
35064
|
+
queryKey: _tanstack_query_core0.QueryKey;
|
|
35065
35065
|
data: {
|
|
35066
35066
|
canExtend: boolean;
|
|
35067
35067
|
canExercise: boolean;
|
|
@@ -35092,10 +35092,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
35092
35092
|
isRefetching: boolean;
|
|
35093
35093
|
isStale: boolean;
|
|
35094
35094
|
isEnabled: boolean;
|
|
35095
|
-
refetch: (options?:
|
|
35096
|
-
fetchStatus:
|
|
35095
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
|
|
35096
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
35097
35097
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
35098
|
-
queryKey:
|
|
35098
|
+
queryKey: _tanstack_query_core0.QueryKey;
|
|
35099
35099
|
data: {
|
|
35100
35100
|
canExtend: boolean;
|
|
35101
35101
|
canExercise: boolean;
|
|
@@ -35126,10 +35126,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
35126
35126
|
isRefetching: boolean;
|
|
35127
35127
|
isStale: boolean;
|
|
35128
35128
|
isEnabled: boolean;
|
|
35129
|
-
refetch: (options?:
|
|
35130
|
-
fetchStatus:
|
|
35129
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
|
|
35130
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
35131
35131
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
35132
|
-
queryKey:
|
|
35132
|
+
queryKey: _tanstack_query_core0.QueryKey;
|
|
35133
35133
|
data: {
|
|
35134
35134
|
canExtend: boolean;
|
|
35135
35135
|
canExercise: boolean;
|
|
@@ -35160,10 +35160,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
35160
35160
|
isRefetching: boolean;
|
|
35161
35161
|
isStale: boolean;
|
|
35162
35162
|
isEnabled: boolean;
|
|
35163
|
-
refetch: (options?:
|
|
35164
|
-
fetchStatus:
|
|
35163
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
|
|
35164
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
35165
35165
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
35166
|
-
queryKey:
|
|
35166
|
+
queryKey: _tanstack_query_core0.QueryKey;
|
|
35167
35167
|
data: {
|
|
35168
35168
|
canExtend: boolean;
|
|
35169
35169
|
canExercise: boolean;
|
|
@@ -35211,7 +35211,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
35211
35211
|
isRefetching: boolean;
|
|
35212
35212
|
isStale: boolean;
|
|
35213
35213
|
isEnabled: boolean;
|
|
35214
|
-
refetch: (options?:
|
|
35214
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
35215
35215
|
spendingApproval: bigint;
|
|
35216
35216
|
operatorAddr: string;
|
|
35217
35217
|
__typename: "UserMarketOperator";
|
|
@@ -35225,7 +35225,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
35225
35225
|
address: string;
|
|
35226
35226
|
} | null;
|
|
35227
35227
|
}[] | undefined, Error>>;
|
|
35228
|
-
fetchStatus:
|
|
35228
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
35229
35229
|
promise: Promise<{
|
|
35230
35230
|
spendingApproval: bigint;
|
|
35231
35231
|
operatorAddr: string;
|
|
@@ -35277,7 +35277,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
35277
35277
|
isRefetching: boolean;
|
|
35278
35278
|
isStale: boolean;
|
|
35279
35279
|
isEnabled: boolean;
|
|
35280
|
-
refetch: (options?:
|
|
35280
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
35281
35281
|
spendingApproval: bigint;
|
|
35282
35282
|
operatorAddr: string;
|
|
35283
35283
|
__typename: "UserMarketOperator";
|
|
@@ -35291,7 +35291,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
35291
35291
|
address: string;
|
|
35292
35292
|
} | null;
|
|
35293
35293
|
}[] | undefined, Error>>;
|
|
35294
|
-
fetchStatus:
|
|
35294
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
35295
35295
|
promise: Promise<{
|
|
35296
35296
|
spendingApproval: bigint;
|
|
35297
35297
|
operatorAddr: string;
|
|
@@ -35343,7 +35343,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
35343
35343
|
isRefetching: boolean;
|
|
35344
35344
|
isStale: boolean;
|
|
35345
35345
|
isEnabled: boolean;
|
|
35346
|
-
refetch: (options?:
|
|
35346
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
35347
35347
|
spendingApproval: bigint;
|
|
35348
35348
|
operatorAddr: string;
|
|
35349
35349
|
__typename: "UserMarketOperator";
|
|
@@ -35357,7 +35357,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
35357
35357
|
address: string;
|
|
35358
35358
|
} | null;
|
|
35359
35359
|
}[] | undefined, Error>>;
|
|
35360
|
-
fetchStatus:
|
|
35360
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
35361
35361
|
promise: Promise<{
|
|
35362
35362
|
spendingApproval: bigint;
|
|
35363
35363
|
operatorAddr: string;
|
|
@@ -35409,7 +35409,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
35409
35409
|
isRefetching: boolean;
|
|
35410
35410
|
isStale: boolean;
|
|
35411
35411
|
isEnabled: boolean;
|
|
35412
|
-
refetch: (options?:
|
|
35412
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
35413
35413
|
spendingApproval: bigint;
|
|
35414
35414
|
operatorAddr: string;
|
|
35415
35415
|
__typename: "UserMarketOperator";
|
|
@@ -35423,7 +35423,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
35423
35423
|
address: string;
|
|
35424
35424
|
} | null;
|
|
35425
35425
|
}[] | undefined, Error>>;
|
|
35426
|
-
fetchStatus:
|
|
35426
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
35427
35427
|
promise: Promise<{
|
|
35428
35428
|
spendingApproval: bigint;
|
|
35429
35429
|
operatorAddr: string;
|
|
@@ -35475,7 +35475,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
35475
35475
|
isRefetching: boolean;
|
|
35476
35476
|
isStale: boolean;
|
|
35477
35477
|
isEnabled: boolean;
|
|
35478
|
-
refetch: (options?:
|
|
35478
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
35479
35479
|
spendingApproval: bigint;
|
|
35480
35480
|
operatorAddr: string;
|
|
35481
35481
|
__typename: "UserMarketOperator";
|
|
@@ -35489,7 +35489,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
35489
35489
|
address: string;
|
|
35490
35490
|
} | null;
|
|
35491
35491
|
}[] | undefined, Error>>;
|
|
35492
|
-
fetchStatus:
|
|
35492
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
35493
35493
|
promise: Promise<{
|
|
35494
35494
|
spendingApproval: bigint;
|
|
35495
35495
|
operatorAddr: string;
|
|
@@ -35541,7 +35541,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
35541
35541
|
isRefetching: boolean;
|
|
35542
35542
|
isStale: boolean;
|
|
35543
35543
|
isEnabled: boolean;
|
|
35544
|
-
refetch: (options?:
|
|
35544
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
35545
35545
|
spendingApproval: bigint;
|
|
35546
35546
|
operatorAddr: string;
|
|
35547
35547
|
__typename: "UserMarketOperator";
|
|
@@ -35555,7 +35555,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
35555
35555
|
address: string;
|
|
35556
35556
|
} | null;
|
|
35557
35557
|
}[] | undefined, Error>>;
|
|
35558
|
-
fetchStatus:
|
|
35558
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
35559
35559
|
promise: Promise<{
|
|
35560
35560
|
spendingApproval: bigint;
|
|
35561
35561
|
operatorAddr: string;
|
|
@@ -35693,7 +35693,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
35693
35693
|
isRefetching: boolean;
|
|
35694
35694
|
isStale: boolean;
|
|
35695
35695
|
isEnabled: boolean;
|
|
35696
|
-
refetch: (options?:
|
|
35696
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
|
|
35697
35697
|
tickLower: number;
|
|
35698
35698
|
tickUpper: number;
|
|
35699
35699
|
prevTickLower: number;
|
|
@@ -35704,7 +35704,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
35704
35704
|
borrowedAmount0: bigint;
|
|
35705
35705
|
borrowedAmount1: bigint;
|
|
35706
35706
|
}[], viem0.ReadContractErrorType>>;
|
|
35707
|
-
fetchStatus:
|
|
35707
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
35708
35708
|
promise: Promise<readonly {
|
|
35709
35709
|
tickLower: number;
|
|
35710
35710
|
tickUpper: number;
|
|
@@ -35716,7 +35716,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
35716
35716
|
borrowedAmount0: bigint;
|
|
35717
35717
|
borrowedAmount1: bigint;
|
|
35718
35718
|
}[]>;
|
|
35719
|
-
queryKey:
|
|
35719
|
+
queryKey: _tanstack_query_core0.QueryKey;
|
|
35720
35720
|
data: readonly {
|
|
35721
35721
|
tickLower: number;
|
|
35722
35722
|
tickUpper: number;
|
|
@@ -35751,7 +35751,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
35751
35751
|
isRefetching: boolean;
|
|
35752
35752
|
isStale: boolean;
|
|
35753
35753
|
isEnabled: boolean;
|
|
35754
|
-
refetch: (options?:
|
|
35754
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
|
|
35755
35755
|
tickLower: number;
|
|
35756
35756
|
tickUpper: number;
|
|
35757
35757
|
prevTickLower: number;
|
|
@@ -35762,7 +35762,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
35762
35762
|
borrowedAmount0: bigint;
|
|
35763
35763
|
borrowedAmount1: bigint;
|
|
35764
35764
|
}[], viem0.ReadContractErrorType>>;
|
|
35765
|
-
fetchStatus:
|
|
35765
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
35766
35766
|
promise: Promise<readonly {
|
|
35767
35767
|
tickLower: number;
|
|
35768
35768
|
tickUpper: number;
|
|
@@ -35774,7 +35774,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
35774
35774
|
borrowedAmount0: bigint;
|
|
35775
35775
|
borrowedAmount1: bigint;
|
|
35776
35776
|
}[]>;
|
|
35777
|
-
queryKey:
|
|
35777
|
+
queryKey: _tanstack_query_core0.QueryKey;
|
|
35778
35778
|
data: readonly {
|
|
35779
35779
|
tickLower: number;
|
|
35780
35780
|
tickUpper: number;
|
|
@@ -35809,7 +35809,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
35809
35809
|
isRefetching: boolean;
|
|
35810
35810
|
isStale: boolean;
|
|
35811
35811
|
isEnabled: boolean;
|
|
35812
|
-
refetch: (options?:
|
|
35812
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
|
|
35813
35813
|
tickLower: number;
|
|
35814
35814
|
tickUpper: number;
|
|
35815
35815
|
prevTickLower: number;
|
|
@@ -35820,7 +35820,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
35820
35820
|
borrowedAmount0: bigint;
|
|
35821
35821
|
borrowedAmount1: bigint;
|
|
35822
35822
|
}[], viem0.ReadContractErrorType>>;
|
|
35823
|
-
fetchStatus:
|
|
35823
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
35824
35824
|
promise: Promise<readonly {
|
|
35825
35825
|
tickLower: number;
|
|
35826
35826
|
tickUpper: number;
|
|
@@ -35832,7 +35832,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
35832
35832
|
borrowedAmount0: bigint;
|
|
35833
35833
|
borrowedAmount1: bigint;
|
|
35834
35834
|
}[]>;
|
|
35835
|
-
queryKey:
|
|
35835
|
+
queryKey: _tanstack_query_core0.QueryKey;
|
|
35836
35836
|
data: readonly {
|
|
35837
35837
|
tickLower: number;
|
|
35838
35838
|
tickUpper: number;
|
|
@@ -35867,7 +35867,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
35867
35867
|
isRefetching: boolean;
|
|
35868
35868
|
isStale: boolean;
|
|
35869
35869
|
isEnabled: boolean;
|
|
35870
|
-
refetch: (options?:
|
|
35870
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
|
|
35871
35871
|
tickLower: number;
|
|
35872
35872
|
tickUpper: number;
|
|
35873
35873
|
prevTickLower: number;
|
|
@@ -35878,7 +35878,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
35878
35878
|
borrowedAmount0: bigint;
|
|
35879
35879
|
borrowedAmount1: bigint;
|
|
35880
35880
|
}[], viem0.ReadContractErrorType>>;
|
|
35881
|
-
fetchStatus:
|
|
35881
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
35882
35882
|
promise: Promise<readonly {
|
|
35883
35883
|
tickLower: number;
|
|
35884
35884
|
tickUpper: number;
|
|
@@ -35890,7 +35890,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
35890
35890
|
borrowedAmount0: bigint;
|
|
35891
35891
|
borrowedAmount1: bigint;
|
|
35892
35892
|
}[]>;
|
|
35893
|
-
queryKey:
|
|
35893
|
+
queryKey: _tanstack_query_core0.QueryKey;
|
|
35894
35894
|
data: readonly {
|
|
35895
35895
|
tickLower: number;
|
|
35896
35896
|
tickUpper: number;
|
|
@@ -35925,7 +35925,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
35925
35925
|
isRefetching: boolean;
|
|
35926
35926
|
isStale: boolean;
|
|
35927
35927
|
isEnabled: boolean;
|
|
35928
|
-
refetch: (options?:
|
|
35928
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
|
|
35929
35929
|
tickLower: number;
|
|
35930
35930
|
tickUpper: number;
|
|
35931
35931
|
prevTickLower: number;
|
|
@@ -35936,7 +35936,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
35936
35936
|
borrowedAmount0: bigint;
|
|
35937
35937
|
borrowedAmount1: bigint;
|
|
35938
35938
|
}[], viem0.ReadContractErrorType>>;
|
|
35939
|
-
fetchStatus:
|
|
35939
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
35940
35940
|
promise: Promise<readonly {
|
|
35941
35941
|
tickLower: number;
|
|
35942
35942
|
tickUpper: number;
|
|
@@ -35948,7 +35948,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
35948
35948
|
borrowedAmount0: bigint;
|
|
35949
35949
|
borrowedAmount1: bigint;
|
|
35950
35950
|
}[]>;
|
|
35951
|
-
queryKey:
|
|
35951
|
+
queryKey: _tanstack_query_core0.QueryKey;
|
|
35952
35952
|
data: readonly {
|
|
35953
35953
|
tickLower: number;
|
|
35954
35954
|
tickUpper: number;
|
|
@@ -35983,7 +35983,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
35983
35983
|
isRefetching: boolean;
|
|
35984
35984
|
isStale: boolean;
|
|
35985
35985
|
isEnabled: boolean;
|
|
35986
|
-
refetch: (options?:
|
|
35986
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
|
|
35987
35987
|
tickLower: number;
|
|
35988
35988
|
tickUpper: number;
|
|
35989
35989
|
prevTickLower: number;
|
|
@@ -35994,7 +35994,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
35994
35994
|
borrowedAmount0: bigint;
|
|
35995
35995
|
borrowedAmount1: bigint;
|
|
35996
35996
|
}[], viem0.ReadContractErrorType>>;
|
|
35997
|
-
fetchStatus:
|
|
35997
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
35998
35998
|
promise: Promise<readonly {
|
|
35999
35999
|
tickLower: number;
|
|
36000
36000
|
tickUpper: number;
|
|
@@ -36006,7 +36006,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
36006
36006
|
borrowedAmount0: bigint;
|
|
36007
36007
|
borrowedAmount1: bigint;
|
|
36008
36008
|
}[]>;
|
|
36009
|
-
queryKey:
|
|
36009
|
+
queryKey: _tanstack_query_core0.QueryKey;
|
|
36010
36010
|
data: readonly {
|
|
36011
36011
|
tickLower: number;
|
|
36012
36012
|
tickUpper: number;
|
|
@@ -36057,7 +36057,7 @@ declare const useVaultTVL: (vaultAddr?: Address) => {
|
|
|
36057
36057
|
borrowedAmount0: Amount;
|
|
36058
36058
|
borrowedAmount1: Amount;
|
|
36059
36059
|
blocksCount: bigint;
|
|
36060
|
-
refetch: (options?:
|
|
36060
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem0.ReadContractErrorType>>;
|
|
36061
36061
|
};
|
|
36062
36062
|
//#endregion
|
|
36063
36063
|
//#region src/hooks/useLens.d.ts
|
|
@@ -61933,4 +61933,4 @@ declare const useApproval: () => {
|
|
|
61933
61933
|
};
|
|
61934
61934
|
//#endregion
|
|
61935
61935
|
export { scaleAmount as $, PriceDataPoint as A, OptionTimelineData as B, liquiditiesToAmount1 as C, getUniswapMathLens as Ct, token0ToToken1 as D, roundTickUp as E, useUserOperators as F, useMintOption as G, useExtendOption as H, useOperatorPerms as I, EMPTY_ARRAY as J, useMaxPositionSize as K, usePerpsOperator as L, getCurrentPrice as M, getPriceHistory as N, token1ToToken0 as O, useSetOperatorPerms as P, formatVagueAmount as Q, useClosePerp as R, liquiditiesToAmount0 as S, getTimelockMarket as St, roundTickDown as T, uniswapMathLenses as Tt, useOptionPremium as U, useOptionTimeline as V, useOptionPnl as W, formatCondensed as X, formatAmount as Y, formatUSD as Z, PRICE_PRECISION as _, TimelockMarket as _t, batchGetAmountsFromLiquidity as a, wrapPrice as at, getPriceAtTick as b, getErc20 as bt, useLiquidityBlocks as c, useMarketData as ct, usePriceAtTick as d, useActiveUserOptions as dt, scalePrice as et, UniswapPoolData as f, useClosedUserOptions as ft, getPayoutAtTick as g, TimelockLens as gt, useCurrentPrice as h, useTimelockConfig as ht, useVaultData as i, wrapAmountUnscaled as it, PriceResolution as j, PriceData as k, useBurnLiquidity as l, useExerciseOption as lt, useCurrentTick as m, useCurrentMarket as mt, useLens as n, unscalePrice as nt, useMintLiquidity as o, wrapPriceUnscaled as ot, usePoolData as p, TimelockProvider as pt, Amount as q, useVaultTVL as r, wrapAmount as rt, LiquidityBlockData as s, zero as st, useApproval as t, unscaleAmount as tt, usePriceHistory as u, OptionData as ut, getAmountsFromLiquidity as v, TimelockMarketData as vt, liquiditiesToAmounts as w, timelockLenses as wt, getTickAtPrice as x, getTimelockLens as xt, getNearestValidStrikeTick as y, UniswapMathLens as yt, useMintPerp as z };
|
|
61936
|
-
//# sourceMappingURL=client-
|
|
61936
|
+
//# sourceMappingURL=client-uwDDNqle.d.cts.map
|