timelock-sdk 0.0.137 → 0.0.138

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.
@@ -8,7 +8,7 @@ import { GraphQLClient, RequestOptions } from "graphql-request";
8
8
  import * as _tanstack_react_query0 from "@tanstack/react-query";
9
9
  import { NonUndefinedGuard } from "@tanstack/react-query";
10
10
  import "graphql";
11
- import * as _tanstack_query_core119 from "@tanstack/query-core";
11
+ import * as _tanstack_query_core41 from "@tanstack/query-core";
12
12
  import * as _wagmi_core0 from "@wagmi/core";
13
13
 
14
14
  //#region src/generated/graphql.d.ts
@@ -420,7 +420,7 @@ declare const getErc20: (address: Address, client: Client) => {
420
420
  }];
421
421
  readonly stateMutability: "nonpayable";
422
422
  }], "symbol", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
423
- decimals: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
423
+ allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
424
424
  readonly type: "constructor";
425
425
  readonly inputs: readonly [{
426
426
  readonly name: "name_";
@@ -598,8 +598,8 @@ declare const getErc20: (address: Address, client: Client) => {
598
598
  readonly internalType: "bool";
599
599
  }];
600
600
  readonly stateMutability: "nonpayable";
601
- }], "decimals", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
602
- name: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
601
+ }], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
602
+ balanceOf: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
603
603
  readonly type: "constructor";
604
604
  readonly inputs: readonly [{
605
605
  readonly name: "name_";
@@ -777,8 +777,8 @@ declare const getErc20: (address: Address, client: Client) => {
777
777
  readonly internalType: "bool";
778
778
  }];
779
779
  readonly stateMutability: "nonpayable";
780
- }], "name", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
781
- allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
780
+ }], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
781
+ decimals: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
782
782
  readonly type: "constructor";
783
783
  readonly inputs: readonly [{
784
784
  readonly name: "name_";
@@ -956,8 +956,8 @@ declare const getErc20: (address: Address, client: Client) => {
956
956
  readonly internalType: "bool";
957
957
  }];
958
958
  readonly stateMutability: "nonpayable";
959
- }], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
960
- balanceOf: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
959
+ }], "decimals", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
960
+ name: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
961
961
  readonly type: "constructor";
962
962
  readonly inputs: readonly [{
963
963
  readonly name: "name_";
@@ -1135,7 +1135,7 @@ declare const getErc20: (address: Address, client: Client) => {
1135
1135
  readonly internalType: "bool";
1136
1136
  }];
1137
1137
  readonly stateMutability: "nonpayable";
1138
- }], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
1138
+ }], "name", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
1139
1139
  totalSupply: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
1140
1140
  readonly type: "constructor";
1141
1141
  readonly inputs: readonly [{
@@ -37546,7 +37546,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
37546
37546
  isRefetching: boolean;
37547
37547
  isStale: boolean;
37548
37548
  isEnabled: boolean;
37549
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
37549
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
37550
37550
  optionId: bigint;
37551
37551
  marketAddr: Address;
37552
37552
  ownerAddr: Address;
@@ -37576,7 +37576,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
37576
37576
  address: string;
37577
37577
  } | null;
37578
37578
  }[], Error>>;
37579
- fetchStatus: _tanstack_query_core119.FetchStatus;
37579
+ fetchStatus: _tanstack_query_core41.FetchStatus;
37580
37580
  promise: Promise<{
37581
37581
  optionId: bigint;
37582
37582
  marketAddr: Address;
@@ -37660,7 +37660,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
37660
37660
  isRefetching: boolean;
37661
37661
  isStale: boolean;
37662
37662
  isEnabled: boolean;
37663
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
37663
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
37664
37664
  optionId: bigint;
37665
37665
  marketAddr: Address;
37666
37666
  ownerAddr: Address;
@@ -37690,7 +37690,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
37690
37690
  address: string;
37691
37691
  } | null;
37692
37692
  }[], Error>>;
37693
- fetchStatus: _tanstack_query_core119.FetchStatus;
37693
+ fetchStatus: _tanstack_query_core41.FetchStatus;
37694
37694
  promise: Promise<{
37695
37695
  optionId: bigint;
37696
37696
  marketAddr: Address;
@@ -37774,7 +37774,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
37774
37774
  isRefetching: boolean;
37775
37775
  isStale: boolean;
37776
37776
  isEnabled: boolean;
37777
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
37777
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
37778
37778
  optionId: bigint;
37779
37779
  marketAddr: Address;
37780
37780
  ownerAddr: Address;
@@ -37804,7 +37804,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
37804
37804
  address: string;
37805
37805
  } | null;
37806
37806
  }[], Error>>;
37807
- fetchStatus: _tanstack_query_core119.FetchStatus;
37807
+ fetchStatus: _tanstack_query_core41.FetchStatus;
37808
37808
  promise: Promise<{
37809
37809
  optionId: bigint;
37810
37810
  marketAddr: Address;
@@ -37888,7 +37888,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
37888
37888
  isRefetching: boolean;
37889
37889
  isStale: boolean;
37890
37890
  isEnabled: boolean;
37891
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
37891
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
37892
37892
  optionId: bigint;
37893
37893
  marketAddr: Address;
37894
37894
  ownerAddr: Address;
@@ -37918,7 +37918,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
37918
37918
  address: string;
37919
37919
  } | null;
37920
37920
  }[], Error>>;
37921
- fetchStatus: _tanstack_query_core119.FetchStatus;
37921
+ fetchStatus: _tanstack_query_core41.FetchStatus;
37922
37922
  promise: Promise<{
37923
37923
  optionId: bigint;
37924
37924
  marketAddr: Address;
@@ -38002,7 +38002,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
38002
38002
  isRefetching: boolean;
38003
38003
  isStale: boolean;
38004
38004
  isEnabled: boolean;
38005
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
38005
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
38006
38006
  optionId: bigint;
38007
38007
  marketAddr: Address;
38008
38008
  ownerAddr: Address;
@@ -38032,7 +38032,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
38032
38032
  address: string;
38033
38033
  } | null;
38034
38034
  }[], Error>>;
38035
- fetchStatus: _tanstack_query_core119.FetchStatus;
38035
+ fetchStatus: _tanstack_query_core41.FetchStatus;
38036
38036
  promise: Promise<{
38037
38037
  optionId: bigint;
38038
38038
  marketAddr: Address;
@@ -38116,7 +38116,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
38116
38116
  isRefetching: boolean;
38117
38117
  isStale: boolean;
38118
38118
  isEnabled: boolean;
38119
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
38119
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
38120
38120
  optionId: bigint;
38121
38121
  marketAddr: Address;
38122
38122
  ownerAddr: Address;
@@ -38146,7 +38146,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
38146
38146
  address: string;
38147
38147
  } | null;
38148
38148
  }[], Error>>;
38149
- fetchStatus: _tanstack_query_core119.FetchStatus;
38149
+ fetchStatus: _tanstack_query_core41.FetchStatus;
38150
38150
  promise: Promise<{
38151
38151
  optionId: bigint;
38152
38152
  marketAddr: Address;
@@ -38231,7 +38231,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
38231
38231
  isRefetching: boolean;
38232
38232
  isStale: boolean;
38233
38233
  isEnabled: boolean;
38234
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
38234
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
38235
38235
  optionId: bigint;
38236
38236
  marketAddr: Address;
38237
38237
  ownerAddr: Address;
@@ -38261,7 +38261,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
38261
38261
  address: string;
38262
38262
  } | null;
38263
38263
  }[], Error>>;
38264
- fetchStatus: _tanstack_query_core119.FetchStatus;
38264
+ fetchStatus: _tanstack_query_core41.FetchStatus;
38265
38265
  promise: Promise<{
38266
38266
  optionId: bigint;
38267
38267
  marketAddr: Address;
@@ -38345,7 +38345,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
38345
38345
  isRefetching: boolean;
38346
38346
  isStale: boolean;
38347
38347
  isEnabled: boolean;
38348
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
38348
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
38349
38349
  optionId: bigint;
38350
38350
  marketAddr: Address;
38351
38351
  ownerAddr: Address;
@@ -38375,7 +38375,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
38375
38375
  address: string;
38376
38376
  } | null;
38377
38377
  }[], Error>>;
38378
- fetchStatus: _tanstack_query_core119.FetchStatus;
38378
+ fetchStatus: _tanstack_query_core41.FetchStatus;
38379
38379
  promise: Promise<{
38380
38380
  optionId: bigint;
38381
38381
  marketAddr: Address;
@@ -38459,7 +38459,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
38459
38459
  isRefetching: boolean;
38460
38460
  isStale: boolean;
38461
38461
  isEnabled: boolean;
38462
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
38462
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
38463
38463
  optionId: bigint;
38464
38464
  marketAddr: Address;
38465
38465
  ownerAddr: Address;
@@ -38489,7 +38489,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
38489
38489
  address: string;
38490
38490
  } | null;
38491
38491
  }[], Error>>;
38492
- fetchStatus: _tanstack_query_core119.FetchStatus;
38492
+ fetchStatus: _tanstack_query_core41.FetchStatus;
38493
38493
  promise: Promise<{
38494
38494
  optionId: bigint;
38495
38495
  marketAddr: Address;
@@ -38573,7 +38573,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
38573
38573
  isRefetching: boolean;
38574
38574
  isStale: boolean;
38575
38575
  isEnabled: boolean;
38576
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
38576
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
38577
38577
  optionId: bigint;
38578
38578
  marketAddr: Address;
38579
38579
  ownerAddr: Address;
@@ -38603,7 +38603,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
38603
38603
  address: string;
38604
38604
  } | null;
38605
38605
  }[], Error>>;
38606
- fetchStatus: _tanstack_query_core119.FetchStatus;
38606
+ fetchStatus: _tanstack_query_core41.FetchStatus;
38607
38607
  promise: Promise<{
38608
38608
  optionId: bigint;
38609
38609
  marketAddr: Address;
@@ -38687,7 +38687,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
38687
38687
  isRefetching: boolean;
38688
38688
  isStale: boolean;
38689
38689
  isEnabled: boolean;
38690
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
38690
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
38691
38691
  optionId: bigint;
38692
38692
  marketAddr: Address;
38693
38693
  ownerAddr: Address;
@@ -38717,7 +38717,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
38717
38717
  address: string;
38718
38718
  } | null;
38719
38719
  }[], Error>>;
38720
- fetchStatus: _tanstack_query_core119.FetchStatus;
38720
+ fetchStatus: _tanstack_query_core41.FetchStatus;
38721
38721
  promise: Promise<{
38722
38722
  optionId: bigint;
38723
38723
  marketAddr: Address;
@@ -38801,7 +38801,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
38801
38801
  isRefetching: boolean;
38802
38802
  isStale: boolean;
38803
38803
  isEnabled: boolean;
38804
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
38804
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
38805
38805
  optionId: bigint;
38806
38806
  marketAddr: Address;
38807
38807
  ownerAddr: Address;
@@ -38831,7 +38831,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
38831
38831
  address: string;
38832
38832
  } | null;
38833
38833
  }[], Error>>;
38834
- fetchStatus: _tanstack_query_core119.FetchStatus;
38834
+ fetchStatus: _tanstack_query_core41.FetchStatus;
38835
38835
  promise: Promise<{
38836
38836
  optionId: bigint;
38837
38837
  marketAddr: Address;
@@ -38916,7 +38916,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
38916
38916
  isRefetching: boolean;
38917
38917
  isStale: boolean;
38918
38918
  isEnabled: boolean;
38919
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
38919
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
38920
38920
  optionId: bigint;
38921
38921
  marketAddr: Address;
38922
38922
  ownerAddr: Address;
@@ -38946,7 +38946,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
38946
38946
  address: string;
38947
38947
  } | null;
38948
38948
  }[], Error>>;
38949
- fetchStatus: _tanstack_query_core119.FetchStatus;
38949
+ fetchStatus: _tanstack_query_core41.FetchStatus;
38950
38950
  promise: Promise<{
38951
38951
  optionId: bigint;
38952
38952
  marketAddr: Address;
@@ -39030,7 +39030,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
39030
39030
  isRefetching: boolean;
39031
39031
  isStale: boolean;
39032
39032
  isEnabled: boolean;
39033
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
39033
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
39034
39034
  optionId: bigint;
39035
39035
  marketAddr: Address;
39036
39036
  ownerAddr: Address;
@@ -39060,7 +39060,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
39060
39060
  address: string;
39061
39061
  } | null;
39062
39062
  }[], Error>>;
39063
- fetchStatus: _tanstack_query_core119.FetchStatus;
39063
+ fetchStatus: _tanstack_query_core41.FetchStatus;
39064
39064
  promise: Promise<{
39065
39065
  optionId: bigint;
39066
39066
  marketAddr: Address;
@@ -39144,7 +39144,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
39144
39144
  isRefetching: boolean;
39145
39145
  isStale: boolean;
39146
39146
  isEnabled: boolean;
39147
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
39147
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
39148
39148
  optionId: bigint;
39149
39149
  marketAddr: Address;
39150
39150
  ownerAddr: Address;
@@ -39174,7 +39174,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
39174
39174
  address: string;
39175
39175
  } | null;
39176
39176
  }[], Error>>;
39177
- fetchStatus: _tanstack_query_core119.FetchStatus;
39177
+ fetchStatus: _tanstack_query_core41.FetchStatus;
39178
39178
  promise: Promise<{
39179
39179
  optionId: bigint;
39180
39180
  marketAddr: Address;
@@ -39258,7 +39258,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
39258
39258
  isRefetching: boolean;
39259
39259
  isStale: boolean;
39260
39260
  isEnabled: boolean;
39261
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
39261
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
39262
39262
  optionId: bigint;
39263
39263
  marketAddr: Address;
39264
39264
  ownerAddr: Address;
@@ -39288,7 +39288,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
39288
39288
  address: string;
39289
39289
  } | null;
39290
39290
  }[], Error>>;
39291
- fetchStatus: _tanstack_query_core119.FetchStatus;
39291
+ fetchStatus: _tanstack_query_core41.FetchStatus;
39292
39292
  promise: Promise<{
39293
39293
  optionId: bigint;
39294
39294
  marketAddr: Address;
@@ -39372,7 +39372,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
39372
39372
  isRefetching: boolean;
39373
39373
  isStale: boolean;
39374
39374
  isEnabled: boolean;
39375
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
39375
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
39376
39376
  optionId: bigint;
39377
39377
  marketAddr: Address;
39378
39378
  ownerAddr: Address;
@@ -39402,7 +39402,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
39402
39402
  address: string;
39403
39403
  } | null;
39404
39404
  }[], Error>>;
39405
- fetchStatus: _tanstack_query_core119.FetchStatus;
39405
+ fetchStatus: _tanstack_query_core41.FetchStatus;
39406
39406
  promise: Promise<{
39407
39407
  optionId: bigint;
39408
39408
  marketAddr: Address;
@@ -39486,7 +39486,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
39486
39486
  isRefetching: boolean;
39487
39487
  isStale: boolean;
39488
39488
  isEnabled: boolean;
39489
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
39489
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
39490
39490
  optionId: bigint;
39491
39491
  marketAddr: Address;
39492
39492
  ownerAddr: Address;
@@ -39516,7 +39516,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
39516
39516
  address: string;
39517
39517
  } | null;
39518
39518
  }[], Error>>;
39519
- fetchStatus: _tanstack_query_core119.FetchStatus;
39519
+ fetchStatus: _tanstack_query_core41.FetchStatus;
39520
39520
  promise: Promise<{
39521
39521
  optionId: bigint;
39522
39522
  marketAddr: Address;
@@ -39660,10 +39660,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
39660
39660
  isRefetching: boolean;
39661
39661
  isStale: boolean;
39662
39662
  isEnabled: boolean;
39663
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<readonly [bigint, bigint], viem0.ReadContractErrorType>>;
39664
- fetchStatus: _tanstack_query_core119.FetchStatus;
39663
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [bigint, bigint], viem0.ReadContractErrorType>>;
39664
+ fetchStatus: _tanstack_query_core41.FetchStatus;
39665
39665
  promise: Promise<readonly [bigint, bigint]>;
39666
- queryKey: _tanstack_query_core119.QueryKey;
39666
+ queryKey: _tanstack_query_core41.QueryKey;
39667
39667
  maxCallSize: Amount | undefined;
39668
39668
  maxPutSize: Amount | undefined;
39669
39669
  } | {
@@ -39689,10 +39689,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
39689
39689
  isRefetching: boolean;
39690
39690
  isStale: boolean;
39691
39691
  isEnabled: boolean;
39692
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<readonly [bigint, bigint], viem0.ReadContractErrorType>>;
39693
- fetchStatus: _tanstack_query_core119.FetchStatus;
39692
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [bigint, bigint], viem0.ReadContractErrorType>>;
39693
+ fetchStatus: _tanstack_query_core41.FetchStatus;
39694
39694
  promise: Promise<readonly [bigint, bigint]>;
39695
- queryKey: _tanstack_query_core119.QueryKey;
39695
+ queryKey: _tanstack_query_core41.QueryKey;
39696
39696
  maxCallSize: Amount | undefined;
39697
39697
  maxPutSize: Amount | undefined;
39698
39698
  } | {
@@ -39718,10 +39718,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
39718
39718
  isRefetching: boolean;
39719
39719
  isStale: boolean;
39720
39720
  isEnabled: boolean;
39721
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<readonly [bigint, bigint], viem0.ReadContractErrorType>>;
39722
- fetchStatus: _tanstack_query_core119.FetchStatus;
39721
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [bigint, bigint], viem0.ReadContractErrorType>>;
39722
+ fetchStatus: _tanstack_query_core41.FetchStatus;
39723
39723
  promise: Promise<readonly [bigint, bigint]>;
39724
- queryKey: _tanstack_query_core119.QueryKey;
39724
+ queryKey: _tanstack_query_core41.QueryKey;
39725
39725
  maxCallSize: Amount | undefined;
39726
39726
  maxPutSize: Amount | undefined;
39727
39727
  } | {
@@ -39747,10 +39747,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
39747
39747
  isRefetching: boolean;
39748
39748
  isStale: boolean;
39749
39749
  isEnabled: boolean;
39750
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<readonly [bigint, bigint], viem0.ReadContractErrorType>>;
39751
- fetchStatus: _tanstack_query_core119.FetchStatus;
39750
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [bigint, bigint], viem0.ReadContractErrorType>>;
39751
+ fetchStatus: _tanstack_query_core41.FetchStatus;
39752
39752
  promise: Promise<readonly [bigint, bigint]>;
39753
- queryKey: _tanstack_query_core119.QueryKey;
39753
+ queryKey: _tanstack_query_core41.QueryKey;
39754
39754
  maxCallSize: Amount | undefined;
39755
39755
  maxPutSize: Amount | undefined;
39756
39756
  } | {
@@ -39776,10 +39776,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
39776
39776
  isRefetching: boolean;
39777
39777
  isStale: boolean;
39778
39778
  isEnabled: boolean;
39779
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<readonly [bigint, bigint], viem0.ReadContractErrorType>>;
39780
- fetchStatus: _tanstack_query_core119.FetchStatus;
39779
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [bigint, bigint], viem0.ReadContractErrorType>>;
39780
+ fetchStatus: _tanstack_query_core41.FetchStatus;
39781
39781
  promise: Promise<readonly [bigint, bigint]>;
39782
- queryKey: _tanstack_query_core119.QueryKey;
39782
+ queryKey: _tanstack_query_core41.QueryKey;
39783
39783
  maxCallSize: Amount | undefined;
39784
39784
  maxPutSize: Amount | undefined;
39785
39785
  } | {
@@ -39805,10 +39805,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
39805
39805
  isRefetching: boolean;
39806
39806
  isStale: boolean;
39807
39807
  isEnabled: boolean;
39808
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<readonly [bigint, bigint], viem0.ReadContractErrorType>>;
39809
- fetchStatus: _tanstack_query_core119.FetchStatus;
39808
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [bigint, bigint], viem0.ReadContractErrorType>>;
39809
+ fetchStatus: _tanstack_query_core41.FetchStatus;
39810
39810
  promise: Promise<readonly [bigint, bigint]>;
39811
- queryKey: _tanstack_query_core119.QueryKey;
39811
+ queryKey: _tanstack_query_core41.QueryKey;
39812
39812
  maxCallSize: Amount | undefined;
39813
39813
  maxPutSize: Amount | undefined;
39814
39814
  };
@@ -39878,7 +39878,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
39878
39878
  isRefetching: boolean;
39879
39879
  isStale: boolean;
39880
39880
  isEnabled: boolean;
39881
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<({
39881
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<({
39882
39882
  type: "mint";
39883
39883
  data: {
39884
39884
  id: string;
@@ -39917,7 +39917,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
39917
39917
  transactionHash: string;
39918
39918
  };
39919
39919
  })[], Error>>;
39920
- fetchStatus: _tanstack_query_core119.FetchStatus;
39920
+ fetchStatus: _tanstack_query_core41.FetchStatus;
39921
39921
  promise: Promise<({
39922
39922
  type: "mint";
39923
39923
  data: {
@@ -40019,7 +40019,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
40019
40019
  isRefetching: boolean;
40020
40020
  isStale: boolean;
40021
40021
  isEnabled: boolean;
40022
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<({
40022
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<({
40023
40023
  type: "mint";
40024
40024
  data: {
40025
40025
  id: string;
@@ -40058,7 +40058,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
40058
40058
  transactionHash: string;
40059
40059
  };
40060
40060
  })[], Error>>;
40061
- fetchStatus: _tanstack_query_core119.FetchStatus;
40061
+ fetchStatus: _tanstack_query_core41.FetchStatus;
40062
40062
  promise: Promise<({
40063
40063
  type: "mint";
40064
40064
  data: {
@@ -40160,7 +40160,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
40160
40160
  isRefetching: boolean;
40161
40161
  isStale: boolean;
40162
40162
  isEnabled: boolean;
40163
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<({
40163
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<({
40164
40164
  type: "mint";
40165
40165
  data: {
40166
40166
  id: string;
@@ -40199,7 +40199,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
40199
40199
  transactionHash: string;
40200
40200
  };
40201
40201
  })[], Error>>;
40202
- fetchStatus: _tanstack_query_core119.FetchStatus;
40202
+ fetchStatus: _tanstack_query_core41.FetchStatus;
40203
40203
  promise: Promise<({
40204
40204
  type: "mint";
40205
40205
  data: {
@@ -40301,7 +40301,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
40301
40301
  isRefetching: boolean;
40302
40302
  isStale: boolean;
40303
40303
  isEnabled: boolean;
40304
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<({
40304
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<({
40305
40305
  type: "mint";
40306
40306
  data: {
40307
40307
  id: string;
@@ -40340,7 +40340,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
40340
40340
  transactionHash: string;
40341
40341
  };
40342
40342
  })[], Error>>;
40343
- fetchStatus: _tanstack_query_core119.FetchStatus;
40343
+ fetchStatus: _tanstack_query_core41.FetchStatus;
40344
40344
  promise: Promise<({
40345
40345
  type: "mint";
40346
40346
  data: {
@@ -40442,7 +40442,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
40442
40442
  isRefetching: boolean;
40443
40443
  isStale: boolean;
40444
40444
  isEnabled: boolean;
40445
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<({
40445
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<({
40446
40446
  type: "mint";
40447
40447
  data: {
40448
40448
  id: string;
@@ -40481,7 +40481,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
40481
40481
  transactionHash: string;
40482
40482
  };
40483
40483
  })[], Error>>;
40484
- fetchStatus: _tanstack_query_core119.FetchStatus;
40484
+ fetchStatus: _tanstack_query_core41.FetchStatus;
40485
40485
  promise: Promise<({
40486
40486
  type: "mint";
40487
40487
  data: {
@@ -40583,7 +40583,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
40583
40583
  isRefetching: boolean;
40584
40584
  isStale: boolean;
40585
40585
  isEnabled: boolean;
40586
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<({
40586
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<({
40587
40587
  type: "mint";
40588
40588
  data: {
40589
40589
  id: string;
@@ -40622,7 +40622,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
40622
40622
  transactionHash: string;
40623
40623
  };
40624
40624
  })[], Error>>;
40625
- fetchStatus: _tanstack_query_core119.FetchStatus;
40625
+ fetchStatus: _tanstack_query_core41.FetchStatus;
40626
40626
  promise: Promise<({
40627
40627
  type: "mint";
40628
40628
  data: {
@@ -40745,7 +40745,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
40745
40745
  isRefetching: boolean;
40746
40746
  isStale: boolean;
40747
40747
  isEnabled: boolean;
40748
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
40748
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
40749
40749
  optionId: bigint;
40750
40750
  id: string;
40751
40751
  ownerAddr: Address;
@@ -40754,7 +40754,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
40754
40754
  expiresAt: number;
40755
40755
  closed: boolean;
40756
40756
  }[] | undefined, Error>>;
40757
- fetchStatus: _tanstack_query_core119.FetchStatus;
40757
+ fetchStatus: _tanstack_query_core41.FetchStatus;
40758
40758
  promise: Promise<{
40759
40759
  optionId: bigint;
40760
40760
  id: string;
@@ -40796,7 +40796,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
40796
40796
  isRefetching: boolean;
40797
40797
  isStale: boolean;
40798
40798
  isEnabled: boolean;
40799
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
40799
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
40800
40800
  optionId: bigint;
40801
40801
  id: string;
40802
40802
  ownerAddr: Address;
@@ -40805,7 +40805,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
40805
40805
  expiresAt: number;
40806
40806
  closed: boolean;
40807
40807
  }[] | undefined, Error>>;
40808
- fetchStatus: _tanstack_query_core119.FetchStatus;
40808
+ fetchStatus: _tanstack_query_core41.FetchStatus;
40809
40809
  promise: Promise<{
40810
40810
  optionId: bigint;
40811
40811
  id: string;
@@ -40847,7 +40847,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
40847
40847
  isRefetching: boolean;
40848
40848
  isStale: boolean;
40849
40849
  isEnabled: boolean;
40850
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
40850
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
40851
40851
  optionId: bigint;
40852
40852
  id: string;
40853
40853
  ownerAddr: Address;
@@ -40856,7 +40856,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
40856
40856
  expiresAt: number;
40857
40857
  closed: boolean;
40858
40858
  }[] | undefined, Error>>;
40859
- fetchStatus: _tanstack_query_core119.FetchStatus;
40859
+ fetchStatus: _tanstack_query_core41.FetchStatus;
40860
40860
  promise: Promise<{
40861
40861
  optionId: bigint;
40862
40862
  id: string;
@@ -40898,7 +40898,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
40898
40898
  isRefetching: boolean;
40899
40899
  isStale: boolean;
40900
40900
  isEnabled: boolean;
40901
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
40901
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
40902
40902
  optionId: bigint;
40903
40903
  id: string;
40904
40904
  ownerAddr: Address;
@@ -40907,7 +40907,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
40907
40907
  expiresAt: number;
40908
40908
  closed: boolean;
40909
40909
  }[] | undefined, Error>>;
40910
- fetchStatus: _tanstack_query_core119.FetchStatus;
40910
+ fetchStatus: _tanstack_query_core41.FetchStatus;
40911
40911
  promise: Promise<{
40912
40912
  optionId: bigint;
40913
40913
  id: string;
@@ -40949,7 +40949,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
40949
40949
  isRefetching: boolean;
40950
40950
  isStale: boolean;
40951
40951
  isEnabled: boolean;
40952
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
40952
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
40953
40953
  optionId: bigint;
40954
40954
  id: string;
40955
40955
  ownerAddr: Address;
@@ -40958,7 +40958,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
40958
40958
  expiresAt: number;
40959
40959
  closed: boolean;
40960
40960
  }[] | undefined, Error>>;
40961
- fetchStatus: _tanstack_query_core119.FetchStatus;
40961
+ fetchStatus: _tanstack_query_core41.FetchStatus;
40962
40962
  promise: Promise<{
40963
40963
  optionId: bigint;
40964
40964
  id: string;
@@ -41000,7 +41000,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
41000
41000
  isRefetching: boolean;
41001
41001
  isStale: boolean;
41002
41002
  isEnabled: boolean;
41003
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
41003
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
41004
41004
  optionId: bigint;
41005
41005
  id: string;
41006
41006
  ownerAddr: Address;
@@ -41009,7 +41009,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
41009
41009
  expiresAt: number;
41010
41010
  closed: boolean;
41011
41011
  }[] | undefined, Error>>;
41012
- fetchStatus: _tanstack_query_core119.FetchStatus;
41012
+ fetchStatus: _tanstack_query_core41.FetchStatus;
41013
41013
  promise: Promise<{
41014
41014
  optionId: bigint;
41015
41015
  id: string;
@@ -41052,7 +41052,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41052
41052
  isRefetching: boolean;
41053
41053
  isStale: boolean;
41054
41054
  isEnabled: boolean;
41055
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
41055
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
41056
41056
  optionId: bigint;
41057
41057
  id: string;
41058
41058
  ownerAddr: Address;
@@ -41061,7 +41061,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41061
41061
  expiresAt: number;
41062
41062
  closed: boolean;
41063
41063
  }[] | undefined, Error>>;
41064
- fetchStatus: _tanstack_query_core119.FetchStatus;
41064
+ fetchStatus: _tanstack_query_core41.FetchStatus;
41065
41065
  promise: Promise<{
41066
41066
  optionId: bigint;
41067
41067
  id: string;
@@ -41103,7 +41103,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41103
41103
  isRefetching: boolean;
41104
41104
  isStale: boolean;
41105
41105
  isEnabled: boolean;
41106
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
41106
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
41107
41107
  optionId: bigint;
41108
41108
  id: string;
41109
41109
  ownerAddr: Address;
@@ -41112,7 +41112,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41112
41112
  expiresAt: number;
41113
41113
  closed: boolean;
41114
41114
  }[] | undefined, Error>>;
41115
- fetchStatus: _tanstack_query_core119.FetchStatus;
41115
+ fetchStatus: _tanstack_query_core41.FetchStatus;
41116
41116
  promise: Promise<{
41117
41117
  optionId: bigint;
41118
41118
  id: string;
@@ -41154,7 +41154,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41154
41154
  isRefetching: boolean;
41155
41155
  isStale: boolean;
41156
41156
  isEnabled: boolean;
41157
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
41157
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
41158
41158
  optionId: bigint;
41159
41159
  id: string;
41160
41160
  ownerAddr: Address;
@@ -41163,7 +41163,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41163
41163
  expiresAt: number;
41164
41164
  closed: boolean;
41165
41165
  }[] | undefined, Error>>;
41166
- fetchStatus: _tanstack_query_core119.FetchStatus;
41166
+ fetchStatus: _tanstack_query_core41.FetchStatus;
41167
41167
  promise: Promise<{
41168
41168
  optionId: bigint;
41169
41169
  id: string;
@@ -41205,7 +41205,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41205
41205
  isRefetching: boolean;
41206
41206
  isStale: boolean;
41207
41207
  isEnabled: boolean;
41208
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
41208
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
41209
41209
  optionId: bigint;
41210
41210
  id: string;
41211
41211
  ownerAddr: Address;
@@ -41214,7 +41214,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41214
41214
  expiresAt: number;
41215
41215
  closed: boolean;
41216
41216
  }[] | undefined, Error>>;
41217
- fetchStatus: _tanstack_query_core119.FetchStatus;
41217
+ fetchStatus: _tanstack_query_core41.FetchStatus;
41218
41218
  promise: Promise<{
41219
41219
  optionId: bigint;
41220
41220
  id: string;
@@ -41256,7 +41256,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41256
41256
  isRefetching: boolean;
41257
41257
  isStale: boolean;
41258
41258
  isEnabled: boolean;
41259
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
41259
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
41260
41260
  optionId: bigint;
41261
41261
  id: string;
41262
41262
  ownerAddr: Address;
@@ -41265,7 +41265,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41265
41265
  expiresAt: number;
41266
41266
  closed: boolean;
41267
41267
  }[] | undefined, Error>>;
41268
- fetchStatus: _tanstack_query_core119.FetchStatus;
41268
+ fetchStatus: _tanstack_query_core41.FetchStatus;
41269
41269
  promise: Promise<{
41270
41270
  optionId: bigint;
41271
41271
  id: string;
@@ -41307,7 +41307,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41307
41307
  isRefetching: boolean;
41308
41308
  isStale: boolean;
41309
41309
  isEnabled: boolean;
41310
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
41310
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
41311
41311
  optionId: bigint;
41312
41312
  id: string;
41313
41313
  ownerAddr: Address;
@@ -41316,7 +41316,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41316
41316
  expiresAt: number;
41317
41317
  closed: boolean;
41318
41318
  }[] | undefined, Error>>;
41319
- fetchStatus: _tanstack_query_core119.FetchStatus;
41319
+ fetchStatus: _tanstack_query_core41.FetchStatus;
41320
41320
  promise: Promise<{
41321
41321
  optionId: bigint;
41322
41322
  id: string;
@@ -41359,7 +41359,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41359
41359
  isRefetching: boolean;
41360
41360
  isStale: boolean;
41361
41361
  isEnabled: boolean;
41362
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
41362
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
41363
41363
  optionId: bigint;
41364
41364
  id: string;
41365
41365
  ownerAddr: Address;
@@ -41368,7 +41368,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41368
41368
  expiresAt: number;
41369
41369
  closed: boolean;
41370
41370
  }[] | undefined, Error>>;
41371
- fetchStatus: _tanstack_query_core119.FetchStatus;
41371
+ fetchStatus: _tanstack_query_core41.FetchStatus;
41372
41372
  promise: Promise<{
41373
41373
  optionId: bigint;
41374
41374
  id: string;
@@ -41410,7 +41410,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41410
41410
  isRefetching: boolean;
41411
41411
  isStale: boolean;
41412
41412
  isEnabled: boolean;
41413
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
41413
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
41414
41414
  optionId: bigint;
41415
41415
  id: string;
41416
41416
  ownerAddr: Address;
@@ -41419,7 +41419,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41419
41419
  expiresAt: number;
41420
41420
  closed: boolean;
41421
41421
  }[] | undefined, Error>>;
41422
- fetchStatus: _tanstack_query_core119.FetchStatus;
41422
+ fetchStatus: _tanstack_query_core41.FetchStatus;
41423
41423
  promise: Promise<{
41424
41424
  optionId: bigint;
41425
41425
  id: string;
@@ -41461,7 +41461,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41461
41461
  isRefetching: boolean;
41462
41462
  isStale: boolean;
41463
41463
  isEnabled: boolean;
41464
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
41464
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
41465
41465
  optionId: bigint;
41466
41466
  id: string;
41467
41467
  ownerAddr: Address;
@@ -41470,7 +41470,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41470
41470
  expiresAt: number;
41471
41471
  closed: boolean;
41472
41472
  }[] | undefined, Error>>;
41473
- fetchStatus: _tanstack_query_core119.FetchStatus;
41473
+ fetchStatus: _tanstack_query_core41.FetchStatus;
41474
41474
  promise: Promise<{
41475
41475
  optionId: bigint;
41476
41476
  id: string;
@@ -41512,7 +41512,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41512
41512
  isRefetching: boolean;
41513
41513
  isStale: boolean;
41514
41514
  isEnabled: boolean;
41515
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
41515
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
41516
41516
  optionId: bigint;
41517
41517
  id: string;
41518
41518
  ownerAddr: Address;
@@ -41521,7 +41521,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41521
41521
  expiresAt: number;
41522
41522
  closed: boolean;
41523
41523
  }[] | undefined, Error>>;
41524
- fetchStatus: _tanstack_query_core119.FetchStatus;
41524
+ fetchStatus: _tanstack_query_core41.FetchStatus;
41525
41525
  promise: Promise<{
41526
41526
  optionId: bigint;
41527
41527
  id: string;
@@ -41563,7 +41563,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41563
41563
  isRefetching: boolean;
41564
41564
  isStale: boolean;
41565
41565
  isEnabled: boolean;
41566
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
41566
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
41567
41567
  optionId: bigint;
41568
41568
  id: string;
41569
41569
  ownerAddr: Address;
@@ -41572,7 +41572,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41572
41572
  expiresAt: number;
41573
41573
  closed: boolean;
41574
41574
  }[] | undefined, Error>>;
41575
- fetchStatus: _tanstack_query_core119.FetchStatus;
41575
+ fetchStatus: _tanstack_query_core41.FetchStatus;
41576
41576
  promise: Promise<{
41577
41577
  optionId: bigint;
41578
41578
  id: string;
@@ -41614,7 +41614,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41614
41614
  isRefetching: boolean;
41615
41615
  isStale: boolean;
41616
41616
  isEnabled: boolean;
41617
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
41617
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
41618
41618
  optionId: bigint;
41619
41619
  id: string;
41620
41620
  ownerAddr: Address;
@@ -41623,7 +41623,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
41623
41623
  expiresAt: number;
41624
41624
  closed: boolean;
41625
41625
  }[] | undefined, Error>>;
41626
- fetchStatus: _tanstack_query_core119.FetchStatus;
41626
+ fetchStatus: _tanstack_query_core41.FetchStatus;
41627
41627
  promise: Promise<{
41628
41628
  optionId: bigint;
41629
41629
  id: string;
@@ -41668,10 +41668,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41668
41668
  isRefetching: boolean;
41669
41669
  isStale: boolean;
41670
41670
  isEnabled: boolean;
41671
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
41672
- fetchStatus: _tanstack_query_core119.FetchStatus;
41671
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
41672
+ fetchStatus: _tanstack_query_core41.FetchStatus;
41673
41673
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
41674
- queryKey: _tanstack_query_core119.QueryKey;
41674
+ queryKey: _tanstack_query_core41.QueryKey;
41675
41675
  data: {
41676
41676
  canExtend: boolean | undefined;
41677
41677
  canExercise: boolean | undefined;
@@ -41703,10 +41703,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41703
41703
  isRefetching: boolean;
41704
41704
  isStale: boolean;
41705
41705
  isEnabled: boolean;
41706
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
41707
- fetchStatus: _tanstack_query_core119.FetchStatus;
41706
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
41707
+ fetchStatus: _tanstack_query_core41.FetchStatus;
41708
41708
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
41709
- queryKey: _tanstack_query_core119.QueryKey;
41709
+ queryKey: _tanstack_query_core41.QueryKey;
41710
41710
  data: {
41711
41711
  canExtend: boolean | undefined;
41712
41712
  canExercise: boolean | undefined;
@@ -41738,10 +41738,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41738
41738
  isRefetching: boolean;
41739
41739
  isStale: boolean;
41740
41740
  isEnabled: boolean;
41741
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
41742
- fetchStatus: _tanstack_query_core119.FetchStatus;
41741
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
41742
+ fetchStatus: _tanstack_query_core41.FetchStatus;
41743
41743
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
41744
- queryKey: _tanstack_query_core119.QueryKey;
41744
+ queryKey: _tanstack_query_core41.QueryKey;
41745
41745
  data: {
41746
41746
  canExtend: boolean | undefined;
41747
41747
  canExercise: boolean | undefined;
@@ -41773,10 +41773,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41773
41773
  isRefetching: boolean;
41774
41774
  isStale: boolean;
41775
41775
  isEnabled: boolean;
41776
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
41777
- fetchStatus: _tanstack_query_core119.FetchStatus;
41776
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
41777
+ fetchStatus: _tanstack_query_core41.FetchStatus;
41778
41778
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
41779
- queryKey: _tanstack_query_core119.QueryKey;
41779
+ queryKey: _tanstack_query_core41.QueryKey;
41780
41780
  data: {
41781
41781
  canExtend: boolean | undefined;
41782
41782
  canExercise: boolean | undefined;
@@ -41808,10 +41808,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41808
41808
  isRefetching: boolean;
41809
41809
  isStale: boolean;
41810
41810
  isEnabled: boolean;
41811
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
41812
- fetchStatus: _tanstack_query_core119.FetchStatus;
41811
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
41812
+ fetchStatus: _tanstack_query_core41.FetchStatus;
41813
41813
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
41814
- queryKey: _tanstack_query_core119.QueryKey;
41814
+ queryKey: _tanstack_query_core41.QueryKey;
41815
41815
  data: {
41816
41816
  canExtend: boolean | undefined;
41817
41817
  canExercise: boolean | undefined;
@@ -41843,10 +41843,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
41843
41843
  isRefetching: boolean;
41844
41844
  isStale: boolean;
41845
41845
  isEnabled: boolean;
41846
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
41847
- fetchStatus: _tanstack_query_core119.FetchStatus;
41846
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
41847
+ fetchStatus: _tanstack_query_core41.FetchStatus;
41848
41848
  promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
41849
- queryKey: _tanstack_query_core119.QueryKey;
41849
+ queryKey: _tanstack_query_core41.QueryKey;
41850
41850
  data: {
41851
41851
  canExtend: boolean | undefined;
41852
41852
  canExercise: boolean | undefined;
@@ -41895,7 +41895,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
41895
41895
  isRefetching: boolean;
41896
41896
  isStale: boolean;
41897
41897
  isEnabled: boolean;
41898
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
41898
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
41899
41899
  spendingApproval: bigint;
41900
41900
  operatorAddr: string;
41901
41901
  __typename: "UserMarketOperator";
@@ -41909,7 +41909,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
41909
41909
  address: string;
41910
41910
  } | null;
41911
41911
  }[] | undefined, Error>>;
41912
- fetchStatus: _tanstack_query_core119.FetchStatus;
41912
+ fetchStatus: _tanstack_query_core41.FetchStatus;
41913
41913
  promise: Promise<{
41914
41914
  spendingApproval: bigint;
41915
41915
  operatorAddr: string;
@@ -41961,7 +41961,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
41961
41961
  isRefetching: boolean;
41962
41962
  isStale: boolean;
41963
41963
  isEnabled: boolean;
41964
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
41964
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
41965
41965
  spendingApproval: bigint;
41966
41966
  operatorAddr: string;
41967
41967
  __typename: "UserMarketOperator";
@@ -41975,7 +41975,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
41975
41975
  address: string;
41976
41976
  } | null;
41977
41977
  }[] | undefined, Error>>;
41978
- fetchStatus: _tanstack_query_core119.FetchStatus;
41978
+ fetchStatus: _tanstack_query_core41.FetchStatus;
41979
41979
  promise: Promise<{
41980
41980
  spendingApproval: bigint;
41981
41981
  operatorAddr: string;
@@ -42027,7 +42027,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
42027
42027
  isRefetching: boolean;
42028
42028
  isStale: boolean;
42029
42029
  isEnabled: boolean;
42030
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
42030
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
42031
42031
  spendingApproval: bigint;
42032
42032
  operatorAddr: string;
42033
42033
  __typename: "UserMarketOperator";
@@ -42041,7 +42041,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
42041
42041
  address: string;
42042
42042
  } | null;
42043
42043
  }[] | undefined, Error>>;
42044
- fetchStatus: _tanstack_query_core119.FetchStatus;
42044
+ fetchStatus: _tanstack_query_core41.FetchStatus;
42045
42045
  promise: Promise<{
42046
42046
  spendingApproval: bigint;
42047
42047
  operatorAddr: string;
@@ -42093,7 +42093,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
42093
42093
  isRefetching: boolean;
42094
42094
  isStale: boolean;
42095
42095
  isEnabled: boolean;
42096
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
42096
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
42097
42097
  spendingApproval: bigint;
42098
42098
  operatorAddr: string;
42099
42099
  __typename: "UserMarketOperator";
@@ -42107,7 +42107,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
42107
42107
  address: string;
42108
42108
  } | null;
42109
42109
  }[] | undefined, Error>>;
42110
- fetchStatus: _tanstack_query_core119.FetchStatus;
42110
+ fetchStatus: _tanstack_query_core41.FetchStatus;
42111
42111
  promise: Promise<{
42112
42112
  spendingApproval: bigint;
42113
42113
  operatorAddr: string;
@@ -42159,7 +42159,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
42159
42159
  isRefetching: boolean;
42160
42160
  isStale: boolean;
42161
42161
  isEnabled: boolean;
42162
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
42162
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
42163
42163
  spendingApproval: bigint;
42164
42164
  operatorAddr: string;
42165
42165
  __typename: "UserMarketOperator";
@@ -42173,7 +42173,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
42173
42173
  address: string;
42174
42174
  } | null;
42175
42175
  }[] | undefined, Error>>;
42176
- fetchStatus: _tanstack_query_core119.FetchStatus;
42176
+ fetchStatus: _tanstack_query_core41.FetchStatus;
42177
42177
  promise: Promise<{
42178
42178
  spendingApproval: bigint;
42179
42179
  operatorAddr: string;
@@ -42225,7 +42225,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
42225
42225
  isRefetching: boolean;
42226
42226
  isStale: boolean;
42227
42227
  isEnabled: boolean;
42228
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
42228
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
42229
42229
  spendingApproval: bigint;
42230
42230
  operatorAddr: string;
42231
42231
  __typename: "UserMarketOperator";
@@ -42239,7 +42239,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
42239
42239
  address: string;
42240
42240
  } | null;
42241
42241
  }[] | undefined, Error>>;
42242
- fetchStatus: _tanstack_query_core119.FetchStatus;
42242
+ fetchStatus: _tanstack_query_core41.FetchStatus;
42243
42243
  promise: Promise<{
42244
42244
  spendingApproval: bigint;
42245
42245
  operatorAddr: string;
@@ -42358,18 +42358,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42358
42358
  isRefetching: boolean;
42359
42359
  isStale: boolean;
42360
42360
  isEnabled: boolean;
42361
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
42361
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
42362
42362
  exact: number;
42363
42363
  rounded: number | undefined;
42364
42364
  sqrtPriceX96: bigint;
42365
42365
  }, viem0.ReadContractErrorType>>;
42366
- fetchStatus: _tanstack_query_core119.FetchStatus;
42366
+ fetchStatus: _tanstack_query_core41.FetchStatus;
42367
42367
  promise: Promise<{
42368
42368
  exact: number;
42369
42369
  rounded: number | undefined;
42370
42370
  sqrtPriceX96: bigint;
42371
42371
  }>;
42372
- queryKey: _tanstack_query_core119.QueryKey;
42372
+ queryKey: _tanstack_query_core41.QueryKey;
42373
42373
  exact: number | undefined;
42374
42374
  rounded: number | undefined;
42375
42375
  sqrtPriceX96: bigint | undefined;
@@ -42396,18 +42396,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42396
42396
  isRefetching: boolean;
42397
42397
  isStale: boolean;
42398
42398
  isEnabled: boolean;
42399
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
42399
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
42400
42400
  exact: number;
42401
42401
  rounded: number | undefined;
42402
42402
  sqrtPriceX96: bigint;
42403
42403
  }, viem0.ReadContractErrorType>>;
42404
- fetchStatus: _tanstack_query_core119.FetchStatus;
42404
+ fetchStatus: _tanstack_query_core41.FetchStatus;
42405
42405
  promise: Promise<{
42406
42406
  exact: number;
42407
42407
  rounded: number | undefined;
42408
42408
  sqrtPriceX96: bigint;
42409
42409
  }>;
42410
- queryKey: _tanstack_query_core119.QueryKey;
42410
+ queryKey: _tanstack_query_core41.QueryKey;
42411
42411
  exact: number | undefined;
42412
42412
  rounded: number | undefined;
42413
42413
  sqrtPriceX96: bigint | undefined;
@@ -42434,18 +42434,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42434
42434
  isRefetching: boolean;
42435
42435
  isStale: boolean;
42436
42436
  isEnabled: boolean;
42437
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
42437
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
42438
42438
  exact: number;
42439
42439
  rounded: number | undefined;
42440
42440
  sqrtPriceX96: bigint;
42441
42441
  }, viem0.ReadContractErrorType>>;
42442
- fetchStatus: _tanstack_query_core119.FetchStatus;
42442
+ fetchStatus: _tanstack_query_core41.FetchStatus;
42443
42443
  promise: Promise<{
42444
42444
  exact: number;
42445
42445
  rounded: number | undefined;
42446
42446
  sqrtPriceX96: bigint;
42447
42447
  }>;
42448
- queryKey: _tanstack_query_core119.QueryKey;
42448
+ queryKey: _tanstack_query_core41.QueryKey;
42449
42449
  exact: number | undefined;
42450
42450
  rounded: number | undefined;
42451
42451
  sqrtPriceX96: bigint | undefined;
@@ -42472,18 +42472,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42472
42472
  isRefetching: boolean;
42473
42473
  isStale: boolean;
42474
42474
  isEnabled: boolean;
42475
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
42475
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
42476
42476
  exact: number;
42477
42477
  rounded: number | undefined;
42478
42478
  sqrtPriceX96: bigint;
42479
42479
  }, viem0.ReadContractErrorType>>;
42480
- fetchStatus: _tanstack_query_core119.FetchStatus;
42480
+ fetchStatus: _tanstack_query_core41.FetchStatus;
42481
42481
  promise: Promise<{
42482
42482
  exact: number;
42483
42483
  rounded: number | undefined;
42484
42484
  sqrtPriceX96: bigint;
42485
42485
  }>;
42486
- queryKey: _tanstack_query_core119.QueryKey;
42486
+ queryKey: _tanstack_query_core41.QueryKey;
42487
42487
  exact: number | undefined;
42488
42488
  rounded: number | undefined;
42489
42489
  sqrtPriceX96: bigint | undefined;
@@ -42510,18 +42510,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42510
42510
  isRefetching: boolean;
42511
42511
  isStale: boolean;
42512
42512
  isEnabled: boolean;
42513
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
42513
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
42514
42514
  exact: number;
42515
42515
  rounded: number | undefined;
42516
42516
  sqrtPriceX96: bigint;
42517
42517
  }, viem0.ReadContractErrorType>>;
42518
- fetchStatus: _tanstack_query_core119.FetchStatus;
42518
+ fetchStatus: _tanstack_query_core41.FetchStatus;
42519
42519
  promise: Promise<{
42520
42520
  exact: number;
42521
42521
  rounded: number | undefined;
42522
42522
  sqrtPriceX96: bigint;
42523
42523
  }>;
42524
- queryKey: _tanstack_query_core119.QueryKey;
42524
+ queryKey: _tanstack_query_core41.QueryKey;
42525
42525
  exact: number | undefined;
42526
42526
  rounded: number | undefined;
42527
42527
  sqrtPriceX96: bigint | undefined;
@@ -42548,18 +42548,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
42548
42548
  isRefetching: boolean;
42549
42549
  isStale: boolean;
42550
42550
  isEnabled: boolean;
42551
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<{
42551
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<{
42552
42552
  exact: number;
42553
42553
  rounded: number | undefined;
42554
42554
  sqrtPriceX96: bigint;
42555
42555
  }, viem0.ReadContractErrorType>>;
42556
- fetchStatus: _tanstack_query_core119.FetchStatus;
42556
+ fetchStatus: _tanstack_query_core41.FetchStatus;
42557
42557
  promise: Promise<{
42558
42558
  exact: number;
42559
42559
  rounded: number | undefined;
42560
42560
  sqrtPriceX96: bigint;
42561
42561
  }>;
42562
- queryKey: _tanstack_query_core119.QueryKey;
42562
+ queryKey: _tanstack_query_core41.QueryKey;
42563
42563
  exact: number | undefined;
42564
42564
  rounded: number | undefined;
42565
42565
  sqrtPriceX96: bigint | undefined;
@@ -42615,7 +42615,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42615
42615
  isRefetching: boolean;
42616
42616
  isStale: boolean;
42617
42617
  isEnabled: boolean;
42618
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<readonly {
42618
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly {
42619
42619
  tickLower: number;
42620
42620
  tickUpper: number;
42621
42621
  prevTickLower: number;
@@ -42626,7 +42626,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42626
42626
  borrowedAmount0: bigint;
42627
42627
  borrowedAmount1: bigint;
42628
42628
  }[], viem0.ReadContractErrorType>>;
42629
- fetchStatus: _tanstack_query_core119.FetchStatus;
42629
+ fetchStatus: _tanstack_query_core41.FetchStatus;
42630
42630
  promise: Promise<readonly {
42631
42631
  tickLower: number;
42632
42632
  tickUpper: number;
@@ -42638,7 +42638,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42638
42638
  borrowedAmount0: bigint;
42639
42639
  borrowedAmount1: bigint;
42640
42640
  }[]>;
42641
- queryKey: _tanstack_query_core119.QueryKey;
42641
+ queryKey: _tanstack_query_core41.QueryKey;
42642
42642
  data: readonly {
42643
42643
  tickLower: number;
42644
42644
  tickUpper: number;
@@ -42673,7 +42673,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42673
42673
  isRefetching: boolean;
42674
42674
  isStale: boolean;
42675
42675
  isEnabled: boolean;
42676
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<readonly {
42676
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly {
42677
42677
  tickLower: number;
42678
42678
  tickUpper: number;
42679
42679
  prevTickLower: number;
@@ -42684,7 +42684,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42684
42684
  borrowedAmount0: bigint;
42685
42685
  borrowedAmount1: bigint;
42686
42686
  }[], viem0.ReadContractErrorType>>;
42687
- fetchStatus: _tanstack_query_core119.FetchStatus;
42687
+ fetchStatus: _tanstack_query_core41.FetchStatus;
42688
42688
  promise: Promise<readonly {
42689
42689
  tickLower: number;
42690
42690
  tickUpper: number;
@@ -42696,7 +42696,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42696
42696
  borrowedAmount0: bigint;
42697
42697
  borrowedAmount1: bigint;
42698
42698
  }[]>;
42699
- queryKey: _tanstack_query_core119.QueryKey;
42699
+ queryKey: _tanstack_query_core41.QueryKey;
42700
42700
  data: readonly {
42701
42701
  tickLower: number;
42702
42702
  tickUpper: number;
@@ -42731,7 +42731,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42731
42731
  isRefetching: boolean;
42732
42732
  isStale: boolean;
42733
42733
  isEnabled: boolean;
42734
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<readonly {
42734
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly {
42735
42735
  tickLower: number;
42736
42736
  tickUpper: number;
42737
42737
  prevTickLower: number;
@@ -42742,7 +42742,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42742
42742
  borrowedAmount0: bigint;
42743
42743
  borrowedAmount1: bigint;
42744
42744
  }[], viem0.ReadContractErrorType>>;
42745
- fetchStatus: _tanstack_query_core119.FetchStatus;
42745
+ fetchStatus: _tanstack_query_core41.FetchStatus;
42746
42746
  promise: Promise<readonly {
42747
42747
  tickLower: number;
42748
42748
  tickUpper: number;
@@ -42754,7 +42754,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42754
42754
  borrowedAmount0: bigint;
42755
42755
  borrowedAmount1: bigint;
42756
42756
  }[]>;
42757
- queryKey: _tanstack_query_core119.QueryKey;
42757
+ queryKey: _tanstack_query_core41.QueryKey;
42758
42758
  data: readonly {
42759
42759
  tickLower: number;
42760
42760
  tickUpper: number;
@@ -42789,7 +42789,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42789
42789
  isRefetching: boolean;
42790
42790
  isStale: boolean;
42791
42791
  isEnabled: boolean;
42792
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<readonly {
42792
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly {
42793
42793
  tickLower: number;
42794
42794
  tickUpper: number;
42795
42795
  prevTickLower: number;
@@ -42800,7 +42800,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42800
42800
  borrowedAmount0: bigint;
42801
42801
  borrowedAmount1: bigint;
42802
42802
  }[], viem0.ReadContractErrorType>>;
42803
- fetchStatus: _tanstack_query_core119.FetchStatus;
42803
+ fetchStatus: _tanstack_query_core41.FetchStatus;
42804
42804
  promise: Promise<readonly {
42805
42805
  tickLower: number;
42806
42806
  tickUpper: number;
@@ -42812,7 +42812,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42812
42812
  borrowedAmount0: bigint;
42813
42813
  borrowedAmount1: bigint;
42814
42814
  }[]>;
42815
- queryKey: _tanstack_query_core119.QueryKey;
42815
+ queryKey: _tanstack_query_core41.QueryKey;
42816
42816
  data: readonly {
42817
42817
  tickLower: number;
42818
42818
  tickUpper: number;
@@ -42847,7 +42847,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42847
42847
  isRefetching: boolean;
42848
42848
  isStale: boolean;
42849
42849
  isEnabled: boolean;
42850
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<readonly {
42850
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly {
42851
42851
  tickLower: number;
42852
42852
  tickUpper: number;
42853
42853
  prevTickLower: number;
@@ -42858,7 +42858,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42858
42858
  borrowedAmount0: bigint;
42859
42859
  borrowedAmount1: bigint;
42860
42860
  }[], viem0.ReadContractErrorType>>;
42861
- fetchStatus: _tanstack_query_core119.FetchStatus;
42861
+ fetchStatus: _tanstack_query_core41.FetchStatus;
42862
42862
  promise: Promise<readonly {
42863
42863
  tickLower: number;
42864
42864
  tickUpper: number;
@@ -42870,7 +42870,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42870
42870
  borrowedAmount0: bigint;
42871
42871
  borrowedAmount1: bigint;
42872
42872
  }[]>;
42873
- queryKey: _tanstack_query_core119.QueryKey;
42873
+ queryKey: _tanstack_query_core41.QueryKey;
42874
42874
  data: readonly {
42875
42875
  tickLower: number;
42876
42876
  tickUpper: number;
@@ -42905,7 +42905,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42905
42905
  isRefetching: boolean;
42906
42906
  isStale: boolean;
42907
42907
  isEnabled: boolean;
42908
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<readonly {
42908
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly {
42909
42909
  tickLower: number;
42910
42910
  tickUpper: number;
42911
42911
  prevTickLower: number;
@@ -42916,7 +42916,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42916
42916
  borrowedAmount0: bigint;
42917
42917
  borrowedAmount1: bigint;
42918
42918
  }[], viem0.ReadContractErrorType>>;
42919
- fetchStatus: _tanstack_query_core119.FetchStatus;
42919
+ fetchStatus: _tanstack_query_core41.FetchStatus;
42920
42920
  promise: Promise<readonly {
42921
42921
  tickLower: number;
42922
42922
  tickUpper: number;
@@ -42928,7 +42928,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
42928
42928
  borrowedAmount0: bigint;
42929
42929
  borrowedAmount1: bigint;
42930
42930
  }[]>;
42931
- queryKey: _tanstack_query_core119.QueryKey;
42931
+ queryKey: _tanstack_query_core41.QueryKey;
42932
42932
  data: readonly {
42933
42933
  tickLower: number;
42934
42934
  tickUpper: number;
@@ -42986,7 +42986,7 @@ declare const useVaultTVL: (vaultAddr?: Address) => {
42986
42986
  borrowed0: Amount;
42987
42987
  borrowed1: Amount;
42988
42988
  blocksCount: bigint;
42989
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem0.ReadContractErrorType>>;
42989
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem0.ReadContractErrorType>>;
42990
42990
  };
42991
42991
  //#endregion
42992
42992
  //#region src/hooks/tokens/useTokenData.d.ts
@@ -43021,10 +43021,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
43021
43021
  isRefetching: boolean;
43022
43022
  isStale: boolean;
43023
43023
  isEnabled: boolean;
43024
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
43025
- fetchStatus: _tanstack_query_core119.FetchStatus;
43024
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
43025
+ fetchStatus: _tanstack_query_core41.FetchStatus;
43026
43026
  promise: Promise<bigint>;
43027
- queryKey: _tanstack_query_core119.QueryKey;
43027
+ queryKey: _tanstack_query_core41.QueryKey;
43028
43028
  data: Amount | undefined;
43029
43029
  } | {
43030
43030
  error: null;
@@ -43049,10 +43049,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
43049
43049
  isRefetching: boolean;
43050
43050
  isStale: boolean;
43051
43051
  isEnabled: boolean;
43052
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
43053
- fetchStatus: _tanstack_query_core119.FetchStatus;
43052
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
43053
+ fetchStatus: _tanstack_query_core41.FetchStatus;
43054
43054
  promise: Promise<bigint>;
43055
- queryKey: _tanstack_query_core119.QueryKey;
43055
+ queryKey: _tanstack_query_core41.QueryKey;
43056
43056
  data: Amount | undefined;
43057
43057
  } | {
43058
43058
  error: viem0.ReadContractErrorType;
@@ -43077,10 +43077,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
43077
43077
  isRefetching: boolean;
43078
43078
  isStale: boolean;
43079
43079
  isEnabled: boolean;
43080
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
43081
- fetchStatus: _tanstack_query_core119.FetchStatus;
43080
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
43081
+ fetchStatus: _tanstack_query_core41.FetchStatus;
43082
43082
  promise: Promise<bigint>;
43083
- queryKey: _tanstack_query_core119.QueryKey;
43083
+ queryKey: _tanstack_query_core41.QueryKey;
43084
43084
  data: Amount | undefined;
43085
43085
  } | {
43086
43086
  error: null;
@@ -43105,10 +43105,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
43105
43105
  isRefetching: boolean;
43106
43106
  isStale: boolean;
43107
43107
  isEnabled: boolean;
43108
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
43109
- fetchStatus: _tanstack_query_core119.FetchStatus;
43108
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
43109
+ fetchStatus: _tanstack_query_core41.FetchStatus;
43110
43110
  promise: Promise<bigint>;
43111
- queryKey: _tanstack_query_core119.QueryKey;
43111
+ queryKey: _tanstack_query_core41.QueryKey;
43112
43112
  data: Amount | undefined;
43113
43113
  } | {
43114
43114
  error: null;
@@ -43133,10 +43133,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
43133
43133
  isRefetching: boolean;
43134
43134
  isStale: boolean;
43135
43135
  isEnabled: boolean;
43136
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
43137
- fetchStatus: _tanstack_query_core119.FetchStatus;
43136
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
43137
+ fetchStatus: _tanstack_query_core41.FetchStatus;
43138
43138
  promise: Promise<bigint>;
43139
- queryKey: _tanstack_query_core119.QueryKey;
43139
+ queryKey: _tanstack_query_core41.QueryKey;
43140
43140
  data: Amount | undefined;
43141
43141
  } | {
43142
43142
  isError: false;
@@ -43161,10 +43161,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
43161
43161
  isRefetching: boolean;
43162
43162
  isStale: boolean;
43163
43163
  isEnabled: boolean;
43164
- refetch: (options?: _tanstack_query_core119.RefetchOptions) => Promise<_tanstack_query_core119.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
43165
- fetchStatus: _tanstack_query_core119.FetchStatus;
43164
+ refetch: (options?: _tanstack_query_core41.RefetchOptions) => Promise<_tanstack_query_core41.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
43165
+ fetchStatus: _tanstack_query_core41.FetchStatus;
43166
43166
  promise: Promise<bigint>;
43167
- queryKey: _tanstack_query_core119.QueryKey;
43167
+ queryKey: _tanstack_query_core41.QueryKey;
43168
43168
  data: Amount | undefined;
43169
43169
  };
43170
43170
  //#endregion
@@ -74653,4 +74653,4 @@ declare const useLens: () => {
74653
74653
  };
74654
74654
  //#endregion
74655
74655
  export { ExerciseOptionEvent as $, getTickAtPrice as A, TimelockProvider as At, PriceDataPoint as B, getTimelockMarket as Bt, getPayoutAtTick as C, zero as Ct, getPriceAtSqrtPriceX96 as D, OptionData as Dt, getNearestValidStrikeTick as E, useExerciseOption as Et, token0ToToken1 as F, TimelockMarketData as Ft, useUserOperators as G, getCurrentPrice as H, swappers as Ht, token0ToToken1AtTick as I, UniswapMathLens as It, useClosedUserPerps as J, useOperatorPerms as K, token1ToToken0 as L, getErc20 as Lt, liquiditiesToAmount1 as M, useTimelockConfig as Mt, liquiditiesToAmounts as N, TimelockLens as Nt, getPriceAtTick as O, useActiveUserOptions as Ot, roundTick as P, TimelockMarket as Pt, useMintPerp as Q, token1ToToken0AtTick as R, getStateView as Rt, getPayoutAtPrice as S, wrapPriceUnscaled as St, getAmountsFromLiquidity as T, useMarketData as Tt, getPriceHistory as U, timelockLenses as Ut, PriceResolution as V, stateViews as Vt, useSetOperatorPerms as W, usePerpsOperator as X, useUserPerps as Y, useClosePerp as Z, useCurrentTick as _, unscaleAmount as _t, useTokenData as a, useOptionPremium as at, usePoolData as b, wrapAmountUnscaled as bt, batchGetAmountsFromLiquidity as c, useMaxPositionSize as ct, useLiquidityBlocks as d, formatAmount as dt, ExtendEvent as et, useBurnLiquidity as f, formatCondensed as ft, usePriceSqrtPriceX96 as g, scalePrice as gt, usePriceAtTick as h, scaleAmount as ht, TokenData as i, useExtendOption as it, liquiditiesToAmount0 as j, useCurrentMarket as jt, getSqrtPriceX96AtPrice as k, useClosedUserOptions as kt, useMintLiquidity as l, Amount as lt, usePriceHistory as m, formatVagueAmount as mt, useApproval as n, OptionEvent as nt, useVaultTVL as o, useOptionPnl as ot, useMarketPriceHistory as p, formatUSD as pt, useActiveUserPerps as q, useTokenBalance as r, useOptionTimeline as rt, useVaultData as s, useMintOption as st, useLens as t, MintOptionEvent as tt, LiquidityBlockData as u, EMPTY_ARRAY as ut, PoolKey as v, unscalePrice as vt, PRICE_PRECISION as w, useMarketVolume as wt, useCurrentPrice as x, wrapPrice as xt, UniswapPoolData as y, wrapAmount as yt, PriceData as z, getTimelockLens as zt };
74656
- //# sourceMappingURL=client-Dsczyw8I.d.ts.map
74656
+ //# sourceMappingURL=client-D1p2JAlj.d.ts.map