timelock-sdk 0.0.147 → 0.0.148
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-BkFQMdyY.d.ts → client-CuKpzxpi.d.ts} +379 -378
- package/dist/{client-BfaA0G12.d.cts → client-X8wiNH4U.d.cts} +210 -209
- package/dist/client.cjs +5 -4
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.cts +2 -2
- package/dist/client.d.ts +2 -2
- package/dist/client.js +5 -4
- package/dist/client.js.map +1 -1
- package/dist/{optionUtils-BDPUmzhu.cjs → optionUtils-Cd3aDeDW.cjs} +2 -2
- package/dist/{optionUtils-BDPUmzhu.cjs.map → optionUtils-Cd3aDeDW.cjs.map} +1 -1
- package/dist/{optionUtils-Heq9b5kr.js → optionUtils-oXYx-RlH.js} +2 -2
- package/dist/{optionUtils-Heq9b5kr.js.map → optionUtils-oXYx-RlH.js.map} +1 -1
- package/dist/{optionsMarket-DvxxArTL.cjs → optionsMarket-BvsHPNmm.cjs} +62 -26
- package/dist/{optionsMarket-DvxxArTL.cjs.map → optionsMarket-BvsHPNmm.cjs.map} +1 -1
- package/dist/{optionsMarket-CAKULuAn.js → optionsMarket-GXvAI9ym.js} +62 -26
- package/dist/{optionsMarket-CAKULuAn.js.map → optionsMarket-GXvAI9ym.js.map} +1 -1
- 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-8wwghF2C.d.cts → uniswapMathLens-DLVBzRq6.d.ts} +51 -18
- package/dist/{uniswapMathLens-CJnCiMKc.d.ts → uniswapMathLens-NRnucfmK.d.cts} +51 -18
- package/package.json +1 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { n as optionsMarketAbi, r as lensAbi, t as uniswapMathLensAbi } from "./uniswapMathLens-
|
|
1
|
+
import { n as optionsMarketAbi, r as lensAbi, t as uniswapMathLensAbi } from "./uniswapMathLens-NRnucfmK.cjs";
|
|
2
2
|
import * as viem184 from "viem";
|
|
3
3
|
import { Address, Client, GetContractReturnType, Hex, PublicClient } from "viem";
|
|
4
4
|
import React, { ReactNode } from "react";
|
|
5
5
|
import "graphql";
|
|
6
6
|
import { GraphQLClient, RequestOptions } from "graphql-request";
|
|
7
|
-
import * as
|
|
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_core17 from "@tanstack/query-core";
|
|
10
10
|
import Big from "big.js";
|
|
11
11
|
import JSBI from "jsbi";
|
|
12
12
|
import * as _wagmi_core0 from "@wagmi/core";
|
|
@@ -16973,13 +16973,13 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
16973
16973
|
readonly internalType: "int128";
|
|
16974
16974
|
}];
|
|
16975
16975
|
readonly stateMutability: "view";
|
|
16976
|
-
}], "getSlot0", readonly [`0x${string}`,
|
|
16976
|
+
}], "getSlot0", readonly [`0x${string}`, {
|
|
16977
16977
|
currency0: `0x${string}`;
|
|
16978
16978
|
currency1: `0x${string}`;
|
|
16979
16979
|
fee: number;
|
|
16980
16980
|
tickSpacing: number;
|
|
16981
16981
|
hooks: `0x${string}`;
|
|
16982
|
-
}]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
|
|
16982
|
+
}] | readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
|
|
16983
16983
|
currency0: `0x${string}`;
|
|
16984
16984
|
currency1: `0x${string}`;
|
|
16985
16985
|
fee: number;
|
|
@@ -17820,13 +17820,13 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
17820
17820
|
readonly internalType: "int128";
|
|
17821
17821
|
}];
|
|
17822
17822
|
readonly stateMutability: "view";
|
|
17823
|
-
}], "getSlot0", readonly [`0x${string}`,
|
|
17823
|
+
}], "getSlot0", readonly [`0x${string}`, {
|
|
17824
17824
|
currency0: `0x${string}`;
|
|
17825
17825
|
currency1: `0x${string}`;
|
|
17826
17826
|
fee: number;
|
|
17827
17827
|
tickSpacing: number;
|
|
17828
17828
|
hooks: `0x${string}`;
|
|
17829
|
-
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
17829
|
+
}] | readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
17830
17830
|
getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
17831
17831
|
readonly type: "function";
|
|
17832
17832
|
readonly name: "getFeeGrowthGlobals";
|
|
@@ -37551,7 +37551,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37551
37551
|
isRefetching: boolean;
|
|
37552
37552
|
isStale: boolean;
|
|
37553
37553
|
isEnabled: boolean;
|
|
37554
|
-
refetch: (options?:
|
|
37554
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
37555
37555
|
optionId: bigint;
|
|
37556
37556
|
marketAddr: Address;
|
|
37557
37557
|
ownerAddr: Address;
|
|
@@ -37581,7 +37581,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37581
37581
|
address: string;
|
|
37582
37582
|
} | null;
|
|
37583
37583
|
}[], Error>>;
|
|
37584
|
-
fetchStatus:
|
|
37584
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
37585
37585
|
promise: Promise<{
|
|
37586
37586
|
optionId: bigint;
|
|
37587
37587
|
marketAddr: Address;
|
|
@@ -37665,7 +37665,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37665
37665
|
isRefetching: boolean;
|
|
37666
37666
|
isStale: boolean;
|
|
37667
37667
|
isEnabled: boolean;
|
|
37668
|
-
refetch: (options?:
|
|
37668
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
37669
37669
|
optionId: bigint;
|
|
37670
37670
|
marketAddr: Address;
|
|
37671
37671
|
ownerAddr: Address;
|
|
@@ -37695,7 +37695,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37695
37695
|
address: string;
|
|
37696
37696
|
} | null;
|
|
37697
37697
|
}[], Error>>;
|
|
37698
|
-
fetchStatus:
|
|
37698
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
37699
37699
|
promise: Promise<{
|
|
37700
37700
|
optionId: bigint;
|
|
37701
37701
|
marketAddr: Address;
|
|
@@ -37779,7 +37779,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37779
37779
|
isRefetching: boolean;
|
|
37780
37780
|
isStale: boolean;
|
|
37781
37781
|
isEnabled: boolean;
|
|
37782
|
-
refetch: (options?:
|
|
37782
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
37783
37783
|
optionId: bigint;
|
|
37784
37784
|
marketAddr: Address;
|
|
37785
37785
|
ownerAddr: Address;
|
|
@@ -37809,7 +37809,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37809
37809
|
address: string;
|
|
37810
37810
|
} | null;
|
|
37811
37811
|
}[], Error>>;
|
|
37812
|
-
fetchStatus:
|
|
37812
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
37813
37813
|
promise: Promise<{
|
|
37814
37814
|
optionId: bigint;
|
|
37815
37815
|
marketAddr: Address;
|
|
@@ -37893,7 +37893,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37893
37893
|
isRefetching: boolean;
|
|
37894
37894
|
isStale: boolean;
|
|
37895
37895
|
isEnabled: boolean;
|
|
37896
|
-
refetch: (options?:
|
|
37896
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
37897
37897
|
optionId: bigint;
|
|
37898
37898
|
marketAddr: Address;
|
|
37899
37899
|
ownerAddr: Address;
|
|
@@ -37923,7 +37923,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37923
37923
|
address: string;
|
|
37924
37924
|
} | null;
|
|
37925
37925
|
}[], Error>>;
|
|
37926
|
-
fetchStatus:
|
|
37926
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
37927
37927
|
promise: Promise<{
|
|
37928
37928
|
optionId: bigint;
|
|
37929
37929
|
marketAddr: Address;
|
|
@@ -38007,7 +38007,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
38007
38007
|
isRefetching: boolean;
|
|
38008
38008
|
isStale: boolean;
|
|
38009
38009
|
isEnabled: boolean;
|
|
38010
|
-
refetch: (options?:
|
|
38010
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
38011
38011
|
optionId: bigint;
|
|
38012
38012
|
marketAddr: Address;
|
|
38013
38013
|
ownerAddr: Address;
|
|
@@ -38037,7 +38037,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
38037
38037
|
address: string;
|
|
38038
38038
|
} | null;
|
|
38039
38039
|
}[], Error>>;
|
|
38040
|
-
fetchStatus:
|
|
38040
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
38041
38041
|
promise: Promise<{
|
|
38042
38042
|
optionId: bigint;
|
|
38043
38043
|
marketAddr: Address;
|
|
@@ -38121,7 +38121,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
38121
38121
|
isRefetching: boolean;
|
|
38122
38122
|
isStale: boolean;
|
|
38123
38123
|
isEnabled: boolean;
|
|
38124
|
-
refetch: (options?:
|
|
38124
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
38125
38125
|
optionId: bigint;
|
|
38126
38126
|
marketAddr: Address;
|
|
38127
38127
|
ownerAddr: Address;
|
|
@@ -38151,7 +38151,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
38151
38151
|
address: string;
|
|
38152
38152
|
} | null;
|
|
38153
38153
|
}[], Error>>;
|
|
38154
|
-
fetchStatus:
|
|
38154
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
38155
38155
|
promise: Promise<{
|
|
38156
38156
|
optionId: bigint;
|
|
38157
38157
|
marketAddr: Address;
|
|
@@ -38236,7 +38236,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38236
38236
|
isRefetching: boolean;
|
|
38237
38237
|
isStale: boolean;
|
|
38238
38238
|
isEnabled: boolean;
|
|
38239
|
-
refetch: (options?:
|
|
38239
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
38240
38240
|
optionId: bigint;
|
|
38241
38241
|
marketAddr: Address;
|
|
38242
38242
|
ownerAddr: Address;
|
|
@@ -38266,7 +38266,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38266
38266
|
address: string;
|
|
38267
38267
|
} | null;
|
|
38268
38268
|
}[], Error>>;
|
|
38269
|
-
fetchStatus:
|
|
38269
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
38270
38270
|
promise: Promise<{
|
|
38271
38271
|
optionId: bigint;
|
|
38272
38272
|
marketAddr: Address;
|
|
@@ -38350,7 +38350,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38350
38350
|
isRefetching: boolean;
|
|
38351
38351
|
isStale: boolean;
|
|
38352
38352
|
isEnabled: boolean;
|
|
38353
|
-
refetch: (options?:
|
|
38353
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
38354
38354
|
optionId: bigint;
|
|
38355
38355
|
marketAddr: Address;
|
|
38356
38356
|
ownerAddr: Address;
|
|
@@ -38380,7 +38380,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38380
38380
|
address: string;
|
|
38381
38381
|
} | null;
|
|
38382
38382
|
}[], Error>>;
|
|
38383
|
-
fetchStatus:
|
|
38383
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
38384
38384
|
promise: Promise<{
|
|
38385
38385
|
optionId: bigint;
|
|
38386
38386
|
marketAddr: Address;
|
|
@@ -38464,7 +38464,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38464
38464
|
isRefetching: boolean;
|
|
38465
38465
|
isStale: boolean;
|
|
38466
38466
|
isEnabled: boolean;
|
|
38467
|
-
refetch: (options?:
|
|
38467
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
38468
38468
|
optionId: bigint;
|
|
38469
38469
|
marketAddr: Address;
|
|
38470
38470
|
ownerAddr: Address;
|
|
@@ -38494,7 +38494,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38494
38494
|
address: string;
|
|
38495
38495
|
} | null;
|
|
38496
38496
|
}[], Error>>;
|
|
38497
|
-
fetchStatus:
|
|
38497
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
38498
38498
|
promise: Promise<{
|
|
38499
38499
|
optionId: bigint;
|
|
38500
38500
|
marketAddr: Address;
|
|
@@ -38578,7 +38578,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38578
38578
|
isRefetching: boolean;
|
|
38579
38579
|
isStale: boolean;
|
|
38580
38580
|
isEnabled: boolean;
|
|
38581
|
-
refetch: (options?:
|
|
38581
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
38582
38582
|
optionId: bigint;
|
|
38583
38583
|
marketAddr: Address;
|
|
38584
38584
|
ownerAddr: Address;
|
|
@@ -38608,7 +38608,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38608
38608
|
address: string;
|
|
38609
38609
|
} | null;
|
|
38610
38610
|
}[], Error>>;
|
|
38611
|
-
fetchStatus:
|
|
38611
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
38612
38612
|
promise: Promise<{
|
|
38613
38613
|
optionId: bigint;
|
|
38614
38614
|
marketAddr: Address;
|
|
@@ -38692,7 +38692,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38692
38692
|
isRefetching: boolean;
|
|
38693
38693
|
isStale: boolean;
|
|
38694
38694
|
isEnabled: boolean;
|
|
38695
|
-
refetch: (options?:
|
|
38695
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
38696
38696
|
optionId: bigint;
|
|
38697
38697
|
marketAddr: Address;
|
|
38698
38698
|
ownerAddr: Address;
|
|
@@ -38722,7 +38722,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38722
38722
|
address: string;
|
|
38723
38723
|
} | null;
|
|
38724
38724
|
}[], Error>>;
|
|
38725
|
-
fetchStatus:
|
|
38725
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
38726
38726
|
promise: Promise<{
|
|
38727
38727
|
optionId: bigint;
|
|
38728
38728
|
marketAddr: Address;
|
|
@@ -38806,7 +38806,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38806
38806
|
isRefetching: boolean;
|
|
38807
38807
|
isStale: boolean;
|
|
38808
38808
|
isEnabled: boolean;
|
|
38809
|
-
refetch: (options?:
|
|
38809
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
38810
38810
|
optionId: bigint;
|
|
38811
38811
|
marketAddr: Address;
|
|
38812
38812
|
ownerAddr: Address;
|
|
@@ -38836,7 +38836,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38836
38836
|
address: string;
|
|
38837
38837
|
} | null;
|
|
38838
38838
|
}[], Error>>;
|
|
38839
|
-
fetchStatus:
|
|
38839
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
38840
38840
|
promise: Promise<{
|
|
38841
38841
|
optionId: bigint;
|
|
38842
38842
|
marketAddr: Address;
|
|
@@ -38921,7 +38921,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38921
38921
|
isRefetching: boolean;
|
|
38922
38922
|
isStale: boolean;
|
|
38923
38923
|
isEnabled: boolean;
|
|
38924
|
-
refetch: (options?:
|
|
38924
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
38925
38925
|
optionId: bigint;
|
|
38926
38926
|
marketAddr: Address;
|
|
38927
38927
|
ownerAddr: Address;
|
|
@@ -38951,7 +38951,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38951
38951
|
address: string;
|
|
38952
38952
|
} | null;
|
|
38953
38953
|
}[], Error>>;
|
|
38954
|
-
fetchStatus:
|
|
38954
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
38955
38955
|
promise: Promise<{
|
|
38956
38956
|
optionId: bigint;
|
|
38957
38957
|
marketAddr: Address;
|
|
@@ -39035,7 +39035,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39035
39035
|
isRefetching: boolean;
|
|
39036
39036
|
isStale: boolean;
|
|
39037
39037
|
isEnabled: boolean;
|
|
39038
|
-
refetch: (options?:
|
|
39038
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
39039
39039
|
optionId: bigint;
|
|
39040
39040
|
marketAddr: Address;
|
|
39041
39041
|
ownerAddr: Address;
|
|
@@ -39065,7 +39065,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39065
39065
|
address: string;
|
|
39066
39066
|
} | null;
|
|
39067
39067
|
}[], Error>>;
|
|
39068
|
-
fetchStatus:
|
|
39068
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
39069
39069
|
promise: Promise<{
|
|
39070
39070
|
optionId: bigint;
|
|
39071
39071
|
marketAddr: Address;
|
|
@@ -39149,7 +39149,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39149
39149
|
isRefetching: boolean;
|
|
39150
39150
|
isStale: boolean;
|
|
39151
39151
|
isEnabled: boolean;
|
|
39152
|
-
refetch: (options?:
|
|
39152
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
39153
39153
|
optionId: bigint;
|
|
39154
39154
|
marketAddr: Address;
|
|
39155
39155
|
ownerAddr: Address;
|
|
@@ -39179,7 +39179,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39179
39179
|
address: string;
|
|
39180
39180
|
} | null;
|
|
39181
39181
|
}[], Error>>;
|
|
39182
|
-
fetchStatus:
|
|
39182
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
39183
39183
|
promise: Promise<{
|
|
39184
39184
|
optionId: bigint;
|
|
39185
39185
|
marketAddr: Address;
|
|
@@ -39263,7 +39263,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39263
39263
|
isRefetching: boolean;
|
|
39264
39264
|
isStale: boolean;
|
|
39265
39265
|
isEnabled: boolean;
|
|
39266
|
-
refetch: (options?:
|
|
39266
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
39267
39267
|
optionId: bigint;
|
|
39268
39268
|
marketAddr: Address;
|
|
39269
39269
|
ownerAddr: Address;
|
|
@@ -39293,7 +39293,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39293
39293
|
address: string;
|
|
39294
39294
|
} | null;
|
|
39295
39295
|
}[], Error>>;
|
|
39296
|
-
fetchStatus:
|
|
39296
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
39297
39297
|
promise: Promise<{
|
|
39298
39298
|
optionId: bigint;
|
|
39299
39299
|
marketAddr: Address;
|
|
@@ -39377,7 +39377,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39377
39377
|
isRefetching: boolean;
|
|
39378
39378
|
isStale: boolean;
|
|
39379
39379
|
isEnabled: boolean;
|
|
39380
|
-
refetch: (options?:
|
|
39380
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
39381
39381
|
optionId: bigint;
|
|
39382
39382
|
marketAddr: Address;
|
|
39383
39383
|
ownerAddr: Address;
|
|
@@ -39407,7 +39407,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39407
39407
|
address: string;
|
|
39408
39408
|
} | null;
|
|
39409
39409
|
}[], Error>>;
|
|
39410
|
-
fetchStatus:
|
|
39410
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
39411
39411
|
promise: Promise<{
|
|
39412
39412
|
optionId: bigint;
|
|
39413
39413
|
marketAddr: Address;
|
|
@@ -39491,7 +39491,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39491
39491
|
isRefetching: boolean;
|
|
39492
39492
|
isStale: boolean;
|
|
39493
39493
|
isEnabled: boolean;
|
|
39494
|
-
refetch: (options?:
|
|
39494
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
39495
39495
|
optionId: bigint;
|
|
39496
39496
|
marketAddr: Address;
|
|
39497
39497
|
ownerAddr: Address;
|
|
@@ -39521,7 +39521,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39521
39521
|
address: string;
|
|
39522
39522
|
} | null;
|
|
39523
39523
|
}[], Error>>;
|
|
39524
|
-
fetchStatus:
|
|
39524
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
39525
39525
|
promise: Promise<{
|
|
39526
39526
|
optionId: bigint;
|
|
39527
39527
|
marketAddr: Address;
|
|
@@ -39585,7 +39585,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39585
39585
|
};
|
|
39586
39586
|
//#endregion
|
|
39587
39587
|
//#region src/hooks/options/useExerciseOption.d.ts
|
|
39588
|
-
declare const useExerciseOption: (marketAddr?: Address) =>
|
|
39588
|
+
declare const useExerciseOption: (marketAddr?: Address) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
|
|
39589
39589
|
option: OptionData;
|
|
39590
39590
|
liquidities: readonly bigint[];
|
|
39591
39591
|
}, unknown>;
|
|
@@ -39676,10 +39676,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39676
39676
|
isRefetching: boolean;
|
|
39677
39677
|
isStale: boolean;
|
|
39678
39678
|
isEnabled: boolean;
|
|
39679
|
-
refetch: (options?:
|
|
39680
|
-
fetchStatus:
|
|
39679
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [bigint, bigint], viem184.ReadContractErrorType>>;
|
|
39680
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
39681
39681
|
promise: Promise<readonly [bigint, bigint]>;
|
|
39682
|
-
queryKey:
|
|
39682
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
39683
39683
|
maxCallSize: Amount | undefined;
|
|
39684
39684
|
maxPutSize: Amount | undefined;
|
|
39685
39685
|
} | {
|
|
@@ -39705,10 +39705,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39705
39705
|
isRefetching: boolean;
|
|
39706
39706
|
isStale: boolean;
|
|
39707
39707
|
isEnabled: boolean;
|
|
39708
|
-
refetch: (options?:
|
|
39709
|
-
fetchStatus:
|
|
39708
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [bigint, bigint], viem184.ReadContractErrorType>>;
|
|
39709
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
39710
39710
|
promise: Promise<readonly [bigint, bigint]>;
|
|
39711
|
-
queryKey:
|
|
39711
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
39712
39712
|
maxCallSize: Amount | undefined;
|
|
39713
39713
|
maxPutSize: Amount | undefined;
|
|
39714
39714
|
} | {
|
|
@@ -39734,10 +39734,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39734
39734
|
isRefetching: boolean;
|
|
39735
39735
|
isStale: boolean;
|
|
39736
39736
|
isEnabled: boolean;
|
|
39737
|
-
refetch: (options?:
|
|
39738
|
-
fetchStatus:
|
|
39737
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [bigint, bigint], viem184.ReadContractErrorType>>;
|
|
39738
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
39739
39739
|
promise: Promise<readonly [bigint, bigint]>;
|
|
39740
|
-
queryKey:
|
|
39740
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
39741
39741
|
maxCallSize: Amount | undefined;
|
|
39742
39742
|
maxPutSize: Amount | undefined;
|
|
39743
39743
|
} | {
|
|
@@ -39763,10 +39763,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39763
39763
|
isRefetching: boolean;
|
|
39764
39764
|
isStale: boolean;
|
|
39765
39765
|
isEnabled: boolean;
|
|
39766
|
-
refetch: (options?:
|
|
39767
|
-
fetchStatus:
|
|
39766
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [bigint, bigint], viem184.ReadContractErrorType>>;
|
|
39767
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
39768
39768
|
promise: Promise<readonly [bigint, bigint]>;
|
|
39769
|
-
queryKey:
|
|
39769
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
39770
39770
|
maxCallSize: Amount | undefined;
|
|
39771
39771
|
maxPutSize: Amount | undefined;
|
|
39772
39772
|
} | {
|
|
@@ -39792,10 +39792,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39792
39792
|
isRefetching: boolean;
|
|
39793
39793
|
isStale: boolean;
|
|
39794
39794
|
isEnabled: boolean;
|
|
39795
|
-
refetch: (options?:
|
|
39796
|
-
fetchStatus:
|
|
39795
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [bigint, bigint], viem184.ReadContractErrorType>>;
|
|
39796
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
39797
39797
|
promise: Promise<readonly [bigint, bigint]>;
|
|
39798
|
-
queryKey:
|
|
39798
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
39799
39799
|
maxCallSize: Amount | undefined;
|
|
39800
39800
|
maxPutSize: Amount | undefined;
|
|
39801
39801
|
} | {
|
|
@@ -39821,20 +39821,21 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39821
39821
|
isRefetching: boolean;
|
|
39822
39822
|
isStale: boolean;
|
|
39823
39823
|
isEnabled: boolean;
|
|
39824
|
-
refetch: (options?:
|
|
39825
|
-
fetchStatus:
|
|
39824
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [bigint, bigint], viem184.ReadContractErrorType>>;
|
|
39825
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
39826
39826
|
promise: Promise<readonly [bigint, bigint]>;
|
|
39827
|
-
queryKey:
|
|
39827
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
39828
39828
|
maxCallSize: Amount | undefined;
|
|
39829
39829
|
maxPutSize: Amount | undefined;
|
|
39830
39830
|
};
|
|
39831
39831
|
//#endregion
|
|
39832
39832
|
//#region src/hooks/options/useMintOption.d.ts
|
|
39833
|
-
declare const useMintOption: (marketAddr?: Address) =>
|
|
39833
|
+
declare const useMintOption: (marketAddr?: Address) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
|
|
39834
39834
|
optionType: "CALL" | "PUT";
|
|
39835
39835
|
amount: bigint;
|
|
39836
39836
|
duration: number;
|
|
39837
39837
|
strikeTick?: number;
|
|
39838
|
+
maxSteps?: number;
|
|
39838
39839
|
}, unknown>;
|
|
39839
39840
|
//#endregion
|
|
39840
39841
|
//#region src/hooks/options/useOptionPnl.d.ts
|
|
@@ -39855,7 +39856,7 @@ declare const useOptionPremium: (marketAddr: Address | undefined, optionType: "C
|
|
|
39855
39856
|
};
|
|
39856
39857
|
//#endregion
|
|
39857
39858
|
//#region src/hooks/options/useExtendOption.d.ts
|
|
39858
|
-
declare const useExtendOption: (marketAddr?: Address) =>
|
|
39859
|
+
declare const useExtendOption: (marketAddr?: Address) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
|
|
39859
39860
|
option: OptionData;
|
|
39860
39861
|
duration: number;
|
|
39861
39862
|
}, unknown>;
|
|
@@ -39894,7 +39895,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
39894
39895
|
isRefetching: boolean;
|
|
39895
39896
|
isStale: boolean;
|
|
39896
39897
|
isEnabled: boolean;
|
|
39897
|
-
refetch: (options?:
|
|
39898
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<({
|
|
39898
39899
|
type: "mint";
|
|
39899
39900
|
data: {
|
|
39900
39901
|
id: string;
|
|
@@ -39933,7 +39934,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
39933
39934
|
transactionHash: string;
|
|
39934
39935
|
};
|
|
39935
39936
|
})[], Error>>;
|
|
39936
|
-
fetchStatus:
|
|
39937
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
39937
39938
|
promise: Promise<({
|
|
39938
39939
|
type: "mint";
|
|
39939
39940
|
data: {
|
|
@@ -40035,7 +40036,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40035
40036
|
isRefetching: boolean;
|
|
40036
40037
|
isStale: boolean;
|
|
40037
40038
|
isEnabled: boolean;
|
|
40038
|
-
refetch: (options?:
|
|
40039
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<({
|
|
40039
40040
|
type: "mint";
|
|
40040
40041
|
data: {
|
|
40041
40042
|
id: string;
|
|
@@ -40074,7 +40075,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40074
40075
|
transactionHash: string;
|
|
40075
40076
|
};
|
|
40076
40077
|
})[], Error>>;
|
|
40077
|
-
fetchStatus:
|
|
40078
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
40078
40079
|
promise: Promise<({
|
|
40079
40080
|
type: "mint";
|
|
40080
40081
|
data: {
|
|
@@ -40176,7 +40177,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40176
40177
|
isRefetching: boolean;
|
|
40177
40178
|
isStale: boolean;
|
|
40178
40179
|
isEnabled: boolean;
|
|
40179
|
-
refetch: (options?:
|
|
40180
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<({
|
|
40180
40181
|
type: "mint";
|
|
40181
40182
|
data: {
|
|
40182
40183
|
id: string;
|
|
@@ -40215,7 +40216,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40215
40216
|
transactionHash: string;
|
|
40216
40217
|
};
|
|
40217
40218
|
})[], Error>>;
|
|
40218
|
-
fetchStatus:
|
|
40219
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
40219
40220
|
promise: Promise<({
|
|
40220
40221
|
type: "mint";
|
|
40221
40222
|
data: {
|
|
@@ -40317,7 +40318,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40317
40318
|
isRefetching: boolean;
|
|
40318
40319
|
isStale: boolean;
|
|
40319
40320
|
isEnabled: boolean;
|
|
40320
|
-
refetch: (options?:
|
|
40321
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<({
|
|
40321
40322
|
type: "mint";
|
|
40322
40323
|
data: {
|
|
40323
40324
|
id: string;
|
|
@@ -40356,7 +40357,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40356
40357
|
transactionHash: string;
|
|
40357
40358
|
};
|
|
40358
40359
|
})[], Error>>;
|
|
40359
|
-
fetchStatus:
|
|
40360
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
40360
40361
|
promise: Promise<({
|
|
40361
40362
|
type: "mint";
|
|
40362
40363
|
data: {
|
|
@@ -40458,7 +40459,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40458
40459
|
isRefetching: boolean;
|
|
40459
40460
|
isStale: boolean;
|
|
40460
40461
|
isEnabled: boolean;
|
|
40461
|
-
refetch: (options?:
|
|
40462
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<({
|
|
40462
40463
|
type: "mint";
|
|
40463
40464
|
data: {
|
|
40464
40465
|
id: string;
|
|
@@ -40497,7 +40498,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40497
40498
|
transactionHash: string;
|
|
40498
40499
|
};
|
|
40499
40500
|
})[], Error>>;
|
|
40500
|
-
fetchStatus:
|
|
40501
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
40501
40502
|
promise: Promise<({
|
|
40502
40503
|
type: "mint";
|
|
40503
40504
|
data: {
|
|
@@ -40599,7 +40600,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40599
40600
|
isRefetching: boolean;
|
|
40600
40601
|
isStale: boolean;
|
|
40601
40602
|
isEnabled: boolean;
|
|
40602
|
-
refetch: (options?:
|
|
40603
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<({
|
|
40603
40604
|
type: "mint";
|
|
40604
40605
|
data: {
|
|
40605
40606
|
id: string;
|
|
@@ -40638,7 +40639,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40638
40639
|
transactionHash: string;
|
|
40639
40640
|
};
|
|
40640
40641
|
})[], Error>>;
|
|
40641
|
-
fetchStatus:
|
|
40642
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
40642
40643
|
promise: Promise<({
|
|
40643
40644
|
type: "mint";
|
|
40644
40645
|
data: {
|
|
@@ -40720,7 +40721,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40720
40721
|
};
|
|
40721
40722
|
//#endregion
|
|
40722
40723
|
//#region src/hooks/perps/useMintPerp.d.ts
|
|
40723
|
-
declare const useMintPerp: (marketAddr?: Address) =>
|
|
40724
|
+
declare const useMintPerp: (marketAddr?: Address) => _tanstack_react_query0.UseMutationResult<void, Error, {
|
|
40724
40725
|
optionType: "CALL" | "PUT";
|
|
40725
40726
|
amount: bigint;
|
|
40726
40727
|
duration: number;
|
|
@@ -40728,13 +40729,13 @@ declare const useMintPerp: (marketAddr?: Address) => _tanstack_react_query1.UseM
|
|
|
40728
40729
|
}, unknown>;
|
|
40729
40730
|
//#endregion
|
|
40730
40731
|
//#region src/hooks/perps/useClosePerp.d.ts
|
|
40731
|
-
declare const useClosePerp: () =>
|
|
40732
|
+
declare const useClosePerp: () => _tanstack_react_query0.UseMutationResult<void, Error, ExercisePerpBody, unknown>;
|
|
40732
40733
|
//#endregion
|
|
40733
40734
|
//#region src/hooks/perps/usePerpsOperator.d.ts
|
|
40734
40735
|
declare const usePerpsOperator: () => {
|
|
40735
40736
|
operator: PerpsOperator | undefined;
|
|
40736
40737
|
address: `0x${string}` | undefined;
|
|
40737
|
-
signMessage:
|
|
40738
|
+
signMessage: _tanstack_react_query0.UseMutationResult<void, Error, void, unknown>;
|
|
40738
40739
|
};
|
|
40739
40740
|
//#endregion
|
|
40740
40741
|
//#region src/hooks/perps/useUserPerps.d.ts
|
|
@@ -40761,7 +40762,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40761
40762
|
isRefetching: boolean;
|
|
40762
40763
|
isStale: boolean;
|
|
40763
40764
|
isEnabled: boolean;
|
|
40764
|
-
refetch: (options?:
|
|
40765
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
40765
40766
|
optionId: bigint;
|
|
40766
40767
|
id: string;
|
|
40767
40768
|
ownerAddr: Address;
|
|
@@ -40770,7 +40771,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40770
40771
|
expiresAt: number;
|
|
40771
40772
|
closed: boolean;
|
|
40772
40773
|
}[] | undefined, Error>>;
|
|
40773
|
-
fetchStatus:
|
|
40774
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
40774
40775
|
promise: Promise<{
|
|
40775
40776
|
optionId: bigint;
|
|
40776
40777
|
id: string;
|
|
@@ -40812,7 +40813,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40812
40813
|
isRefetching: boolean;
|
|
40813
40814
|
isStale: boolean;
|
|
40814
40815
|
isEnabled: boolean;
|
|
40815
|
-
refetch: (options?:
|
|
40816
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
40816
40817
|
optionId: bigint;
|
|
40817
40818
|
id: string;
|
|
40818
40819
|
ownerAddr: Address;
|
|
@@ -40821,7 +40822,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40821
40822
|
expiresAt: number;
|
|
40822
40823
|
closed: boolean;
|
|
40823
40824
|
}[] | undefined, Error>>;
|
|
40824
|
-
fetchStatus:
|
|
40825
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
40825
40826
|
promise: Promise<{
|
|
40826
40827
|
optionId: bigint;
|
|
40827
40828
|
id: string;
|
|
@@ -40863,7 +40864,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40863
40864
|
isRefetching: boolean;
|
|
40864
40865
|
isStale: boolean;
|
|
40865
40866
|
isEnabled: boolean;
|
|
40866
|
-
refetch: (options?:
|
|
40867
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
40867
40868
|
optionId: bigint;
|
|
40868
40869
|
id: string;
|
|
40869
40870
|
ownerAddr: Address;
|
|
@@ -40872,7 +40873,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40872
40873
|
expiresAt: number;
|
|
40873
40874
|
closed: boolean;
|
|
40874
40875
|
}[] | undefined, Error>>;
|
|
40875
|
-
fetchStatus:
|
|
40876
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
40876
40877
|
promise: Promise<{
|
|
40877
40878
|
optionId: bigint;
|
|
40878
40879
|
id: string;
|
|
@@ -40914,7 +40915,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40914
40915
|
isRefetching: boolean;
|
|
40915
40916
|
isStale: boolean;
|
|
40916
40917
|
isEnabled: boolean;
|
|
40917
|
-
refetch: (options?:
|
|
40918
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
40918
40919
|
optionId: bigint;
|
|
40919
40920
|
id: string;
|
|
40920
40921
|
ownerAddr: Address;
|
|
@@ -40923,7 +40924,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40923
40924
|
expiresAt: number;
|
|
40924
40925
|
closed: boolean;
|
|
40925
40926
|
}[] | undefined, Error>>;
|
|
40926
|
-
fetchStatus:
|
|
40927
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
40927
40928
|
promise: Promise<{
|
|
40928
40929
|
optionId: bigint;
|
|
40929
40930
|
id: string;
|
|
@@ -40965,7 +40966,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40965
40966
|
isRefetching: boolean;
|
|
40966
40967
|
isStale: boolean;
|
|
40967
40968
|
isEnabled: boolean;
|
|
40968
|
-
refetch: (options?:
|
|
40969
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
40969
40970
|
optionId: bigint;
|
|
40970
40971
|
id: string;
|
|
40971
40972
|
ownerAddr: Address;
|
|
@@ -40974,7 +40975,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40974
40975
|
expiresAt: number;
|
|
40975
40976
|
closed: boolean;
|
|
40976
40977
|
}[] | undefined, Error>>;
|
|
40977
|
-
fetchStatus:
|
|
40978
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
40978
40979
|
promise: Promise<{
|
|
40979
40980
|
optionId: bigint;
|
|
40980
40981
|
id: string;
|
|
@@ -41016,7 +41017,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
41016
41017
|
isRefetching: boolean;
|
|
41017
41018
|
isStale: boolean;
|
|
41018
41019
|
isEnabled: boolean;
|
|
41019
|
-
refetch: (options?:
|
|
41020
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
41020
41021
|
optionId: bigint;
|
|
41021
41022
|
id: string;
|
|
41022
41023
|
ownerAddr: Address;
|
|
@@ -41025,7 +41026,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
41025
41026
|
expiresAt: number;
|
|
41026
41027
|
closed: boolean;
|
|
41027
41028
|
}[] | undefined, Error>>;
|
|
41028
|
-
fetchStatus:
|
|
41029
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41029
41030
|
promise: Promise<{
|
|
41030
41031
|
optionId: bigint;
|
|
41031
41032
|
id: string;
|
|
@@ -41068,7 +41069,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41068
41069
|
isRefetching: boolean;
|
|
41069
41070
|
isStale: boolean;
|
|
41070
41071
|
isEnabled: boolean;
|
|
41071
|
-
refetch: (options?:
|
|
41072
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
41072
41073
|
optionId: bigint;
|
|
41073
41074
|
id: string;
|
|
41074
41075
|
ownerAddr: Address;
|
|
@@ -41077,7 +41078,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41077
41078
|
expiresAt: number;
|
|
41078
41079
|
closed: boolean;
|
|
41079
41080
|
}[] | undefined, Error>>;
|
|
41080
|
-
fetchStatus:
|
|
41081
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41081
41082
|
promise: Promise<{
|
|
41082
41083
|
optionId: bigint;
|
|
41083
41084
|
id: string;
|
|
@@ -41119,7 +41120,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41119
41120
|
isRefetching: boolean;
|
|
41120
41121
|
isStale: boolean;
|
|
41121
41122
|
isEnabled: boolean;
|
|
41122
|
-
refetch: (options?:
|
|
41123
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
41123
41124
|
optionId: bigint;
|
|
41124
41125
|
id: string;
|
|
41125
41126
|
ownerAddr: Address;
|
|
@@ -41128,7 +41129,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41128
41129
|
expiresAt: number;
|
|
41129
41130
|
closed: boolean;
|
|
41130
41131
|
}[] | undefined, Error>>;
|
|
41131
|
-
fetchStatus:
|
|
41132
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41132
41133
|
promise: Promise<{
|
|
41133
41134
|
optionId: bigint;
|
|
41134
41135
|
id: string;
|
|
@@ -41170,7 +41171,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41170
41171
|
isRefetching: boolean;
|
|
41171
41172
|
isStale: boolean;
|
|
41172
41173
|
isEnabled: boolean;
|
|
41173
|
-
refetch: (options?:
|
|
41174
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
41174
41175
|
optionId: bigint;
|
|
41175
41176
|
id: string;
|
|
41176
41177
|
ownerAddr: Address;
|
|
@@ -41179,7 +41180,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41179
41180
|
expiresAt: number;
|
|
41180
41181
|
closed: boolean;
|
|
41181
41182
|
}[] | undefined, Error>>;
|
|
41182
|
-
fetchStatus:
|
|
41183
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41183
41184
|
promise: Promise<{
|
|
41184
41185
|
optionId: bigint;
|
|
41185
41186
|
id: string;
|
|
@@ -41221,7 +41222,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41221
41222
|
isRefetching: boolean;
|
|
41222
41223
|
isStale: boolean;
|
|
41223
41224
|
isEnabled: boolean;
|
|
41224
|
-
refetch: (options?:
|
|
41225
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
41225
41226
|
optionId: bigint;
|
|
41226
41227
|
id: string;
|
|
41227
41228
|
ownerAddr: Address;
|
|
@@ -41230,7 +41231,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41230
41231
|
expiresAt: number;
|
|
41231
41232
|
closed: boolean;
|
|
41232
41233
|
}[] | undefined, Error>>;
|
|
41233
|
-
fetchStatus:
|
|
41234
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41234
41235
|
promise: Promise<{
|
|
41235
41236
|
optionId: bigint;
|
|
41236
41237
|
id: string;
|
|
@@ -41272,7 +41273,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41272
41273
|
isRefetching: boolean;
|
|
41273
41274
|
isStale: boolean;
|
|
41274
41275
|
isEnabled: boolean;
|
|
41275
|
-
refetch: (options?:
|
|
41276
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
41276
41277
|
optionId: bigint;
|
|
41277
41278
|
id: string;
|
|
41278
41279
|
ownerAddr: Address;
|
|
@@ -41281,7 +41282,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41281
41282
|
expiresAt: number;
|
|
41282
41283
|
closed: boolean;
|
|
41283
41284
|
}[] | undefined, Error>>;
|
|
41284
|
-
fetchStatus:
|
|
41285
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41285
41286
|
promise: Promise<{
|
|
41286
41287
|
optionId: bigint;
|
|
41287
41288
|
id: string;
|
|
@@ -41323,7 +41324,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41323
41324
|
isRefetching: boolean;
|
|
41324
41325
|
isStale: boolean;
|
|
41325
41326
|
isEnabled: boolean;
|
|
41326
|
-
refetch: (options?:
|
|
41327
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
41327
41328
|
optionId: bigint;
|
|
41328
41329
|
id: string;
|
|
41329
41330
|
ownerAddr: Address;
|
|
@@ -41332,7 +41333,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41332
41333
|
expiresAt: number;
|
|
41333
41334
|
closed: boolean;
|
|
41334
41335
|
}[] | undefined, Error>>;
|
|
41335
|
-
fetchStatus:
|
|
41336
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41336
41337
|
promise: Promise<{
|
|
41337
41338
|
optionId: bigint;
|
|
41338
41339
|
id: string;
|
|
@@ -41375,7 +41376,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41375
41376
|
isRefetching: boolean;
|
|
41376
41377
|
isStale: boolean;
|
|
41377
41378
|
isEnabled: boolean;
|
|
41378
|
-
refetch: (options?:
|
|
41379
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
41379
41380
|
optionId: bigint;
|
|
41380
41381
|
id: string;
|
|
41381
41382
|
ownerAddr: Address;
|
|
@@ -41384,7 +41385,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41384
41385
|
expiresAt: number;
|
|
41385
41386
|
closed: boolean;
|
|
41386
41387
|
}[] | undefined, Error>>;
|
|
41387
|
-
fetchStatus:
|
|
41388
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41388
41389
|
promise: Promise<{
|
|
41389
41390
|
optionId: bigint;
|
|
41390
41391
|
id: string;
|
|
@@ -41426,7 +41427,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41426
41427
|
isRefetching: boolean;
|
|
41427
41428
|
isStale: boolean;
|
|
41428
41429
|
isEnabled: boolean;
|
|
41429
|
-
refetch: (options?:
|
|
41430
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
41430
41431
|
optionId: bigint;
|
|
41431
41432
|
id: string;
|
|
41432
41433
|
ownerAddr: Address;
|
|
@@ -41435,7 +41436,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41435
41436
|
expiresAt: number;
|
|
41436
41437
|
closed: boolean;
|
|
41437
41438
|
}[] | undefined, Error>>;
|
|
41438
|
-
fetchStatus:
|
|
41439
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41439
41440
|
promise: Promise<{
|
|
41440
41441
|
optionId: bigint;
|
|
41441
41442
|
id: string;
|
|
@@ -41477,7 +41478,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41477
41478
|
isRefetching: boolean;
|
|
41478
41479
|
isStale: boolean;
|
|
41479
41480
|
isEnabled: boolean;
|
|
41480
|
-
refetch: (options?:
|
|
41481
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
41481
41482
|
optionId: bigint;
|
|
41482
41483
|
id: string;
|
|
41483
41484
|
ownerAddr: Address;
|
|
@@ -41486,7 +41487,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41486
41487
|
expiresAt: number;
|
|
41487
41488
|
closed: boolean;
|
|
41488
41489
|
}[] | undefined, Error>>;
|
|
41489
|
-
fetchStatus:
|
|
41490
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41490
41491
|
promise: Promise<{
|
|
41491
41492
|
optionId: bigint;
|
|
41492
41493
|
id: string;
|
|
@@ -41528,7 +41529,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41528
41529
|
isRefetching: boolean;
|
|
41529
41530
|
isStale: boolean;
|
|
41530
41531
|
isEnabled: boolean;
|
|
41531
|
-
refetch: (options?:
|
|
41532
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
41532
41533
|
optionId: bigint;
|
|
41533
41534
|
id: string;
|
|
41534
41535
|
ownerAddr: Address;
|
|
@@ -41537,7 +41538,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41537
41538
|
expiresAt: number;
|
|
41538
41539
|
closed: boolean;
|
|
41539
41540
|
}[] | undefined, Error>>;
|
|
41540
|
-
fetchStatus:
|
|
41541
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41541
41542
|
promise: Promise<{
|
|
41542
41543
|
optionId: bigint;
|
|
41543
41544
|
id: string;
|
|
@@ -41579,7 +41580,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41579
41580
|
isRefetching: boolean;
|
|
41580
41581
|
isStale: boolean;
|
|
41581
41582
|
isEnabled: boolean;
|
|
41582
|
-
refetch: (options?:
|
|
41583
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
41583
41584
|
optionId: bigint;
|
|
41584
41585
|
id: string;
|
|
41585
41586
|
ownerAddr: Address;
|
|
@@ -41588,7 +41589,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41588
41589
|
expiresAt: number;
|
|
41589
41590
|
closed: boolean;
|
|
41590
41591
|
}[] | undefined, Error>>;
|
|
41591
|
-
fetchStatus:
|
|
41592
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41592
41593
|
promise: Promise<{
|
|
41593
41594
|
optionId: bigint;
|
|
41594
41595
|
id: string;
|
|
@@ -41630,7 +41631,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41630
41631
|
isRefetching: boolean;
|
|
41631
41632
|
isStale: boolean;
|
|
41632
41633
|
isEnabled: boolean;
|
|
41633
|
-
refetch: (options?:
|
|
41634
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
41634
41635
|
optionId: bigint;
|
|
41635
41636
|
id: string;
|
|
41636
41637
|
ownerAddr: Address;
|
|
@@ -41639,7 +41640,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41639
41640
|
expiresAt: number;
|
|
41640
41641
|
closed: boolean;
|
|
41641
41642
|
}[] | undefined, Error>>;
|
|
41642
|
-
fetchStatus:
|
|
41643
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41643
41644
|
promise: Promise<{
|
|
41644
41645
|
optionId: bigint;
|
|
41645
41646
|
id: string;
|
|
@@ -41684,10 +41685,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41684
41685
|
isRefetching: boolean;
|
|
41685
41686
|
isStale: boolean;
|
|
41686
41687
|
isEnabled: boolean;
|
|
41687
|
-
refetch: (options?:
|
|
41688
|
-
fetchStatus:
|
|
41688
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem184.ReadContractErrorType>>;
|
|
41689
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41689
41690
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
41690
|
-
queryKey:
|
|
41691
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
41691
41692
|
data: {
|
|
41692
41693
|
canExtend: boolean | undefined;
|
|
41693
41694
|
canExercise: boolean | undefined;
|
|
@@ -41719,10 +41720,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41719
41720
|
isRefetching: boolean;
|
|
41720
41721
|
isStale: boolean;
|
|
41721
41722
|
isEnabled: boolean;
|
|
41722
|
-
refetch: (options?:
|
|
41723
|
-
fetchStatus:
|
|
41723
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem184.ReadContractErrorType>>;
|
|
41724
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41724
41725
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
41725
|
-
queryKey:
|
|
41726
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
41726
41727
|
data: {
|
|
41727
41728
|
canExtend: boolean | undefined;
|
|
41728
41729
|
canExercise: boolean | undefined;
|
|
@@ -41754,10 +41755,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41754
41755
|
isRefetching: boolean;
|
|
41755
41756
|
isStale: boolean;
|
|
41756
41757
|
isEnabled: boolean;
|
|
41757
|
-
refetch: (options?:
|
|
41758
|
-
fetchStatus:
|
|
41758
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem184.ReadContractErrorType>>;
|
|
41759
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41759
41760
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
41760
|
-
queryKey:
|
|
41761
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
41761
41762
|
data: {
|
|
41762
41763
|
canExtend: boolean | undefined;
|
|
41763
41764
|
canExercise: boolean | undefined;
|
|
@@ -41789,10 +41790,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41789
41790
|
isRefetching: boolean;
|
|
41790
41791
|
isStale: boolean;
|
|
41791
41792
|
isEnabled: boolean;
|
|
41792
|
-
refetch: (options?:
|
|
41793
|
-
fetchStatus:
|
|
41793
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem184.ReadContractErrorType>>;
|
|
41794
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41794
41795
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
41795
|
-
queryKey:
|
|
41796
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
41796
41797
|
data: {
|
|
41797
41798
|
canExtend: boolean | undefined;
|
|
41798
41799
|
canExercise: boolean | undefined;
|
|
@@ -41824,10 +41825,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41824
41825
|
isRefetching: boolean;
|
|
41825
41826
|
isStale: boolean;
|
|
41826
41827
|
isEnabled: boolean;
|
|
41827
|
-
refetch: (options?:
|
|
41828
|
-
fetchStatus:
|
|
41828
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem184.ReadContractErrorType>>;
|
|
41829
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41829
41830
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
41830
|
-
queryKey:
|
|
41831
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
41831
41832
|
data: {
|
|
41832
41833
|
canExtend: boolean | undefined;
|
|
41833
41834
|
canExercise: boolean | undefined;
|
|
@@ -41859,10 +41860,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41859
41860
|
isRefetching: boolean;
|
|
41860
41861
|
isStale: boolean;
|
|
41861
41862
|
isEnabled: boolean;
|
|
41862
|
-
refetch: (options?:
|
|
41863
|
-
fetchStatus:
|
|
41863
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem184.ReadContractErrorType>>;
|
|
41864
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41864
41865
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
41865
|
-
queryKey:
|
|
41866
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
41866
41867
|
data: {
|
|
41867
41868
|
canExtend: boolean | undefined;
|
|
41868
41869
|
canExercise: boolean | undefined;
|
|
@@ -41911,7 +41912,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
41911
41912
|
isRefetching: boolean;
|
|
41912
41913
|
isStale: boolean;
|
|
41913
41914
|
isEnabled: boolean;
|
|
41914
|
-
refetch: (options?:
|
|
41915
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
41915
41916
|
spendingApproval: bigint;
|
|
41916
41917
|
operatorAddr: string;
|
|
41917
41918
|
__typename: "UserMarketOperator";
|
|
@@ -41925,7 +41926,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
41925
41926
|
address: string;
|
|
41926
41927
|
} | null;
|
|
41927
41928
|
}[] | undefined, Error>>;
|
|
41928
|
-
fetchStatus:
|
|
41929
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41929
41930
|
promise: Promise<{
|
|
41930
41931
|
spendingApproval: bigint;
|
|
41931
41932
|
operatorAddr: string;
|
|
@@ -41977,7 +41978,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
41977
41978
|
isRefetching: boolean;
|
|
41978
41979
|
isStale: boolean;
|
|
41979
41980
|
isEnabled: boolean;
|
|
41980
|
-
refetch: (options?:
|
|
41981
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
41981
41982
|
spendingApproval: bigint;
|
|
41982
41983
|
operatorAddr: string;
|
|
41983
41984
|
__typename: "UserMarketOperator";
|
|
@@ -41991,7 +41992,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
41991
41992
|
address: string;
|
|
41992
41993
|
} | null;
|
|
41993
41994
|
}[] | undefined, Error>>;
|
|
41994
|
-
fetchStatus:
|
|
41995
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41995
41996
|
promise: Promise<{
|
|
41996
41997
|
spendingApproval: bigint;
|
|
41997
41998
|
operatorAddr: string;
|
|
@@ -42043,7 +42044,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42043
42044
|
isRefetching: boolean;
|
|
42044
42045
|
isStale: boolean;
|
|
42045
42046
|
isEnabled: boolean;
|
|
42046
|
-
refetch: (options?:
|
|
42047
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
42047
42048
|
spendingApproval: bigint;
|
|
42048
42049
|
operatorAddr: string;
|
|
42049
42050
|
__typename: "UserMarketOperator";
|
|
@@ -42057,7 +42058,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42057
42058
|
address: string;
|
|
42058
42059
|
} | null;
|
|
42059
42060
|
}[] | undefined, Error>>;
|
|
42060
|
-
fetchStatus:
|
|
42061
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42061
42062
|
promise: Promise<{
|
|
42062
42063
|
spendingApproval: bigint;
|
|
42063
42064
|
operatorAddr: string;
|
|
@@ -42109,7 +42110,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42109
42110
|
isRefetching: boolean;
|
|
42110
42111
|
isStale: boolean;
|
|
42111
42112
|
isEnabled: boolean;
|
|
42112
|
-
refetch: (options?:
|
|
42113
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
42113
42114
|
spendingApproval: bigint;
|
|
42114
42115
|
operatorAddr: string;
|
|
42115
42116
|
__typename: "UserMarketOperator";
|
|
@@ -42123,7 +42124,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42123
42124
|
address: string;
|
|
42124
42125
|
} | null;
|
|
42125
42126
|
}[] | undefined, Error>>;
|
|
42126
|
-
fetchStatus:
|
|
42127
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42127
42128
|
promise: Promise<{
|
|
42128
42129
|
spendingApproval: bigint;
|
|
42129
42130
|
operatorAddr: string;
|
|
@@ -42175,7 +42176,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42175
42176
|
isRefetching: boolean;
|
|
42176
42177
|
isStale: boolean;
|
|
42177
42178
|
isEnabled: boolean;
|
|
42178
|
-
refetch: (options?:
|
|
42179
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
42179
42180
|
spendingApproval: bigint;
|
|
42180
42181
|
operatorAddr: string;
|
|
42181
42182
|
__typename: "UserMarketOperator";
|
|
@@ -42189,7 +42190,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42189
42190
|
address: string;
|
|
42190
42191
|
} | null;
|
|
42191
42192
|
}[] | undefined, Error>>;
|
|
42192
|
-
fetchStatus:
|
|
42193
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42193
42194
|
promise: Promise<{
|
|
42194
42195
|
spendingApproval: bigint;
|
|
42195
42196
|
operatorAddr: string;
|
|
@@ -42241,7 +42242,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42241
42242
|
isRefetching: boolean;
|
|
42242
42243
|
isStale: boolean;
|
|
42243
42244
|
isEnabled: boolean;
|
|
42244
|
-
refetch: (options?:
|
|
42245
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
42245
42246
|
spendingApproval: bigint;
|
|
42246
42247
|
operatorAddr: string;
|
|
42247
42248
|
__typename: "UserMarketOperator";
|
|
@@ -42255,7 +42256,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42255
42256
|
address: string;
|
|
42256
42257
|
} | null;
|
|
42257
42258
|
}[] | undefined, Error>>;
|
|
42258
|
-
fetchStatus:
|
|
42259
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42259
42260
|
promise: Promise<{
|
|
42260
42261
|
spendingApproval: bigint;
|
|
42261
42262
|
operatorAddr: string;
|
|
@@ -42273,7 +42274,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42273
42274
|
};
|
|
42274
42275
|
//#endregion
|
|
42275
42276
|
//#region src/hooks/operators/useSetOperatorPerms.d.ts
|
|
42276
|
-
declare const useSetOperatorPerms: (marketAddr?: Address) =>
|
|
42277
|
+
declare const useSetOperatorPerms: (marketAddr?: Address) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
|
|
42277
42278
|
operator: Address;
|
|
42278
42279
|
canExtend: boolean;
|
|
42279
42280
|
canExercise: boolean;
|
|
@@ -42374,18 +42375,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42374
42375
|
isRefetching: boolean;
|
|
42375
42376
|
isStale: boolean;
|
|
42376
42377
|
isEnabled: boolean;
|
|
42377
|
-
refetch: (options?:
|
|
42378
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
42378
42379
|
exact: number;
|
|
42379
42380
|
rounded: number | undefined;
|
|
42380
42381
|
sqrtPriceX96: bigint;
|
|
42381
42382
|
}, viem184.ReadContractErrorType>>;
|
|
42382
|
-
fetchStatus:
|
|
42383
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42383
42384
|
promise: Promise<{
|
|
42384
42385
|
exact: number;
|
|
42385
42386
|
rounded: number | undefined;
|
|
42386
42387
|
sqrtPriceX96: bigint;
|
|
42387
42388
|
}>;
|
|
42388
|
-
queryKey:
|
|
42389
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
42389
42390
|
exact: number | undefined;
|
|
42390
42391
|
rounded: number | undefined;
|
|
42391
42392
|
sqrtPriceX96: bigint | undefined;
|
|
@@ -42412,18 +42413,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42412
42413
|
isRefetching: boolean;
|
|
42413
42414
|
isStale: boolean;
|
|
42414
42415
|
isEnabled: boolean;
|
|
42415
|
-
refetch: (options?:
|
|
42416
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
42416
42417
|
exact: number;
|
|
42417
42418
|
rounded: number | undefined;
|
|
42418
42419
|
sqrtPriceX96: bigint;
|
|
42419
42420
|
}, viem184.ReadContractErrorType>>;
|
|
42420
|
-
fetchStatus:
|
|
42421
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42421
42422
|
promise: Promise<{
|
|
42422
42423
|
exact: number;
|
|
42423
42424
|
rounded: number | undefined;
|
|
42424
42425
|
sqrtPriceX96: bigint;
|
|
42425
42426
|
}>;
|
|
42426
|
-
queryKey:
|
|
42427
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
42427
42428
|
exact: number | undefined;
|
|
42428
42429
|
rounded: number | undefined;
|
|
42429
42430
|
sqrtPriceX96: bigint | undefined;
|
|
@@ -42450,18 +42451,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42450
42451
|
isRefetching: boolean;
|
|
42451
42452
|
isStale: boolean;
|
|
42452
42453
|
isEnabled: boolean;
|
|
42453
|
-
refetch: (options?:
|
|
42454
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
42454
42455
|
exact: number;
|
|
42455
42456
|
rounded: number | undefined;
|
|
42456
42457
|
sqrtPriceX96: bigint;
|
|
42457
42458
|
}, viem184.ReadContractErrorType>>;
|
|
42458
|
-
fetchStatus:
|
|
42459
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42459
42460
|
promise: Promise<{
|
|
42460
42461
|
exact: number;
|
|
42461
42462
|
rounded: number | undefined;
|
|
42462
42463
|
sqrtPriceX96: bigint;
|
|
42463
42464
|
}>;
|
|
42464
|
-
queryKey:
|
|
42465
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
42465
42466
|
exact: number | undefined;
|
|
42466
42467
|
rounded: number | undefined;
|
|
42467
42468
|
sqrtPriceX96: bigint | undefined;
|
|
@@ -42488,18 +42489,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42488
42489
|
isRefetching: boolean;
|
|
42489
42490
|
isStale: boolean;
|
|
42490
42491
|
isEnabled: boolean;
|
|
42491
|
-
refetch: (options?:
|
|
42492
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
42492
42493
|
exact: number;
|
|
42493
42494
|
rounded: number | undefined;
|
|
42494
42495
|
sqrtPriceX96: bigint;
|
|
42495
42496
|
}, viem184.ReadContractErrorType>>;
|
|
42496
|
-
fetchStatus:
|
|
42497
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42497
42498
|
promise: Promise<{
|
|
42498
42499
|
exact: number;
|
|
42499
42500
|
rounded: number | undefined;
|
|
42500
42501
|
sqrtPriceX96: bigint;
|
|
42501
42502
|
}>;
|
|
42502
|
-
queryKey:
|
|
42503
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
42503
42504
|
exact: number | undefined;
|
|
42504
42505
|
rounded: number | undefined;
|
|
42505
42506
|
sqrtPriceX96: bigint | undefined;
|
|
@@ -42526,18 +42527,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42526
42527
|
isRefetching: boolean;
|
|
42527
42528
|
isStale: boolean;
|
|
42528
42529
|
isEnabled: boolean;
|
|
42529
|
-
refetch: (options?:
|
|
42530
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
42530
42531
|
exact: number;
|
|
42531
42532
|
rounded: number | undefined;
|
|
42532
42533
|
sqrtPriceX96: bigint;
|
|
42533
42534
|
}, viem184.ReadContractErrorType>>;
|
|
42534
|
-
fetchStatus:
|
|
42535
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42535
42536
|
promise: Promise<{
|
|
42536
42537
|
exact: number;
|
|
42537
42538
|
rounded: number | undefined;
|
|
42538
42539
|
sqrtPriceX96: bigint;
|
|
42539
42540
|
}>;
|
|
42540
|
-
queryKey:
|
|
42541
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
42541
42542
|
exact: number | undefined;
|
|
42542
42543
|
rounded: number | undefined;
|
|
42543
42544
|
sqrtPriceX96: bigint | undefined;
|
|
@@ -42564,18 +42565,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42564
42565
|
isRefetching: boolean;
|
|
42565
42566
|
isStale: boolean;
|
|
42566
42567
|
isEnabled: boolean;
|
|
42567
|
-
refetch: (options?:
|
|
42568
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
42568
42569
|
exact: number;
|
|
42569
42570
|
rounded: number | undefined;
|
|
42570
42571
|
sqrtPriceX96: bigint;
|
|
42571
42572
|
}, viem184.ReadContractErrorType>>;
|
|
42572
|
-
fetchStatus:
|
|
42573
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42573
42574
|
promise: Promise<{
|
|
42574
42575
|
exact: number;
|
|
42575
42576
|
rounded: number | undefined;
|
|
42576
42577
|
sqrtPriceX96: bigint;
|
|
42577
42578
|
}>;
|
|
42578
|
-
queryKey:
|
|
42579
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
42579
42580
|
exact: number | undefined;
|
|
42580
42581
|
rounded: number | undefined;
|
|
42581
42582
|
sqrtPriceX96: bigint | undefined;
|
|
@@ -42586,8 +42587,8 @@ declare const usePriceAtTick: (poolManager?: Address, poolKey?: PoolKey, tick?:
|
|
|
42586
42587
|
declare const usePriceAtSqrtPriceX96: (poolManager?: Address, poolKey?: PoolKey, sqrtPriceX96?: bigint) => Amount | undefined;
|
|
42587
42588
|
//#endregion
|
|
42588
42589
|
//#region src/hooks/pool/usePriceHistory.d.ts
|
|
42589
|
-
declare const usePriceHistory: (pool: Address | undefined, token: 0 | 1, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) =>
|
|
42590
|
-
declare const useMarketPriceHistory: (marketAddr: Address | undefined, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) =>
|
|
42590
|
+
declare const usePriceHistory: (pool: Address | undefined, token: 0 | 1, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query0.UseQueryResult<PriceDataPoint[], Error>;
|
|
42591
|
+
declare const useMarketPriceHistory: (marketAddr: Address | undefined, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query0.UseQueryResult<PriceDataPoint[], Error>;
|
|
42591
42592
|
//#endregion
|
|
42592
42593
|
//#region src/hooks/vault/useBurnLiquidity.d.ts
|
|
42593
42594
|
interface BurnPosition {
|
|
@@ -42631,7 +42632,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42631
42632
|
isRefetching: boolean;
|
|
42632
42633
|
isStale: boolean;
|
|
42633
42634
|
isEnabled: boolean;
|
|
42634
|
-
refetch: (options?:
|
|
42635
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly {
|
|
42635
42636
|
tickLower: number;
|
|
42636
42637
|
tickUpper: number;
|
|
42637
42638
|
prevTickLower: number;
|
|
@@ -42642,7 +42643,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42642
42643
|
borrowedAmount0: bigint;
|
|
42643
42644
|
borrowedAmount1: bigint;
|
|
42644
42645
|
}[], viem184.ReadContractErrorType>>;
|
|
42645
|
-
fetchStatus:
|
|
42646
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42646
42647
|
promise: Promise<readonly {
|
|
42647
42648
|
tickLower: number;
|
|
42648
42649
|
tickUpper: number;
|
|
@@ -42654,7 +42655,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42654
42655
|
borrowedAmount0: bigint;
|
|
42655
42656
|
borrowedAmount1: bigint;
|
|
42656
42657
|
}[]>;
|
|
42657
|
-
queryKey:
|
|
42658
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
42658
42659
|
data: readonly {
|
|
42659
42660
|
tickLower: number;
|
|
42660
42661
|
tickUpper: number;
|
|
@@ -42689,7 +42690,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42689
42690
|
isRefetching: boolean;
|
|
42690
42691
|
isStale: boolean;
|
|
42691
42692
|
isEnabled: boolean;
|
|
42692
|
-
refetch: (options?:
|
|
42693
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly {
|
|
42693
42694
|
tickLower: number;
|
|
42694
42695
|
tickUpper: number;
|
|
42695
42696
|
prevTickLower: number;
|
|
@@ -42700,7 +42701,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42700
42701
|
borrowedAmount0: bigint;
|
|
42701
42702
|
borrowedAmount1: bigint;
|
|
42702
42703
|
}[], viem184.ReadContractErrorType>>;
|
|
42703
|
-
fetchStatus:
|
|
42704
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42704
42705
|
promise: Promise<readonly {
|
|
42705
42706
|
tickLower: number;
|
|
42706
42707
|
tickUpper: number;
|
|
@@ -42712,7 +42713,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42712
42713
|
borrowedAmount0: bigint;
|
|
42713
42714
|
borrowedAmount1: bigint;
|
|
42714
42715
|
}[]>;
|
|
42715
|
-
queryKey:
|
|
42716
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
42716
42717
|
data: readonly {
|
|
42717
42718
|
tickLower: number;
|
|
42718
42719
|
tickUpper: number;
|
|
@@ -42747,7 +42748,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42747
42748
|
isRefetching: boolean;
|
|
42748
42749
|
isStale: boolean;
|
|
42749
42750
|
isEnabled: boolean;
|
|
42750
|
-
refetch: (options?:
|
|
42751
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly {
|
|
42751
42752
|
tickLower: number;
|
|
42752
42753
|
tickUpper: number;
|
|
42753
42754
|
prevTickLower: number;
|
|
@@ -42758,7 +42759,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42758
42759
|
borrowedAmount0: bigint;
|
|
42759
42760
|
borrowedAmount1: bigint;
|
|
42760
42761
|
}[], viem184.ReadContractErrorType>>;
|
|
42761
|
-
fetchStatus:
|
|
42762
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42762
42763
|
promise: Promise<readonly {
|
|
42763
42764
|
tickLower: number;
|
|
42764
42765
|
tickUpper: number;
|
|
@@ -42770,7 +42771,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42770
42771
|
borrowedAmount0: bigint;
|
|
42771
42772
|
borrowedAmount1: bigint;
|
|
42772
42773
|
}[]>;
|
|
42773
|
-
queryKey:
|
|
42774
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
42774
42775
|
data: readonly {
|
|
42775
42776
|
tickLower: number;
|
|
42776
42777
|
tickUpper: number;
|
|
@@ -42805,7 +42806,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42805
42806
|
isRefetching: boolean;
|
|
42806
42807
|
isStale: boolean;
|
|
42807
42808
|
isEnabled: boolean;
|
|
42808
|
-
refetch: (options?:
|
|
42809
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly {
|
|
42809
42810
|
tickLower: number;
|
|
42810
42811
|
tickUpper: number;
|
|
42811
42812
|
prevTickLower: number;
|
|
@@ -42816,7 +42817,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42816
42817
|
borrowedAmount0: bigint;
|
|
42817
42818
|
borrowedAmount1: bigint;
|
|
42818
42819
|
}[], viem184.ReadContractErrorType>>;
|
|
42819
|
-
fetchStatus:
|
|
42820
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42820
42821
|
promise: Promise<readonly {
|
|
42821
42822
|
tickLower: number;
|
|
42822
42823
|
tickUpper: number;
|
|
@@ -42828,7 +42829,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42828
42829
|
borrowedAmount0: bigint;
|
|
42829
42830
|
borrowedAmount1: bigint;
|
|
42830
42831
|
}[]>;
|
|
42831
|
-
queryKey:
|
|
42832
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
42832
42833
|
data: readonly {
|
|
42833
42834
|
tickLower: number;
|
|
42834
42835
|
tickUpper: number;
|
|
@@ -42863,7 +42864,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42863
42864
|
isRefetching: boolean;
|
|
42864
42865
|
isStale: boolean;
|
|
42865
42866
|
isEnabled: boolean;
|
|
42866
|
-
refetch: (options?:
|
|
42867
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly {
|
|
42867
42868
|
tickLower: number;
|
|
42868
42869
|
tickUpper: number;
|
|
42869
42870
|
prevTickLower: number;
|
|
@@ -42874,7 +42875,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42874
42875
|
borrowedAmount0: bigint;
|
|
42875
42876
|
borrowedAmount1: bigint;
|
|
42876
42877
|
}[], viem184.ReadContractErrorType>>;
|
|
42877
|
-
fetchStatus:
|
|
42878
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42878
42879
|
promise: Promise<readonly {
|
|
42879
42880
|
tickLower: number;
|
|
42880
42881
|
tickUpper: number;
|
|
@@ -42886,7 +42887,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42886
42887
|
borrowedAmount0: bigint;
|
|
42887
42888
|
borrowedAmount1: bigint;
|
|
42888
42889
|
}[]>;
|
|
42889
|
-
queryKey:
|
|
42890
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
42890
42891
|
data: readonly {
|
|
42891
42892
|
tickLower: number;
|
|
42892
42893
|
tickUpper: number;
|
|
@@ -42921,7 +42922,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42921
42922
|
isRefetching: boolean;
|
|
42922
42923
|
isStale: boolean;
|
|
42923
42924
|
isEnabled: boolean;
|
|
42924
|
-
refetch: (options?:
|
|
42925
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly {
|
|
42925
42926
|
tickLower: number;
|
|
42926
42927
|
tickUpper: number;
|
|
42927
42928
|
prevTickLower: number;
|
|
@@ -42932,7 +42933,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42932
42933
|
borrowedAmount0: bigint;
|
|
42933
42934
|
borrowedAmount1: bigint;
|
|
42934
42935
|
}[], viem184.ReadContractErrorType>>;
|
|
42935
|
-
fetchStatus:
|
|
42936
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42936
42937
|
promise: Promise<readonly {
|
|
42937
42938
|
tickLower: number;
|
|
42938
42939
|
tickUpper: number;
|
|
@@ -42944,7 +42945,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42944
42945
|
borrowedAmount0: bigint;
|
|
42945
42946
|
borrowedAmount1: bigint;
|
|
42946
42947
|
}[]>;
|
|
42947
|
-
queryKey:
|
|
42948
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
42948
42949
|
data: readonly {
|
|
42949
42950
|
tickLower: number;
|
|
42950
42951
|
tickUpper: number;
|
|
@@ -42970,7 +42971,7 @@ interface MintPositionParams {
|
|
|
42970
42971
|
tickUpper: number;
|
|
42971
42972
|
liquidity: bigint;
|
|
42972
42973
|
}
|
|
42973
|
-
declare const useMintLiquidity: (vaultAddr?: Address) =>
|
|
42974
|
+
declare const useMintLiquidity: (vaultAddr?: Address) => _tanstack_react_query0.UseMutationResult<void, Error, MintPositionParams | MintPositionParams[], unknown>;
|
|
42974
42975
|
//#endregion
|
|
42975
42976
|
//#region src/hooks/vault/useVaultData.d.ts
|
|
42976
42977
|
declare const useVaultData: (vaultAddr?: Address) => Partial<NonUndefinedGuard<{
|
|
@@ -43002,7 +43003,7 @@ declare const useVaultTVL: (vaultAddr?: Address) => {
|
|
|
43002
43003
|
borrowed0: Amount;
|
|
43003
43004
|
borrowed1: Amount;
|
|
43004
43005
|
blocksCount: bigint;
|
|
43005
|
-
refetch: (options?:
|
|
43006
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem184.ReadContractErrorType>>;
|
|
43006
43007
|
};
|
|
43007
43008
|
//#endregion
|
|
43008
43009
|
//#region src/hooks/tokens/useTokenData.d.ts
|
|
@@ -43037,10 +43038,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43037
43038
|
isRefetching: boolean;
|
|
43038
43039
|
isStale: boolean;
|
|
43039
43040
|
isEnabled: boolean;
|
|
43040
|
-
refetch: (options?:
|
|
43041
|
-
fetchStatus:
|
|
43041
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<bigint, viem184.ReadContractErrorType>>;
|
|
43042
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
43042
43043
|
promise: Promise<bigint>;
|
|
43043
|
-
queryKey:
|
|
43044
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
43044
43045
|
data: Amount | undefined;
|
|
43045
43046
|
} | {
|
|
43046
43047
|
error: null;
|
|
@@ -43065,10 +43066,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43065
43066
|
isRefetching: boolean;
|
|
43066
43067
|
isStale: boolean;
|
|
43067
43068
|
isEnabled: boolean;
|
|
43068
|
-
refetch: (options?:
|
|
43069
|
-
fetchStatus:
|
|
43069
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<bigint, viem184.ReadContractErrorType>>;
|
|
43070
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
43070
43071
|
promise: Promise<bigint>;
|
|
43071
|
-
queryKey:
|
|
43072
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
43072
43073
|
data: Amount | undefined;
|
|
43073
43074
|
} | {
|
|
43074
43075
|
error: viem184.ReadContractErrorType;
|
|
@@ -43093,10 +43094,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43093
43094
|
isRefetching: boolean;
|
|
43094
43095
|
isStale: boolean;
|
|
43095
43096
|
isEnabled: boolean;
|
|
43096
|
-
refetch: (options?:
|
|
43097
|
-
fetchStatus:
|
|
43097
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<bigint, viem184.ReadContractErrorType>>;
|
|
43098
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
43098
43099
|
promise: Promise<bigint>;
|
|
43099
|
-
queryKey:
|
|
43100
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
43100
43101
|
data: Amount | undefined;
|
|
43101
43102
|
} | {
|
|
43102
43103
|
error: null;
|
|
@@ -43121,10 +43122,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43121
43122
|
isRefetching: boolean;
|
|
43122
43123
|
isStale: boolean;
|
|
43123
43124
|
isEnabled: boolean;
|
|
43124
|
-
refetch: (options?:
|
|
43125
|
-
fetchStatus:
|
|
43125
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<bigint, viem184.ReadContractErrorType>>;
|
|
43126
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
43126
43127
|
promise: Promise<bigint>;
|
|
43127
|
-
queryKey:
|
|
43128
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
43128
43129
|
data: Amount | undefined;
|
|
43129
43130
|
} | {
|
|
43130
43131
|
error: null;
|
|
@@ -43149,10 +43150,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43149
43150
|
isRefetching: boolean;
|
|
43150
43151
|
isStale: boolean;
|
|
43151
43152
|
isEnabled: boolean;
|
|
43152
|
-
refetch: (options?:
|
|
43153
|
-
fetchStatus:
|
|
43153
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<bigint, viem184.ReadContractErrorType>>;
|
|
43154
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
43154
43155
|
promise: Promise<bigint>;
|
|
43155
|
-
queryKey:
|
|
43156
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
43156
43157
|
data: Amount | undefined;
|
|
43157
43158
|
} | {
|
|
43158
43159
|
isError: false;
|
|
@@ -43177,10 +43178,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43177
43178
|
isRefetching: boolean;
|
|
43178
43179
|
isStale: boolean;
|
|
43179
43180
|
isEnabled: boolean;
|
|
43180
|
-
refetch: (options?:
|
|
43181
|
-
fetchStatus:
|
|
43181
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<bigint, viem184.ReadContractErrorType>>;
|
|
43182
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
43182
43183
|
promise: Promise<bigint>;
|
|
43183
|
-
queryKey:
|
|
43184
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
43184
43185
|
data: Amount | undefined;
|
|
43185
43186
|
};
|
|
43186
43187
|
//#endregion
|
|
@@ -66217,13 +66218,13 @@ declare const useLens: () => {
|
|
|
66217
66218
|
readonly internalType: "int128";
|
|
66218
66219
|
}];
|
|
66219
66220
|
readonly stateMutability: "view";
|
|
66220
|
-
}], "getSlot0", readonly [`0x${string}`,
|
|
66221
|
+
}], "getSlot0", readonly [`0x${string}`, {
|
|
66221
66222
|
currency0: `0x${string}`;
|
|
66222
66223
|
currency1: `0x${string}`;
|
|
66223
66224
|
fee: number;
|
|
66224
66225
|
tickSpacing: number;
|
|
66225
66226
|
hooks: `0x${string}`;
|
|
66226
|
-
}]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
|
|
66227
|
+
}] | readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
|
|
66227
66228
|
currency0: `0x${string}`;
|
|
66228
66229
|
currency1: `0x${string}`;
|
|
66229
66230
|
fee: number;
|
|
@@ -67064,13 +67065,13 @@ declare const useLens: () => {
|
|
|
67064
67065
|
readonly internalType: "int128";
|
|
67065
67066
|
}];
|
|
67066
67067
|
readonly stateMutability: "view";
|
|
67067
|
-
}], "getSlot0", readonly [`0x${string}`,
|
|
67068
|
+
}], "getSlot0", readonly [`0x${string}`, {
|
|
67068
67069
|
currency0: `0x${string}`;
|
|
67069
67070
|
currency1: `0x${string}`;
|
|
67070
67071
|
fee: number;
|
|
67071
67072
|
tickSpacing: number;
|
|
67072
67073
|
hooks: `0x${string}`;
|
|
67073
|
-
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
67074
|
+
}] | readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
67074
67075
|
getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
67075
67076
|
readonly type: "function";
|
|
67076
67077
|
readonly name: "getFeeGrowthGlobals";
|
|
@@ -74669,4 +74670,4 @@ declare const useLens: () => {
|
|
|
74669
74670
|
};
|
|
74670
74671
|
//#endregion
|
|
74671
74672
|
export { ExerciseOptionEvent as $, getTickAtPrice as A, TimelockProvider as At, PriceDataPoint as B, getTimelockMarket as Bt, getPayoutAtTick as C, zero as Ct, getPriceAtSqrtPriceX96 as D, OptionData as Dt, getNearestValidStrikeTick as E, useExerciseOption as Et, token0ToToken1 as F, TimelockMarketData as Ft, useUserOperators as G, getCurrentPrice as H, swapRouters as Ht, token0ToToken1AtTick as I, UniswapMathLens as It, useClosedUserPerps as J, useOperatorPerms as K, token1ToToken0 as L, getErc20 as Lt, liquiditiesToAmount1 as M, useTimelockConfig as Mt, liquiditiesToAmounts as N, TimelockLens as Nt, getPriceAtTick as O, useActiveUserOptions as Ot, roundTick as P, TimelockMarket as Pt, useMintPerp as Q, token1ToToken0AtTick as R, getStateView as Rt, getPayoutAtPrice as S, wrapPriceUnscaled as St, getAmountsFromLiquidity as T, useMarketData as Tt, getPriceHistory as U, swappers as Ut, PriceResolution as V, stateViews as Vt, useSetOperatorPerms as W, timelockLenses as Wt, usePerpsOperator as X, useUserPerps as Y, useClosePerp as Z, useCurrentTick as _, unscaleAmount as _t, useTokenData as a, useOptionPremium as at, UniswapPoolData as b, wrapAmountUnscaled as bt, batchGetAmountsFromLiquidity as c, useMaxPositionSize as ct, useLiquidityBlocks as d, formatAmount as dt, ExtendEvent as et, useBurnLiquidity as f, formatCondensed as ft, usePriceAtTick as g, scalePrice as gt, usePriceAtSqrtPriceX96 as h, scaleAmount as ht, TokenData as i, useExtendOption as it, liquiditiesToAmount0 as j, useCurrentMarket as jt, getSqrtPriceX96AtPrice as k, useClosedUserOptions as kt, useMintLiquidity as l, Amount as lt, usePriceHistory as m, formatVagueAmount as mt, useApproval as n, OptionEvent as nt, useVaultTVL as o, useOptionPnl as ot, useMarketPriceHistory as p, formatUSD as pt, useActiveUserPerps as q, useTokenBalance as r, useOptionTimeline as rt, useVaultData as s, useMintOption as st, useLens as t, MintOptionEvent as tt, LiquidityBlockData as u, EMPTY_ARRAY as ut, useCurrentPrice as v, unscalePrice as vt, PRICE_PRECISION as w, useMarketVolume as wt, usePoolData as x, wrapPrice as xt, PoolKey as y, wrapAmount as yt, PriceData as z, getTimelockLens as zt };
|
|
74672
|
-
//# sourceMappingURL=client-
|
|
74673
|
+
//# sourceMappingURL=client-X8wiNH4U.d.cts.map
|