timelock-sdk 0.0.162 → 0.0.163
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 +1059 -308
- package/dist/abis.cjs.map +1 -1
- package/dist/abis.d.cts +2967 -766
- package/dist/abis.d.ts +2967 -766
- package/dist/abis.js +1051 -303
- package/dist/abis.js.map +1 -1
- package/dist/{client-BVPR3obW.d.cts → client-CoeY1yLm.d.cts} +944 -945
- package/dist/{client-BFhMekeP.d.ts → client-DqVrd4kQ.d.ts} +263 -264
- package/dist/client.cjs +42 -891
- 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 +7 -856
- package/dist/client.js.map +1 -1
- package/dist/factory-DitVXzjQ.cjs +1715 -0
- package/dist/factory-DitVXzjQ.cjs.map +1 -0
- package/dist/factory-y-iVl_er.js +1697 -0
- package/dist/factory-y-iVl_er.js.map +1 -0
- package/dist/{optionUtils-R9Y-jxoz.cjs → optionUtils-Cuuw6jXD.cjs} +6 -1048
- package/dist/optionUtils-Cuuw6jXD.cjs.map +1 -0
- package/dist/optionUtils-OyY8qOu0.js +381 -0
- package/dist/optionUtils-OyY8qOu0.js.map +1 -0
- package/dist/{uniswapMathLens-oe-gukfo.d.ts → optionsMarket-2HZ-p_dl.d.ts} +2 -625
- package/dist/{uniswapMathLens-B6gp2UGI.d.cts → optionsMarket-c4hgszY_.d.cts} +2 -625
- package/dist/package.cjs +2 -2
- package/dist/package.d.cts +3 -3
- package/dist/package.d.ts +3 -3
- package/dist/package.js +2 -2
- package/dist/{optionsMarket-CWigPja1.js → statelessStateView-CBkcP7CK.js} +1599 -1322
- package/dist/statelessStateView-CBkcP7CK.js.map +1 -0
- package/dist/{optionsMarket-CtlBxuj0.cjs → statelessStateView-XdTJQxsY.cjs} +1600 -1323
- package/dist/statelessStateView-XdTJQxsY.cjs.map +1 -0
- package/package.json +1 -1
- package/dist/optionUtils-R9Y-jxoz.cjs.map +0 -1
- package/dist/optionUtils-fCYueZl2.js +0 -1417
- package/dist/optionUtils-fCYueZl2.js.map +0 -1
- package/dist/optionsMarket-CWigPja1.js.map +0 -1
- package/dist/optionsMarket-CtlBxuj0.cjs.map +0 -1
- package/dist/singleOwnerVault-BJyEs_D_.js +0 -847
- package/dist/singleOwnerVault-BJyEs_D_.js.map +0 -1
- package/dist/singleOwnerVault-GCpQV7pN.cjs +0 -853
- package/dist/singleOwnerVault-GCpQV7pN.cjs.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as
|
|
1
|
+
import { n as lensAbi, t as optionsMarketAbi } from "./optionsMarket-2HZ-p_dl.js";
|
|
2
2
|
import * as viem0 from "viem";
|
|
3
3
|
import { Address, Client, GetContractReturnType, Hex, PublicClient } from "viem";
|
|
4
4
|
import Big from "big.js";
|
|
@@ -9,7 +9,7 @@ import * as wagmi0 from "wagmi";
|
|
|
9
9
|
import * as _tanstack_react_query0 from "@tanstack/react-query";
|
|
10
10
|
import { NonUndefinedGuard } from "@tanstack/react-query";
|
|
11
11
|
import "graphql";
|
|
12
|
-
import * as
|
|
12
|
+
import * as _tanstack_query_core17 from "@tanstack/query-core";
|
|
13
13
|
import * as _wagmi_core0 from "@wagmi/core";
|
|
14
14
|
import * as wagmi_query0 from "wagmi/query";
|
|
15
15
|
import * as abitype0 from "abitype";
|
|
@@ -242,7 +242,6 @@ declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionWrapper)
|
|
|
242
242
|
//#region src/lib/contracts.d.ts
|
|
243
243
|
type TimelockMarket = GetContractReturnType<typeof optionsMarketAbi, Client, Address>;
|
|
244
244
|
type TimelockLens = GetContractReturnType<typeof lensAbi, Client, Address>;
|
|
245
|
-
type UniswapMathLens = GetContractReturnType<typeof uniswapMathLensAbi, Client, Address>;
|
|
246
245
|
type TimelockMarketData = Awaited<ReturnType<TimelockLens['read']['getMarketData']>> & {
|
|
247
246
|
address: Address;
|
|
248
247
|
};
|
|
@@ -427,7 +426,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
427
426
|
}];
|
|
428
427
|
readonly stateMutability: "nonpayable";
|
|
429
428
|
}], "symbol", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
|
|
430
|
-
|
|
429
|
+
decimals: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
431
430
|
readonly type: "constructor";
|
|
432
431
|
readonly inputs: readonly [{
|
|
433
432
|
readonly name: "name_";
|
|
@@ -605,8 +604,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
605
604
|
readonly internalType: "bool";
|
|
606
605
|
}];
|
|
607
606
|
readonly stateMutability: "nonpayable";
|
|
608
|
-
}], "
|
|
609
|
-
|
|
607
|
+
}], "decimals", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
608
|
+
name: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
610
609
|
readonly type: "constructor";
|
|
611
610
|
readonly inputs: readonly [{
|
|
612
611
|
readonly name: "name_";
|
|
@@ -784,8 +783,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
784
783
|
readonly internalType: "bool";
|
|
785
784
|
}];
|
|
786
785
|
readonly stateMutability: "nonpayable";
|
|
787
|
-
}], "
|
|
788
|
-
|
|
786
|
+
}], "name", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
|
|
787
|
+
allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
789
788
|
readonly type: "constructor";
|
|
790
789
|
readonly inputs: readonly [{
|
|
791
790
|
readonly name: "name_";
|
|
@@ -963,8 +962,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
963
962
|
readonly internalType: "bool";
|
|
964
963
|
}];
|
|
965
964
|
readonly stateMutability: "nonpayable";
|
|
966
|
-
}], "
|
|
967
|
-
|
|
965
|
+
}], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
966
|
+
balanceOf: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
968
967
|
readonly type: "constructor";
|
|
969
968
|
readonly inputs: readonly [{
|
|
970
969
|
readonly name: "name_";
|
|
@@ -1142,7 +1141,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1142
1141
|
readonly internalType: "bool";
|
|
1143
1142
|
}];
|
|
1144
1143
|
readonly stateMutability: "nonpayable";
|
|
1145
|
-
}], "
|
|
1144
|
+
}], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
1146
1145
|
totalSupply: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
1147
1146
|
readonly type: "constructor";
|
|
1148
1147
|
readonly inputs: readonly [{
|
|
@@ -48235,20 +48234,20 @@ declare const useMarketState: (marketAddr?: Address) => {
|
|
|
48235
48234
|
isRefetching: boolean;
|
|
48236
48235
|
isStale: boolean;
|
|
48237
48236
|
isEnabled: boolean;
|
|
48238
|
-
refetch: (options?:
|
|
48237
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
48239
48238
|
optionsCount: bigint;
|
|
48240
48239
|
optionPricing: `0x${string}`;
|
|
48241
48240
|
feeStrategy: `0x${string}`;
|
|
48242
48241
|
owner: `0x${string}`;
|
|
48243
48242
|
}, viem0.ReadContractErrorType>>;
|
|
48244
|
-
fetchStatus:
|
|
48243
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
48245
48244
|
promise: Promise<{
|
|
48246
48245
|
optionsCount: bigint;
|
|
48247
48246
|
optionPricing: `0x${string}`;
|
|
48248
48247
|
feeStrategy: `0x${string}`;
|
|
48249
48248
|
owner: `0x${string}`;
|
|
48250
48249
|
}>;
|
|
48251
|
-
queryKey:
|
|
48250
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
48252
48251
|
data: Partial<NonUndefinedGuard<{
|
|
48253
48252
|
optionsCount: bigint;
|
|
48254
48253
|
optionPricing: `0x${string}`;
|
|
@@ -48278,20 +48277,20 @@ declare const useMarketState: (marketAddr?: Address) => {
|
|
|
48278
48277
|
isRefetching: boolean;
|
|
48279
48278
|
isStale: boolean;
|
|
48280
48279
|
isEnabled: boolean;
|
|
48281
|
-
refetch: (options?:
|
|
48280
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
48282
48281
|
optionsCount: bigint;
|
|
48283
48282
|
optionPricing: `0x${string}`;
|
|
48284
48283
|
feeStrategy: `0x${string}`;
|
|
48285
48284
|
owner: `0x${string}`;
|
|
48286
48285
|
}, viem0.ReadContractErrorType>>;
|
|
48287
|
-
fetchStatus:
|
|
48286
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
48288
48287
|
promise: Promise<{
|
|
48289
48288
|
optionsCount: bigint;
|
|
48290
48289
|
optionPricing: `0x${string}`;
|
|
48291
48290
|
feeStrategy: `0x${string}`;
|
|
48292
48291
|
owner: `0x${string}`;
|
|
48293
48292
|
}>;
|
|
48294
|
-
queryKey:
|
|
48293
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
48295
48294
|
data: Partial<NonUndefinedGuard<{
|
|
48296
48295
|
optionsCount: bigint;
|
|
48297
48296
|
optionPricing: `0x${string}`;
|
|
@@ -48321,20 +48320,20 @@ declare const useMarketState: (marketAddr?: Address) => {
|
|
|
48321
48320
|
isRefetching: boolean;
|
|
48322
48321
|
isStale: boolean;
|
|
48323
48322
|
isEnabled: boolean;
|
|
48324
|
-
refetch: (options?:
|
|
48323
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
48325
48324
|
optionsCount: bigint;
|
|
48326
48325
|
optionPricing: `0x${string}`;
|
|
48327
48326
|
feeStrategy: `0x${string}`;
|
|
48328
48327
|
owner: `0x${string}`;
|
|
48329
48328
|
}, viem0.ReadContractErrorType>>;
|
|
48330
|
-
fetchStatus:
|
|
48329
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
48331
48330
|
promise: Promise<{
|
|
48332
48331
|
optionsCount: bigint;
|
|
48333
48332
|
optionPricing: `0x${string}`;
|
|
48334
48333
|
feeStrategy: `0x${string}`;
|
|
48335
48334
|
owner: `0x${string}`;
|
|
48336
48335
|
}>;
|
|
48337
|
-
queryKey:
|
|
48336
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
48338
48337
|
data: Partial<NonUndefinedGuard<{
|
|
48339
48338
|
optionsCount: bigint;
|
|
48340
48339
|
optionPricing: `0x${string}`;
|
|
@@ -48364,20 +48363,20 @@ declare const useMarketState: (marketAddr?: Address) => {
|
|
|
48364
48363
|
isRefetching: boolean;
|
|
48365
48364
|
isStale: boolean;
|
|
48366
48365
|
isEnabled: boolean;
|
|
48367
|
-
refetch: (options?:
|
|
48366
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
48368
48367
|
optionsCount: bigint;
|
|
48369
48368
|
optionPricing: `0x${string}`;
|
|
48370
48369
|
feeStrategy: `0x${string}`;
|
|
48371
48370
|
owner: `0x${string}`;
|
|
48372
48371
|
}, viem0.ReadContractErrorType>>;
|
|
48373
|
-
fetchStatus:
|
|
48372
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
48374
48373
|
promise: Promise<{
|
|
48375
48374
|
optionsCount: bigint;
|
|
48376
48375
|
optionPricing: `0x${string}`;
|
|
48377
48376
|
feeStrategy: `0x${string}`;
|
|
48378
48377
|
owner: `0x${string}`;
|
|
48379
48378
|
}>;
|
|
48380
|
-
queryKey:
|
|
48379
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
48381
48380
|
data: Partial<NonUndefinedGuard<{
|
|
48382
48381
|
optionsCount: bigint;
|
|
48383
48382
|
optionPricing: `0x${string}`;
|
|
@@ -48407,20 +48406,20 @@ declare const useMarketState: (marketAddr?: Address) => {
|
|
|
48407
48406
|
isRefetching: boolean;
|
|
48408
48407
|
isStale: boolean;
|
|
48409
48408
|
isEnabled: boolean;
|
|
48410
|
-
refetch: (options?:
|
|
48409
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
48411
48410
|
optionsCount: bigint;
|
|
48412
48411
|
optionPricing: `0x${string}`;
|
|
48413
48412
|
feeStrategy: `0x${string}`;
|
|
48414
48413
|
owner: `0x${string}`;
|
|
48415
48414
|
}, viem0.ReadContractErrorType>>;
|
|
48416
|
-
fetchStatus:
|
|
48415
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
48417
48416
|
promise: Promise<{
|
|
48418
48417
|
optionsCount: bigint;
|
|
48419
48418
|
optionPricing: `0x${string}`;
|
|
48420
48419
|
feeStrategy: `0x${string}`;
|
|
48421
48420
|
owner: `0x${string}`;
|
|
48422
48421
|
}>;
|
|
48423
|
-
queryKey:
|
|
48422
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
48424
48423
|
data: Partial<NonUndefinedGuard<{
|
|
48425
48424
|
optionsCount: bigint;
|
|
48426
48425
|
optionPricing: `0x${string}`;
|
|
@@ -48450,20 +48449,20 @@ declare const useMarketState: (marketAddr?: Address) => {
|
|
|
48450
48449
|
isRefetching: boolean;
|
|
48451
48450
|
isStale: boolean;
|
|
48452
48451
|
isEnabled: boolean;
|
|
48453
|
-
refetch: (options?:
|
|
48452
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
48454
48453
|
optionsCount: bigint;
|
|
48455
48454
|
optionPricing: `0x${string}`;
|
|
48456
48455
|
feeStrategy: `0x${string}`;
|
|
48457
48456
|
owner: `0x${string}`;
|
|
48458
48457
|
}, viem0.ReadContractErrorType>>;
|
|
48459
|
-
fetchStatus:
|
|
48458
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
48460
48459
|
promise: Promise<{
|
|
48461
48460
|
optionsCount: bigint;
|
|
48462
48461
|
optionPricing: `0x${string}`;
|
|
48463
48462
|
feeStrategy: `0x${string}`;
|
|
48464
48463
|
owner: `0x${string}`;
|
|
48465
48464
|
}>;
|
|
48466
|
-
queryKey:
|
|
48465
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
48467
48466
|
data: Partial<NonUndefinedGuard<{
|
|
48468
48467
|
optionsCount: bigint;
|
|
48469
48468
|
optionPricing: `0x${string}`;
|
|
@@ -48496,7 +48495,7 @@ declare const useMarketVolume: (marketAddr?: Address) => {
|
|
|
48496
48495
|
isRefetching: boolean;
|
|
48497
48496
|
isStale: boolean;
|
|
48498
48497
|
isEnabled: boolean;
|
|
48499
|
-
refetch: (options?:
|
|
48498
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
48500
48499
|
address: Address;
|
|
48501
48500
|
volume: bigint;
|
|
48502
48501
|
optionsCount: bigint;
|
|
@@ -48504,7 +48503,7 @@ declare const useMarketVolume: (marketAddr?: Address) => {
|
|
|
48504
48503
|
__typename: "TimelockMarket";
|
|
48505
48504
|
id: string;
|
|
48506
48505
|
}, Error>>;
|
|
48507
|
-
fetchStatus:
|
|
48506
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
48508
48507
|
promise: Promise<{
|
|
48509
48508
|
address: Address;
|
|
48510
48509
|
volume: bigint;
|
|
@@ -48544,7 +48543,7 @@ declare const useMarketVolume: (marketAddr?: Address) => {
|
|
|
48544
48543
|
isRefetching: boolean;
|
|
48545
48544
|
isStale: boolean;
|
|
48546
48545
|
isEnabled: boolean;
|
|
48547
|
-
refetch: (options?:
|
|
48546
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
48548
48547
|
address: Address;
|
|
48549
48548
|
volume: bigint;
|
|
48550
48549
|
optionsCount: bigint;
|
|
@@ -48552,7 +48551,7 @@ declare const useMarketVolume: (marketAddr?: Address) => {
|
|
|
48552
48551
|
__typename: "TimelockMarket";
|
|
48553
48552
|
id: string;
|
|
48554
48553
|
}, Error>>;
|
|
48555
|
-
fetchStatus:
|
|
48554
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
48556
48555
|
promise: Promise<{
|
|
48557
48556
|
address: Address;
|
|
48558
48557
|
volume: bigint;
|
|
@@ -48592,7 +48591,7 @@ declare const useMarketVolume: (marketAddr?: Address) => {
|
|
|
48592
48591
|
isRefetching: boolean;
|
|
48593
48592
|
isStale: boolean;
|
|
48594
48593
|
isEnabled: boolean;
|
|
48595
|
-
refetch: (options?:
|
|
48594
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
48596
48595
|
address: Address;
|
|
48597
48596
|
volume: bigint;
|
|
48598
48597
|
optionsCount: bigint;
|
|
@@ -48600,7 +48599,7 @@ declare const useMarketVolume: (marketAddr?: Address) => {
|
|
|
48600
48599
|
__typename: "TimelockMarket";
|
|
48601
48600
|
id: string;
|
|
48602
48601
|
}, Error>>;
|
|
48603
|
-
fetchStatus:
|
|
48602
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
48604
48603
|
promise: Promise<{
|
|
48605
48604
|
address: Address;
|
|
48606
48605
|
volume: bigint;
|
|
@@ -48640,7 +48639,7 @@ declare const useMarketVolume: (marketAddr?: Address) => {
|
|
|
48640
48639
|
isRefetching: boolean;
|
|
48641
48640
|
isStale: boolean;
|
|
48642
48641
|
isEnabled: boolean;
|
|
48643
|
-
refetch: (options?:
|
|
48642
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
48644
48643
|
address: Address;
|
|
48645
48644
|
volume: bigint;
|
|
48646
48645
|
optionsCount: bigint;
|
|
@@ -48648,7 +48647,7 @@ declare const useMarketVolume: (marketAddr?: Address) => {
|
|
|
48648
48647
|
__typename: "TimelockMarket";
|
|
48649
48648
|
id: string;
|
|
48650
48649
|
}, Error>>;
|
|
48651
|
-
fetchStatus:
|
|
48650
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
48652
48651
|
promise: Promise<{
|
|
48653
48652
|
address: Address;
|
|
48654
48653
|
volume: bigint;
|
|
@@ -48688,7 +48687,7 @@ declare const useMarketVolume: (marketAddr?: Address) => {
|
|
|
48688
48687
|
isRefetching: boolean;
|
|
48689
48688
|
isStale: boolean;
|
|
48690
48689
|
isEnabled: boolean;
|
|
48691
|
-
refetch: (options?:
|
|
48690
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
48692
48691
|
address: Address;
|
|
48693
48692
|
volume: bigint;
|
|
48694
48693
|
optionsCount: bigint;
|
|
@@ -48696,7 +48695,7 @@ declare const useMarketVolume: (marketAddr?: Address) => {
|
|
|
48696
48695
|
__typename: "TimelockMarket";
|
|
48697
48696
|
id: string;
|
|
48698
48697
|
}, Error>>;
|
|
48699
|
-
fetchStatus:
|
|
48698
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
48700
48699
|
promise: Promise<{
|
|
48701
48700
|
address: Address;
|
|
48702
48701
|
volume: bigint;
|
|
@@ -48736,7 +48735,7 @@ declare const useMarketVolume: (marketAddr?: Address) => {
|
|
|
48736
48735
|
isRefetching: boolean;
|
|
48737
48736
|
isStale: boolean;
|
|
48738
48737
|
isEnabled: boolean;
|
|
48739
|
-
refetch: (options?:
|
|
48738
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
48740
48739
|
address: Address;
|
|
48741
48740
|
volume: bigint;
|
|
48742
48741
|
optionsCount: bigint;
|
|
@@ -48744,7 +48743,7 @@ declare const useMarketVolume: (marketAddr?: Address) => {
|
|
|
48744
48743
|
__typename: "TimelockMarket";
|
|
48745
48744
|
id: string;
|
|
48746
48745
|
}, Error>>;
|
|
48747
|
-
fetchStatus:
|
|
48746
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
48748
48747
|
promise: Promise<{
|
|
48749
48748
|
address: Address;
|
|
48750
48749
|
volume: bigint;
|
|
@@ -48809,10 +48808,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
48809
48808
|
isRefetching: boolean;
|
|
48810
48809
|
isStale: boolean;
|
|
48811
48810
|
isEnabled: boolean;
|
|
48812
|
-
refetch: (options?:
|
|
48813
|
-
fetchStatus:
|
|
48811
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<never, viem0.ReadContractErrorType>>;
|
|
48812
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
48814
48813
|
promise: Promise<never>;
|
|
48815
|
-
queryKey:
|
|
48814
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
48816
48815
|
maxCallSize: Amount | undefined;
|
|
48817
48816
|
maxPutSize: Amount | undefined;
|
|
48818
48817
|
} | {
|
|
@@ -48838,10 +48837,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
48838
48837
|
isRefetching: boolean;
|
|
48839
48838
|
isStale: boolean;
|
|
48840
48839
|
isEnabled: boolean;
|
|
48841
|
-
refetch: (options?:
|
|
48842
|
-
fetchStatus:
|
|
48840
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<never, viem0.ReadContractErrorType>>;
|
|
48841
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
48843
48842
|
promise: Promise<never>;
|
|
48844
|
-
queryKey:
|
|
48843
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
48845
48844
|
maxCallSize: Amount | undefined;
|
|
48846
48845
|
maxPutSize: Amount | undefined;
|
|
48847
48846
|
} | {
|
|
@@ -48867,10 +48866,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
48867
48866
|
isRefetching: boolean;
|
|
48868
48867
|
isStale: boolean;
|
|
48869
48868
|
isEnabled: boolean;
|
|
48870
|
-
refetch: (options?:
|
|
48871
|
-
fetchStatus:
|
|
48869
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<never, viem0.ReadContractErrorType>>;
|
|
48870
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
48872
48871
|
promise: Promise<never>;
|
|
48873
|
-
queryKey:
|
|
48872
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
48874
48873
|
maxCallSize: Amount | undefined;
|
|
48875
48874
|
maxPutSize: Amount | undefined;
|
|
48876
48875
|
} | {
|
|
@@ -48896,10 +48895,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
48896
48895
|
isRefetching: boolean;
|
|
48897
48896
|
isStale: boolean;
|
|
48898
48897
|
isEnabled: boolean;
|
|
48899
|
-
refetch: (options?:
|
|
48900
|
-
fetchStatus:
|
|
48898
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<never, viem0.ReadContractErrorType>>;
|
|
48899
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
48901
48900
|
promise: Promise<never>;
|
|
48902
|
-
queryKey:
|
|
48901
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
48903
48902
|
maxCallSize: Amount | undefined;
|
|
48904
48903
|
maxPutSize: Amount | undefined;
|
|
48905
48904
|
} | {
|
|
@@ -48925,10 +48924,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
48925
48924
|
isRefetching: boolean;
|
|
48926
48925
|
isStale: boolean;
|
|
48927
48926
|
isEnabled: boolean;
|
|
48928
|
-
refetch: (options?:
|
|
48929
|
-
fetchStatus:
|
|
48927
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<never, viem0.ReadContractErrorType>>;
|
|
48928
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
48930
48929
|
promise: Promise<never>;
|
|
48931
|
-
queryKey:
|
|
48930
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
48932
48931
|
maxCallSize: Amount | undefined;
|
|
48933
48932
|
maxPutSize: Amount | undefined;
|
|
48934
48933
|
} | {
|
|
@@ -48954,10 +48953,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
48954
48953
|
isRefetching: boolean;
|
|
48955
48954
|
isStale: boolean;
|
|
48956
48955
|
isEnabled: boolean;
|
|
48957
|
-
refetch: (options?:
|
|
48958
|
-
fetchStatus:
|
|
48956
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<never, viem0.ReadContractErrorType>>;
|
|
48957
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
48959
48958
|
promise: Promise<never>;
|
|
48960
|
-
queryKey:
|
|
48959
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
48961
48960
|
maxCallSize: Amount | undefined;
|
|
48962
48961
|
maxPutSize: Amount | undefined;
|
|
48963
48962
|
};
|
|
@@ -48996,7 +48995,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
48996
48995
|
isRefetching: boolean;
|
|
48997
48996
|
isStale: boolean;
|
|
48998
48997
|
isEnabled: boolean;
|
|
48999
|
-
refetch: (options?:
|
|
48998
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
49000
48999
|
optionId: bigint;
|
|
49001
49000
|
marketAddr: Address;
|
|
49002
49001
|
ownerAddr: Address;
|
|
@@ -49026,7 +49025,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
49026
49025
|
address: string;
|
|
49027
49026
|
} | null;
|
|
49028
49027
|
}[], Error>>;
|
|
49029
|
-
fetchStatus:
|
|
49028
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
49030
49029
|
promise: Promise<{
|
|
49031
49030
|
optionId: bigint;
|
|
49032
49031
|
marketAddr: Address;
|
|
@@ -49110,7 +49109,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
49110
49109
|
isRefetching: boolean;
|
|
49111
49110
|
isStale: boolean;
|
|
49112
49111
|
isEnabled: boolean;
|
|
49113
|
-
refetch: (options?:
|
|
49112
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
49114
49113
|
optionId: bigint;
|
|
49115
49114
|
marketAddr: Address;
|
|
49116
49115
|
ownerAddr: Address;
|
|
@@ -49140,7 +49139,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
49140
49139
|
address: string;
|
|
49141
49140
|
} | null;
|
|
49142
49141
|
}[], Error>>;
|
|
49143
|
-
fetchStatus:
|
|
49142
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
49144
49143
|
promise: Promise<{
|
|
49145
49144
|
optionId: bigint;
|
|
49146
49145
|
marketAddr: Address;
|
|
@@ -49224,7 +49223,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
49224
49223
|
isRefetching: boolean;
|
|
49225
49224
|
isStale: boolean;
|
|
49226
49225
|
isEnabled: boolean;
|
|
49227
|
-
refetch: (options?:
|
|
49226
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
49228
49227
|
optionId: bigint;
|
|
49229
49228
|
marketAddr: Address;
|
|
49230
49229
|
ownerAddr: Address;
|
|
@@ -49254,7 +49253,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
49254
49253
|
address: string;
|
|
49255
49254
|
} | null;
|
|
49256
49255
|
}[], Error>>;
|
|
49257
|
-
fetchStatus:
|
|
49256
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
49258
49257
|
promise: Promise<{
|
|
49259
49258
|
optionId: bigint;
|
|
49260
49259
|
marketAddr: Address;
|
|
@@ -49338,7 +49337,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
49338
49337
|
isRefetching: boolean;
|
|
49339
49338
|
isStale: boolean;
|
|
49340
49339
|
isEnabled: boolean;
|
|
49341
|
-
refetch: (options?:
|
|
49340
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
49342
49341
|
optionId: bigint;
|
|
49343
49342
|
marketAddr: Address;
|
|
49344
49343
|
ownerAddr: Address;
|
|
@@ -49368,7 +49367,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
49368
49367
|
address: string;
|
|
49369
49368
|
} | null;
|
|
49370
49369
|
}[], Error>>;
|
|
49371
|
-
fetchStatus:
|
|
49370
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
49372
49371
|
promise: Promise<{
|
|
49373
49372
|
optionId: bigint;
|
|
49374
49373
|
marketAddr: Address;
|
|
@@ -49452,7 +49451,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
49452
49451
|
isRefetching: boolean;
|
|
49453
49452
|
isStale: boolean;
|
|
49454
49453
|
isEnabled: boolean;
|
|
49455
|
-
refetch: (options?:
|
|
49454
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
49456
49455
|
optionId: bigint;
|
|
49457
49456
|
marketAddr: Address;
|
|
49458
49457
|
ownerAddr: Address;
|
|
@@ -49482,7 +49481,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
49482
49481
|
address: string;
|
|
49483
49482
|
} | null;
|
|
49484
49483
|
}[], Error>>;
|
|
49485
|
-
fetchStatus:
|
|
49484
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
49486
49485
|
promise: Promise<{
|
|
49487
49486
|
optionId: bigint;
|
|
49488
49487
|
marketAddr: Address;
|
|
@@ -49566,7 +49565,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
49566
49565
|
isRefetching: boolean;
|
|
49567
49566
|
isStale: boolean;
|
|
49568
49567
|
isEnabled: boolean;
|
|
49569
|
-
refetch: (options?:
|
|
49568
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
49570
49569
|
optionId: bigint;
|
|
49571
49570
|
marketAddr: Address;
|
|
49572
49571
|
ownerAddr: Address;
|
|
@@ -49596,7 +49595,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
49596
49595
|
address: string;
|
|
49597
49596
|
} | null;
|
|
49598
49597
|
}[], Error>>;
|
|
49599
|
-
fetchStatus:
|
|
49598
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
49600
49599
|
promise: Promise<{
|
|
49601
49600
|
optionId: bigint;
|
|
49602
49601
|
marketAddr: Address;
|
|
@@ -49681,7 +49680,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
49681
49680
|
isRefetching: boolean;
|
|
49682
49681
|
isStale: boolean;
|
|
49683
49682
|
isEnabled: boolean;
|
|
49684
|
-
refetch: (options?:
|
|
49683
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
49685
49684
|
optionId: bigint;
|
|
49686
49685
|
marketAddr: Address;
|
|
49687
49686
|
ownerAddr: Address;
|
|
@@ -49711,7 +49710,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
49711
49710
|
address: string;
|
|
49712
49711
|
} | null;
|
|
49713
49712
|
}[], Error>>;
|
|
49714
|
-
fetchStatus:
|
|
49713
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
49715
49714
|
promise: Promise<{
|
|
49716
49715
|
optionId: bigint;
|
|
49717
49716
|
marketAddr: Address;
|
|
@@ -49795,7 +49794,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
49795
49794
|
isRefetching: boolean;
|
|
49796
49795
|
isStale: boolean;
|
|
49797
49796
|
isEnabled: boolean;
|
|
49798
|
-
refetch: (options?:
|
|
49797
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
49799
49798
|
optionId: bigint;
|
|
49800
49799
|
marketAddr: Address;
|
|
49801
49800
|
ownerAddr: Address;
|
|
@@ -49825,7 +49824,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
49825
49824
|
address: string;
|
|
49826
49825
|
} | null;
|
|
49827
49826
|
}[], Error>>;
|
|
49828
|
-
fetchStatus:
|
|
49827
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
49829
49828
|
promise: Promise<{
|
|
49830
49829
|
optionId: bigint;
|
|
49831
49830
|
marketAddr: Address;
|
|
@@ -49909,7 +49908,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
49909
49908
|
isRefetching: boolean;
|
|
49910
49909
|
isStale: boolean;
|
|
49911
49910
|
isEnabled: boolean;
|
|
49912
|
-
refetch: (options?:
|
|
49911
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
49913
49912
|
optionId: bigint;
|
|
49914
49913
|
marketAddr: Address;
|
|
49915
49914
|
ownerAddr: Address;
|
|
@@ -49939,7 +49938,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
49939
49938
|
address: string;
|
|
49940
49939
|
} | null;
|
|
49941
49940
|
}[], Error>>;
|
|
49942
|
-
fetchStatus:
|
|
49941
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
49943
49942
|
promise: Promise<{
|
|
49944
49943
|
optionId: bigint;
|
|
49945
49944
|
marketAddr: Address;
|
|
@@ -50023,7 +50022,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
50023
50022
|
isRefetching: boolean;
|
|
50024
50023
|
isStale: boolean;
|
|
50025
50024
|
isEnabled: boolean;
|
|
50026
|
-
refetch: (options?:
|
|
50025
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
50027
50026
|
optionId: bigint;
|
|
50028
50027
|
marketAddr: Address;
|
|
50029
50028
|
ownerAddr: Address;
|
|
@@ -50053,7 +50052,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
50053
50052
|
address: string;
|
|
50054
50053
|
} | null;
|
|
50055
50054
|
}[], Error>>;
|
|
50056
|
-
fetchStatus:
|
|
50055
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
50057
50056
|
promise: Promise<{
|
|
50058
50057
|
optionId: bigint;
|
|
50059
50058
|
marketAddr: Address;
|
|
@@ -50137,7 +50136,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
50137
50136
|
isRefetching: boolean;
|
|
50138
50137
|
isStale: boolean;
|
|
50139
50138
|
isEnabled: boolean;
|
|
50140
|
-
refetch: (options?:
|
|
50139
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
50141
50140
|
optionId: bigint;
|
|
50142
50141
|
marketAddr: Address;
|
|
50143
50142
|
ownerAddr: Address;
|
|
@@ -50167,7 +50166,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
50167
50166
|
address: string;
|
|
50168
50167
|
} | null;
|
|
50169
50168
|
}[], Error>>;
|
|
50170
|
-
fetchStatus:
|
|
50169
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
50171
50170
|
promise: Promise<{
|
|
50172
50171
|
optionId: bigint;
|
|
50173
50172
|
marketAddr: Address;
|
|
@@ -50251,7 +50250,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
50251
50250
|
isRefetching: boolean;
|
|
50252
50251
|
isStale: boolean;
|
|
50253
50252
|
isEnabled: boolean;
|
|
50254
|
-
refetch: (options?:
|
|
50253
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
50255
50254
|
optionId: bigint;
|
|
50256
50255
|
marketAddr: Address;
|
|
50257
50256
|
ownerAddr: Address;
|
|
@@ -50281,7 +50280,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
50281
50280
|
address: string;
|
|
50282
50281
|
} | null;
|
|
50283
50282
|
}[], Error>>;
|
|
50284
|
-
fetchStatus:
|
|
50283
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
50285
50284
|
promise: Promise<{
|
|
50286
50285
|
optionId: bigint;
|
|
50287
50286
|
marketAddr: Address;
|
|
@@ -50366,7 +50365,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
50366
50365
|
isRefetching: boolean;
|
|
50367
50366
|
isStale: boolean;
|
|
50368
50367
|
isEnabled: boolean;
|
|
50369
|
-
refetch: (options?:
|
|
50368
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
50370
50369
|
optionId: bigint;
|
|
50371
50370
|
marketAddr: Address;
|
|
50372
50371
|
ownerAddr: Address;
|
|
@@ -50396,7 +50395,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
50396
50395
|
address: string;
|
|
50397
50396
|
} | null;
|
|
50398
50397
|
}[], Error>>;
|
|
50399
|
-
fetchStatus:
|
|
50398
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
50400
50399
|
promise: Promise<{
|
|
50401
50400
|
optionId: bigint;
|
|
50402
50401
|
marketAddr: Address;
|
|
@@ -50480,7 +50479,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
50480
50479
|
isRefetching: boolean;
|
|
50481
50480
|
isStale: boolean;
|
|
50482
50481
|
isEnabled: boolean;
|
|
50483
|
-
refetch: (options?:
|
|
50482
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
50484
50483
|
optionId: bigint;
|
|
50485
50484
|
marketAddr: Address;
|
|
50486
50485
|
ownerAddr: Address;
|
|
@@ -50510,7 +50509,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
50510
50509
|
address: string;
|
|
50511
50510
|
} | null;
|
|
50512
50511
|
}[], Error>>;
|
|
50513
|
-
fetchStatus:
|
|
50512
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
50514
50513
|
promise: Promise<{
|
|
50515
50514
|
optionId: bigint;
|
|
50516
50515
|
marketAddr: Address;
|
|
@@ -50594,7 +50593,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
50594
50593
|
isRefetching: boolean;
|
|
50595
50594
|
isStale: boolean;
|
|
50596
50595
|
isEnabled: boolean;
|
|
50597
|
-
refetch: (options?:
|
|
50596
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
50598
50597
|
optionId: bigint;
|
|
50599
50598
|
marketAddr: Address;
|
|
50600
50599
|
ownerAddr: Address;
|
|
@@ -50624,7 +50623,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
50624
50623
|
address: string;
|
|
50625
50624
|
} | null;
|
|
50626
50625
|
}[], Error>>;
|
|
50627
|
-
fetchStatus:
|
|
50626
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
50628
50627
|
promise: Promise<{
|
|
50629
50628
|
optionId: bigint;
|
|
50630
50629
|
marketAddr: Address;
|
|
@@ -50708,7 +50707,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
50708
50707
|
isRefetching: boolean;
|
|
50709
50708
|
isStale: boolean;
|
|
50710
50709
|
isEnabled: boolean;
|
|
50711
|
-
refetch: (options?:
|
|
50710
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
50712
50711
|
optionId: bigint;
|
|
50713
50712
|
marketAddr: Address;
|
|
50714
50713
|
ownerAddr: Address;
|
|
@@ -50738,7 +50737,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
50738
50737
|
address: string;
|
|
50739
50738
|
} | null;
|
|
50740
50739
|
}[], Error>>;
|
|
50741
|
-
fetchStatus:
|
|
50740
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
50742
50741
|
promise: Promise<{
|
|
50743
50742
|
optionId: bigint;
|
|
50744
50743
|
marketAddr: Address;
|
|
@@ -50822,7 +50821,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
50822
50821
|
isRefetching: boolean;
|
|
50823
50822
|
isStale: boolean;
|
|
50824
50823
|
isEnabled: boolean;
|
|
50825
|
-
refetch: (options?:
|
|
50824
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
50826
50825
|
optionId: bigint;
|
|
50827
50826
|
marketAddr: Address;
|
|
50828
50827
|
ownerAddr: Address;
|
|
@@ -50852,7 +50851,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
50852
50851
|
address: string;
|
|
50853
50852
|
} | null;
|
|
50854
50853
|
}[], Error>>;
|
|
50855
|
-
fetchStatus:
|
|
50854
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
50856
50855
|
promise: Promise<{
|
|
50857
50856
|
optionId: bigint;
|
|
50858
50857
|
marketAddr: Address;
|
|
@@ -50936,7 +50935,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
50936
50935
|
isRefetching: boolean;
|
|
50937
50936
|
isStale: boolean;
|
|
50938
50937
|
isEnabled: boolean;
|
|
50939
|
-
refetch: (options?:
|
|
50938
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
50940
50939
|
optionId: bigint;
|
|
50941
50940
|
marketAddr: Address;
|
|
50942
50941
|
ownerAddr: Address;
|
|
@@ -50966,7 +50965,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
50966
50965
|
address: string;
|
|
50967
50966
|
} | null;
|
|
50968
50967
|
}[], Error>>;
|
|
50969
|
-
fetchStatus:
|
|
50968
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
50970
50969
|
promise: Promise<{
|
|
50971
50970
|
optionId: bigint;
|
|
50972
50971
|
marketAddr: Address;
|
|
@@ -51092,7 +51091,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
51092
51091
|
isRefetching: boolean;
|
|
51093
51092
|
isStale: boolean;
|
|
51094
51093
|
isEnabled: boolean;
|
|
51095
|
-
refetch: (options?:
|
|
51094
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<({
|
|
51096
51095
|
type: "mint";
|
|
51097
51096
|
data: {
|
|
51098
51097
|
id: string;
|
|
@@ -51131,7 +51130,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
51131
51130
|
transactionHash: string;
|
|
51132
51131
|
};
|
|
51133
51132
|
})[], Error>>;
|
|
51134
|
-
fetchStatus:
|
|
51133
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
51135
51134
|
promise: Promise<({
|
|
51136
51135
|
type: "mint";
|
|
51137
51136
|
data: {
|
|
@@ -51233,7 +51232,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
51233
51232
|
isRefetching: boolean;
|
|
51234
51233
|
isStale: boolean;
|
|
51235
51234
|
isEnabled: boolean;
|
|
51236
|
-
refetch: (options?:
|
|
51235
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<({
|
|
51237
51236
|
type: "mint";
|
|
51238
51237
|
data: {
|
|
51239
51238
|
id: string;
|
|
@@ -51272,7 +51271,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
51272
51271
|
transactionHash: string;
|
|
51273
51272
|
};
|
|
51274
51273
|
})[], Error>>;
|
|
51275
|
-
fetchStatus:
|
|
51274
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
51276
51275
|
promise: Promise<({
|
|
51277
51276
|
type: "mint";
|
|
51278
51277
|
data: {
|
|
@@ -51374,7 +51373,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
51374
51373
|
isRefetching: boolean;
|
|
51375
51374
|
isStale: boolean;
|
|
51376
51375
|
isEnabled: boolean;
|
|
51377
|
-
refetch: (options?:
|
|
51376
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<({
|
|
51378
51377
|
type: "mint";
|
|
51379
51378
|
data: {
|
|
51380
51379
|
id: string;
|
|
@@ -51413,7 +51412,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
51413
51412
|
transactionHash: string;
|
|
51414
51413
|
};
|
|
51415
51414
|
})[], Error>>;
|
|
51416
|
-
fetchStatus:
|
|
51415
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
51417
51416
|
promise: Promise<({
|
|
51418
51417
|
type: "mint";
|
|
51419
51418
|
data: {
|
|
@@ -51515,7 +51514,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
51515
51514
|
isRefetching: boolean;
|
|
51516
51515
|
isStale: boolean;
|
|
51517
51516
|
isEnabled: boolean;
|
|
51518
|
-
refetch: (options?:
|
|
51517
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<({
|
|
51519
51518
|
type: "mint";
|
|
51520
51519
|
data: {
|
|
51521
51520
|
id: string;
|
|
@@ -51554,7 +51553,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
51554
51553
|
transactionHash: string;
|
|
51555
51554
|
};
|
|
51556
51555
|
})[], Error>>;
|
|
51557
|
-
fetchStatus:
|
|
51556
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
51558
51557
|
promise: Promise<({
|
|
51559
51558
|
type: "mint";
|
|
51560
51559
|
data: {
|
|
@@ -51656,7 +51655,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
51656
51655
|
isRefetching: boolean;
|
|
51657
51656
|
isStale: boolean;
|
|
51658
51657
|
isEnabled: boolean;
|
|
51659
|
-
refetch: (options?:
|
|
51658
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<({
|
|
51660
51659
|
type: "mint";
|
|
51661
51660
|
data: {
|
|
51662
51661
|
id: string;
|
|
@@ -51695,7 +51694,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
51695
51694
|
transactionHash: string;
|
|
51696
51695
|
};
|
|
51697
51696
|
})[], Error>>;
|
|
51698
|
-
fetchStatus:
|
|
51697
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
51699
51698
|
promise: Promise<({
|
|
51700
51699
|
type: "mint";
|
|
51701
51700
|
data: {
|
|
@@ -51797,7 +51796,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
51797
51796
|
isRefetching: boolean;
|
|
51798
51797
|
isStale: boolean;
|
|
51799
51798
|
isEnabled: boolean;
|
|
51800
|
-
refetch: (options?:
|
|
51799
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<({
|
|
51801
51800
|
type: "mint";
|
|
51802
51801
|
data: {
|
|
51803
51802
|
id: string;
|
|
@@ -51836,7 +51835,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
51836
51835
|
transactionHash: string;
|
|
51837
51836
|
};
|
|
51838
51837
|
})[], Error>>;
|
|
51839
|
-
fetchStatus:
|
|
51838
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
51840
51839
|
promise: Promise<({
|
|
51841
51840
|
type: "mint";
|
|
51842
51841
|
data: {
|
|
@@ -51959,7 +51958,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
51959
51958
|
isRefetching: boolean;
|
|
51960
51959
|
isStale: boolean;
|
|
51961
51960
|
isEnabled: boolean;
|
|
51962
|
-
refetch: (options?:
|
|
51961
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
51963
51962
|
optionId: bigint;
|
|
51964
51963
|
id: string;
|
|
51965
51964
|
ownerAddr: Address;
|
|
@@ -51968,7 +51967,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
51968
51967
|
expiresAt: number;
|
|
51969
51968
|
closed: boolean;
|
|
51970
51969
|
}[] | undefined, Error>>;
|
|
51971
|
-
fetchStatus:
|
|
51970
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
51972
51971
|
promise: Promise<{
|
|
51973
51972
|
optionId: bigint;
|
|
51974
51973
|
id: string;
|
|
@@ -52010,7 +52009,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
52010
52009
|
isRefetching: boolean;
|
|
52011
52010
|
isStale: boolean;
|
|
52012
52011
|
isEnabled: boolean;
|
|
52013
|
-
refetch: (options?:
|
|
52012
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
52014
52013
|
optionId: bigint;
|
|
52015
52014
|
id: string;
|
|
52016
52015
|
ownerAddr: Address;
|
|
@@ -52019,7 +52018,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
52019
52018
|
expiresAt: number;
|
|
52020
52019
|
closed: boolean;
|
|
52021
52020
|
}[] | undefined, Error>>;
|
|
52022
|
-
fetchStatus:
|
|
52021
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
52023
52022
|
promise: Promise<{
|
|
52024
52023
|
optionId: bigint;
|
|
52025
52024
|
id: string;
|
|
@@ -52061,7 +52060,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
52061
52060
|
isRefetching: boolean;
|
|
52062
52061
|
isStale: boolean;
|
|
52063
52062
|
isEnabled: boolean;
|
|
52064
|
-
refetch: (options?:
|
|
52063
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
52065
52064
|
optionId: bigint;
|
|
52066
52065
|
id: string;
|
|
52067
52066
|
ownerAddr: Address;
|
|
@@ -52070,7 +52069,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
52070
52069
|
expiresAt: number;
|
|
52071
52070
|
closed: boolean;
|
|
52072
52071
|
}[] | undefined, Error>>;
|
|
52073
|
-
fetchStatus:
|
|
52072
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
52074
52073
|
promise: Promise<{
|
|
52075
52074
|
optionId: bigint;
|
|
52076
52075
|
id: string;
|
|
@@ -52112,7 +52111,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
52112
52111
|
isRefetching: boolean;
|
|
52113
52112
|
isStale: boolean;
|
|
52114
52113
|
isEnabled: boolean;
|
|
52115
|
-
refetch: (options?:
|
|
52114
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
52116
52115
|
optionId: bigint;
|
|
52117
52116
|
id: string;
|
|
52118
52117
|
ownerAddr: Address;
|
|
@@ -52121,7 +52120,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
52121
52120
|
expiresAt: number;
|
|
52122
52121
|
closed: boolean;
|
|
52123
52122
|
}[] | undefined, Error>>;
|
|
52124
|
-
fetchStatus:
|
|
52123
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
52125
52124
|
promise: Promise<{
|
|
52126
52125
|
optionId: bigint;
|
|
52127
52126
|
id: string;
|
|
@@ -52163,7 +52162,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
52163
52162
|
isRefetching: boolean;
|
|
52164
52163
|
isStale: boolean;
|
|
52165
52164
|
isEnabled: boolean;
|
|
52166
|
-
refetch: (options?:
|
|
52165
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
52167
52166
|
optionId: bigint;
|
|
52168
52167
|
id: string;
|
|
52169
52168
|
ownerAddr: Address;
|
|
@@ -52172,7 +52171,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
52172
52171
|
expiresAt: number;
|
|
52173
52172
|
closed: boolean;
|
|
52174
52173
|
}[] | undefined, Error>>;
|
|
52175
|
-
fetchStatus:
|
|
52174
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
52176
52175
|
promise: Promise<{
|
|
52177
52176
|
optionId: bigint;
|
|
52178
52177
|
id: string;
|
|
@@ -52214,7 +52213,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
52214
52213
|
isRefetching: boolean;
|
|
52215
52214
|
isStale: boolean;
|
|
52216
52215
|
isEnabled: boolean;
|
|
52217
|
-
refetch: (options?:
|
|
52216
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
52218
52217
|
optionId: bigint;
|
|
52219
52218
|
id: string;
|
|
52220
52219
|
ownerAddr: Address;
|
|
@@ -52223,7 +52222,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
52223
52222
|
expiresAt: number;
|
|
52224
52223
|
closed: boolean;
|
|
52225
52224
|
}[] | undefined, Error>>;
|
|
52226
|
-
fetchStatus:
|
|
52225
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
52227
52226
|
promise: Promise<{
|
|
52228
52227
|
optionId: bigint;
|
|
52229
52228
|
id: string;
|
|
@@ -52266,7 +52265,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
52266
52265
|
isRefetching: boolean;
|
|
52267
52266
|
isStale: boolean;
|
|
52268
52267
|
isEnabled: boolean;
|
|
52269
|
-
refetch: (options?:
|
|
52268
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
52270
52269
|
optionId: bigint;
|
|
52271
52270
|
id: string;
|
|
52272
52271
|
ownerAddr: Address;
|
|
@@ -52275,7 +52274,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
52275
52274
|
expiresAt: number;
|
|
52276
52275
|
closed: boolean;
|
|
52277
52276
|
}[] | undefined, Error>>;
|
|
52278
|
-
fetchStatus:
|
|
52277
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
52279
52278
|
promise: Promise<{
|
|
52280
52279
|
optionId: bigint;
|
|
52281
52280
|
id: string;
|
|
@@ -52317,7 +52316,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
52317
52316
|
isRefetching: boolean;
|
|
52318
52317
|
isStale: boolean;
|
|
52319
52318
|
isEnabled: boolean;
|
|
52320
|
-
refetch: (options?:
|
|
52319
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
52321
52320
|
optionId: bigint;
|
|
52322
52321
|
id: string;
|
|
52323
52322
|
ownerAddr: Address;
|
|
@@ -52326,7 +52325,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
52326
52325
|
expiresAt: number;
|
|
52327
52326
|
closed: boolean;
|
|
52328
52327
|
}[] | undefined, Error>>;
|
|
52329
|
-
fetchStatus:
|
|
52328
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
52330
52329
|
promise: Promise<{
|
|
52331
52330
|
optionId: bigint;
|
|
52332
52331
|
id: string;
|
|
@@ -52368,7 +52367,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
52368
52367
|
isRefetching: boolean;
|
|
52369
52368
|
isStale: boolean;
|
|
52370
52369
|
isEnabled: boolean;
|
|
52371
|
-
refetch: (options?:
|
|
52370
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
52372
52371
|
optionId: bigint;
|
|
52373
52372
|
id: string;
|
|
52374
52373
|
ownerAddr: Address;
|
|
@@ -52377,7 +52376,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
52377
52376
|
expiresAt: number;
|
|
52378
52377
|
closed: boolean;
|
|
52379
52378
|
}[] | undefined, Error>>;
|
|
52380
|
-
fetchStatus:
|
|
52379
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
52381
52380
|
promise: Promise<{
|
|
52382
52381
|
optionId: bigint;
|
|
52383
52382
|
id: string;
|
|
@@ -52419,7 +52418,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
52419
52418
|
isRefetching: boolean;
|
|
52420
52419
|
isStale: boolean;
|
|
52421
52420
|
isEnabled: boolean;
|
|
52422
|
-
refetch: (options?:
|
|
52421
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
52423
52422
|
optionId: bigint;
|
|
52424
52423
|
id: string;
|
|
52425
52424
|
ownerAddr: Address;
|
|
@@ -52428,7 +52427,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
52428
52427
|
expiresAt: number;
|
|
52429
52428
|
closed: boolean;
|
|
52430
52429
|
}[] | undefined, Error>>;
|
|
52431
|
-
fetchStatus:
|
|
52430
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
52432
52431
|
promise: Promise<{
|
|
52433
52432
|
optionId: bigint;
|
|
52434
52433
|
id: string;
|
|
@@ -52470,7 +52469,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
52470
52469
|
isRefetching: boolean;
|
|
52471
52470
|
isStale: boolean;
|
|
52472
52471
|
isEnabled: boolean;
|
|
52473
|
-
refetch: (options?:
|
|
52472
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
52474
52473
|
optionId: bigint;
|
|
52475
52474
|
id: string;
|
|
52476
52475
|
ownerAddr: Address;
|
|
@@ -52479,7 +52478,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
52479
52478
|
expiresAt: number;
|
|
52480
52479
|
closed: boolean;
|
|
52481
52480
|
}[] | undefined, Error>>;
|
|
52482
|
-
fetchStatus:
|
|
52481
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
52483
52482
|
promise: Promise<{
|
|
52484
52483
|
optionId: bigint;
|
|
52485
52484
|
id: string;
|
|
@@ -52521,7 +52520,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
52521
52520
|
isRefetching: boolean;
|
|
52522
52521
|
isStale: boolean;
|
|
52523
52522
|
isEnabled: boolean;
|
|
52524
|
-
refetch: (options?:
|
|
52523
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
52525
52524
|
optionId: bigint;
|
|
52526
52525
|
id: string;
|
|
52527
52526
|
ownerAddr: Address;
|
|
@@ -52530,7 +52529,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
52530
52529
|
expiresAt: number;
|
|
52531
52530
|
closed: boolean;
|
|
52532
52531
|
}[] | undefined, Error>>;
|
|
52533
|
-
fetchStatus:
|
|
52532
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
52534
52533
|
promise: Promise<{
|
|
52535
52534
|
optionId: bigint;
|
|
52536
52535
|
id: string;
|
|
@@ -52573,7 +52572,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
52573
52572
|
isRefetching: boolean;
|
|
52574
52573
|
isStale: boolean;
|
|
52575
52574
|
isEnabled: boolean;
|
|
52576
|
-
refetch: (options?:
|
|
52575
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
52577
52576
|
optionId: bigint;
|
|
52578
52577
|
id: string;
|
|
52579
52578
|
ownerAddr: Address;
|
|
@@ -52582,7 +52581,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
52582
52581
|
expiresAt: number;
|
|
52583
52582
|
closed: boolean;
|
|
52584
52583
|
}[] | undefined, Error>>;
|
|
52585
|
-
fetchStatus:
|
|
52584
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
52586
52585
|
promise: Promise<{
|
|
52587
52586
|
optionId: bigint;
|
|
52588
52587
|
id: string;
|
|
@@ -52624,7 +52623,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
52624
52623
|
isRefetching: boolean;
|
|
52625
52624
|
isStale: boolean;
|
|
52626
52625
|
isEnabled: boolean;
|
|
52627
|
-
refetch: (options?:
|
|
52626
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
52628
52627
|
optionId: bigint;
|
|
52629
52628
|
id: string;
|
|
52630
52629
|
ownerAddr: Address;
|
|
@@ -52633,7 +52632,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
52633
52632
|
expiresAt: number;
|
|
52634
52633
|
closed: boolean;
|
|
52635
52634
|
}[] | undefined, Error>>;
|
|
52636
|
-
fetchStatus:
|
|
52635
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
52637
52636
|
promise: Promise<{
|
|
52638
52637
|
optionId: bigint;
|
|
52639
52638
|
id: string;
|
|
@@ -52675,7 +52674,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
52675
52674
|
isRefetching: boolean;
|
|
52676
52675
|
isStale: boolean;
|
|
52677
52676
|
isEnabled: boolean;
|
|
52678
|
-
refetch: (options?:
|
|
52677
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
52679
52678
|
optionId: bigint;
|
|
52680
52679
|
id: string;
|
|
52681
52680
|
ownerAddr: Address;
|
|
@@ -52684,7 +52683,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
52684
52683
|
expiresAt: number;
|
|
52685
52684
|
closed: boolean;
|
|
52686
52685
|
}[] | undefined, Error>>;
|
|
52687
|
-
fetchStatus:
|
|
52686
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
52688
52687
|
promise: Promise<{
|
|
52689
52688
|
optionId: bigint;
|
|
52690
52689
|
id: string;
|
|
@@ -52726,7 +52725,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
52726
52725
|
isRefetching: boolean;
|
|
52727
52726
|
isStale: boolean;
|
|
52728
52727
|
isEnabled: boolean;
|
|
52729
|
-
refetch: (options?:
|
|
52728
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
52730
52729
|
optionId: bigint;
|
|
52731
52730
|
id: string;
|
|
52732
52731
|
ownerAddr: Address;
|
|
@@ -52735,7 +52734,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
52735
52734
|
expiresAt: number;
|
|
52736
52735
|
closed: boolean;
|
|
52737
52736
|
}[] | undefined, Error>>;
|
|
52738
|
-
fetchStatus:
|
|
52737
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
52739
52738
|
promise: Promise<{
|
|
52740
52739
|
optionId: bigint;
|
|
52741
52740
|
id: string;
|
|
@@ -52777,7 +52776,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
52777
52776
|
isRefetching: boolean;
|
|
52778
52777
|
isStale: boolean;
|
|
52779
52778
|
isEnabled: boolean;
|
|
52780
|
-
refetch: (options?:
|
|
52779
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
52781
52780
|
optionId: bigint;
|
|
52782
52781
|
id: string;
|
|
52783
52782
|
ownerAddr: Address;
|
|
@@ -52786,7 +52785,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
52786
52785
|
expiresAt: number;
|
|
52787
52786
|
closed: boolean;
|
|
52788
52787
|
}[] | undefined, Error>>;
|
|
52789
|
-
fetchStatus:
|
|
52788
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
52790
52789
|
promise: Promise<{
|
|
52791
52790
|
optionId: bigint;
|
|
52792
52791
|
id: string;
|
|
@@ -52828,7 +52827,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
52828
52827
|
isRefetching: boolean;
|
|
52829
52828
|
isStale: boolean;
|
|
52830
52829
|
isEnabled: boolean;
|
|
52831
|
-
refetch: (options?:
|
|
52830
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
52832
52831
|
optionId: bigint;
|
|
52833
52832
|
id: string;
|
|
52834
52833
|
ownerAddr: Address;
|
|
@@ -52837,7 +52836,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
52837
52836
|
expiresAt: number;
|
|
52838
52837
|
closed: boolean;
|
|
52839
52838
|
}[] | undefined, Error>>;
|
|
52840
|
-
fetchStatus:
|
|
52839
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
52841
52840
|
promise: Promise<{
|
|
52842
52841
|
optionId: bigint;
|
|
52843
52842
|
id: string;
|
|
@@ -52882,10 +52881,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
52882
52881
|
isRefetching: boolean;
|
|
52883
52882
|
isStale: boolean;
|
|
52884
52883
|
isEnabled: boolean;
|
|
52885
|
-
refetch: (options?:
|
|
52886
|
-
fetchStatus:
|
|
52884
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
|
|
52885
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
52887
52886
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
52888
|
-
queryKey:
|
|
52887
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
52889
52888
|
data: {
|
|
52890
52889
|
canExtend: boolean | undefined;
|
|
52891
52890
|
canExercise: boolean | undefined;
|
|
@@ -52917,10 +52916,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
52917
52916
|
isRefetching: boolean;
|
|
52918
52917
|
isStale: boolean;
|
|
52919
52918
|
isEnabled: boolean;
|
|
52920
|
-
refetch: (options?:
|
|
52921
|
-
fetchStatus:
|
|
52919
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
|
|
52920
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
52922
52921
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
52923
|
-
queryKey:
|
|
52922
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
52924
52923
|
data: {
|
|
52925
52924
|
canExtend: boolean | undefined;
|
|
52926
52925
|
canExercise: boolean | undefined;
|
|
@@ -52952,10 +52951,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
52952
52951
|
isRefetching: boolean;
|
|
52953
52952
|
isStale: boolean;
|
|
52954
52953
|
isEnabled: boolean;
|
|
52955
|
-
refetch: (options?:
|
|
52956
|
-
fetchStatus:
|
|
52954
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
|
|
52955
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
52957
52956
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
52958
|
-
queryKey:
|
|
52957
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
52959
52958
|
data: {
|
|
52960
52959
|
canExtend: boolean | undefined;
|
|
52961
52960
|
canExercise: boolean | undefined;
|
|
@@ -52987,10 +52986,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
52987
52986
|
isRefetching: boolean;
|
|
52988
52987
|
isStale: boolean;
|
|
52989
52988
|
isEnabled: boolean;
|
|
52990
|
-
refetch: (options?:
|
|
52991
|
-
fetchStatus:
|
|
52989
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
|
|
52990
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
52992
52991
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
52993
|
-
queryKey:
|
|
52992
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
52994
52993
|
data: {
|
|
52995
52994
|
canExtend: boolean | undefined;
|
|
52996
52995
|
canExercise: boolean | undefined;
|
|
@@ -53022,10 +53021,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
53022
53021
|
isRefetching: boolean;
|
|
53023
53022
|
isStale: boolean;
|
|
53024
53023
|
isEnabled: boolean;
|
|
53025
|
-
refetch: (options?:
|
|
53026
|
-
fetchStatus:
|
|
53024
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
|
|
53025
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
53027
53026
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
53028
|
-
queryKey:
|
|
53027
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
53029
53028
|
data: {
|
|
53030
53029
|
canExtend: boolean | undefined;
|
|
53031
53030
|
canExercise: boolean | undefined;
|
|
@@ -53057,10 +53056,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
53057
53056
|
isRefetching: boolean;
|
|
53058
53057
|
isStale: boolean;
|
|
53059
53058
|
isEnabled: boolean;
|
|
53060
|
-
refetch: (options?:
|
|
53061
|
-
fetchStatus:
|
|
53059
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
|
|
53060
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
53062
53061
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
53063
|
-
queryKey:
|
|
53062
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
53064
53063
|
data: {
|
|
53065
53064
|
canExtend: boolean | undefined;
|
|
53066
53065
|
canExercise: boolean | undefined;
|
|
@@ -53109,7 +53108,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
53109
53108
|
isRefetching: boolean;
|
|
53110
53109
|
isStale: boolean;
|
|
53111
53110
|
isEnabled: boolean;
|
|
53112
|
-
refetch: (options?:
|
|
53111
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
53113
53112
|
spendingApproval: bigint;
|
|
53114
53113
|
operatorAddr: string;
|
|
53115
53114
|
__typename: "UserMarketOperator";
|
|
@@ -53123,7 +53122,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
53123
53122
|
address: string;
|
|
53124
53123
|
} | null;
|
|
53125
53124
|
}[] | undefined, Error>>;
|
|
53126
|
-
fetchStatus:
|
|
53125
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
53127
53126
|
promise: Promise<{
|
|
53128
53127
|
spendingApproval: bigint;
|
|
53129
53128
|
operatorAddr: string;
|
|
@@ -53175,7 +53174,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
53175
53174
|
isRefetching: boolean;
|
|
53176
53175
|
isStale: boolean;
|
|
53177
53176
|
isEnabled: boolean;
|
|
53178
|
-
refetch: (options?:
|
|
53177
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
53179
53178
|
spendingApproval: bigint;
|
|
53180
53179
|
operatorAddr: string;
|
|
53181
53180
|
__typename: "UserMarketOperator";
|
|
@@ -53189,7 +53188,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
53189
53188
|
address: string;
|
|
53190
53189
|
} | null;
|
|
53191
53190
|
}[] | undefined, Error>>;
|
|
53192
|
-
fetchStatus:
|
|
53191
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
53193
53192
|
promise: Promise<{
|
|
53194
53193
|
spendingApproval: bigint;
|
|
53195
53194
|
operatorAddr: string;
|
|
@@ -53241,7 +53240,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
53241
53240
|
isRefetching: boolean;
|
|
53242
53241
|
isStale: boolean;
|
|
53243
53242
|
isEnabled: boolean;
|
|
53244
|
-
refetch: (options?:
|
|
53243
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
53245
53244
|
spendingApproval: bigint;
|
|
53246
53245
|
operatorAddr: string;
|
|
53247
53246
|
__typename: "UserMarketOperator";
|
|
@@ -53255,7 +53254,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
53255
53254
|
address: string;
|
|
53256
53255
|
} | null;
|
|
53257
53256
|
}[] | undefined, Error>>;
|
|
53258
|
-
fetchStatus:
|
|
53257
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
53259
53258
|
promise: Promise<{
|
|
53260
53259
|
spendingApproval: bigint;
|
|
53261
53260
|
operatorAddr: string;
|
|
@@ -53307,7 +53306,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
53307
53306
|
isRefetching: boolean;
|
|
53308
53307
|
isStale: boolean;
|
|
53309
53308
|
isEnabled: boolean;
|
|
53310
|
-
refetch: (options?:
|
|
53309
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
53311
53310
|
spendingApproval: bigint;
|
|
53312
53311
|
operatorAddr: string;
|
|
53313
53312
|
__typename: "UserMarketOperator";
|
|
@@ -53321,7 +53320,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
53321
53320
|
address: string;
|
|
53322
53321
|
} | null;
|
|
53323
53322
|
}[] | undefined, Error>>;
|
|
53324
|
-
fetchStatus:
|
|
53323
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
53325
53324
|
promise: Promise<{
|
|
53326
53325
|
spendingApproval: bigint;
|
|
53327
53326
|
operatorAddr: string;
|
|
@@ -53373,7 +53372,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
53373
53372
|
isRefetching: boolean;
|
|
53374
53373
|
isStale: boolean;
|
|
53375
53374
|
isEnabled: boolean;
|
|
53376
|
-
refetch: (options?:
|
|
53375
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
53377
53376
|
spendingApproval: bigint;
|
|
53378
53377
|
operatorAddr: string;
|
|
53379
53378
|
__typename: "UserMarketOperator";
|
|
@@ -53387,7 +53386,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
53387
53386
|
address: string;
|
|
53388
53387
|
} | null;
|
|
53389
53388
|
}[] | undefined, Error>>;
|
|
53390
|
-
fetchStatus:
|
|
53389
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
53391
53390
|
promise: Promise<{
|
|
53392
53391
|
spendingApproval: bigint;
|
|
53393
53392
|
operatorAddr: string;
|
|
@@ -53439,7 +53438,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
53439
53438
|
isRefetching: boolean;
|
|
53440
53439
|
isStale: boolean;
|
|
53441
53440
|
isEnabled: boolean;
|
|
53442
|
-
refetch: (options?:
|
|
53441
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
53443
53442
|
spendingApproval: bigint;
|
|
53444
53443
|
operatorAddr: string;
|
|
53445
53444
|
__typename: "UserMarketOperator";
|
|
@@ -53453,7 +53452,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
53453
53452
|
address: string;
|
|
53454
53453
|
} | null;
|
|
53455
53454
|
}[] | undefined, Error>>;
|
|
53456
|
-
fetchStatus:
|
|
53455
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
53457
53456
|
promise: Promise<{
|
|
53458
53457
|
spendingApproval: bigint;
|
|
53459
53458
|
operatorAddr: string;
|
|
@@ -53572,18 +53571,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
53572
53571
|
isRefetching: boolean;
|
|
53573
53572
|
isStale: boolean;
|
|
53574
53573
|
isEnabled: boolean;
|
|
53575
|
-
refetch: (options?:
|
|
53574
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
53576
53575
|
exact: number;
|
|
53577
53576
|
rounded: number | undefined;
|
|
53578
53577
|
sqrtPriceX96: bigint;
|
|
53579
53578
|
}, viem0.ReadContractErrorType>>;
|
|
53580
|
-
fetchStatus:
|
|
53579
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
53581
53580
|
promise: Promise<{
|
|
53582
53581
|
exact: number;
|
|
53583
53582
|
rounded: number | undefined;
|
|
53584
53583
|
sqrtPriceX96: bigint;
|
|
53585
53584
|
}>;
|
|
53586
|
-
queryKey:
|
|
53585
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
53587
53586
|
exact: number | undefined;
|
|
53588
53587
|
rounded: number | undefined;
|
|
53589
53588
|
sqrtPriceX96: bigint | undefined;
|
|
@@ -53610,18 +53609,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
53610
53609
|
isRefetching: boolean;
|
|
53611
53610
|
isStale: boolean;
|
|
53612
53611
|
isEnabled: boolean;
|
|
53613
|
-
refetch: (options?:
|
|
53612
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
53614
53613
|
exact: number;
|
|
53615
53614
|
rounded: number | undefined;
|
|
53616
53615
|
sqrtPriceX96: bigint;
|
|
53617
53616
|
}, viem0.ReadContractErrorType>>;
|
|
53618
|
-
fetchStatus:
|
|
53617
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
53619
53618
|
promise: Promise<{
|
|
53620
53619
|
exact: number;
|
|
53621
53620
|
rounded: number | undefined;
|
|
53622
53621
|
sqrtPriceX96: bigint;
|
|
53623
53622
|
}>;
|
|
53624
|
-
queryKey:
|
|
53623
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
53625
53624
|
exact: number | undefined;
|
|
53626
53625
|
rounded: number | undefined;
|
|
53627
53626
|
sqrtPriceX96: bigint | undefined;
|
|
@@ -53648,18 +53647,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
53648
53647
|
isRefetching: boolean;
|
|
53649
53648
|
isStale: boolean;
|
|
53650
53649
|
isEnabled: boolean;
|
|
53651
|
-
refetch: (options?:
|
|
53650
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
53652
53651
|
exact: number;
|
|
53653
53652
|
rounded: number | undefined;
|
|
53654
53653
|
sqrtPriceX96: bigint;
|
|
53655
53654
|
}, viem0.ReadContractErrorType>>;
|
|
53656
|
-
fetchStatus:
|
|
53655
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
53657
53656
|
promise: Promise<{
|
|
53658
53657
|
exact: number;
|
|
53659
53658
|
rounded: number | undefined;
|
|
53660
53659
|
sqrtPriceX96: bigint;
|
|
53661
53660
|
}>;
|
|
53662
|
-
queryKey:
|
|
53661
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
53663
53662
|
exact: number | undefined;
|
|
53664
53663
|
rounded: number | undefined;
|
|
53665
53664
|
sqrtPriceX96: bigint | undefined;
|
|
@@ -53686,18 +53685,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
53686
53685
|
isRefetching: boolean;
|
|
53687
53686
|
isStale: boolean;
|
|
53688
53687
|
isEnabled: boolean;
|
|
53689
|
-
refetch: (options?:
|
|
53688
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
53690
53689
|
exact: number;
|
|
53691
53690
|
rounded: number | undefined;
|
|
53692
53691
|
sqrtPriceX96: bigint;
|
|
53693
53692
|
}, viem0.ReadContractErrorType>>;
|
|
53694
|
-
fetchStatus:
|
|
53693
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
53695
53694
|
promise: Promise<{
|
|
53696
53695
|
exact: number;
|
|
53697
53696
|
rounded: number | undefined;
|
|
53698
53697
|
sqrtPriceX96: bigint;
|
|
53699
53698
|
}>;
|
|
53700
|
-
queryKey:
|
|
53699
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
53701
53700
|
exact: number | undefined;
|
|
53702
53701
|
rounded: number | undefined;
|
|
53703
53702
|
sqrtPriceX96: bigint | undefined;
|
|
@@ -53724,18 +53723,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
53724
53723
|
isRefetching: boolean;
|
|
53725
53724
|
isStale: boolean;
|
|
53726
53725
|
isEnabled: boolean;
|
|
53727
|
-
refetch: (options?:
|
|
53726
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
53728
53727
|
exact: number;
|
|
53729
53728
|
rounded: number | undefined;
|
|
53730
53729
|
sqrtPriceX96: bigint;
|
|
53731
53730
|
}, viem0.ReadContractErrorType>>;
|
|
53732
|
-
fetchStatus:
|
|
53731
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
53733
53732
|
promise: Promise<{
|
|
53734
53733
|
exact: number;
|
|
53735
53734
|
rounded: number | undefined;
|
|
53736
53735
|
sqrtPriceX96: bigint;
|
|
53737
53736
|
}>;
|
|
53738
|
-
queryKey:
|
|
53737
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
53739
53738
|
exact: number | undefined;
|
|
53740
53739
|
rounded: number | undefined;
|
|
53741
53740
|
sqrtPriceX96: bigint | undefined;
|
|
@@ -53762,18 +53761,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
53762
53761
|
isRefetching: boolean;
|
|
53763
53762
|
isStale: boolean;
|
|
53764
53763
|
isEnabled: boolean;
|
|
53765
|
-
refetch: (options?:
|
|
53764
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
53766
53765
|
exact: number;
|
|
53767
53766
|
rounded: number | undefined;
|
|
53768
53767
|
sqrtPriceX96: bigint;
|
|
53769
53768
|
}, viem0.ReadContractErrorType>>;
|
|
53770
|
-
fetchStatus:
|
|
53769
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
53771
53770
|
promise: Promise<{
|
|
53772
53771
|
exact: number;
|
|
53773
53772
|
rounded: number | undefined;
|
|
53774
53773
|
sqrtPriceX96: bigint;
|
|
53775
53774
|
}>;
|
|
53776
|
-
queryKey:
|
|
53775
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
53777
53776
|
exact: number | undefined;
|
|
53778
53777
|
rounded: number | undefined;
|
|
53779
53778
|
sqrtPriceX96: bigint | undefined;
|
|
@@ -53829,7 +53828,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
53829
53828
|
isRefetching: boolean;
|
|
53830
53829
|
isStale: boolean;
|
|
53831
53830
|
isEnabled: boolean;
|
|
53832
|
-
refetch: (options?:
|
|
53831
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly {
|
|
53833
53832
|
tickLower: number;
|
|
53834
53833
|
tickUpper: number;
|
|
53835
53834
|
prevTickLower: number;
|
|
@@ -53842,7 +53841,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
53842
53841
|
borrowedAmount0: bigint;
|
|
53843
53842
|
borrowedAmount1: bigint;
|
|
53844
53843
|
}[], viem0.ReadContractErrorType>>;
|
|
53845
|
-
fetchStatus:
|
|
53844
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
53846
53845
|
promise: Promise<readonly {
|
|
53847
53846
|
tickLower: number;
|
|
53848
53847
|
tickUpper: number;
|
|
@@ -53856,7 +53855,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
53856
53855
|
borrowedAmount0: bigint;
|
|
53857
53856
|
borrowedAmount1: bigint;
|
|
53858
53857
|
}[]>;
|
|
53859
|
-
queryKey:
|
|
53858
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
53860
53859
|
data: readonly {
|
|
53861
53860
|
tickLower: number;
|
|
53862
53861
|
tickUpper: number;
|
|
@@ -53893,7 +53892,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
53893
53892
|
isRefetching: boolean;
|
|
53894
53893
|
isStale: boolean;
|
|
53895
53894
|
isEnabled: boolean;
|
|
53896
|
-
refetch: (options?:
|
|
53895
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly {
|
|
53897
53896
|
tickLower: number;
|
|
53898
53897
|
tickUpper: number;
|
|
53899
53898
|
prevTickLower: number;
|
|
@@ -53906,7 +53905,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
53906
53905
|
borrowedAmount0: bigint;
|
|
53907
53906
|
borrowedAmount1: bigint;
|
|
53908
53907
|
}[], viem0.ReadContractErrorType>>;
|
|
53909
|
-
fetchStatus:
|
|
53908
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
53910
53909
|
promise: Promise<readonly {
|
|
53911
53910
|
tickLower: number;
|
|
53912
53911
|
tickUpper: number;
|
|
@@ -53920,7 +53919,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
53920
53919
|
borrowedAmount0: bigint;
|
|
53921
53920
|
borrowedAmount1: bigint;
|
|
53922
53921
|
}[]>;
|
|
53923
|
-
queryKey:
|
|
53922
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
53924
53923
|
data: readonly {
|
|
53925
53924
|
tickLower: number;
|
|
53926
53925
|
tickUpper: number;
|
|
@@ -53957,7 +53956,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
53957
53956
|
isRefetching: boolean;
|
|
53958
53957
|
isStale: boolean;
|
|
53959
53958
|
isEnabled: boolean;
|
|
53960
|
-
refetch: (options?:
|
|
53959
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly {
|
|
53961
53960
|
tickLower: number;
|
|
53962
53961
|
tickUpper: number;
|
|
53963
53962
|
prevTickLower: number;
|
|
@@ -53970,7 +53969,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
53970
53969
|
borrowedAmount0: bigint;
|
|
53971
53970
|
borrowedAmount1: bigint;
|
|
53972
53971
|
}[], viem0.ReadContractErrorType>>;
|
|
53973
|
-
fetchStatus:
|
|
53972
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
53974
53973
|
promise: Promise<readonly {
|
|
53975
53974
|
tickLower: number;
|
|
53976
53975
|
tickUpper: number;
|
|
@@ -53984,7 +53983,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
53984
53983
|
borrowedAmount0: bigint;
|
|
53985
53984
|
borrowedAmount1: bigint;
|
|
53986
53985
|
}[]>;
|
|
53987
|
-
queryKey:
|
|
53986
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
53988
53987
|
data: readonly {
|
|
53989
53988
|
tickLower: number;
|
|
53990
53989
|
tickUpper: number;
|
|
@@ -54021,7 +54020,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
54021
54020
|
isRefetching: boolean;
|
|
54022
54021
|
isStale: boolean;
|
|
54023
54022
|
isEnabled: boolean;
|
|
54024
|
-
refetch: (options?:
|
|
54023
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly {
|
|
54025
54024
|
tickLower: number;
|
|
54026
54025
|
tickUpper: number;
|
|
54027
54026
|
prevTickLower: number;
|
|
@@ -54034,7 +54033,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
54034
54033
|
borrowedAmount0: bigint;
|
|
54035
54034
|
borrowedAmount1: bigint;
|
|
54036
54035
|
}[], viem0.ReadContractErrorType>>;
|
|
54037
|
-
fetchStatus:
|
|
54036
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
54038
54037
|
promise: Promise<readonly {
|
|
54039
54038
|
tickLower: number;
|
|
54040
54039
|
tickUpper: number;
|
|
@@ -54048,7 +54047,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
54048
54047
|
borrowedAmount0: bigint;
|
|
54049
54048
|
borrowedAmount1: bigint;
|
|
54050
54049
|
}[]>;
|
|
54051
|
-
queryKey:
|
|
54050
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
54052
54051
|
data: readonly {
|
|
54053
54052
|
tickLower: number;
|
|
54054
54053
|
tickUpper: number;
|
|
@@ -54085,7 +54084,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
54085
54084
|
isRefetching: boolean;
|
|
54086
54085
|
isStale: boolean;
|
|
54087
54086
|
isEnabled: boolean;
|
|
54088
|
-
refetch: (options?:
|
|
54087
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly {
|
|
54089
54088
|
tickLower: number;
|
|
54090
54089
|
tickUpper: number;
|
|
54091
54090
|
prevTickLower: number;
|
|
@@ -54098,7 +54097,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
54098
54097
|
borrowedAmount0: bigint;
|
|
54099
54098
|
borrowedAmount1: bigint;
|
|
54100
54099
|
}[], viem0.ReadContractErrorType>>;
|
|
54101
|
-
fetchStatus:
|
|
54100
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
54102
54101
|
promise: Promise<readonly {
|
|
54103
54102
|
tickLower: number;
|
|
54104
54103
|
tickUpper: number;
|
|
@@ -54112,7 +54111,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
54112
54111
|
borrowedAmount0: bigint;
|
|
54113
54112
|
borrowedAmount1: bigint;
|
|
54114
54113
|
}[]>;
|
|
54115
|
-
queryKey:
|
|
54114
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
54116
54115
|
data: readonly {
|
|
54117
54116
|
tickLower: number;
|
|
54118
54117
|
tickUpper: number;
|
|
@@ -54149,7 +54148,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
54149
54148
|
isRefetching: boolean;
|
|
54150
54149
|
isStale: boolean;
|
|
54151
54150
|
isEnabled: boolean;
|
|
54152
|
-
refetch: (options?:
|
|
54151
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly {
|
|
54153
54152
|
tickLower: number;
|
|
54154
54153
|
tickUpper: number;
|
|
54155
54154
|
prevTickLower: number;
|
|
@@ -54162,7 +54161,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
54162
54161
|
borrowedAmount0: bigint;
|
|
54163
54162
|
borrowedAmount1: bigint;
|
|
54164
54163
|
}[], viem0.ReadContractErrorType>>;
|
|
54165
|
-
fetchStatus:
|
|
54164
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
54166
54165
|
promise: Promise<readonly {
|
|
54167
54166
|
tickLower: number;
|
|
54168
54167
|
tickUpper: number;
|
|
@@ -54176,7 +54175,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
54176
54175
|
borrowedAmount0: bigint;
|
|
54177
54176
|
borrowedAmount1: bigint;
|
|
54178
54177
|
}[]>;
|
|
54179
|
-
queryKey:
|
|
54178
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
54180
54179
|
data: readonly {
|
|
54181
54180
|
tickLower: number;
|
|
54182
54181
|
tickUpper: number;
|
|
@@ -54237,7 +54236,7 @@ declare const useVaultTVL: (vaultAddr?: Address) => {
|
|
|
54237
54236
|
borrowed0: Amount;
|
|
54238
54237
|
borrowed1: Amount;
|
|
54239
54238
|
blocksCount: bigint;
|
|
54240
|
-
refetch: (options?:
|
|
54239
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem0.ReadContractErrorType>>;
|
|
54241
54240
|
};
|
|
54242
54241
|
//#endregion
|
|
54243
54242
|
//#region src/hooks/tokens/useTokenData.d.ts
|
|
@@ -54272,10 +54271,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
54272
54271
|
isRefetching: boolean;
|
|
54273
54272
|
isStale: boolean;
|
|
54274
54273
|
isEnabled: boolean;
|
|
54275
|
-
refetch: (options?:
|
|
54276
|
-
fetchStatus:
|
|
54274
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
|
|
54275
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
54277
54276
|
promise: Promise<bigint>;
|
|
54278
|
-
queryKey:
|
|
54277
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
54279
54278
|
data: Amount | undefined;
|
|
54280
54279
|
} | {
|
|
54281
54280
|
error: null;
|
|
@@ -54300,10 +54299,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
54300
54299
|
isRefetching: boolean;
|
|
54301
54300
|
isStale: boolean;
|
|
54302
54301
|
isEnabled: boolean;
|
|
54303
|
-
refetch: (options?:
|
|
54304
|
-
fetchStatus:
|
|
54302
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
|
|
54303
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
54305
54304
|
promise: Promise<bigint>;
|
|
54306
|
-
queryKey:
|
|
54305
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
54307
54306
|
data: Amount | undefined;
|
|
54308
54307
|
} | {
|
|
54309
54308
|
error: viem0.ReadContractErrorType;
|
|
@@ -54328,10 +54327,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
54328
54327
|
isRefetching: boolean;
|
|
54329
54328
|
isStale: boolean;
|
|
54330
54329
|
isEnabled: boolean;
|
|
54331
|
-
refetch: (options?:
|
|
54332
|
-
fetchStatus:
|
|
54330
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
|
|
54331
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
54333
54332
|
promise: Promise<bigint>;
|
|
54334
|
-
queryKey:
|
|
54333
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
54335
54334
|
data: Amount | undefined;
|
|
54336
54335
|
} | {
|
|
54337
54336
|
error: null;
|
|
@@ -54356,10 +54355,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
54356
54355
|
isRefetching: boolean;
|
|
54357
54356
|
isStale: boolean;
|
|
54358
54357
|
isEnabled: boolean;
|
|
54359
|
-
refetch: (options?:
|
|
54360
|
-
fetchStatus:
|
|
54358
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
|
|
54359
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
54361
54360
|
promise: Promise<bigint>;
|
|
54362
|
-
queryKey:
|
|
54361
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
54363
54362
|
data: Amount | undefined;
|
|
54364
54363
|
} | {
|
|
54365
54364
|
error: null;
|
|
@@ -54384,10 +54383,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
54384
54383
|
isRefetching: boolean;
|
|
54385
54384
|
isStale: boolean;
|
|
54386
54385
|
isEnabled: boolean;
|
|
54387
|
-
refetch: (options?:
|
|
54388
|
-
fetchStatus:
|
|
54386
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
|
|
54387
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
54389
54388
|
promise: Promise<bigint>;
|
|
54390
|
-
queryKey:
|
|
54389
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
54391
54390
|
data: Amount | undefined;
|
|
54392
54391
|
} | {
|
|
54393
54392
|
isError: false;
|
|
@@ -54412,10 +54411,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
54412
54411
|
isRefetching: boolean;
|
|
54413
54412
|
isStale: boolean;
|
|
54414
54413
|
isEnabled: boolean;
|
|
54415
|
-
refetch: (options?:
|
|
54416
|
-
fetchStatus:
|
|
54414
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
|
|
54415
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
54417
54416
|
promise: Promise<bigint>;
|
|
54418
|
-
queryKey:
|
|
54417
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
54419
54418
|
data: Amount | undefined;
|
|
54420
54419
|
};
|
|
54421
54420
|
//#endregion
|
|
@@ -54452,7 +54451,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54452
54451
|
isRefetching: boolean;
|
|
54453
54452
|
isStale: boolean;
|
|
54454
54453
|
isEnabled: boolean;
|
|
54455
|
-
refetch: (options?:
|
|
54454
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
54456
54455
|
globalMintPaused: {
|
|
54457
54456
|
paused: boolean;
|
|
54458
54457
|
updatedAt: bigint;
|
|
@@ -54469,7 +54468,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54469
54468
|
senderIsAdmin: boolean;
|
|
54470
54469
|
senderIsPauser: boolean;
|
|
54471
54470
|
}, viem0.ReadContractErrorType>>;
|
|
54472
|
-
fetchStatus:
|
|
54471
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
54473
54472
|
promise: Promise<{
|
|
54474
54473
|
globalMintPaused: {
|
|
54475
54474
|
paused: boolean;
|
|
@@ -54487,7 +54486,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54487
54486
|
senderIsAdmin: boolean;
|
|
54488
54487
|
senderIsPauser: boolean;
|
|
54489
54488
|
}>;
|
|
54490
|
-
queryKey:
|
|
54489
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
54491
54490
|
data: Partial<NonUndefinedGuard<{
|
|
54492
54491
|
globalMintPaused: {
|
|
54493
54492
|
paused: boolean;
|
|
@@ -54528,7 +54527,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54528
54527
|
isRefetching: boolean;
|
|
54529
54528
|
isStale: boolean;
|
|
54530
54529
|
isEnabled: boolean;
|
|
54531
|
-
refetch: (options?:
|
|
54530
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
54532
54531
|
globalMintPaused: {
|
|
54533
54532
|
paused: boolean;
|
|
54534
54533
|
updatedAt: bigint;
|
|
@@ -54545,7 +54544,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54545
54544
|
senderIsAdmin: boolean;
|
|
54546
54545
|
senderIsPauser: boolean;
|
|
54547
54546
|
}, viem0.ReadContractErrorType>>;
|
|
54548
|
-
fetchStatus:
|
|
54547
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
54549
54548
|
promise: Promise<{
|
|
54550
54549
|
globalMintPaused: {
|
|
54551
54550
|
paused: boolean;
|
|
@@ -54563,7 +54562,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54563
54562
|
senderIsAdmin: boolean;
|
|
54564
54563
|
senderIsPauser: boolean;
|
|
54565
54564
|
}>;
|
|
54566
|
-
queryKey:
|
|
54565
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
54567
54566
|
data: Partial<NonUndefinedGuard<{
|
|
54568
54567
|
globalMintPaused: {
|
|
54569
54568
|
paused: boolean;
|
|
@@ -54604,7 +54603,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54604
54603
|
isRefetching: boolean;
|
|
54605
54604
|
isStale: boolean;
|
|
54606
54605
|
isEnabled: boolean;
|
|
54607
|
-
refetch: (options?:
|
|
54606
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
54608
54607
|
globalMintPaused: {
|
|
54609
54608
|
paused: boolean;
|
|
54610
54609
|
updatedAt: bigint;
|
|
@@ -54621,7 +54620,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54621
54620
|
senderIsAdmin: boolean;
|
|
54622
54621
|
senderIsPauser: boolean;
|
|
54623
54622
|
}, viem0.ReadContractErrorType>>;
|
|
54624
|
-
fetchStatus:
|
|
54623
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
54625
54624
|
promise: Promise<{
|
|
54626
54625
|
globalMintPaused: {
|
|
54627
54626
|
paused: boolean;
|
|
@@ -54639,7 +54638,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54639
54638
|
senderIsAdmin: boolean;
|
|
54640
54639
|
senderIsPauser: boolean;
|
|
54641
54640
|
}>;
|
|
54642
|
-
queryKey:
|
|
54641
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
54643
54642
|
data: Partial<NonUndefinedGuard<{
|
|
54644
54643
|
globalMintPaused: {
|
|
54645
54644
|
paused: boolean;
|
|
@@ -54680,7 +54679,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54680
54679
|
isRefetching: boolean;
|
|
54681
54680
|
isStale: boolean;
|
|
54682
54681
|
isEnabled: boolean;
|
|
54683
|
-
refetch: (options?:
|
|
54682
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
54684
54683
|
globalMintPaused: {
|
|
54685
54684
|
paused: boolean;
|
|
54686
54685
|
updatedAt: bigint;
|
|
@@ -54697,7 +54696,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54697
54696
|
senderIsAdmin: boolean;
|
|
54698
54697
|
senderIsPauser: boolean;
|
|
54699
54698
|
}, viem0.ReadContractErrorType>>;
|
|
54700
|
-
fetchStatus:
|
|
54699
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
54701
54700
|
promise: Promise<{
|
|
54702
54701
|
globalMintPaused: {
|
|
54703
54702
|
paused: boolean;
|
|
@@ -54715,7 +54714,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54715
54714
|
senderIsAdmin: boolean;
|
|
54716
54715
|
senderIsPauser: boolean;
|
|
54717
54716
|
}>;
|
|
54718
|
-
queryKey:
|
|
54717
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
54719
54718
|
data: Partial<NonUndefinedGuard<{
|
|
54720
54719
|
globalMintPaused: {
|
|
54721
54720
|
paused: boolean;
|
|
@@ -54756,7 +54755,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54756
54755
|
isRefetching: boolean;
|
|
54757
54756
|
isStale: boolean;
|
|
54758
54757
|
isEnabled: boolean;
|
|
54759
|
-
refetch: (options?:
|
|
54758
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
54760
54759
|
globalMintPaused: {
|
|
54761
54760
|
paused: boolean;
|
|
54762
54761
|
updatedAt: bigint;
|
|
@@ -54773,7 +54772,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54773
54772
|
senderIsAdmin: boolean;
|
|
54774
54773
|
senderIsPauser: boolean;
|
|
54775
54774
|
}, viem0.ReadContractErrorType>>;
|
|
54776
|
-
fetchStatus:
|
|
54775
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
54777
54776
|
promise: Promise<{
|
|
54778
54777
|
globalMintPaused: {
|
|
54779
54778
|
paused: boolean;
|
|
@@ -54791,7 +54790,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54791
54790
|
senderIsAdmin: boolean;
|
|
54792
54791
|
senderIsPauser: boolean;
|
|
54793
54792
|
}>;
|
|
54794
|
-
queryKey:
|
|
54793
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
54795
54794
|
data: Partial<NonUndefinedGuard<{
|
|
54796
54795
|
globalMintPaused: {
|
|
54797
54796
|
paused: boolean;
|
|
@@ -54832,7 +54831,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54832
54831
|
isRefetching: boolean;
|
|
54833
54832
|
isStale: boolean;
|
|
54834
54833
|
isEnabled: boolean;
|
|
54835
|
-
refetch: (options?:
|
|
54834
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
54836
54835
|
globalMintPaused: {
|
|
54837
54836
|
paused: boolean;
|
|
54838
54837
|
updatedAt: bigint;
|
|
@@ -54849,7 +54848,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54849
54848
|
senderIsAdmin: boolean;
|
|
54850
54849
|
senderIsPauser: boolean;
|
|
54851
54850
|
}, viem0.ReadContractErrorType>>;
|
|
54852
|
-
fetchStatus:
|
|
54851
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
54853
54852
|
promise: Promise<{
|
|
54854
54853
|
globalMintPaused: {
|
|
54855
54854
|
paused: boolean;
|
|
@@ -54867,7 +54866,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54867
54866
|
senderIsAdmin: boolean;
|
|
54868
54867
|
senderIsPauser: boolean;
|
|
54869
54868
|
}>;
|
|
54870
|
-
queryKey:
|
|
54869
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
54871
54870
|
data: Partial<NonUndefinedGuard<{
|
|
54872
54871
|
globalMintPaused: {
|
|
54873
54872
|
paused: boolean;
|
|
@@ -54894,8 +54893,8 @@ declare const usePauseGlobalTrading: ({
|
|
|
54894
54893
|
marketAddr?: Address;
|
|
54895
54894
|
}) => {
|
|
54896
54895
|
data: undefined;
|
|
54897
|
-
error: null;
|
|
54898
54896
|
status: "idle";
|
|
54897
|
+
error: null;
|
|
54899
54898
|
isError: false;
|
|
54900
54899
|
isPending: false;
|
|
54901
54900
|
isSuccess: false;
|
|
@@ -54911,8 +54910,8 @@ declare const usePauseGlobalTrading: ({
|
|
|
54911
54910
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
54912
54911
|
} | {
|
|
54913
54912
|
data: undefined;
|
|
54914
|
-
error: null;
|
|
54915
54913
|
status: "pending";
|
|
54914
|
+
error: null;
|
|
54916
54915
|
isError: false;
|
|
54917
54916
|
isPending: true;
|
|
54918
54917
|
isSuccess: false;
|
|
@@ -55072,8 +55071,8 @@ declare const usePauseGlobalTrading: ({
|
|
|
55072
55071
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
55073
55072
|
} | {
|
|
55074
55073
|
data: undefined;
|
|
55075
|
-
error: _wagmi_core0.WriteContractErrorType;
|
|
55076
55074
|
status: "error";
|
|
55075
|
+
error: _wagmi_core0.WriteContractErrorType;
|
|
55077
55076
|
isError: true;
|
|
55078
55077
|
isPending: false;
|
|
55079
55078
|
isSuccess: false;
|
|
@@ -55233,8 +55232,8 @@ declare const usePauseGlobalTrading: ({
|
|
|
55233
55232
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
55234
55233
|
} | {
|
|
55235
55234
|
data: `0x${string}`;
|
|
55236
|
-
error: null;
|
|
55237
55235
|
status: "success";
|
|
55236
|
+
error: null;
|
|
55238
55237
|
isError: false;
|
|
55239
55238
|
isPending: false;
|
|
55240
55239
|
isSuccess: true;
|
|
@@ -55401,8 +55400,8 @@ declare const usePauseMarketTrading: ({
|
|
|
55401
55400
|
marketAddr?: Address;
|
|
55402
55401
|
}) => {
|
|
55403
55402
|
data: undefined;
|
|
55404
|
-
error: null;
|
|
55405
55403
|
status: "idle";
|
|
55404
|
+
error: null;
|
|
55406
55405
|
isError: false;
|
|
55407
55406
|
isPending: false;
|
|
55408
55407
|
isSuccess: false;
|
|
@@ -55418,8 +55417,8 @@ declare const usePauseMarketTrading: ({
|
|
|
55418
55417
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
55419
55418
|
} | {
|
|
55420
55419
|
data: undefined;
|
|
55421
|
-
error: null;
|
|
55422
55420
|
status: "pending";
|
|
55421
|
+
error: null;
|
|
55423
55422
|
isError: false;
|
|
55424
55423
|
isPending: true;
|
|
55425
55424
|
isSuccess: false;
|
|
@@ -55579,8 +55578,8 @@ declare const usePauseMarketTrading: ({
|
|
|
55579
55578
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
55580
55579
|
} | {
|
|
55581
55580
|
data: undefined;
|
|
55582
|
-
error: _wagmi_core0.WriteContractErrorType;
|
|
55583
55581
|
status: "error";
|
|
55582
|
+
error: _wagmi_core0.WriteContractErrorType;
|
|
55584
55583
|
isError: true;
|
|
55585
55584
|
isPending: false;
|
|
55586
55585
|
isSuccess: false;
|
|
@@ -55740,8 +55739,8 @@ declare const usePauseMarketTrading: ({
|
|
|
55740
55739
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
55741
55740
|
} | {
|
|
55742
55741
|
data: `0x${string}`;
|
|
55743
|
-
error: null;
|
|
55744
55742
|
status: "success";
|
|
55743
|
+
error: null;
|
|
55745
55744
|
isError: false;
|
|
55746
55745
|
isPending: false;
|
|
55747
55746
|
isSuccess: true;
|
|
@@ -55913,8 +55912,8 @@ declare const useFeeRates: (feeStrategy?: Address) => Partial<NonUndefinedGuard<
|
|
|
55913
55912
|
//#region src/hooks/fees/useUpdateMarketFees.d.ts
|
|
55914
55913
|
declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
55915
55914
|
data: undefined;
|
|
55916
|
-
error: null;
|
|
55917
55915
|
status: "idle";
|
|
55916
|
+
error: null;
|
|
55918
55917
|
isError: false;
|
|
55919
55918
|
isPending: false;
|
|
55920
55919
|
isSuccess: false;
|
|
@@ -55940,8 +55939,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
55940
55939
|
}>;
|
|
55941
55940
|
} | {
|
|
55942
55941
|
data: undefined;
|
|
55943
|
-
error: null;
|
|
55944
55942
|
status: "pending";
|
|
55943
|
+
error: null;
|
|
55945
55944
|
isError: false;
|
|
55946
55945
|
isPending: true;
|
|
55947
55946
|
isSuccess: false;
|
|
@@ -56111,8 +56110,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
56111
56110
|
}>;
|
|
56112
56111
|
} | {
|
|
56113
56112
|
data: undefined;
|
|
56114
|
-
error: _wagmi_core0.WriteContractErrorType;
|
|
56115
56113
|
status: "error";
|
|
56114
|
+
error: _wagmi_core0.WriteContractErrorType;
|
|
56116
56115
|
isError: true;
|
|
56117
56116
|
isPending: false;
|
|
56118
56117
|
isSuccess: false;
|
|
@@ -56282,8 +56281,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
56282
56281
|
}>;
|
|
56283
56282
|
} | {
|
|
56284
56283
|
data: `0x${string}`;
|
|
56285
|
-
error: null;
|
|
56286
56284
|
status: "success";
|
|
56285
|
+
error: null;
|
|
56287
56286
|
isError: false;
|
|
56288
56287
|
isPending: false;
|
|
56289
56288
|
isSuccess: true;
|
|
@@ -57426,8 +57425,8 @@ declare const useStaticPricingParams: (pricingAddr?: Address) => Partial<NonUnde
|
|
|
57426
57425
|
//#region src/hooks/pricing/useUpdateMarketPricing.d.ts
|
|
57427
57426
|
declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
57428
57427
|
data: undefined;
|
|
57429
|
-
error: null;
|
|
57430
57428
|
status: "idle";
|
|
57429
|
+
error: null;
|
|
57431
57430
|
isError: false;
|
|
57432
57431
|
isPending: false;
|
|
57433
57432
|
isSuccess: false;
|
|
@@ -57451,8 +57450,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
|
57451
57450
|
}>;
|
|
57452
57451
|
} | {
|
|
57453
57452
|
data: undefined;
|
|
57454
|
-
error: null;
|
|
57455
57453
|
status: "pending";
|
|
57454
|
+
error: null;
|
|
57456
57455
|
isError: false;
|
|
57457
57456
|
isPending: true;
|
|
57458
57457
|
isSuccess: false;
|
|
@@ -57620,8 +57619,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
|
57620
57619
|
}>;
|
|
57621
57620
|
} | {
|
|
57622
57621
|
data: undefined;
|
|
57623
|
-
error: _wagmi_core0.WriteContractErrorType;
|
|
57624
57622
|
status: "error";
|
|
57623
|
+
error: _wagmi_core0.WriteContractErrorType;
|
|
57625
57624
|
isError: true;
|
|
57626
57625
|
isPending: false;
|
|
57627
57626
|
isSuccess: false;
|
|
@@ -57789,8 +57788,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address) => {
|
|
|
57789
57788
|
}>;
|
|
57790
57789
|
} | {
|
|
57791
57790
|
data: `0x${string}`;
|
|
57792
|
-
error: null;
|
|
57793
57791
|
status: "success";
|
|
57792
|
+
error: null;
|
|
57794
57793
|
isError: false;
|
|
57795
57794
|
isPending: false;
|
|
57796
57795
|
isSuccess: true;
|
|
@@ -100091,5 +100090,5 @@ declare const useLens: () => {
|
|
|
100091
100090
|
} | undefined;
|
|
100092
100091
|
};
|
|
100093
100092
|
//#endregion
|
|
100094
|
-
export { PriceResolution as $,
|
|
100095
|
-
//# sourceMappingURL=client-
|
|
100093
|
+
export { PriceResolution as $, stateViews as $t, useCurrentPrice as A, formatVagueAmount as At, getPriceAtTick as B, useMarketVolume as Bt, useLiquidityBlocks as C, useMintOption as Ct, usePriceAtSqrtPriceX96 as D, formatAmount as Dt, usePriceHistory as E, EMPTY_ARRAY as Et, getPayoutAtTick as F, wrapAmount as Ft, liquiditiesToAmounts as G, useTimelockConfig as Gt, getTickAtPrice as H, useMarketData as Ht, PRICE_PRECISION as I, wrapAmountUnscaled as It, token0ToToken1AtTick as J, TimelockMarketData as Jt, roundTick as K, TimelockLens as Kt, getAmountsFromLiquidity as L, wrapPrice as Lt, UniswapPoolData as M, scalePrice as Mt, usePoolData as N, unscaleAmount as Nt, usePriceAtTick as O, formatCondensed as Ot, getPayoutAtPrice as P, unscalePrice as Pt, PriceDataPoint as Q, getTimelockMarket as Qt, getNearestValidStrikeTick as R, wrapPriceUnscaled as Rt, LiquidityBlockData as S, useClosedUserOptions as St, useMarketPriceHistory as T, Amount as Tt, liquiditiesToAmount0 as U, TimelockProvider as Ut, getSqrtPriceX96AtPrice as V, useMarketState as Vt, liquiditiesToAmount1 as W, useCurrentMarket as Wt, token1ToToken0AtTick as X, getStateView as Xt, token1ToToken0 as Y, getErc20 as Yt, PriceData as Z, getTimelockLens as Zt, useTokenData as _, useOptionPremium as _t, MarketPricingData as a, useActiveUserPerps as at, batchGetAmountsFromLiquidity as b, OptionData as bt, useMarketPricing as c, usePerpsOperator as ct, usePauseMarketTrading as d, ExerciseOptionEvent as dt, swapRouters as en, getCurrentPrice as et, usePauseGlobalTrading as f, ExtendEvent as ft, TokenData as g, useExtendOption as gt, useTokenBalance as h, useOptionTimeline as ht, useOptionPricingParams as i, useOperatorPerms as it, PoolKey as j, scaleAmount as jt, useCurrentTick as k, formatUSD as kt, useUpdateMarketFees as l, useClosePerp as lt, useApproval as m, OptionEvent as mt, useUpdateMarketPricing as n, timelockFactories as nn, useSetOperatorPerms as nt, OptionPricingData as o, useClosedUserPerps as ot, useGuardianGlobalState as p, MintOptionEvent as pt, token0ToToken1 as q, TimelockMarket as qt, useStaticPricingParams as r, timelockLenses as rn, useUserOperators as rt, StaticPricingData as s, useUserPerps as st, useLens as t, swappers as tn, getPriceHistory as tt, useFeeRates as u, useMintPerp as ut, useVaultTVL as v, useOptionPnl as vt, useBurnLiquidity as w, useMaxPositionSize as wt, useMintLiquidity as x, useActiveUserOptions as xt, useVaultData as y, useExerciseOption as yt, getPriceAtSqrtPriceX96 as z, zero as zt };
|
|
100094
|
+
//# sourceMappingURL=client-DqVrd4kQ.d.ts.map
|