timelock-sdk 0.0.179 → 0.0.180
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{client-CMpyJqb-.d.ts → client-B6hDR8n7.d.ts} +667 -667
- package/dist/{client-8sps6WQZ.d.cts → client-FUJWpXde.d.cts} +90 -90
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.cts +1 -1
- package/dist/client.d.ts +1 -1
- package/dist/client.js.map +1 -1
- package/dist/package.d.cts +1 -1
- package/dist/package.d.ts +1 -1
- package/package.json +1 -1
|
@@ -49369,7 +49369,7 @@ declare const useMintOption: (marketAddr: Address | undefined) => _tanstack_reac
|
|
|
49369
49369
|
}, unknown>;
|
|
49370
49370
|
//#endregion
|
|
49371
49371
|
//#region src/hooks/options/useUserOptions.d.ts
|
|
49372
|
-
type OptionData = ReturnType<typeof useUserOptions>['data'][
|
|
49372
|
+
type OptionData = NonUndefinedGuard<ReturnType<typeof useUserOptions>['data']>[number];
|
|
49373
49373
|
declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Address | "*" | undefined, active?: boolean) => _tanstack_react_query0.UseQueryResult<{
|
|
49374
49374
|
optionId: bigint;
|
|
49375
49375
|
marketAddr: Address;
|
|
@@ -52350,16 +52350,16 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52350
52350
|
data: undefined;
|
|
52351
52351
|
error: null;
|
|
52352
52352
|
status: "idle";
|
|
52353
|
-
variables: undefined;
|
|
52354
52353
|
isError: false;
|
|
52355
|
-
isIdle: true;
|
|
52356
52354
|
isPending: false;
|
|
52357
52355
|
isSuccess: false;
|
|
52358
|
-
reset: () => void;
|
|
52359
|
-
context: unknown;
|
|
52360
52356
|
failureCount: number;
|
|
52361
52357
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
52362
52358
|
isPaused: boolean;
|
|
52359
|
+
variables: undefined;
|
|
52360
|
+
isIdle: true;
|
|
52361
|
+
reset: () => void;
|
|
52362
|
+
context: unknown;
|
|
52363
52363
|
submittedAt: number;
|
|
52364
52364
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52365
52365
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
@@ -52367,6 +52367,12 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52367
52367
|
data: undefined;
|
|
52368
52368
|
error: null;
|
|
52369
52369
|
status: "pending";
|
|
52370
|
+
isError: false;
|
|
52371
|
+
isPending: true;
|
|
52372
|
+
isSuccess: false;
|
|
52373
|
+
failureCount: number;
|
|
52374
|
+
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
52375
|
+
isPaused: boolean;
|
|
52370
52376
|
variables: {
|
|
52371
52377
|
abi: abitype0.Abi;
|
|
52372
52378
|
functionName: string;
|
|
@@ -52512,15 +52518,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52512
52518
|
chainId?: number | undefined;
|
|
52513
52519
|
connector?: wagmi0.Connector | undefined;
|
|
52514
52520
|
};
|
|
52515
|
-
isError: false;
|
|
52516
52521
|
isIdle: false;
|
|
52517
|
-
isPending: true;
|
|
52518
|
-
isSuccess: false;
|
|
52519
52522
|
reset: () => void;
|
|
52520
52523
|
context: unknown;
|
|
52521
|
-
failureCount: number;
|
|
52522
|
-
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
52523
|
-
isPaused: boolean;
|
|
52524
52524
|
submittedAt: number;
|
|
52525
52525
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52526
52526
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
@@ -52528,6 +52528,12 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52528
52528
|
data: undefined;
|
|
52529
52529
|
error: _wagmi_core0.WriteContractErrorType;
|
|
52530
52530
|
status: "error";
|
|
52531
|
+
isError: true;
|
|
52532
|
+
isPending: false;
|
|
52533
|
+
isSuccess: false;
|
|
52534
|
+
failureCount: number;
|
|
52535
|
+
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
52536
|
+
isPaused: boolean;
|
|
52531
52537
|
variables: {
|
|
52532
52538
|
abi: abitype0.Abi;
|
|
52533
52539
|
functionName: string;
|
|
@@ -52673,15 +52679,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52673
52679
|
chainId?: number | undefined;
|
|
52674
52680
|
connector?: wagmi0.Connector | undefined;
|
|
52675
52681
|
};
|
|
52676
|
-
isError: true;
|
|
52677
52682
|
isIdle: false;
|
|
52678
|
-
isPending: false;
|
|
52679
|
-
isSuccess: false;
|
|
52680
52683
|
reset: () => void;
|
|
52681
52684
|
context: unknown;
|
|
52682
|
-
failureCount: number;
|
|
52683
|
-
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
52684
|
-
isPaused: boolean;
|
|
52685
52685
|
submittedAt: number;
|
|
52686
52686
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52687
52687
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
@@ -52689,6 +52689,12 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52689
52689
|
data: `0x${string}`;
|
|
52690
52690
|
error: null;
|
|
52691
52691
|
status: "success";
|
|
52692
|
+
isError: false;
|
|
52693
|
+
isPending: false;
|
|
52694
|
+
isSuccess: true;
|
|
52695
|
+
failureCount: number;
|
|
52696
|
+
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
52697
|
+
isPaused: boolean;
|
|
52692
52698
|
variables: {
|
|
52693
52699
|
abi: abitype0.Abi;
|
|
52694
52700
|
functionName: string;
|
|
@@ -52834,15 +52840,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52834
52840
|
chainId?: number | undefined;
|
|
52835
52841
|
connector?: wagmi0.Connector | undefined;
|
|
52836
52842
|
};
|
|
52837
|
-
isError: false;
|
|
52838
52843
|
isIdle: false;
|
|
52839
|
-
isPending: false;
|
|
52840
|
-
isSuccess: true;
|
|
52841
52844
|
reset: () => void;
|
|
52842
52845
|
context: unknown;
|
|
52843
|
-
failureCount: number;
|
|
52844
|
-
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
52845
|
-
isPaused: boolean;
|
|
52846
52846
|
submittedAt: number;
|
|
52847
52847
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52848
52848
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
@@ -52853,16 +52853,16 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
52853
52853
|
data: undefined;
|
|
52854
52854
|
error: null;
|
|
52855
52855
|
status: "idle";
|
|
52856
|
-
variables: undefined;
|
|
52857
52856
|
isError: false;
|
|
52858
|
-
isIdle: true;
|
|
52859
52857
|
isPending: false;
|
|
52860
52858
|
isSuccess: false;
|
|
52861
|
-
reset: () => void;
|
|
52862
|
-
context: unknown;
|
|
52863
52859
|
failureCount: number;
|
|
52864
52860
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
52865
52861
|
isPaused: boolean;
|
|
52862
|
+
variables: undefined;
|
|
52863
|
+
isIdle: true;
|
|
52864
|
+
reset: () => void;
|
|
52865
|
+
context: unknown;
|
|
52866
52866
|
submittedAt: number;
|
|
52867
52867
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52868
52868
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
@@ -52870,6 +52870,12 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
52870
52870
|
data: undefined;
|
|
52871
52871
|
error: null;
|
|
52872
52872
|
status: "pending";
|
|
52873
|
+
isError: false;
|
|
52874
|
+
isPending: true;
|
|
52875
|
+
isSuccess: false;
|
|
52876
|
+
failureCount: number;
|
|
52877
|
+
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
52878
|
+
isPaused: boolean;
|
|
52873
52879
|
variables: {
|
|
52874
52880
|
abi: abitype0.Abi;
|
|
52875
52881
|
functionName: string;
|
|
@@ -53015,15 +53021,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53015
53021
|
chainId?: number | undefined;
|
|
53016
53022
|
connector?: wagmi0.Connector | undefined;
|
|
53017
53023
|
};
|
|
53018
|
-
isError: false;
|
|
53019
53024
|
isIdle: false;
|
|
53020
|
-
isPending: true;
|
|
53021
|
-
isSuccess: false;
|
|
53022
53025
|
reset: () => void;
|
|
53023
53026
|
context: unknown;
|
|
53024
|
-
failureCount: number;
|
|
53025
|
-
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53026
|
-
isPaused: boolean;
|
|
53027
53027
|
submittedAt: number;
|
|
53028
53028
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53029
53029
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
@@ -53031,6 +53031,12 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53031
53031
|
data: undefined;
|
|
53032
53032
|
error: _wagmi_core0.WriteContractErrorType;
|
|
53033
53033
|
status: "error";
|
|
53034
|
+
isError: true;
|
|
53035
|
+
isPending: false;
|
|
53036
|
+
isSuccess: false;
|
|
53037
|
+
failureCount: number;
|
|
53038
|
+
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53039
|
+
isPaused: boolean;
|
|
53034
53040
|
variables: {
|
|
53035
53041
|
abi: abitype0.Abi;
|
|
53036
53042
|
functionName: string;
|
|
@@ -53176,15 +53182,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53176
53182
|
chainId?: number | undefined;
|
|
53177
53183
|
connector?: wagmi0.Connector | undefined;
|
|
53178
53184
|
};
|
|
53179
|
-
isError: true;
|
|
53180
53185
|
isIdle: false;
|
|
53181
|
-
isPending: false;
|
|
53182
|
-
isSuccess: false;
|
|
53183
53186
|
reset: () => void;
|
|
53184
53187
|
context: unknown;
|
|
53185
|
-
failureCount: number;
|
|
53186
|
-
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53187
|
-
isPaused: boolean;
|
|
53188
53188
|
submittedAt: number;
|
|
53189
53189
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53190
53190
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
@@ -53192,6 +53192,12 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53192
53192
|
data: `0x${string}`;
|
|
53193
53193
|
error: null;
|
|
53194
53194
|
status: "success";
|
|
53195
|
+
isError: false;
|
|
53196
|
+
isPending: false;
|
|
53197
|
+
isSuccess: true;
|
|
53198
|
+
failureCount: number;
|
|
53199
|
+
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53200
|
+
isPaused: boolean;
|
|
53195
53201
|
variables: {
|
|
53196
53202
|
abi: abitype0.Abi;
|
|
53197
53203
|
functionName: string;
|
|
@@ -53337,15 +53343,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53337
53343
|
chainId?: number | undefined;
|
|
53338
53344
|
connector?: wagmi0.Connector | undefined;
|
|
53339
53345
|
};
|
|
53340
|
-
isError: false;
|
|
53341
53346
|
isIdle: false;
|
|
53342
|
-
isPending: false;
|
|
53343
|
-
isSuccess: true;
|
|
53344
53347
|
reset: () => void;
|
|
53345
53348
|
context: unknown;
|
|
53346
|
-
failureCount: number;
|
|
53347
|
-
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53348
|
-
isPaused: boolean;
|
|
53349
53349
|
submittedAt: number;
|
|
53350
53350
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53351
53351
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
@@ -53365,16 +53365,16 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53365
53365
|
data: undefined;
|
|
53366
53366
|
error: null;
|
|
53367
53367
|
status: "idle";
|
|
53368
|
-
variables: undefined;
|
|
53369
53368
|
isError: false;
|
|
53370
|
-
isIdle: true;
|
|
53371
53369
|
isPending: false;
|
|
53372
53370
|
isSuccess: false;
|
|
53373
|
-
reset: () => void;
|
|
53374
|
-
context: unknown;
|
|
53375
53371
|
failureCount: number;
|
|
53376
53372
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53377
53373
|
isPaused: boolean;
|
|
53374
|
+
variables: undefined;
|
|
53375
|
+
isIdle: true;
|
|
53376
|
+
reset: () => void;
|
|
53377
|
+
context: unknown;
|
|
53378
53378
|
submittedAt: number;
|
|
53379
53379
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53380
53380
|
updateMarketFees: (rates: {
|
|
@@ -53392,6 +53392,12 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53392
53392
|
data: undefined;
|
|
53393
53393
|
error: null;
|
|
53394
53394
|
status: "pending";
|
|
53395
|
+
isError: false;
|
|
53396
|
+
isPending: true;
|
|
53397
|
+
isSuccess: false;
|
|
53398
|
+
failureCount: number;
|
|
53399
|
+
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53400
|
+
isPaused: boolean;
|
|
53395
53401
|
variables: {
|
|
53396
53402
|
abi: abitype0.Abi;
|
|
53397
53403
|
functionName: string;
|
|
@@ -53537,15 +53543,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53537
53543
|
chainId?: number | undefined;
|
|
53538
53544
|
connector?: wagmi0.Connector | undefined;
|
|
53539
53545
|
};
|
|
53540
|
-
isError: false;
|
|
53541
53546
|
isIdle: false;
|
|
53542
|
-
isPending: true;
|
|
53543
|
-
isSuccess: false;
|
|
53544
53547
|
reset: () => void;
|
|
53545
53548
|
context: unknown;
|
|
53546
|
-
failureCount: number;
|
|
53547
|
-
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53548
|
-
isPaused: boolean;
|
|
53549
53549
|
submittedAt: number;
|
|
53550
53550
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53551
53551
|
updateMarketFees: (rates: {
|
|
@@ -53563,6 +53563,12 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53563
53563
|
data: undefined;
|
|
53564
53564
|
error: _wagmi_core0.WriteContractErrorType;
|
|
53565
53565
|
status: "error";
|
|
53566
|
+
isError: true;
|
|
53567
|
+
isPending: false;
|
|
53568
|
+
isSuccess: false;
|
|
53569
|
+
failureCount: number;
|
|
53570
|
+
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53571
|
+
isPaused: boolean;
|
|
53566
53572
|
variables: {
|
|
53567
53573
|
abi: abitype0.Abi;
|
|
53568
53574
|
functionName: string;
|
|
@@ -53708,15 +53714,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53708
53714
|
chainId?: number | undefined;
|
|
53709
53715
|
connector?: wagmi0.Connector | undefined;
|
|
53710
53716
|
};
|
|
53711
|
-
isError: true;
|
|
53712
53717
|
isIdle: false;
|
|
53713
|
-
isPending: false;
|
|
53714
|
-
isSuccess: false;
|
|
53715
53718
|
reset: () => void;
|
|
53716
53719
|
context: unknown;
|
|
53717
|
-
failureCount: number;
|
|
53718
|
-
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53719
|
-
isPaused: boolean;
|
|
53720
53720
|
submittedAt: number;
|
|
53721
53721
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53722
53722
|
updateMarketFees: (rates: {
|
|
@@ -53734,6 +53734,12 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53734
53734
|
data: `0x${string}`;
|
|
53735
53735
|
error: null;
|
|
53736
53736
|
status: "success";
|
|
53737
|
+
isError: false;
|
|
53738
|
+
isPending: false;
|
|
53739
|
+
isSuccess: true;
|
|
53740
|
+
failureCount: number;
|
|
53741
|
+
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53742
|
+
isPaused: boolean;
|
|
53737
53743
|
variables: {
|
|
53738
53744
|
abi: abitype0.Abi;
|
|
53739
53745
|
functionName: string;
|
|
@@ -53879,15 +53885,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53879
53885
|
chainId?: number | undefined;
|
|
53880
53886
|
connector?: wagmi0.Connector | undefined;
|
|
53881
53887
|
};
|
|
53882
|
-
isError: false;
|
|
53883
53888
|
isIdle: false;
|
|
53884
|
-
isPending: false;
|
|
53885
|
-
isSuccess: true;
|
|
53886
53889
|
reset: () => void;
|
|
53887
53890
|
context: unknown;
|
|
53888
|
-
failureCount: number;
|
|
53889
|
-
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53890
|
-
isPaused: boolean;
|
|
53891
53891
|
submittedAt: number;
|
|
53892
53892
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53893
53893
|
updateMarketFees: (rates: {
|
|
@@ -54878,16 +54878,16 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
54878
54878
|
data: undefined;
|
|
54879
54879
|
error: null;
|
|
54880
54880
|
status: "idle";
|
|
54881
|
-
variables: undefined;
|
|
54882
54881
|
isError: false;
|
|
54883
|
-
isIdle: true;
|
|
54884
54882
|
isPending: false;
|
|
54885
54883
|
isSuccess: false;
|
|
54886
|
-
reset: () => void;
|
|
54887
|
-
context: unknown;
|
|
54888
54884
|
failureCount: number;
|
|
54889
54885
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
54890
54886
|
isPaused: boolean;
|
|
54887
|
+
variables: undefined;
|
|
54888
|
+
isIdle: true;
|
|
54889
|
+
reset: () => void;
|
|
54890
|
+
context: unknown;
|
|
54891
54891
|
submittedAt: number;
|
|
54892
54892
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
54893
54893
|
updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
|
|
@@ -54903,6 +54903,12 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
54903
54903
|
data: undefined;
|
|
54904
54904
|
error: null;
|
|
54905
54905
|
status: "pending";
|
|
54906
|
+
isError: false;
|
|
54907
|
+
isPending: true;
|
|
54908
|
+
isSuccess: false;
|
|
54909
|
+
failureCount: number;
|
|
54910
|
+
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
54911
|
+
isPaused: boolean;
|
|
54906
54912
|
variables: {
|
|
54907
54913
|
abi: abitype0.Abi;
|
|
54908
54914
|
functionName: string;
|
|
@@ -55048,15 +55054,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55048
55054
|
chainId?: number | undefined;
|
|
55049
55055
|
connector?: wagmi0.Connector | undefined;
|
|
55050
55056
|
};
|
|
55051
|
-
isError: false;
|
|
55052
55057
|
isIdle: false;
|
|
55053
|
-
isPending: true;
|
|
55054
|
-
isSuccess: false;
|
|
55055
55058
|
reset: () => void;
|
|
55056
55059
|
context: unknown;
|
|
55057
|
-
failureCount: number;
|
|
55058
|
-
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55059
|
-
isPaused: boolean;
|
|
55060
55060
|
submittedAt: number;
|
|
55061
55061
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55062
55062
|
updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
|
|
@@ -55072,6 +55072,12 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55072
55072
|
data: undefined;
|
|
55073
55073
|
error: _wagmi_core0.WriteContractErrorType;
|
|
55074
55074
|
status: "error";
|
|
55075
|
+
isError: true;
|
|
55076
|
+
isPending: false;
|
|
55077
|
+
isSuccess: false;
|
|
55078
|
+
failureCount: number;
|
|
55079
|
+
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55080
|
+
isPaused: boolean;
|
|
55075
55081
|
variables: {
|
|
55076
55082
|
abi: abitype0.Abi;
|
|
55077
55083
|
functionName: string;
|
|
@@ -55217,15 +55223,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55217
55223
|
chainId?: number | undefined;
|
|
55218
55224
|
connector?: wagmi0.Connector | undefined;
|
|
55219
55225
|
};
|
|
55220
|
-
isError: true;
|
|
55221
55226
|
isIdle: false;
|
|
55222
|
-
isPending: false;
|
|
55223
|
-
isSuccess: false;
|
|
55224
55227
|
reset: () => void;
|
|
55225
55228
|
context: unknown;
|
|
55226
|
-
failureCount: number;
|
|
55227
|
-
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55228
|
-
isPaused: boolean;
|
|
55229
55229
|
submittedAt: number;
|
|
55230
55230
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55231
55231
|
updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
|
|
@@ -55241,6 +55241,12 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55241
55241
|
data: `0x${string}`;
|
|
55242
55242
|
error: null;
|
|
55243
55243
|
status: "success";
|
|
55244
|
+
isError: false;
|
|
55245
|
+
isPending: false;
|
|
55246
|
+
isSuccess: true;
|
|
55247
|
+
failureCount: number;
|
|
55248
|
+
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55249
|
+
isPaused: boolean;
|
|
55244
55250
|
variables: {
|
|
55245
55251
|
abi: abitype0.Abi;
|
|
55246
55252
|
functionName: string;
|
|
@@ -55386,15 +55392,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55386
55392
|
chainId?: number | undefined;
|
|
55387
55393
|
connector?: wagmi0.Connector | undefined;
|
|
55388
55394
|
};
|
|
55389
|
-
isError: false;
|
|
55390
55395
|
isIdle: false;
|
|
55391
|
-
isPending: false;
|
|
55392
|
-
isSuccess: true;
|
|
55393
55396
|
reset: () => void;
|
|
55394
55397
|
context: unknown;
|
|
55395
|
-
failureCount: number;
|
|
55396
|
-
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55397
|
-
isPaused: boolean;
|
|
55398
55398
|
submittedAt: number;
|
|
55399
55399
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55400
55400
|
updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
|
|
@@ -97537,4 +97537,4 @@ declare const useLens: () => {
|
|
|
97537
97537
|
};
|
|
97538
97538
|
//#endregion
|
|
97539
97539
|
export { PriceResolution as $, swapRouters as $t, useCurrentPrice as A, scaleAmount as At, getPriceAtTick as B, useMarketState as Bt, useLiquidityBlocks as C, useMintOption as Ct, usePriceAtSqrtPriceX96 as D, formatCondensed as Dt, usePriceHistory as E, formatAmount as Et, getPayoutAtTick as F, wrapAmountUnscaled as Ft, liquiditiesToAmounts as G, TimelockLens as Gt, getTickAtPrice as H, TimelockProvider as Ht, PRICE_PRECISION as I, wrapPrice as It, token0ToToken1AtTick as J, getErc20 as Jt, roundTick as K, TimelockMarket as Kt, getAmountsFromLiquidity as L, wrapPriceUnscaled as Lt, UniswapPoolData as M, unscaleAmount as Mt, usePoolData as N, unscalePrice as Nt, usePriceAtTick as O, formatUSD as Ot, getPayoutAtPrice as P, wrapAmount as Pt, PriceDataPoint as Q, stateViews as Qt, getNearestValidStrikeTick as R, zero as Rt, LiquidityBlockData as S, useClosedUserOptions as St, useMarketPriceHistory as T, Amount as Tt, liquiditiesToAmount0 as U, useCurrentMarket as Ut, getSqrtPriceX96AtPrice as V, useMarketData as Vt, liquiditiesToAmount1 as W, useTimelockConfig as Wt, token1ToToken0AtTick as X, getTimelockLens as Xt, token1ToToken0 as Y, getStateView as Yt, PriceData as Z, getTimelockMarket as Zt, useTokenData as _, useOptionPremium as _t, OptionPricingParams as a, useActiveUserPerps as at, batchGetAmountsFromLiquidity as b, OptionData as bt, usePricingParams as c, usePerpsOperator as ct, usePauseMarketTrading as d, ExerciseOptionEvent as dt, swappers 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, scalePrice as jt, useCurrentTick as k, formatVagueAmount as kt, useUpdateMarketFees as l, useClosePerp as lt, useApproval as m, OptionEvent as mt, useUpdateMarketPricing as n, timelockLenses as nn, useSetOperatorPerms as nt, PricingParams as o, useClosedUserPerps as ot, useGuardianGlobalState as p, MintOptionEvent as pt, token0ToToken1 as q, TimelockMarketData as qt, useStaticPricingParams as r, useUserOperators as rt, StaticPricingParams as s, useUserPerps as st, useLens as t, timelockFactories 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, useMarketVolume as zt };
|
|
97540
|
-
//# sourceMappingURL=client-
|
|
97540
|
+
//# sourceMappingURL=client-FUJWpXde.d.cts.map
|