@mimicprotocol/sdk 0.0.1-rc.35 → 0.0.1-rc.37
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/axia/ProposalSigner.d.ts +24 -0
- package/dist/axia/ProposalSigner.d.ts.map +1 -0
- package/dist/axia/ProposalSigner.js +39 -0
- package/dist/axia/ProposalSigner.js.map +1 -0
- package/dist/axia/index.d.ts +1 -0
- package/dist/axia/index.d.ts.map +1 -1
- package/dist/axia/index.js +1 -0
- package/dist/axia/index.js.map +1 -1
- package/dist/axia/validators.d.ts +320 -320
- package/dist/axia/validators.d.ts.map +1 -1
- package/dist/axia/validators.js +15 -16
- package/dist/axia/validators.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/oracle/validators.d.ts +74 -74
- package/dist/registry/constants.d.ts +2 -0
- package/dist/registry/constants.d.ts.map +1 -0
- package/dist/registry/constants.js +5 -0
- package/dist/registry/constants.js.map +1 -0
- package/dist/registry/index.d.ts +1 -0
- package/dist/registry/index.d.ts.map +1 -1
- package/dist/registry/index.js +1 -0
- package/dist/registry/index.js.map +1 -1
- package/dist/registry/validators.d.ts +126 -126
- package/dist/registry/validators.d.ts.map +1 -1
- package/dist/registry/validators.js +14 -14
- package/dist/registry/validators.js.map +1 -1
- package/dist/relayer/validators.d.ts +162 -162
- package/dist/runner/validators.d.ts +90 -90
- package/dist/settler/index.d.ts +2 -0
- package/dist/settler/index.d.ts.map +1 -0
- package/dist/settler/index.js +18 -0
- package/dist/settler/index.js.map +1 -0
- package/dist/settler/svm/Controller.d.ts +22 -0
- package/dist/settler/svm/Controller.d.ts.map +1 -0
- package/dist/settler/svm/Controller.js +114 -0
- package/dist/settler/svm/Controller.js.map +1 -0
- package/dist/settler/svm/Settler.d.ts +41 -0
- package/dist/settler/svm/Settler.d.ts.map +1 -0
- package/dist/settler/svm/Settler.js +272 -0
- package/dist/settler/svm/Settler.js.map +1 -0
- package/dist/settler/svm/idls/controller.json +461 -0
- package/dist/settler/svm/idls/settler.json +1553 -0
- package/dist/settler/svm/idls/types/controller.d.ts +310 -0
- package/dist/settler/svm/idls/types/controller.d.ts.map +1 -0
- package/dist/settler/svm/idls/types/controller.js +3 -0
- package/dist/settler/svm/idls/types/controller.js.map +1 -0
- package/dist/settler/svm/idls/types/settler.d.ts +1174 -0
- package/dist/settler/svm/idls/types/settler.d.ts.map +1 -0
- package/dist/settler/svm/idls/types/settler.js +3 -0
- package/dist/settler/svm/idls/types/settler.js.map +1 -0
- package/dist/settler/svm/index.d.ts +4 -0
- package/dist/settler/svm/index.d.ts.map +1 -0
- package/dist/settler/svm/index.js +27 -0
- package/dist/settler/svm/index.js.map +1 -0
- package/dist/settler/svm/types.d.ts +44 -0
- package/dist/settler/svm/types.d.ts.map +1 -0
- package/dist/settler/svm/types.js +3 -0
- package/dist/settler/svm/types.js.map +1 -0
- package/dist/shared/codec/encoder.d.ts +1 -1
- package/dist/shared/utils/constants.d.ts +2 -0
- package/dist/shared/utils/constants.d.ts.map +1 -0
- package/dist/shared/utils/constants.js +5 -0
- package/dist/shared/utils/constants.js.map +1 -0
- package/dist/shared/utils/index.d.ts +1 -0
- package/dist/shared/utils/index.d.ts.map +1 -1
- package/dist/shared/utils/index.js +1 -0
- package/dist/shared/utils/index.js.map +1 -1
- package/dist/shared/utils/numbers.d.ts +6 -0
- package/dist/shared/utils/numbers.d.ts.map +1 -1
- package/dist/shared/utils/numbers.js +17 -3
- package/dist/shared/utils/numbers.js.map +1 -1
- package/dist/shared/utils/tokens.d.ts +0 -2
- package/dist/shared/utils/tokens.d.ts.map +1 -1
- package/dist/shared/utils/tokens.js +0 -4
- package/dist/shared/utils/tokens.js.map +1 -1
- package/dist/shared/utils/validations.d.ts +2 -0
- package/dist/shared/utils/validations.d.ts.map +1 -1
- package/dist/shared/utils/validations.js +8 -1
- package/dist/shared/utils/validations.js.map +1 -1
- package/dist/shared/validators/executions.d.ts +2 -2
- package/dist/shared/validators/intents.d.ts +10 -10
- package/dist/shared/validators/primitives.d.ts +2 -0
- package/dist/shared/validators/primitives.d.ts.map +1 -1
- package/dist/shared/validators/primitives.js +6 -1
- package/dist/shared/validators/primitives.js.map +1 -1
- package/dist/validator/ValidatorSigner.d.ts +4 -2
- package/dist/validator/ValidatorSigner.d.ts.map +1 -1
- package/dist/validator/ValidatorSigner.js +14 -4
- package/dist/validator/ValidatorSigner.js.map +1 -1
- package/package.json +3 -2
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const SolverFeeValidator: z.ZodObject<{
|
|
3
3
|
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
4
|
-
amount: z.
|
|
4
|
+
amount: z.ZodEffects<z.ZodString, string, string>;
|
|
5
5
|
}, "strip", z.ZodTypeAny, {
|
|
6
|
-
amount:
|
|
6
|
+
amount: string;
|
|
7
7
|
address: string;
|
|
8
8
|
}, {
|
|
9
|
-
amount:
|
|
9
|
+
amount: string;
|
|
10
10
|
address: string;
|
|
11
11
|
}>;
|
|
12
12
|
export declare const IntentLogValidator: z.ZodObject<{
|
|
@@ -31,7 +31,7 @@ export declare const AxiaProposalValidator: z.ZodObject<{
|
|
|
31
31
|
data: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
32
32
|
deadline: z.ZodEffects<z.ZodString, string, string>;
|
|
33
33
|
fees: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
|
|
34
|
-
feeUsd: z.
|
|
34
|
+
feeUsd: z.ZodEffects<z.ZodString, string, string>;
|
|
35
35
|
status: z.ZodNativeEnum<{
|
|
36
36
|
readonly received: "received";
|
|
37
37
|
readonly discarded: "discarded";
|
|
@@ -45,23 +45,23 @@ export declare const AxiaProposalValidator: z.ZodObject<{
|
|
|
45
45
|
transactionHash: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
|
|
46
46
|
destTransactionHash: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
|
|
47
47
|
}, "strip", z.ZodTypeAny, {
|
|
48
|
+
status: "succeeded" | "failed" | "discarded" | "submitted" | "expired" | "received";
|
|
48
49
|
deadline: string;
|
|
49
50
|
data: string;
|
|
50
51
|
solver: string;
|
|
51
52
|
fees: string[];
|
|
52
|
-
|
|
53
|
-
feeUsd: number;
|
|
53
|
+
feeUsd: string;
|
|
54
54
|
signatures: string[];
|
|
55
55
|
description?: string | undefined;
|
|
56
56
|
transactionHash?: string | undefined;
|
|
57
57
|
destTransactionHash?: string | undefined;
|
|
58
58
|
}, {
|
|
59
|
+
status: "succeeded" | "failed" | "discarded" | "submitted" | "expired" | "received";
|
|
59
60
|
deadline: string;
|
|
60
61
|
data: string;
|
|
61
62
|
solver: string;
|
|
62
63
|
fees: string[];
|
|
63
|
-
|
|
64
|
-
feeUsd: number;
|
|
64
|
+
feeUsd: string;
|
|
65
65
|
signatures: string[];
|
|
66
66
|
description?: string | undefined;
|
|
67
67
|
transactionHash?: string | undefined;
|
|
@@ -118,7 +118,7 @@ export declare const AxiaIntentValidator: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
118
118
|
data: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
119
119
|
deadline: z.ZodEffects<z.ZodString, string, string>;
|
|
120
120
|
fees: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
|
|
121
|
-
feeUsd: z.
|
|
121
|
+
feeUsd: z.ZodEffects<z.ZodString, string, string>;
|
|
122
122
|
status: z.ZodNativeEnum<{
|
|
123
123
|
readonly received: "received";
|
|
124
124
|
readonly discarded: "discarded";
|
|
@@ -132,23 +132,23 @@ export declare const AxiaIntentValidator: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
132
132
|
transactionHash: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
|
|
133
133
|
destTransactionHash: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
|
|
134
134
|
}, "strip", z.ZodTypeAny, {
|
|
135
|
+
status: "succeeded" | "failed" | "discarded" | "submitted" | "expired" | "received";
|
|
135
136
|
deadline: string;
|
|
136
137
|
data: string;
|
|
137
138
|
solver: string;
|
|
138
139
|
fees: string[];
|
|
139
|
-
|
|
140
|
-
feeUsd: number;
|
|
140
|
+
feeUsd: string;
|
|
141
141
|
signatures: string[];
|
|
142
142
|
description?: string | undefined;
|
|
143
143
|
transactionHash?: string | undefined;
|
|
144
144
|
destTransactionHash?: string | undefined;
|
|
145
145
|
}, {
|
|
146
|
+
status: "succeeded" | "failed" | "discarded" | "submitted" | "expired" | "received";
|
|
146
147
|
deadline: string;
|
|
147
148
|
data: string;
|
|
148
149
|
solver: string;
|
|
149
150
|
fees: string[];
|
|
150
|
-
|
|
151
|
-
feeUsd: number;
|
|
151
|
+
feeUsd: string;
|
|
152
152
|
signatures: string[];
|
|
153
153
|
description?: string | undefined;
|
|
154
154
|
transactionHash?: string | undefined;
|
|
@@ -172,6 +172,7 @@ export declare const AxiaIntentValidator: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
172
172
|
level: "info" | "success" | "error";
|
|
173
173
|
}>, "many">;
|
|
174
174
|
}>, "strip", z.ZodTypeAny, {
|
|
175
|
+
status: "succeeded" | "failed" | "created" | "enqueued" | "discarded" | "submitted" | "expired";
|
|
175
176
|
op: 0 | 1 | 2 | 3;
|
|
176
177
|
user: string;
|
|
177
178
|
settler: string;
|
|
@@ -188,16 +189,15 @@ export declare const AxiaIntentValidator: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
188
189
|
}[];
|
|
189
190
|
configSig: string;
|
|
190
191
|
minValidations: number;
|
|
191
|
-
status: "succeeded" | "failed" | "created" | "enqueued" | "discarded" | "submitted" | "expired";
|
|
192
192
|
hash: string;
|
|
193
193
|
executionHash: string;
|
|
194
194
|
proposals: {
|
|
195
|
+
status: "succeeded" | "failed" | "discarded" | "submitted" | "expired" | "received";
|
|
195
196
|
deadline: string;
|
|
196
197
|
data: string;
|
|
197
198
|
solver: string;
|
|
198
199
|
fees: string[];
|
|
199
|
-
|
|
200
|
-
feeUsd: number;
|
|
200
|
+
feeUsd: string;
|
|
201
201
|
signatures: string[];
|
|
202
202
|
description?: string | undefined;
|
|
203
203
|
transactionHash?: string | undefined;
|
|
@@ -209,6 +209,7 @@ export declare const AxiaIntentValidator: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
209
209
|
level: "info" | "success" | "error";
|
|
210
210
|
}[];
|
|
211
211
|
}, {
|
|
212
|
+
status: "succeeded" | "failed" | "created" | "enqueued" | "discarded" | "submitted" | "expired";
|
|
212
213
|
op: 0 | 1 | 2 | 3;
|
|
213
214
|
user: string;
|
|
214
215
|
settler: string;
|
|
@@ -225,16 +226,15 @@ export declare const AxiaIntentValidator: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
225
226
|
}[];
|
|
226
227
|
configSig: string;
|
|
227
228
|
minValidations: number;
|
|
228
|
-
status: "succeeded" | "failed" | "created" | "enqueued" | "discarded" | "submitted" | "expired";
|
|
229
229
|
hash: string;
|
|
230
230
|
executionHash: string;
|
|
231
231
|
proposals: {
|
|
232
|
+
status: "succeeded" | "failed" | "discarded" | "submitted" | "expired" | "received";
|
|
232
233
|
deadline: string;
|
|
233
234
|
data: string;
|
|
234
235
|
solver: string;
|
|
235
236
|
fees: string[];
|
|
236
|
-
|
|
237
|
-
feeUsd: number;
|
|
237
|
+
feeUsd: string;
|
|
238
238
|
signatures: string[];
|
|
239
239
|
description?: string | undefined;
|
|
240
240
|
transactionHash?: string | undefined;
|
|
@@ -502,7 +502,7 @@ export declare const AxiaIntentsValidator: z.ZodArray<z.ZodObject<z.objectUtil.e
|
|
|
502
502
|
data: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
503
503
|
deadline: z.ZodEffects<z.ZodString, string, string>;
|
|
504
504
|
fees: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
|
|
505
|
-
feeUsd: z.
|
|
505
|
+
feeUsd: z.ZodEffects<z.ZodString, string, string>;
|
|
506
506
|
status: z.ZodNativeEnum<{
|
|
507
507
|
readonly received: "received";
|
|
508
508
|
readonly discarded: "discarded";
|
|
@@ -516,23 +516,23 @@ export declare const AxiaIntentsValidator: z.ZodArray<z.ZodObject<z.objectUtil.e
|
|
|
516
516
|
transactionHash: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
|
|
517
517
|
destTransactionHash: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
|
|
518
518
|
}, "strip", z.ZodTypeAny, {
|
|
519
|
+
status: "succeeded" | "failed" | "discarded" | "submitted" | "expired" | "received";
|
|
519
520
|
deadline: string;
|
|
520
521
|
data: string;
|
|
521
522
|
solver: string;
|
|
522
523
|
fees: string[];
|
|
523
|
-
|
|
524
|
-
feeUsd: number;
|
|
524
|
+
feeUsd: string;
|
|
525
525
|
signatures: string[];
|
|
526
526
|
description?: string | undefined;
|
|
527
527
|
transactionHash?: string | undefined;
|
|
528
528
|
destTransactionHash?: string | undefined;
|
|
529
529
|
}, {
|
|
530
|
+
status: "succeeded" | "failed" | "discarded" | "submitted" | "expired" | "received";
|
|
530
531
|
deadline: string;
|
|
531
532
|
data: string;
|
|
532
533
|
solver: string;
|
|
533
534
|
fees: string[];
|
|
534
|
-
|
|
535
|
-
feeUsd: number;
|
|
535
|
+
feeUsd: string;
|
|
536
536
|
signatures: string[];
|
|
537
537
|
description?: string | undefined;
|
|
538
538
|
transactionHash?: string | undefined;
|
|
@@ -556,6 +556,7 @@ export declare const AxiaIntentsValidator: z.ZodArray<z.ZodObject<z.objectUtil.e
|
|
|
556
556
|
level: "info" | "success" | "error";
|
|
557
557
|
}>, "many">;
|
|
558
558
|
}>, "strip", z.ZodTypeAny, {
|
|
559
|
+
status: "succeeded" | "failed" | "created" | "enqueued" | "discarded" | "submitted" | "expired";
|
|
559
560
|
op: 0 | 1 | 2 | 3;
|
|
560
561
|
user: string;
|
|
561
562
|
settler: string;
|
|
@@ -572,16 +573,15 @@ export declare const AxiaIntentsValidator: z.ZodArray<z.ZodObject<z.objectUtil.e
|
|
|
572
573
|
}[];
|
|
573
574
|
configSig: string;
|
|
574
575
|
minValidations: number;
|
|
575
|
-
status: "succeeded" | "failed" | "created" | "enqueued" | "discarded" | "submitted" | "expired";
|
|
576
576
|
hash: string;
|
|
577
577
|
executionHash: string;
|
|
578
578
|
proposals: {
|
|
579
|
+
status: "succeeded" | "failed" | "discarded" | "submitted" | "expired" | "received";
|
|
579
580
|
deadline: string;
|
|
580
581
|
data: string;
|
|
581
582
|
solver: string;
|
|
582
583
|
fees: string[];
|
|
583
|
-
|
|
584
|
-
feeUsd: number;
|
|
584
|
+
feeUsd: string;
|
|
585
585
|
signatures: string[];
|
|
586
586
|
description?: string | undefined;
|
|
587
587
|
transactionHash?: string | undefined;
|
|
@@ -593,6 +593,7 @@ export declare const AxiaIntentsValidator: z.ZodArray<z.ZodObject<z.objectUtil.e
|
|
|
593
593
|
level: "info" | "success" | "error";
|
|
594
594
|
}[];
|
|
595
595
|
}, {
|
|
596
|
+
status: "succeeded" | "failed" | "created" | "enqueued" | "discarded" | "submitted" | "expired";
|
|
596
597
|
op: 0 | 1 | 2 | 3;
|
|
597
598
|
user: string;
|
|
598
599
|
settler: string;
|
|
@@ -609,16 +610,15 @@ export declare const AxiaIntentsValidator: z.ZodArray<z.ZodObject<z.objectUtil.e
|
|
|
609
610
|
}[];
|
|
610
611
|
configSig: string;
|
|
611
612
|
minValidations: number;
|
|
612
|
-
status: "succeeded" | "failed" | "created" | "enqueued" | "discarded" | "submitted" | "expired";
|
|
613
613
|
hash: string;
|
|
614
614
|
executionHash: string;
|
|
615
615
|
proposals: {
|
|
616
|
+
status: "succeeded" | "failed" | "discarded" | "submitted" | "expired" | "received";
|
|
616
617
|
deadline: string;
|
|
617
618
|
data: string;
|
|
618
619
|
solver: string;
|
|
619
620
|
fees: string[];
|
|
620
|
-
|
|
621
|
-
feeUsd: number;
|
|
621
|
+
feeUsd: string;
|
|
622
622
|
signatures: string[];
|
|
623
623
|
description?: string | undefined;
|
|
624
624
|
transactionHash?: string | undefined;
|
|
@@ -780,31 +780,31 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
780
780
|
}, "strip", z.ZodTypeAny, {
|
|
781
781
|
data: string;
|
|
782
782
|
chainId: number;
|
|
783
|
-
to: string;
|
|
784
783
|
timestamp: number;
|
|
784
|
+
to: string;
|
|
785
785
|
}, {
|
|
786
786
|
data: string;
|
|
787
787
|
chainId: number;
|
|
788
|
-
to: string;
|
|
789
788
|
timestamp: number;
|
|
789
|
+
to: string;
|
|
790
790
|
}>;
|
|
791
791
|
}, "strip", z.ZodTypeAny, {
|
|
792
|
+
name: "EvmCallQuery";
|
|
792
793
|
params: {
|
|
793
794
|
data: string;
|
|
794
795
|
chainId: number;
|
|
795
|
-
to: string;
|
|
796
796
|
timestamp: number;
|
|
797
|
+
to: string;
|
|
797
798
|
};
|
|
798
|
-
name: "EvmCallQuery";
|
|
799
799
|
hash: string;
|
|
800
800
|
}, {
|
|
801
|
+
name: "EvmCallQuery";
|
|
801
802
|
params: {
|
|
802
803
|
data: string;
|
|
803
804
|
chainId: number;
|
|
804
|
-
to: string;
|
|
805
805
|
timestamp: number;
|
|
806
|
+
to: string;
|
|
806
807
|
};
|
|
807
|
-
name: "EvmCallQuery";
|
|
808
808
|
hash: string;
|
|
809
809
|
}>;
|
|
810
810
|
result: z.ZodObject<{
|
|
@@ -815,35 +815,35 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
815
815
|
value: string;
|
|
816
816
|
}>;
|
|
817
817
|
}, "strip", z.ZodTypeAny, {
|
|
818
|
+
signature: string;
|
|
818
819
|
result: {
|
|
819
820
|
value: string;
|
|
820
821
|
};
|
|
821
822
|
query: {
|
|
823
|
+
name: "EvmCallQuery";
|
|
822
824
|
params: {
|
|
823
825
|
data: string;
|
|
824
826
|
chainId: number;
|
|
825
|
-
to: string;
|
|
826
827
|
timestamp: number;
|
|
828
|
+
to: string;
|
|
827
829
|
};
|
|
828
|
-
name: "EvmCallQuery";
|
|
829
830
|
hash: string;
|
|
830
831
|
};
|
|
831
|
-
signature: string;
|
|
832
832
|
}, {
|
|
833
|
+
signature: string;
|
|
833
834
|
result: {
|
|
834
835
|
value: string;
|
|
835
836
|
};
|
|
836
837
|
query: {
|
|
838
|
+
name: "EvmCallQuery";
|
|
837
839
|
params: {
|
|
838
840
|
data: string;
|
|
839
841
|
chainId: number;
|
|
840
|
-
to: string;
|
|
841
842
|
timestamp: number;
|
|
843
|
+
to: string;
|
|
842
844
|
};
|
|
843
|
-
name: "EvmCallQuery";
|
|
844
845
|
hash: string;
|
|
845
846
|
};
|
|
846
|
-
signature: string;
|
|
847
847
|
}>, z.ZodObject<{
|
|
848
848
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
849
849
|
query: z.ZodObject<{
|
|
@@ -875,6 +875,7 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
875
875
|
timestamp: number;
|
|
876
876
|
}>;
|
|
877
877
|
}, "strip", z.ZodTypeAny, {
|
|
878
|
+
name: "TokenPriceQuery";
|
|
878
879
|
params: {
|
|
879
880
|
token: {
|
|
880
881
|
address: string;
|
|
@@ -882,9 +883,9 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
882
883
|
};
|
|
883
884
|
timestamp: number;
|
|
884
885
|
};
|
|
885
|
-
name: "TokenPriceQuery";
|
|
886
886
|
hash: string;
|
|
887
887
|
}, {
|
|
888
|
+
name: "TokenPriceQuery";
|
|
888
889
|
params: {
|
|
889
890
|
token: {
|
|
890
891
|
address: string;
|
|
@@ -892,7 +893,6 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
892
893
|
};
|
|
893
894
|
timestamp: number;
|
|
894
895
|
};
|
|
895
|
-
name: "TokenPriceQuery";
|
|
896
896
|
hash: string;
|
|
897
897
|
}>;
|
|
898
898
|
result: z.ZodObject<{
|
|
@@ -903,10 +903,12 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
903
903
|
value: string;
|
|
904
904
|
}>;
|
|
905
905
|
}, "strip", z.ZodTypeAny, {
|
|
906
|
+
signature: string;
|
|
906
907
|
result: {
|
|
907
908
|
value: string;
|
|
908
909
|
};
|
|
909
910
|
query: {
|
|
911
|
+
name: "TokenPriceQuery";
|
|
910
912
|
params: {
|
|
911
913
|
token: {
|
|
912
914
|
address: string;
|
|
@@ -914,15 +916,15 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
914
916
|
};
|
|
915
917
|
timestamp: number;
|
|
916
918
|
};
|
|
917
|
-
name: "TokenPriceQuery";
|
|
918
919
|
hash: string;
|
|
919
920
|
};
|
|
920
|
-
signature: string;
|
|
921
921
|
}, {
|
|
922
|
+
signature: string;
|
|
922
923
|
result: {
|
|
923
924
|
value: string;
|
|
924
925
|
};
|
|
925
926
|
query: {
|
|
927
|
+
name: "TokenPriceQuery";
|
|
926
928
|
params: {
|
|
927
929
|
token: {
|
|
928
930
|
address: string;
|
|
@@ -930,10 +932,8 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
930
932
|
};
|
|
931
933
|
timestamp: number;
|
|
932
934
|
};
|
|
933
|
-
name: "TokenPriceQuery";
|
|
934
935
|
hash: string;
|
|
935
936
|
};
|
|
936
|
-
signature: string;
|
|
937
937
|
}>, z.ZodObject<{
|
|
938
938
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
939
939
|
query: z.ZodObject<{
|
|
@@ -974,6 +974,7 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
974
974
|
tokenFilter: 0 | 1;
|
|
975
975
|
}>;
|
|
976
976
|
}, "strip", z.ZodTypeAny, {
|
|
977
|
+
name: "RelevantTokensQuery";
|
|
977
978
|
params: {
|
|
978
979
|
owner: string;
|
|
979
980
|
tokens: {
|
|
@@ -984,9 +985,9 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
984
985
|
chainIds: number[];
|
|
985
986
|
tokenFilter: 0 | 1;
|
|
986
987
|
};
|
|
987
|
-
name: "RelevantTokensQuery";
|
|
988
988
|
hash: string;
|
|
989
989
|
}, {
|
|
990
|
+
name: "RelevantTokensQuery";
|
|
990
991
|
params: {
|
|
991
992
|
owner: string;
|
|
992
993
|
tokens: {
|
|
@@ -997,7 +998,6 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
997
998
|
chainIds: number[];
|
|
998
999
|
tokenFilter: 0 | 1;
|
|
999
1000
|
};
|
|
1000
|
-
name: "RelevantTokensQuery";
|
|
1001
1001
|
hash: string;
|
|
1002
1002
|
}>;
|
|
1003
1003
|
result: z.ZodObject<{
|
|
@@ -1071,6 +1071,7 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1071
1071
|
};
|
|
1072
1072
|
}>;
|
|
1073
1073
|
}, "strip", z.ZodTypeAny, {
|
|
1074
|
+
signature: string;
|
|
1074
1075
|
result: {
|
|
1075
1076
|
value: {
|
|
1076
1077
|
timestamp: number;
|
|
@@ -1084,6 +1085,7 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1084
1085
|
};
|
|
1085
1086
|
};
|
|
1086
1087
|
query: {
|
|
1088
|
+
name: "RelevantTokensQuery";
|
|
1087
1089
|
params: {
|
|
1088
1090
|
owner: string;
|
|
1089
1091
|
tokens: {
|
|
@@ -1094,11 +1096,10 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1094
1096
|
chainIds: number[];
|
|
1095
1097
|
tokenFilter: 0 | 1;
|
|
1096
1098
|
};
|
|
1097
|
-
name: "RelevantTokensQuery";
|
|
1098
1099
|
hash: string;
|
|
1099
1100
|
};
|
|
1100
|
-
signature: string;
|
|
1101
1101
|
}, {
|
|
1102
|
+
signature: string;
|
|
1102
1103
|
result: {
|
|
1103
1104
|
value: {
|
|
1104
1105
|
timestamp: number;
|
|
@@ -1112,6 +1113,7 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1112
1113
|
};
|
|
1113
1114
|
};
|
|
1114
1115
|
query: {
|
|
1116
|
+
name: "RelevantTokensQuery";
|
|
1115
1117
|
params: {
|
|
1116
1118
|
owner: string;
|
|
1117
1119
|
tokens: {
|
|
@@ -1122,10 +1124,8 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1122
1124
|
chainIds: number[];
|
|
1123
1125
|
tokenFilter: 0 | 1;
|
|
1124
1126
|
};
|
|
1125
|
-
name: "RelevantTokensQuery";
|
|
1126
1127
|
hash: string;
|
|
1127
1128
|
};
|
|
1128
|
-
signature: string;
|
|
1129
1129
|
}>, z.ZodObject<{
|
|
1130
1130
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1131
1131
|
query: z.ZodObject<{
|
|
@@ -1148,22 +1148,22 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1148
1148
|
query: string;
|
|
1149
1149
|
}>;
|
|
1150
1150
|
}, "strip", z.ZodTypeAny, {
|
|
1151
|
+
name: "SubgraphQuery";
|
|
1151
1152
|
params: {
|
|
1152
1153
|
chainId: number;
|
|
1153
1154
|
timestamp: number;
|
|
1154
1155
|
subgraphId: string;
|
|
1155
1156
|
query: string;
|
|
1156
1157
|
};
|
|
1157
|
-
name: "SubgraphQuery";
|
|
1158
1158
|
hash: string;
|
|
1159
1159
|
}, {
|
|
1160
|
+
name: "SubgraphQuery";
|
|
1160
1161
|
params: {
|
|
1161
1162
|
chainId: number;
|
|
1162
1163
|
timestamp: number;
|
|
1163
1164
|
subgraphId: string;
|
|
1164
1165
|
query: string;
|
|
1165
1166
|
};
|
|
1166
|
-
name: "SubgraphQuery";
|
|
1167
1167
|
hash: string;
|
|
1168
1168
|
}>;
|
|
1169
1169
|
result: z.ZodObject<{
|
|
@@ -1189,6 +1189,7 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1189
1189
|
};
|
|
1190
1190
|
}>;
|
|
1191
1191
|
}, "strip", z.ZodTypeAny, {
|
|
1192
|
+
signature: string;
|
|
1192
1193
|
result: {
|
|
1193
1194
|
value: {
|
|
1194
1195
|
data: string;
|
|
@@ -1196,17 +1197,17 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1196
1197
|
};
|
|
1197
1198
|
};
|
|
1198
1199
|
query: {
|
|
1200
|
+
name: "SubgraphQuery";
|
|
1199
1201
|
params: {
|
|
1200
1202
|
chainId: number;
|
|
1201
1203
|
timestamp: number;
|
|
1202
1204
|
subgraphId: string;
|
|
1203
1205
|
query: string;
|
|
1204
1206
|
};
|
|
1205
|
-
name: "SubgraphQuery";
|
|
1206
1207
|
hash: string;
|
|
1207
1208
|
};
|
|
1208
|
-
signature: string;
|
|
1209
1209
|
}, {
|
|
1210
|
+
signature: string;
|
|
1210
1211
|
result: {
|
|
1211
1212
|
value: {
|
|
1212
1213
|
data: string;
|
|
@@ -1214,16 +1215,15 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1214
1215
|
};
|
|
1215
1216
|
};
|
|
1216
1217
|
query: {
|
|
1218
|
+
name: "SubgraphQuery";
|
|
1217
1219
|
params: {
|
|
1218
1220
|
chainId: number;
|
|
1219
1221
|
timestamp: number;
|
|
1220
1222
|
subgraphId: string;
|
|
1221
1223
|
query: string;
|
|
1222
1224
|
};
|
|
1223
|
-
name: "SubgraphQuery";
|
|
1224
1225
|
hash: string;
|
|
1225
1226
|
};
|
|
1226
|
-
signature: string;
|
|
1227
1227
|
}>, z.ZodObject<{
|
|
1228
1228
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1229
1229
|
query: z.ZodObject<{
|
|
@@ -1240,18 +1240,18 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1240
1240
|
publicKeys: string[];
|
|
1241
1241
|
}>;
|
|
1242
1242
|
}, "strip", z.ZodTypeAny, {
|
|
1243
|
+
name: "SvmAccountsInfoQuery";
|
|
1243
1244
|
params: {
|
|
1244
1245
|
timestamp: number;
|
|
1245
1246
|
publicKeys: string[];
|
|
1246
1247
|
};
|
|
1247
|
-
name: "SvmAccountsInfoQuery";
|
|
1248
1248
|
hash: string;
|
|
1249
1249
|
}, {
|
|
1250
|
+
name: "SvmAccountsInfoQuery";
|
|
1250
1251
|
params: {
|
|
1251
1252
|
timestamp: number;
|
|
1252
1253
|
publicKeys: string[];
|
|
1253
1254
|
};
|
|
1254
|
-
name: "SvmAccountsInfoQuery";
|
|
1255
1255
|
hash: string;
|
|
1256
1256
|
}>;
|
|
1257
1257
|
result: z.ZodObject<{
|
|
@@ -1319,6 +1319,7 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1319
1319
|
};
|
|
1320
1320
|
}>;
|
|
1321
1321
|
}, "strip", z.ZodTypeAny, {
|
|
1322
|
+
signature: string;
|
|
1322
1323
|
result: {
|
|
1323
1324
|
value: {
|
|
1324
1325
|
accountsInfo: {
|
|
@@ -1332,15 +1333,15 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1332
1333
|
};
|
|
1333
1334
|
};
|
|
1334
1335
|
query: {
|
|
1336
|
+
name: "SvmAccountsInfoQuery";
|
|
1335
1337
|
params: {
|
|
1336
1338
|
timestamp: number;
|
|
1337
1339
|
publicKeys: string[];
|
|
1338
1340
|
};
|
|
1339
|
-
name: "SvmAccountsInfoQuery";
|
|
1340
1341
|
hash: string;
|
|
1341
1342
|
};
|
|
1342
|
-
signature: string;
|
|
1343
1343
|
}, {
|
|
1344
|
+
signature: string;
|
|
1344
1345
|
result: {
|
|
1345
1346
|
value: {
|
|
1346
1347
|
accountsInfo: {
|
|
@@ -1354,14 +1355,13 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1354
1355
|
};
|
|
1355
1356
|
};
|
|
1356
1357
|
query: {
|
|
1358
|
+
name: "SvmAccountsInfoQuery";
|
|
1357
1359
|
params: {
|
|
1358
1360
|
timestamp: number;
|
|
1359
1361
|
publicKeys: string[];
|
|
1360
1362
|
};
|
|
1361
|
-
name: "SvmAccountsInfoQuery";
|
|
1362
1363
|
hash: string;
|
|
1363
1364
|
};
|
|
1364
|
-
signature: string;
|
|
1365
1365
|
}>]>, "many">;
|
|
1366
1366
|
outputs: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
1367
1367
|
op: z.ZodNativeEnum<{
|
|
@@ -1442,24 +1442,23 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1442
1442
|
readonly failed: "failed";
|
|
1443
1443
|
}>;
|
|
1444
1444
|
}>, "strip", z.ZodTypeAny, {
|
|
1445
|
-
result: "succeeded" | "failed";
|
|
1446
|
-
timestamp: number;
|
|
1447
1445
|
inputs: ({
|
|
1446
|
+
signature: string;
|
|
1448
1447
|
result: {
|
|
1449
1448
|
value: string;
|
|
1450
1449
|
};
|
|
1451
1450
|
query: {
|
|
1451
|
+
name: "EvmCallQuery";
|
|
1452
1452
|
params: {
|
|
1453
1453
|
data: string;
|
|
1454
1454
|
chainId: number;
|
|
1455
|
-
to: string;
|
|
1456
1455
|
timestamp: number;
|
|
1456
|
+
to: string;
|
|
1457
1457
|
};
|
|
1458
|
-
name: "EvmCallQuery";
|
|
1459
1458
|
hash: string;
|
|
1460
1459
|
};
|
|
1461
|
-
signature: string;
|
|
1462
1460
|
} | {
|
|
1461
|
+
signature: string;
|
|
1463
1462
|
result: {
|
|
1464
1463
|
value: {
|
|
1465
1464
|
accountsInfo: {
|
|
@@ -1473,19 +1472,20 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1473
1472
|
};
|
|
1474
1473
|
};
|
|
1475
1474
|
query: {
|
|
1475
|
+
name: "SvmAccountsInfoQuery";
|
|
1476
1476
|
params: {
|
|
1477
1477
|
timestamp: number;
|
|
1478
1478
|
publicKeys: string[];
|
|
1479
1479
|
};
|
|
1480
|
-
name: "SvmAccountsInfoQuery";
|
|
1481
1480
|
hash: string;
|
|
1482
1481
|
};
|
|
1483
|
-
signature: string;
|
|
1484
1482
|
} | {
|
|
1483
|
+
signature: string;
|
|
1485
1484
|
result: {
|
|
1486
1485
|
value: string;
|
|
1487
1486
|
};
|
|
1488
1487
|
query: {
|
|
1488
|
+
name: "TokenPriceQuery";
|
|
1489
1489
|
params: {
|
|
1490
1490
|
token: {
|
|
1491
1491
|
address: string;
|
|
@@ -1493,11 +1493,10 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1493
1493
|
};
|
|
1494
1494
|
timestamp: number;
|
|
1495
1495
|
};
|
|
1496
|
-
name: "TokenPriceQuery";
|
|
1497
1496
|
hash: string;
|
|
1498
1497
|
};
|
|
1499
|
-
signature: string;
|
|
1500
1498
|
} | {
|
|
1499
|
+
signature: string;
|
|
1501
1500
|
result: {
|
|
1502
1501
|
value: {
|
|
1503
1502
|
timestamp: number;
|
|
@@ -1511,6 +1510,7 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1511
1510
|
};
|
|
1512
1511
|
};
|
|
1513
1512
|
query: {
|
|
1513
|
+
name: "RelevantTokensQuery";
|
|
1514
1514
|
params: {
|
|
1515
1515
|
owner: string;
|
|
1516
1516
|
tokens: {
|
|
@@ -1521,11 +1521,10 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1521
1521
|
chainIds: number[];
|
|
1522
1522
|
tokenFilter: 0 | 1;
|
|
1523
1523
|
};
|
|
1524
|
-
name: "RelevantTokensQuery";
|
|
1525
1524
|
hash: string;
|
|
1526
1525
|
};
|
|
1527
|
-
signature: string;
|
|
1528
1526
|
} | {
|
|
1527
|
+
signature: string;
|
|
1529
1528
|
result: {
|
|
1530
1529
|
value: {
|
|
1531
1530
|
data: string;
|
|
@@ -1533,21 +1532,22 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1533
1532
|
};
|
|
1534
1533
|
};
|
|
1535
1534
|
query: {
|
|
1535
|
+
name: "SubgraphQuery";
|
|
1536
1536
|
params: {
|
|
1537
1537
|
chainId: number;
|
|
1538
1538
|
timestamp: number;
|
|
1539
1539
|
subgraphId: string;
|
|
1540
1540
|
query: string;
|
|
1541
1541
|
};
|
|
1542
|
-
name: "SubgraphQuery";
|
|
1543
1542
|
hash: string;
|
|
1544
1543
|
};
|
|
1545
|
-
signature: string;
|
|
1546
1544
|
})[];
|
|
1547
1545
|
signature: string;
|
|
1548
1546
|
triggerSig: string;
|
|
1549
1547
|
triggerType: 0 | 1 | 2;
|
|
1550
1548
|
triggerData: string;
|
|
1549
|
+
timestamp: number;
|
|
1550
|
+
result: "succeeded" | "failed";
|
|
1551
1551
|
hash: string;
|
|
1552
1552
|
logs: string[];
|
|
1553
1553
|
fuelUsed: number;
|
|
@@ -1571,24 +1571,23 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1571
1571
|
hash: string;
|
|
1572
1572
|
}[];
|
|
1573
1573
|
}, {
|
|
1574
|
-
result: "succeeded" | "failed";
|
|
1575
|
-
timestamp: number;
|
|
1576
1574
|
inputs: ({
|
|
1575
|
+
signature: string;
|
|
1577
1576
|
result: {
|
|
1578
1577
|
value: string;
|
|
1579
1578
|
};
|
|
1580
1579
|
query: {
|
|
1580
|
+
name: "EvmCallQuery";
|
|
1581
1581
|
params: {
|
|
1582
1582
|
data: string;
|
|
1583
1583
|
chainId: number;
|
|
1584
|
-
to: string;
|
|
1585
1584
|
timestamp: number;
|
|
1585
|
+
to: string;
|
|
1586
1586
|
};
|
|
1587
|
-
name: "EvmCallQuery";
|
|
1588
1587
|
hash: string;
|
|
1589
1588
|
};
|
|
1590
|
-
signature: string;
|
|
1591
1589
|
} | {
|
|
1590
|
+
signature: string;
|
|
1592
1591
|
result: {
|
|
1593
1592
|
value: {
|
|
1594
1593
|
accountsInfo: {
|
|
@@ -1602,19 +1601,20 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1602
1601
|
};
|
|
1603
1602
|
};
|
|
1604
1603
|
query: {
|
|
1604
|
+
name: "SvmAccountsInfoQuery";
|
|
1605
1605
|
params: {
|
|
1606
1606
|
timestamp: number;
|
|
1607
1607
|
publicKeys: string[];
|
|
1608
1608
|
};
|
|
1609
|
-
name: "SvmAccountsInfoQuery";
|
|
1610
1609
|
hash: string;
|
|
1611
1610
|
};
|
|
1612
|
-
signature: string;
|
|
1613
1611
|
} | {
|
|
1612
|
+
signature: string;
|
|
1614
1613
|
result: {
|
|
1615
1614
|
value: string;
|
|
1616
1615
|
};
|
|
1617
1616
|
query: {
|
|
1617
|
+
name: "TokenPriceQuery";
|
|
1618
1618
|
params: {
|
|
1619
1619
|
token: {
|
|
1620
1620
|
address: string;
|
|
@@ -1622,11 +1622,10 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1622
1622
|
};
|
|
1623
1623
|
timestamp: number;
|
|
1624
1624
|
};
|
|
1625
|
-
name: "TokenPriceQuery";
|
|
1626
1625
|
hash: string;
|
|
1627
1626
|
};
|
|
1628
|
-
signature: string;
|
|
1629
1627
|
} | {
|
|
1628
|
+
signature: string;
|
|
1630
1629
|
result: {
|
|
1631
1630
|
value: {
|
|
1632
1631
|
timestamp: number;
|
|
@@ -1640,6 +1639,7 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1640
1639
|
};
|
|
1641
1640
|
};
|
|
1642
1641
|
query: {
|
|
1642
|
+
name: "RelevantTokensQuery";
|
|
1643
1643
|
params: {
|
|
1644
1644
|
owner: string;
|
|
1645
1645
|
tokens: {
|
|
@@ -1650,11 +1650,10 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1650
1650
|
chainIds: number[];
|
|
1651
1651
|
tokenFilter: 0 | 1;
|
|
1652
1652
|
};
|
|
1653
|
-
name: "RelevantTokensQuery";
|
|
1654
1653
|
hash: string;
|
|
1655
1654
|
};
|
|
1656
|
-
signature: string;
|
|
1657
1655
|
} | {
|
|
1656
|
+
signature: string;
|
|
1658
1657
|
result: {
|
|
1659
1658
|
value: {
|
|
1660
1659
|
data: string;
|
|
@@ -1662,21 +1661,22 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1662
1661
|
};
|
|
1663
1662
|
};
|
|
1664
1663
|
query: {
|
|
1664
|
+
name: "SubgraphQuery";
|
|
1665
1665
|
params: {
|
|
1666
1666
|
chainId: number;
|
|
1667
1667
|
timestamp: number;
|
|
1668
1668
|
subgraphId: string;
|
|
1669
1669
|
query: string;
|
|
1670
1670
|
};
|
|
1671
|
-
name: "SubgraphQuery";
|
|
1672
1671
|
hash: string;
|
|
1673
1672
|
};
|
|
1674
|
-
signature: string;
|
|
1675
1673
|
})[];
|
|
1676
1674
|
signature: string;
|
|
1677
1675
|
triggerSig: string;
|
|
1678
1676
|
triggerType: 0 | 1 | 2;
|
|
1679
1677
|
triggerData: string;
|
|
1678
|
+
timestamp: number;
|
|
1679
|
+
result: "succeeded" | "failed";
|
|
1680
1680
|
hash: string;
|
|
1681
1681
|
logs: string[];
|
|
1682
1682
|
fuelUsed: number;
|
|
@@ -1701,29 +1701,29 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1701
1701
|
}[];
|
|
1702
1702
|
}>;
|
|
1703
1703
|
export declare const ExecutionFeeValidator: z.ZodObject<{
|
|
1704
|
-
trigger: z.
|
|
1705
|
-
relayer: z.
|
|
1706
|
-
oracles: z.
|
|
1707
|
-
validator: z.
|
|
1708
|
-
intents: z.
|
|
1709
|
-
protocol: z.
|
|
1710
|
-
total: z.
|
|
1704
|
+
trigger: z.ZodEffects<z.ZodString, string, string>;
|
|
1705
|
+
relayer: z.ZodEffects<z.ZodString, string, string>;
|
|
1706
|
+
oracles: z.ZodEffects<z.ZodString, string, string>;
|
|
1707
|
+
validator: z.ZodEffects<z.ZodString, string, string>;
|
|
1708
|
+
intents: z.ZodEffects<z.ZodString, string, string>;
|
|
1709
|
+
protocol: z.ZodEffects<z.ZodString, string, string>;
|
|
1710
|
+
total: z.ZodEffects<z.ZodString, string, string>;
|
|
1711
1711
|
}, "strip", z.ZodTypeAny, {
|
|
1712
|
-
trigger:
|
|
1713
|
-
relayer:
|
|
1714
|
-
oracles:
|
|
1715
|
-
validator:
|
|
1716
|
-
intents:
|
|
1717
|
-
protocol:
|
|
1718
|
-
total:
|
|
1712
|
+
trigger: string;
|
|
1713
|
+
relayer: string;
|
|
1714
|
+
oracles: string;
|
|
1715
|
+
validator: string;
|
|
1716
|
+
intents: string;
|
|
1717
|
+
protocol: string;
|
|
1718
|
+
total: string;
|
|
1719
1719
|
}, {
|
|
1720
|
-
trigger:
|
|
1721
|
-
relayer:
|
|
1722
|
-
oracles:
|
|
1723
|
-
validator:
|
|
1724
|
-
intents:
|
|
1725
|
-
protocol:
|
|
1726
|
-
total:
|
|
1720
|
+
trigger: string;
|
|
1721
|
+
relayer: string;
|
|
1722
|
+
oracles: string;
|
|
1723
|
+
validator: string;
|
|
1724
|
+
intents: string;
|
|
1725
|
+
protocol: string;
|
|
1726
|
+
total: string;
|
|
1727
1727
|
}>;
|
|
1728
1728
|
export declare const ExecutionValidationValidator: z.ZodObject<{
|
|
1729
1729
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
@@ -1764,31 +1764,31 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1764
1764
|
}, "strip", z.ZodTypeAny, {
|
|
1765
1765
|
data: string;
|
|
1766
1766
|
chainId: number;
|
|
1767
|
-
to: string;
|
|
1768
1767
|
timestamp: number;
|
|
1768
|
+
to: string;
|
|
1769
1769
|
}, {
|
|
1770
1770
|
data: string;
|
|
1771
1771
|
chainId: number;
|
|
1772
|
-
to: string;
|
|
1773
1772
|
timestamp: number;
|
|
1773
|
+
to: string;
|
|
1774
1774
|
}>;
|
|
1775
1775
|
}, "strip", z.ZodTypeAny, {
|
|
1776
|
+
name: "EvmCallQuery";
|
|
1776
1777
|
params: {
|
|
1777
1778
|
data: string;
|
|
1778
1779
|
chainId: number;
|
|
1779
|
-
to: string;
|
|
1780
1780
|
timestamp: number;
|
|
1781
|
+
to: string;
|
|
1781
1782
|
};
|
|
1782
|
-
name: "EvmCallQuery";
|
|
1783
1783
|
hash: string;
|
|
1784
1784
|
}, {
|
|
1785
|
+
name: "EvmCallQuery";
|
|
1785
1786
|
params: {
|
|
1786
1787
|
data: string;
|
|
1787
1788
|
chainId: number;
|
|
1788
|
-
to: string;
|
|
1789
1789
|
timestamp: number;
|
|
1790
|
+
to: string;
|
|
1790
1791
|
};
|
|
1791
|
-
name: "EvmCallQuery";
|
|
1792
1792
|
hash: string;
|
|
1793
1793
|
}>;
|
|
1794
1794
|
result: z.ZodObject<{
|
|
@@ -1799,35 +1799,35 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1799
1799
|
value: string;
|
|
1800
1800
|
}>;
|
|
1801
1801
|
}, "strip", z.ZodTypeAny, {
|
|
1802
|
+
signature: string;
|
|
1802
1803
|
result: {
|
|
1803
1804
|
value: string;
|
|
1804
1805
|
};
|
|
1805
1806
|
query: {
|
|
1807
|
+
name: "EvmCallQuery";
|
|
1806
1808
|
params: {
|
|
1807
1809
|
data: string;
|
|
1808
1810
|
chainId: number;
|
|
1809
|
-
to: string;
|
|
1810
1811
|
timestamp: number;
|
|
1812
|
+
to: string;
|
|
1811
1813
|
};
|
|
1812
|
-
name: "EvmCallQuery";
|
|
1813
1814
|
hash: string;
|
|
1814
1815
|
};
|
|
1815
|
-
signature: string;
|
|
1816
1816
|
}, {
|
|
1817
|
+
signature: string;
|
|
1817
1818
|
result: {
|
|
1818
1819
|
value: string;
|
|
1819
1820
|
};
|
|
1820
1821
|
query: {
|
|
1822
|
+
name: "EvmCallQuery";
|
|
1821
1823
|
params: {
|
|
1822
1824
|
data: string;
|
|
1823
1825
|
chainId: number;
|
|
1824
|
-
to: string;
|
|
1825
1826
|
timestamp: number;
|
|
1827
|
+
to: string;
|
|
1826
1828
|
};
|
|
1827
|
-
name: "EvmCallQuery";
|
|
1828
1829
|
hash: string;
|
|
1829
1830
|
};
|
|
1830
|
-
signature: string;
|
|
1831
1831
|
}>, z.ZodObject<{
|
|
1832
1832
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1833
1833
|
query: z.ZodObject<{
|
|
@@ -1859,6 +1859,7 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1859
1859
|
timestamp: number;
|
|
1860
1860
|
}>;
|
|
1861
1861
|
}, "strip", z.ZodTypeAny, {
|
|
1862
|
+
name: "TokenPriceQuery";
|
|
1862
1863
|
params: {
|
|
1863
1864
|
token: {
|
|
1864
1865
|
address: string;
|
|
@@ -1866,9 +1867,9 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1866
1867
|
};
|
|
1867
1868
|
timestamp: number;
|
|
1868
1869
|
};
|
|
1869
|
-
name: "TokenPriceQuery";
|
|
1870
1870
|
hash: string;
|
|
1871
1871
|
}, {
|
|
1872
|
+
name: "TokenPriceQuery";
|
|
1872
1873
|
params: {
|
|
1873
1874
|
token: {
|
|
1874
1875
|
address: string;
|
|
@@ -1876,7 +1877,6 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1876
1877
|
};
|
|
1877
1878
|
timestamp: number;
|
|
1878
1879
|
};
|
|
1879
|
-
name: "TokenPriceQuery";
|
|
1880
1880
|
hash: string;
|
|
1881
1881
|
}>;
|
|
1882
1882
|
result: z.ZodObject<{
|
|
@@ -1887,10 +1887,12 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1887
1887
|
value: string;
|
|
1888
1888
|
}>;
|
|
1889
1889
|
}, "strip", z.ZodTypeAny, {
|
|
1890
|
+
signature: string;
|
|
1890
1891
|
result: {
|
|
1891
1892
|
value: string;
|
|
1892
1893
|
};
|
|
1893
1894
|
query: {
|
|
1895
|
+
name: "TokenPriceQuery";
|
|
1894
1896
|
params: {
|
|
1895
1897
|
token: {
|
|
1896
1898
|
address: string;
|
|
@@ -1898,15 +1900,15 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1898
1900
|
};
|
|
1899
1901
|
timestamp: number;
|
|
1900
1902
|
};
|
|
1901
|
-
name: "TokenPriceQuery";
|
|
1902
1903
|
hash: string;
|
|
1903
1904
|
};
|
|
1904
|
-
signature: string;
|
|
1905
1905
|
}, {
|
|
1906
|
+
signature: string;
|
|
1906
1907
|
result: {
|
|
1907
1908
|
value: string;
|
|
1908
1909
|
};
|
|
1909
1910
|
query: {
|
|
1911
|
+
name: "TokenPriceQuery";
|
|
1910
1912
|
params: {
|
|
1911
1913
|
token: {
|
|
1912
1914
|
address: string;
|
|
@@ -1914,10 +1916,8 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1914
1916
|
};
|
|
1915
1917
|
timestamp: number;
|
|
1916
1918
|
};
|
|
1917
|
-
name: "TokenPriceQuery";
|
|
1918
1919
|
hash: string;
|
|
1919
1920
|
};
|
|
1920
|
-
signature: string;
|
|
1921
1921
|
}>, z.ZodObject<{
|
|
1922
1922
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1923
1923
|
query: z.ZodObject<{
|
|
@@ -1958,6 +1958,7 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1958
1958
|
tokenFilter: 0 | 1;
|
|
1959
1959
|
}>;
|
|
1960
1960
|
}, "strip", z.ZodTypeAny, {
|
|
1961
|
+
name: "RelevantTokensQuery";
|
|
1961
1962
|
params: {
|
|
1962
1963
|
owner: string;
|
|
1963
1964
|
tokens: {
|
|
@@ -1968,9 +1969,9 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1968
1969
|
chainIds: number[];
|
|
1969
1970
|
tokenFilter: 0 | 1;
|
|
1970
1971
|
};
|
|
1971
|
-
name: "RelevantTokensQuery";
|
|
1972
1972
|
hash: string;
|
|
1973
1973
|
}, {
|
|
1974
|
+
name: "RelevantTokensQuery";
|
|
1974
1975
|
params: {
|
|
1975
1976
|
owner: string;
|
|
1976
1977
|
tokens: {
|
|
@@ -1981,7 +1982,6 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1981
1982
|
chainIds: number[];
|
|
1982
1983
|
tokenFilter: 0 | 1;
|
|
1983
1984
|
};
|
|
1984
|
-
name: "RelevantTokensQuery";
|
|
1985
1985
|
hash: string;
|
|
1986
1986
|
}>;
|
|
1987
1987
|
result: z.ZodObject<{
|
|
@@ -2055,6 +2055,7 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2055
2055
|
};
|
|
2056
2056
|
}>;
|
|
2057
2057
|
}, "strip", z.ZodTypeAny, {
|
|
2058
|
+
signature: string;
|
|
2058
2059
|
result: {
|
|
2059
2060
|
value: {
|
|
2060
2061
|
timestamp: number;
|
|
@@ -2068,6 +2069,7 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2068
2069
|
};
|
|
2069
2070
|
};
|
|
2070
2071
|
query: {
|
|
2072
|
+
name: "RelevantTokensQuery";
|
|
2071
2073
|
params: {
|
|
2072
2074
|
owner: string;
|
|
2073
2075
|
tokens: {
|
|
@@ -2078,11 +2080,10 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2078
2080
|
chainIds: number[];
|
|
2079
2081
|
tokenFilter: 0 | 1;
|
|
2080
2082
|
};
|
|
2081
|
-
name: "RelevantTokensQuery";
|
|
2082
2083
|
hash: string;
|
|
2083
2084
|
};
|
|
2084
|
-
signature: string;
|
|
2085
2085
|
}, {
|
|
2086
|
+
signature: string;
|
|
2086
2087
|
result: {
|
|
2087
2088
|
value: {
|
|
2088
2089
|
timestamp: number;
|
|
@@ -2096,6 +2097,7 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2096
2097
|
};
|
|
2097
2098
|
};
|
|
2098
2099
|
query: {
|
|
2100
|
+
name: "RelevantTokensQuery";
|
|
2099
2101
|
params: {
|
|
2100
2102
|
owner: string;
|
|
2101
2103
|
tokens: {
|
|
@@ -2106,10 +2108,8 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2106
2108
|
chainIds: number[];
|
|
2107
2109
|
tokenFilter: 0 | 1;
|
|
2108
2110
|
};
|
|
2109
|
-
name: "RelevantTokensQuery";
|
|
2110
2111
|
hash: string;
|
|
2111
2112
|
};
|
|
2112
|
-
signature: string;
|
|
2113
2113
|
}>, z.ZodObject<{
|
|
2114
2114
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2115
2115
|
query: z.ZodObject<{
|
|
@@ -2132,22 +2132,22 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2132
2132
|
query: string;
|
|
2133
2133
|
}>;
|
|
2134
2134
|
}, "strip", z.ZodTypeAny, {
|
|
2135
|
+
name: "SubgraphQuery";
|
|
2135
2136
|
params: {
|
|
2136
2137
|
chainId: number;
|
|
2137
2138
|
timestamp: number;
|
|
2138
2139
|
subgraphId: string;
|
|
2139
2140
|
query: string;
|
|
2140
2141
|
};
|
|
2141
|
-
name: "SubgraphQuery";
|
|
2142
2142
|
hash: string;
|
|
2143
2143
|
}, {
|
|
2144
|
+
name: "SubgraphQuery";
|
|
2144
2145
|
params: {
|
|
2145
2146
|
chainId: number;
|
|
2146
2147
|
timestamp: number;
|
|
2147
2148
|
subgraphId: string;
|
|
2148
2149
|
query: string;
|
|
2149
2150
|
};
|
|
2150
|
-
name: "SubgraphQuery";
|
|
2151
2151
|
hash: string;
|
|
2152
2152
|
}>;
|
|
2153
2153
|
result: z.ZodObject<{
|
|
@@ -2173,6 +2173,7 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2173
2173
|
};
|
|
2174
2174
|
}>;
|
|
2175
2175
|
}, "strip", z.ZodTypeAny, {
|
|
2176
|
+
signature: string;
|
|
2176
2177
|
result: {
|
|
2177
2178
|
value: {
|
|
2178
2179
|
data: string;
|
|
@@ -2180,17 +2181,17 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2180
2181
|
};
|
|
2181
2182
|
};
|
|
2182
2183
|
query: {
|
|
2184
|
+
name: "SubgraphQuery";
|
|
2183
2185
|
params: {
|
|
2184
2186
|
chainId: number;
|
|
2185
2187
|
timestamp: number;
|
|
2186
2188
|
subgraphId: string;
|
|
2187
2189
|
query: string;
|
|
2188
2190
|
};
|
|
2189
|
-
name: "SubgraphQuery";
|
|
2190
2191
|
hash: string;
|
|
2191
2192
|
};
|
|
2192
|
-
signature: string;
|
|
2193
2193
|
}, {
|
|
2194
|
+
signature: string;
|
|
2194
2195
|
result: {
|
|
2195
2196
|
value: {
|
|
2196
2197
|
data: string;
|
|
@@ -2198,16 +2199,15 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2198
2199
|
};
|
|
2199
2200
|
};
|
|
2200
2201
|
query: {
|
|
2202
|
+
name: "SubgraphQuery";
|
|
2201
2203
|
params: {
|
|
2202
2204
|
chainId: number;
|
|
2203
2205
|
timestamp: number;
|
|
2204
2206
|
subgraphId: string;
|
|
2205
2207
|
query: string;
|
|
2206
2208
|
};
|
|
2207
|
-
name: "SubgraphQuery";
|
|
2208
2209
|
hash: string;
|
|
2209
2210
|
};
|
|
2210
|
-
signature: string;
|
|
2211
2211
|
}>, z.ZodObject<{
|
|
2212
2212
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2213
2213
|
query: z.ZodObject<{
|
|
@@ -2224,18 +2224,18 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2224
2224
|
publicKeys: string[];
|
|
2225
2225
|
}>;
|
|
2226
2226
|
}, "strip", z.ZodTypeAny, {
|
|
2227
|
+
name: "SvmAccountsInfoQuery";
|
|
2227
2228
|
params: {
|
|
2228
2229
|
timestamp: number;
|
|
2229
2230
|
publicKeys: string[];
|
|
2230
2231
|
};
|
|
2231
|
-
name: "SvmAccountsInfoQuery";
|
|
2232
2232
|
hash: string;
|
|
2233
2233
|
}, {
|
|
2234
|
+
name: "SvmAccountsInfoQuery";
|
|
2234
2235
|
params: {
|
|
2235
2236
|
timestamp: number;
|
|
2236
2237
|
publicKeys: string[];
|
|
2237
2238
|
};
|
|
2238
|
-
name: "SvmAccountsInfoQuery";
|
|
2239
2239
|
hash: string;
|
|
2240
2240
|
}>;
|
|
2241
2241
|
result: z.ZodObject<{
|
|
@@ -2303,6 +2303,7 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2303
2303
|
};
|
|
2304
2304
|
}>;
|
|
2305
2305
|
}, "strip", z.ZodTypeAny, {
|
|
2306
|
+
signature: string;
|
|
2306
2307
|
result: {
|
|
2307
2308
|
value: {
|
|
2308
2309
|
accountsInfo: {
|
|
@@ -2316,15 +2317,15 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2316
2317
|
};
|
|
2317
2318
|
};
|
|
2318
2319
|
query: {
|
|
2320
|
+
name: "SvmAccountsInfoQuery";
|
|
2319
2321
|
params: {
|
|
2320
2322
|
timestamp: number;
|
|
2321
2323
|
publicKeys: string[];
|
|
2322
2324
|
};
|
|
2323
|
-
name: "SvmAccountsInfoQuery";
|
|
2324
2325
|
hash: string;
|
|
2325
2326
|
};
|
|
2326
|
-
signature: string;
|
|
2327
2327
|
}, {
|
|
2328
|
+
signature: string;
|
|
2328
2329
|
result: {
|
|
2329
2330
|
value: {
|
|
2330
2331
|
accountsInfo: {
|
|
@@ -2338,14 +2339,13 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2338
2339
|
};
|
|
2339
2340
|
};
|
|
2340
2341
|
query: {
|
|
2342
|
+
name: "SvmAccountsInfoQuery";
|
|
2341
2343
|
params: {
|
|
2342
2344
|
timestamp: number;
|
|
2343
2345
|
publicKeys: string[];
|
|
2344
2346
|
};
|
|
2345
|
-
name: "SvmAccountsInfoQuery";
|
|
2346
2347
|
hash: string;
|
|
2347
2348
|
};
|
|
2348
|
-
signature: string;
|
|
2349
2349
|
}>]>, "many">;
|
|
2350
2350
|
outputs: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
2351
2351
|
op: z.ZodNativeEnum<{
|
|
@@ -2435,38 +2435,38 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2435
2435
|
createdAt: z.ZodDate;
|
|
2436
2436
|
logs: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2437
2437
|
fee: z.ZodOptional<z.ZodObject<{
|
|
2438
|
-
trigger: z.
|
|
2439
|
-
relayer: z.
|
|
2440
|
-
oracles: z.
|
|
2441
|
-
validator: z.
|
|
2442
|
-
intents: z.
|
|
2443
|
-
protocol: z.
|
|
2444
|
-
total: z.
|
|
2438
|
+
trigger: z.ZodEffects<z.ZodString, string, string>;
|
|
2439
|
+
relayer: z.ZodEffects<z.ZodString, string, string>;
|
|
2440
|
+
oracles: z.ZodEffects<z.ZodString, string, string>;
|
|
2441
|
+
validator: z.ZodEffects<z.ZodString, string, string>;
|
|
2442
|
+
intents: z.ZodEffects<z.ZodString, string, string>;
|
|
2443
|
+
protocol: z.ZodEffects<z.ZodString, string, string>;
|
|
2444
|
+
total: z.ZodEffects<z.ZodString, string, string>;
|
|
2445
2445
|
}, "strip", z.ZodTypeAny, {
|
|
2446
|
-
trigger:
|
|
2447
|
-
relayer:
|
|
2448
|
-
oracles:
|
|
2449
|
-
validator:
|
|
2450
|
-
intents:
|
|
2451
|
-
protocol:
|
|
2452
|
-
total:
|
|
2446
|
+
trigger: string;
|
|
2447
|
+
relayer: string;
|
|
2448
|
+
oracles: string;
|
|
2449
|
+
validator: string;
|
|
2450
|
+
intents: string;
|
|
2451
|
+
protocol: string;
|
|
2452
|
+
total: string;
|
|
2453
2453
|
}, {
|
|
2454
|
-
trigger:
|
|
2455
|
-
relayer:
|
|
2456
|
-
oracles:
|
|
2457
|
-
validator:
|
|
2458
|
-
intents:
|
|
2459
|
-
protocol:
|
|
2460
|
-
total:
|
|
2454
|
+
trigger: string;
|
|
2455
|
+
relayer: string;
|
|
2456
|
+
oracles: string;
|
|
2457
|
+
validator: string;
|
|
2458
|
+
intents: string;
|
|
2459
|
+
protocol: string;
|
|
2460
|
+
total: string;
|
|
2461
2461
|
}>>;
|
|
2462
2462
|
solverFees: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2463
2463
|
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2464
|
-
amount: z.
|
|
2464
|
+
amount: z.ZodEffects<z.ZodString, string, string>;
|
|
2465
2465
|
}, "strip", z.ZodTypeAny, {
|
|
2466
|
-
amount:
|
|
2466
|
+
amount: string;
|
|
2467
2467
|
address: string;
|
|
2468
2468
|
}, {
|
|
2469
|
-
amount:
|
|
2469
|
+
amount: string;
|
|
2470
2470
|
address: string;
|
|
2471
2471
|
}>, "many">>;
|
|
2472
2472
|
validations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -2483,25 +2483,24 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2483
2483
|
description?: string | undefined;
|
|
2484
2484
|
}>, "many">>;
|
|
2485
2485
|
}>, "strip", z.ZodTypeAny, {
|
|
2486
|
-
result: "succeeded" | "failed";
|
|
2487
|
-
timestamp: number;
|
|
2488
2486
|
status: "pending" | "valid" | "invalid";
|
|
2489
2487
|
inputs: ({
|
|
2488
|
+
signature: string;
|
|
2490
2489
|
result: {
|
|
2491
2490
|
value: string;
|
|
2492
2491
|
};
|
|
2493
2492
|
query: {
|
|
2493
|
+
name: "EvmCallQuery";
|
|
2494
2494
|
params: {
|
|
2495
2495
|
data: string;
|
|
2496
2496
|
chainId: number;
|
|
2497
|
-
to: string;
|
|
2498
2497
|
timestamp: number;
|
|
2498
|
+
to: string;
|
|
2499
2499
|
};
|
|
2500
|
-
name: "EvmCallQuery";
|
|
2501
2500
|
hash: string;
|
|
2502
2501
|
};
|
|
2503
|
-
signature: string;
|
|
2504
2502
|
} | {
|
|
2503
|
+
signature: string;
|
|
2505
2504
|
result: {
|
|
2506
2505
|
value: {
|
|
2507
2506
|
accountsInfo: {
|
|
@@ -2515,19 +2514,20 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2515
2514
|
};
|
|
2516
2515
|
};
|
|
2517
2516
|
query: {
|
|
2517
|
+
name: "SvmAccountsInfoQuery";
|
|
2518
2518
|
params: {
|
|
2519
2519
|
timestamp: number;
|
|
2520
2520
|
publicKeys: string[];
|
|
2521
2521
|
};
|
|
2522
|
-
name: "SvmAccountsInfoQuery";
|
|
2523
2522
|
hash: string;
|
|
2524
2523
|
};
|
|
2525
|
-
signature: string;
|
|
2526
2524
|
} | {
|
|
2525
|
+
signature: string;
|
|
2527
2526
|
result: {
|
|
2528
2527
|
value: string;
|
|
2529
2528
|
};
|
|
2530
2529
|
query: {
|
|
2530
|
+
name: "TokenPriceQuery";
|
|
2531
2531
|
params: {
|
|
2532
2532
|
token: {
|
|
2533
2533
|
address: string;
|
|
@@ -2535,11 +2535,10 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2535
2535
|
};
|
|
2536
2536
|
timestamp: number;
|
|
2537
2537
|
};
|
|
2538
|
-
name: "TokenPriceQuery";
|
|
2539
2538
|
hash: string;
|
|
2540
2539
|
};
|
|
2541
|
-
signature: string;
|
|
2542
2540
|
} | {
|
|
2541
|
+
signature: string;
|
|
2543
2542
|
result: {
|
|
2544
2543
|
value: {
|
|
2545
2544
|
timestamp: number;
|
|
@@ -2553,6 +2552,7 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2553
2552
|
};
|
|
2554
2553
|
};
|
|
2555
2554
|
query: {
|
|
2555
|
+
name: "RelevantTokensQuery";
|
|
2556
2556
|
params: {
|
|
2557
2557
|
owner: string;
|
|
2558
2558
|
tokens: {
|
|
@@ -2563,11 +2563,10 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2563
2563
|
chainIds: number[];
|
|
2564
2564
|
tokenFilter: 0 | 1;
|
|
2565
2565
|
};
|
|
2566
|
-
name: "RelevantTokensQuery";
|
|
2567
2566
|
hash: string;
|
|
2568
2567
|
};
|
|
2569
|
-
signature: string;
|
|
2570
2568
|
} | {
|
|
2569
|
+
signature: string;
|
|
2571
2570
|
result: {
|
|
2572
2571
|
value: {
|
|
2573
2572
|
data: string;
|
|
@@ -2575,22 +2574,23 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2575
2574
|
};
|
|
2576
2575
|
};
|
|
2577
2576
|
query: {
|
|
2577
|
+
name: "SubgraphQuery";
|
|
2578
2578
|
params: {
|
|
2579
2579
|
chainId: number;
|
|
2580
2580
|
timestamp: number;
|
|
2581
2581
|
subgraphId: string;
|
|
2582
2582
|
query: string;
|
|
2583
2583
|
};
|
|
2584
|
-
name: "SubgraphQuery";
|
|
2585
2584
|
hash: string;
|
|
2586
2585
|
};
|
|
2587
|
-
signature: string;
|
|
2588
2586
|
})[];
|
|
2589
2587
|
signature: string;
|
|
2590
2588
|
createdAt: Date;
|
|
2591
2589
|
triggerSig: string;
|
|
2592
2590
|
triggerType: 0 | 1 | 2;
|
|
2593
2591
|
triggerData: string;
|
|
2592
|
+
timestamp: number;
|
|
2593
|
+
result: "succeeded" | "failed";
|
|
2594
2594
|
hash: string;
|
|
2595
2595
|
fuelUsed: number;
|
|
2596
2596
|
outputs: {
|
|
@@ -2620,38 +2620,37 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2620
2620
|
}[] | undefined;
|
|
2621
2621
|
logs?: string[] | undefined;
|
|
2622
2622
|
fee?: {
|
|
2623
|
-
trigger:
|
|
2624
|
-
relayer:
|
|
2625
|
-
oracles:
|
|
2626
|
-
validator:
|
|
2627
|
-
intents:
|
|
2628
|
-
protocol:
|
|
2629
|
-
total:
|
|
2623
|
+
trigger: string;
|
|
2624
|
+
relayer: string;
|
|
2625
|
+
oracles: string;
|
|
2626
|
+
validator: string;
|
|
2627
|
+
intents: string;
|
|
2628
|
+
protocol: string;
|
|
2629
|
+
total: string;
|
|
2630
2630
|
} | undefined;
|
|
2631
2631
|
solverFees?: {
|
|
2632
|
-
amount:
|
|
2632
|
+
amount: string;
|
|
2633
2633
|
address: string;
|
|
2634
2634
|
}[] | undefined;
|
|
2635
2635
|
}, {
|
|
2636
|
-
result: "succeeded" | "failed";
|
|
2637
|
-
timestamp: number;
|
|
2638
2636
|
status: "pending" | "valid" | "invalid";
|
|
2639
2637
|
inputs: ({
|
|
2638
|
+
signature: string;
|
|
2640
2639
|
result: {
|
|
2641
2640
|
value: string;
|
|
2642
2641
|
};
|
|
2643
2642
|
query: {
|
|
2643
|
+
name: "EvmCallQuery";
|
|
2644
2644
|
params: {
|
|
2645
2645
|
data: string;
|
|
2646
2646
|
chainId: number;
|
|
2647
|
-
to: string;
|
|
2648
2647
|
timestamp: number;
|
|
2648
|
+
to: string;
|
|
2649
2649
|
};
|
|
2650
|
-
name: "EvmCallQuery";
|
|
2651
2650
|
hash: string;
|
|
2652
2651
|
};
|
|
2653
|
-
signature: string;
|
|
2654
2652
|
} | {
|
|
2653
|
+
signature: string;
|
|
2655
2654
|
result: {
|
|
2656
2655
|
value: {
|
|
2657
2656
|
accountsInfo: {
|
|
@@ -2665,19 +2664,20 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2665
2664
|
};
|
|
2666
2665
|
};
|
|
2667
2666
|
query: {
|
|
2667
|
+
name: "SvmAccountsInfoQuery";
|
|
2668
2668
|
params: {
|
|
2669
2669
|
timestamp: number;
|
|
2670
2670
|
publicKeys: string[];
|
|
2671
2671
|
};
|
|
2672
|
-
name: "SvmAccountsInfoQuery";
|
|
2673
2672
|
hash: string;
|
|
2674
2673
|
};
|
|
2675
|
-
signature: string;
|
|
2676
2674
|
} | {
|
|
2675
|
+
signature: string;
|
|
2677
2676
|
result: {
|
|
2678
2677
|
value: string;
|
|
2679
2678
|
};
|
|
2680
2679
|
query: {
|
|
2680
|
+
name: "TokenPriceQuery";
|
|
2681
2681
|
params: {
|
|
2682
2682
|
token: {
|
|
2683
2683
|
address: string;
|
|
@@ -2685,11 +2685,10 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2685
2685
|
};
|
|
2686
2686
|
timestamp: number;
|
|
2687
2687
|
};
|
|
2688
|
-
name: "TokenPriceQuery";
|
|
2689
2688
|
hash: string;
|
|
2690
2689
|
};
|
|
2691
|
-
signature: string;
|
|
2692
2690
|
} | {
|
|
2691
|
+
signature: string;
|
|
2693
2692
|
result: {
|
|
2694
2693
|
value: {
|
|
2695
2694
|
timestamp: number;
|
|
@@ -2703,6 +2702,7 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2703
2702
|
};
|
|
2704
2703
|
};
|
|
2705
2704
|
query: {
|
|
2705
|
+
name: "RelevantTokensQuery";
|
|
2706
2706
|
params: {
|
|
2707
2707
|
owner: string;
|
|
2708
2708
|
tokens: {
|
|
@@ -2713,11 +2713,10 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2713
2713
|
chainIds: number[];
|
|
2714
2714
|
tokenFilter: 0 | 1;
|
|
2715
2715
|
};
|
|
2716
|
-
name: "RelevantTokensQuery";
|
|
2717
2716
|
hash: string;
|
|
2718
2717
|
};
|
|
2719
|
-
signature: string;
|
|
2720
2718
|
} | {
|
|
2719
|
+
signature: string;
|
|
2721
2720
|
result: {
|
|
2722
2721
|
value: {
|
|
2723
2722
|
data: string;
|
|
@@ -2725,22 +2724,23 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2725
2724
|
};
|
|
2726
2725
|
};
|
|
2727
2726
|
query: {
|
|
2727
|
+
name: "SubgraphQuery";
|
|
2728
2728
|
params: {
|
|
2729
2729
|
chainId: number;
|
|
2730
2730
|
timestamp: number;
|
|
2731
2731
|
subgraphId: string;
|
|
2732
2732
|
query: string;
|
|
2733
2733
|
};
|
|
2734
|
-
name: "SubgraphQuery";
|
|
2735
2734
|
hash: string;
|
|
2736
2735
|
};
|
|
2737
|
-
signature: string;
|
|
2738
2736
|
})[];
|
|
2739
2737
|
signature: string;
|
|
2740
2738
|
createdAt: Date;
|
|
2741
2739
|
triggerSig: string;
|
|
2742
2740
|
triggerType: 0 | 1 | 2;
|
|
2743
2741
|
triggerData: string;
|
|
2742
|
+
timestamp: number;
|
|
2743
|
+
result: "succeeded" | "failed";
|
|
2744
2744
|
hash: string;
|
|
2745
2745
|
fuelUsed: number;
|
|
2746
2746
|
outputs: {
|
|
@@ -2770,16 +2770,16 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
2770
2770
|
}[] | undefined;
|
|
2771
2771
|
logs?: string[] | undefined;
|
|
2772
2772
|
fee?: {
|
|
2773
|
-
trigger:
|
|
2774
|
-
relayer:
|
|
2775
|
-
oracles:
|
|
2776
|
-
validator:
|
|
2777
|
-
intents:
|
|
2778
|
-
protocol:
|
|
2779
|
-
total:
|
|
2773
|
+
trigger: string;
|
|
2774
|
+
relayer: string;
|
|
2775
|
+
oracles: string;
|
|
2776
|
+
validator: string;
|
|
2777
|
+
intents: string;
|
|
2778
|
+
protocol: string;
|
|
2779
|
+
total: string;
|
|
2780
2780
|
} | undefined;
|
|
2781
2781
|
solverFees?: {
|
|
2782
|
-
amount:
|
|
2782
|
+
amount: string;
|
|
2783
2783
|
address: string;
|
|
2784
2784
|
}[] | undefined;
|
|
2785
2785
|
}>;
|
|
@@ -2809,31 +2809,31 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2809
2809
|
}, "strip", z.ZodTypeAny, {
|
|
2810
2810
|
data: string;
|
|
2811
2811
|
chainId: number;
|
|
2812
|
-
to: string;
|
|
2813
2812
|
timestamp: number;
|
|
2813
|
+
to: string;
|
|
2814
2814
|
}, {
|
|
2815
2815
|
data: string;
|
|
2816
2816
|
chainId: number;
|
|
2817
|
-
to: string;
|
|
2818
2817
|
timestamp: number;
|
|
2818
|
+
to: string;
|
|
2819
2819
|
}>;
|
|
2820
2820
|
}, "strip", z.ZodTypeAny, {
|
|
2821
|
+
name: "EvmCallQuery";
|
|
2821
2822
|
params: {
|
|
2822
2823
|
data: string;
|
|
2823
2824
|
chainId: number;
|
|
2824
|
-
to: string;
|
|
2825
2825
|
timestamp: number;
|
|
2826
|
+
to: string;
|
|
2826
2827
|
};
|
|
2827
|
-
name: "EvmCallQuery";
|
|
2828
2828
|
hash: string;
|
|
2829
2829
|
}, {
|
|
2830
|
+
name: "EvmCallQuery";
|
|
2830
2831
|
params: {
|
|
2831
2832
|
data: string;
|
|
2832
2833
|
chainId: number;
|
|
2833
|
-
to: string;
|
|
2834
2834
|
timestamp: number;
|
|
2835
|
+
to: string;
|
|
2835
2836
|
};
|
|
2836
|
-
name: "EvmCallQuery";
|
|
2837
2837
|
hash: string;
|
|
2838
2838
|
}>;
|
|
2839
2839
|
result: z.ZodObject<{
|
|
@@ -2844,35 +2844,35 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2844
2844
|
value: string;
|
|
2845
2845
|
}>;
|
|
2846
2846
|
}, "strip", z.ZodTypeAny, {
|
|
2847
|
+
signature: string;
|
|
2847
2848
|
result: {
|
|
2848
2849
|
value: string;
|
|
2849
2850
|
};
|
|
2850
2851
|
query: {
|
|
2852
|
+
name: "EvmCallQuery";
|
|
2851
2853
|
params: {
|
|
2852
2854
|
data: string;
|
|
2853
2855
|
chainId: number;
|
|
2854
|
-
to: string;
|
|
2855
2856
|
timestamp: number;
|
|
2857
|
+
to: string;
|
|
2856
2858
|
};
|
|
2857
|
-
name: "EvmCallQuery";
|
|
2858
2859
|
hash: string;
|
|
2859
2860
|
};
|
|
2860
|
-
signature: string;
|
|
2861
2861
|
}, {
|
|
2862
|
+
signature: string;
|
|
2862
2863
|
result: {
|
|
2863
2864
|
value: string;
|
|
2864
2865
|
};
|
|
2865
2866
|
query: {
|
|
2867
|
+
name: "EvmCallQuery";
|
|
2866
2868
|
params: {
|
|
2867
2869
|
data: string;
|
|
2868
2870
|
chainId: number;
|
|
2869
|
-
to: string;
|
|
2870
2871
|
timestamp: number;
|
|
2872
|
+
to: string;
|
|
2871
2873
|
};
|
|
2872
|
-
name: "EvmCallQuery";
|
|
2873
2874
|
hash: string;
|
|
2874
2875
|
};
|
|
2875
|
-
signature: string;
|
|
2876
2876
|
}>, z.ZodObject<{
|
|
2877
2877
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2878
2878
|
query: z.ZodObject<{
|
|
@@ -2904,6 +2904,7 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2904
2904
|
timestamp: number;
|
|
2905
2905
|
}>;
|
|
2906
2906
|
}, "strip", z.ZodTypeAny, {
|
|
2907
|
+
name: "TokenPriceQuery";
|
|
2907
2908
|
params: {
|
|
2908
2909
|
token: {
|
|
2909
2910
|
address: string;
|
|
@@ -2911,9 +2912,9 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2911
2912
|
};
|
|
2912
2913
|
timestamp: number;
|
|
2913
2914
|
};
|
|
2914
|
-
name: "TokenPriceQuery";
|
|
2915
2915
|
hash: string;
|
|
2916
2916
|
}, {
|
|
2917
|
+
name: "TokenPriceQuery";
|
|
2917
2918
|
params: {
|
|
2918
2919
|
token: {
|
|
2919
2920
|
address: string;
|
|
@@ -2921,7 +2922,6 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2921
2922
|
};
|
|
2922
2923
|
timestamp: number;
|
|
2923
2924
|
};
|
|
2924
|
-
name: "TokenPriceQuery";
|
|
2925
2925
|
hash: string;
|
|
2926
2926
|
}>;
|
|
2927
2927
|
result: z.ZodObject<{
|
|
@@ -2932,10 +2932,12 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2932
2932
|
value: string;
|
|
2933
2933
|
}>;
|
|
2934
2934
|
}, "strip", z.ZodTypeAny, {
|
|
2935
|
+
signature: string;
|
|
2935
2936
|
result: {
|
|
2936
2937
|
value: string;
|
|
2937
2938
|
};
|
|
2938
2939
|
query: {
|
|
2940
|
+
name: "TokenPriceQuery";
|
|
2939
2941
|
params: {
|
|
2940
2942
|
token: {
|
|
2941
2943
|
address: string;
|
|
@@ -2943,15 +2945,15 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2943
2945
|
};
|
|
2944
2946
|
timestamp: number;
|
|
2945
2947
|
};
|
|
2946
|
-
name: "TokenPriceQuery";
|
|
2947
2948
|
hash: string;
|
|
2948
2949
|
};
|
|
2949
|
-
signature: string;
|
|
2950
2950
|
}, {
|
|
2951
|
+
signature: string;
|
|
2951
2952
|
result: {
|
|
2952
2953
|
value: string;
|
|
2953
2954
|
};
|
|
2954
2955
|
query: {
|
|
2956
|
+
name: "TokenPriceQuery";
|
|
2955
2957
|
params: {
|
|
2956
2958
|
token: {
|
|
2957
2959
|
address: string;
|
|
@@ -2959,10 +2961,8 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2959
2961
|
};
|
|
2960
2962
|
timestamp: number;
|
|
2961
2963
|
};
|
|
2962
|
-
name: "TokenPriceQuery";
|
|
2963
2964
|
hash: string;
|
|
2964
2965
|
};
|
|
2965
|
-
signature: string;
|
|
2966
2966
|
}>, z.ZodObject<{
|
|
2967
2967
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2968
2968
|
query: z.ZodObject<{
|
|
@@ -3003,6 +3003,7 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
3003
3003
|
tokenFilter: 0 | 1;
|
|
3004
3004
|
}>;
|
|
3005
3005
|
}, "strip", z.ZodTypeAny, {
|
|
3006
|
+
name: "RelevantTokensQuery";
|
|
3006
3007
|
params: {
|
|
3007
3008
|
owner: string;
|
|
3008
3009
|
tokens: {
|
|
@@ -3013,9 +3014,9 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
3013
3014
|
chainIds: number[];
|
|
3014
3015
|
tokenFilter: 0 | 1;
|
|
3015
3016
|
};
|
|
3016
|
-
name: "RelevantTokensQuery";
|
|
3017
3017
|
hash: string;
|
|
3018
3018
|
}, {
|
|
3019
|
+
name: "RelevantTokensQuery";
|
|
3019
3020
|
params: {
|
|
3020
3021
|
owner: string;
|
|
3021
3022
|
tokens: {
|
|
@@ -3026,7 +3027,6 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
3026
3027
|
chainIds: number[];
|
|
3027
3028
|
tokenFilter: 0 | 1;
|
|
3028
3029
|
};
|
|
3029
|
-
name: "RelevantTokensQuery";
|
|
3030
3030
|
hash: string;
|
|
3031
3031
|
}>;
|
|
3032
3032
|
result: z.ZodObject<{
|
|
@@ -3100,6 +3100,7 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
3100
3100
|
};
|
|
3101
3101
|
}>;
|
|
3102
3102
|
}, "strip", z.ZodTypeAny, {
|
|
3103
|
+
signature: string;
|
|
3103
3104
|
result: {
|
|
3104
3105
|
value: {
|
|
3105
3106
|
timestamp: number;
|
|
@@ -3113,6 +3114,7 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
3113
3114
|
};
|
|
3114
3115
|
};
|
|
3115
3116
|
query: {
|
|
3117
|
+
name: "RelevantTokensQuery";
|
|
3116
3118
|
params: {
|
|
3117
3119
|
owner: string;
|
|
3118
3120
|
tokens: {
|
|
@@ -3123,11 +3125,10 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
3123
3125
|
chainIds: number[];
|
|
3124
3126
|
tokenFilter: 0 | 1;
|
|
3125
3127
|
};
|
|
3126
|
-
name: "RelevantTokensQuery";
|
|
3127
3128
|
hash: string;
|
|
3128
3129
|
};
|
|
3129
|
-
signature: string;
|
|
3130
3130
|
}, {
|
|
3131
|
+
signature: string;
|
|
3131
3132
|
result: {
|
|
3132
3133
|
value: {
|
|
3133
3134
|
timestamp: number;
|
|
@@ -3141,6 +3142,7 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
3141
3142
|
};
|
|
3142
3143
|
};
|
|
3143
3144
|
query: {
|
|
3145
|
+
name: "RelevantTokensQuery";
|
|
3144
3146
|
params: {
|
|
3145
3147
|
owner: string;
|
|
3146
3148
|
tokens: {
|
|
@@ -3151,10 +3153,8 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
3151
3153
|
chainIds: number[];
|
|
3152
3154
|
tokenFilter: 0 | 1;
|
|
3153
3155
|
};
|
|
3154
|
-
name: "RelevantTokensQuery";
|
|
3155
3156
|
hash: string;
|
|
3156
3157
|
};
|
|
3157
|
-
signature: string;
|
|
3158
3158
|
}>, z.ZodObject<{
|
|
3159
3159
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
3160
3160
|
query: z.ZodObject<{
|
|
@@ -3177,22 +3177,22 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
3177
3177
|
query: string;
|
|
3178
3178
|
}>;
|
|
3179
3179
|
}, "strip", z.ZodTypeAny, {
|
|
3180
|
+
name: "SubgraphQuery";
|
|
3180
3181
|
params: {
|
|
3181
3182
|
chainId: number;
|
|
3182
3183
|
timestamp: number;
|
|
3183
3184
|
subgraphId: string;
|
|
3184
3185
|
query: string;
|
|
3185
3186
|
};
|
|
3186
|
-
name: "SubgraphQuery";
|
|
3187
3187
|
hash: string;
|
|
3188
3188
|
}, {
|
|
3189
|
+
name: "SubgraphQuery";
|
|
3189
3190
|
params: {
|
|
3190
3191
|
chainId: number;
|
|
3191
3192
|
timestamp: number;
|
|
3192
3193
|
subgraphId: string;
|
|
3193
3194
|
query: string;
|
|
3194
3195
|
};
|
|
3195
|
-
name: "SubgraphQuery";
|
|
3196
3196
|
hash: string;
|
|
3197
3197
|
}>;
|
|
3198
3198
|
result: z.ZodObject<{
|
|
@@ -3218,6 +3218,7 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
3218
3218
|
};
|
|
3219
3219
|
}>;
|
|
3220
3220
|
}, "strip", z.ZodTypeAny, {
|
|
3221
|
+
signature: string;
|
|
3221
3222
|
result: {
|
|
3222
3223
|
value: {
|
|
3223
3224
|
data: string;
|
|
@@ -3225,17 +3226,17 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
3225
3226
|
};
|
|
3226
3227
|
};
|
|
3227
3228
|
query: {
|
|
3229
|
+
name: "SubgraphQuery";
|
|
3228
3230
|
params: {
|
|
3229
3231
|
chainId: number;
|
|
3230
3232
|
timestamp: number;
|
|
3231
3233
|
subgraphId: string;
|
|
3232
3234
|
query: string;
|
|
3233
3235
|
};
|
|
3234
|
-
name: "SubgraphQuery";
|
|
3235
3236
|
hash: string;
|
|
3236
3237
|
};
|
|
3237
|
-
signature: string;
|
|
3238
3238
|
}, {
|
|
3239
|
+
signature: string;
|
|
3239
3240
|
result: {
|
|
3240
3241
|
value: {
|
|
3241
3242
|
data: string;
|
|
@@ -3243,16 +3244,15 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
3243
3244
|
};
|
|
3244
3245
|
};
|
|
3245
3246
|
query: {
|
|
3247
|
+
name: "SubgraphQuery";
|
|
3246
3248
|
params: {
|
|
3247
3249
|
chainId: number;
|
|
3248
3250
|
timestamp: number;
|
|
3249
3251
|
subgraphId: string;
|
|
3250
3252
|
query: string;
|
|
3251
3253
|
};
|
|
3252
|
-
name: "SubgraphQuery";
|
|
3253
3254
|
hash: string;
|
|
3254
3255
|
};
|
|
3255
|
-
signature: string;
|
|
3256
3256
|
}>, z.ZodObject<{
|
|
3257
3257
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
3258
3258
|
query: z.ZodObject<{
|
|
@@ -3269,18 +3269,18 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
3269
3269
|
publicKeys: string[];
|
|
3270
3270
|
}>;
|
|
3271
3271
|
}, "strip", z.ZodTypeAny, {
|
|
3272
|
+
name: "SvmAccountsInfoQuery";
|
|
3272
3273
|
params: {
|
|
3273
3274
|
timestamp: number;
|
|
3274
3275
|
publicKeys: string[];
|
|
3275
3276
|
};
|
|
3276
|
-
name: "SvmAccountsInfoQuery";
|
|
3277
3277
|
hash: string;
|
|
3278
3278
|
}, {
|
|
3279
|
+
name: "SvmAccountsInfoQuery";
|
|
3279
3280
|
params: {
|
|
3280
3281
|
timestamp: number;
|
|
3281
3282
|
publicKeys: string[];
|
|
3282
3283
|
};
|
|
3283
|
-
name: "SvmAccountsInfoQuery";
|
|
3284
3284
|
hash: string;
|
|
3285
3285
|
}>;
|
|
3286
3286
|
result: z.ZodObject<{
|
|
@@ -3348,6 +3348,7 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
3348
3348
|
};
|
|
3349
3349
|
}>;
|
|
3350
3350
|
}, "strip", z.ZodTypeAny, {
|
|
3351
|
+
signature: string;
|
|
3351
3352
|
result: {
|
|
3352
3353
|
value: {
|
|
3353
3354
|
accountsInfo: {
|
|
@@ -3361,15 +3362,15 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
3361
3362
|
};
|
|
3362
3363
|
};
|
|
3363
3364
|
query: {
|
|
3365
|
+
name: "SvmAccountsInfoQuery";
|
|
3364
3366
|
params: {
|
|
3365
3367
|
timestamp: number;
|
|
3366
3368
|
publicKeys: string[];
|
|
3367
3369
|
};
|
|
3368
|
-
name: "SvmAccountsInfoQuery";
|
|
3369
3370
|
hash: string;
|
|
3370
3371
|
};
|
|
3371
|
-
signature: string;
|
|
3372
3372
|
}, {
|
|
3373
|
+
signature: string;
|
|
3373
3374
|
result: {
|
|
3374
3375
|
value: {
|
|
3375
3376
|
accountsInfo: {
|
|
@@ -3383,14 +3384,13 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
3383
3384
|
};
|
|
3384
3385
|
};
|
|
3385
3386
|
query: {
|
|
3387
|
+
name: "SvmAccountsInfoQuery";
|
|
3386
3388
|
params: {
|
|
3387
3389
|
timestamp: number;
|
|
3388
3390
|
publicKeys: string[];
|
|
3389
3391
|
};
|
|
3390
|
-
name: "SvmAccountsInfoQuery";
|
|
3391
3392
|
hash: string;
|
|
3392
3393
|
};
|
|
3393
|
-
signature: string;
|
|
3394
3394
|
}>]>, "many">;
|
|
3395
3395
|
outputs: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
3396
3396
|
op: z.ZodNativeEnum<{
|
|
@@ -3480,38 +3480,38 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
3480
3480
|
createdAt: z.ZodDate;
|
|
3481
3481
|
logs: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3482
3482
|
fee: z.ZodOptional<z.ZodObject<{
|
|
3483
|
-
trigger: z.
|
|
3484
|
-
relayer: z.
|
|
3485
|
-
oracles: z.
|
|
3486
|
-
validator: z.
|
|
3487
|
-
intents: z.
|
|
3488
|
-
protocol: z.
|
|
3489
|
-
total: z.
|
|
3483
|
+
trigger: z.ZodEffects<z.ZodString, string, string>;
|
|
3484
|
+
relayer: z.ZodEffects<z.ZodString, string, string>;
|
|
3485
|
+
oracles: z.ZodEffects<z.ZodString, string, string>;
|
|
3486
|
+
validator: z.ZodEffects<z.ZodString, string, string>;
|
|
3487
|
+
intents: z.ZodEffects<z.ZodString, string, string>;
|
|
3488
|
+
protocol: z.ZodEffects<z.ZodString, string, string>;
|
|
3489
|
+
total: z.ZodEffects<z.ZodString, string, string>;
|
|
3490
3490
|
}, "strip", z.ZodTypeAny, {
|
|
3491
|
-
trigger:
|
|
3492
|
-
relayer:
|
|
3493
|
-
oracles:
|
|
3494
|
-
validator:
|
|
3495
|
-
intents:
|
|
3496
|
-
protocol:
|
|
3497
|
-
total:
|
|
3491
|
+
trigger: string;
|
|
3492
|
+
relayer: string;
|
|
3493
|
+
oracles: string;
|
|
3494
|
+
validator: string;
|
|
3495
|
+
intents: string;
|
|
3496
|
+
protocol: string;
|
|
3497
|
+
total: string;
|
|
3498
3498
|
}, {
|
|
3499
|
-
trigger:
|
|
3500
|
-
relayer:
|
|
3501
|
-
oracles:
|
|
3502
|
-
validator:
|
|
3503
|
-
intents:
|
|
3504
|
-
protocol:
|
|
3505
|
-
total:
|
|
3499
|
+
trigger: string;
|
|
3500
|
+
relayer: string;
|
|
3501
|
+
oracles: string;
|
|
3502
|
+
validator: string;
|
|
3503
|
+
intents: string;
|
|
3504
|
+
protocol: string;
|
|
3505
|
+
total: string;
|
|
3506
3506
|
}>>;
|
|
3507
3507
|
solverFees: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3508
3508
|
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
3509
|
-
amount: z.
|
|
3509
|
+
amount: z.ZodEffects<z.ZodString, string, string>;
|
|
3510
3510
|
}, "strip", z.ZodTypeAny, {
|
|
3511
|
-
amount:
|
|
3511
|
+
amount: string;
|
|
3512
3512
|
address: string;
|
|
3513
3513
|
}, {
|
|
3514
|
-
amount:
|
|
3514
|
+
amount: string;
|
|
3515
3515
|
address: string;
|
|
3516
3516
|
}>, "many">>;
|
|
3517
3517
|
validations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -3528,25 +3528,24 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
3528
3528
|
description?: string | undefined;
|
|
3529
3529
|
}>, "many">>;
|
|
3530
3530
|
}>, "strip", z.ZodTypeAny, {
|
|
3531
|
-
result: "succeeded" | "failed";
|
|
3532
|
-
timestamp: number;
|
|
3533
3531
|
status: "pending" | "valid" | "invalid";
|
|
3534
3532
|
inputs: ({
|
|
3533
|
+
signature: string;
|
|
3535
3534
|
result: {
|
|
3536
3535
|
value: string;
|
|
3537
3536
|
};
|
|
3538
3537
|
query: {
|
|
3538
|
+
name: "EvmCallQuery";
|
|
3539
3539
|
params: {
|
|
3540
3540
|
data: string;
|
|
3541
3541
|
chainId: number;
|
|
3542
|
-
to: string;
|
|
3543
3542
|
timestamp: number;
|
|
3543
|
+
to: string;
|
|
3544
3544
|
};
|
|
3545
|
-
name: "EvmCallQuery";
|
|
3546
3545
|
hash: string;
|
|
3547
3546
|
};
|
|
3548
|
-
signature: string;
|
|
3549
3547
|
} | {
|
|
3548
|
+
signature: string;
|
|
3550
3549
|
result: {
|
|
3551
3550
|
value: {
|
|
3552
3551
|
accountsInfo: {
|
|
@@ -3560,19 +3559,20 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
3560
3559
|
};
|
|
3561
3560
|
};
|
|
3562
3561
|
query: {
|
|
3562
|
+
name: "SvmAccountsInfoQuery";
|
|
3563
3563
|
params: {
|
|
3564
3564
|
timestamp: number;
|
|
3565
3565
|
publicKeys: string[];
|
|
3566
3566
|
};
|
|
3567
|
-
name: "SvmAccountsInfoQuery";
|
|
3568
3567
|
hash: string;
|
|
3569
3568
|
};
|
|
3570
|
-
signature: string;
|
|
3571
3569
|
} | {
|
|
3570
|
+
signature: string;
|
|
3572
3571
|
result: {
|
|
3573
3572
|
value: string;
|
|
3574
3573
|
};
|
|
3575
3574
|
query: {
|
|
3575
|
+
name: "TokenPriceQuery";
|
|
3576
3576
|
params: {
|
|
3577
3577
|
token: {
|
|
3578
3578
|
address: string;
|
|
@@ -3580,11 +3580,10 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
3580
3580
|
};
|
|
3581
3581
|
timestamp: number;
|
|
3582
3582
|
};
|
|
3583
|
-
name: "TokenPriceQuery";
|
|
3584
3583
|
hash: string;
|
|
3585
3584
|
};
|
|
3586
|
-
signature: string;
|
|
3587
3585
|
} | {
|
|
3586
|
+
signature: string;
|
|
3588
3587
|
result: {
|
|
3589
3588
|
value: {
|
|
3590
3589
|
timestamp: number;
|
|
@@ -3598,6 +3597,7 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
3598
3597
|
};
|
|
3599
3598
|
};
|
|
3600
3599
|
query: {
|
|
3600
|
+
name: "RelevantTokensQuery";
|
|
3601
3601
|
params: {
|
|
3602
3602
|
owner: string;
|
|
3603
3603
|
tokens: {
|
|
@@ -3608,11 +3608,10 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
3608
3608
|
chainIds: number[];
|
|
3609
3609
|
tokenFilter: 0 | 1;
|
|
3610
3610
|
};
|
|
3611
|
-
name: "RelevantTokensQuery";
|
|
3612
3611
|
hash: string;
|
|
3613
3612
|
};
|
|
3614
|
-
signature: string;
|
|
3615
3613
|
} | {
|
|
3614
|
+
signature: string;
|
|
3616
3615
|
result: {
|
|
3617
3616
|
value: {
|
|
3618
3617
|
data: string;
|
|
@@ -3620,22 +3619,23 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
3620
3619
|
};
|
|
3621
3620
|
};
|
|
3622
3621
|
query: {
|
|
3622
|
+
name: "SubgraphQuery";
|
|
3623
3623
|
params: {
|
|
3624
3624
|
chainId: number;
|
|
3625
3625
|
timestamp: number;
|
|
3626
3626
|
subgraphId: string;
|
|
3627
3627
|
query: string;
|
|
3628
3628
|
};
|
|
3629
|
-
name: "SubgraphQuery";
|
|
3630
3629
|
hash: string;
|
|
3631
3630
|
};
|
|
3632
|
-
signature: string;
|
|
3633
3631
|
})[];
|
|
3634
3632
|
signature: string;
|
|
3635
3633
|
createdAt: Date;
|
|
3636
3634
|
triggerSig: string;
|
|
3637
3635
|
triggerType: 0 | 1 | 2;
|
|
3638
3636
|
triggerData: string;
|
|
3637
|
+
timestamp: number;
|
|
3638
|
+
result: "succeeded" | "failed";
|
|
3639
3639
|
hash: string;
|
|
3640
3640
|
fuelUsed: number;
|
|
3641
3641
|
outputs: {
|
|
@@ -3665,38 +3665,37 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
3665
3665
|
}[] | undefined;
|
|
3666
3666
|
logs?: string[] | undefined;
|
|
3667
3667
|
fee?: {
|
|
3668
|
-
trigger:
|
|
3669
|
-
relayer:
|
|
3670
|
-
oracles:
|
|
3671
|
-
validator:
|
|
3672
|
-
intents:
|
|
3673
|
-
protocol:
|
|
3674
|
-
total:
|
|
3668
|
+
trigger: string;
|
|
3669
|
+
relayer: string;
|
|
3670
|
+
oracles: string;
|
|
3671
|
+
validator: string;
|
|
3672
|
+
intents: string;
|
|
3673
|
+
protocol: string;
|
|
3674
|
+
total: string;
|
|
3675
3675
|
} | undefined;
|
|
3676
3676
|
solverFees?: {
|
|
3677
|
-
amount:
|
|
3677
|
+
amount: string;
|
|
3678
3678
|
address: string;
|
|
3679
3679
|
}[] | undefined;
|
|
3680
3680
|
}, {
|
|
3681
|
-
result: "succeeded" | "failed";
|
|
3682
|
-
timestamp: number;
|
|
3683
3681
|
status: "pending" | "valid" | "invalid";
|
|
3684
3682
|
inputs: ({
|
|
3683
|
+
signature: string;
|
|
3685
3684
|
result: {
|
|
3686
3685
|
value: string;
|
|
3687
3686
|
};
|
|
3688
3687
|
query: {
|
|
3688
|
+
name: "EvmCallQuery";
|
|
3689
3689
|
params: {
|
|
3690
3690
|
data: string;
|
|
3691
3691
|
chainId: number;
|
|
3692
|
-
to: string;
|
|
3693
3692
|
timestamp: number;
|
|
3693
|
+
to: string;
|
|
3694
3694
|
};
|
|
3695
|
-
name: "EvmCallQuery";
|
|
3696
3695
|
hash: string;
|
|
3697
3696
|
};
|
|
3698
|
-
signature: string;
|
|
3699
3697
|
} | {
|
|
3698
|
+
signature: string;
|
|
3700
3699
|
result: {
|
|
3701
3700
|
value: {
|
|
3702
3701
|
accountsInfo: {
|
|
@@ -3710,19 +3709,20 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
3710
3709
|
};
|
|
3711
3710
|
};
|
|
3712
3711
|
query: {
|
|
3712
|
+
name: "SvmAccountsInfoQuery";
|
|
3713
3713
|
params: {
|
|
3714
3714
|
timestamp: number;
|
|
3715
3715
|
publicKeys: string[];
|
|
3716
3716
|
};
|
|
3717
|
-
name: "SvmAccountsInfoQuery";
|
|
3718
3717
|
hash: string;
|
|
3719
3718
|
};
|
|
3720
|
-
signature: string;
|
|
3721
3719
|
} | {
|
|
3720
|
+
signature: string;
|
|
3722
3721
|
result: {
|
|
3723
3722
|
value: string;
|
|
3724
3723
|
};
|
|
3725
3724
|
query: {
|
|
3725
|
+
name: "TokenPriceQuery";
|
|
3726
3726
|
params: {
|
|
3727
3727
|
token: {
|
|
3728
3728
|
address: string;
|
|
@@ -3730,11 +3730,10 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
3730
3730
|
};
|
|
3731
3731
|
timestamp: number;
|
|
3732
3732
|
};
|
|
3733
|
-
name: "TokenPriceQuery";
|
|
3734
3733
|
hash: string;
|
|
3735
3734
|
};
|
|
3736
|
-
signature: string;
|
|
3737
3735
|
} | {
|
|
3736
|
+
signature: string;
|
|
3738
3737
|
result: {
|
|
3739
3738
|
value: {
|
|
3740
3739
|
timestamp: number;
|
|
@@ -3748,6 +3747,7 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
3748
3747
|
};
|
|
3749
3748
|
};
|
|
3750
3749
|
query: {
|
|
3750
|
+
name: "RelevantTokensQuery";
|
|
3751
3751
|
params: {
|
|
3752
3752
|
owner: string;
|
|
3753
3753
|
tokens: {
|
|
@@ -3758,11 +3758,10 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
3758
3758
|
chainIds: number[];
|
|
3759
3759
|
tokenFilter: 0 | 1;
|
|
3760
3760
|
};
|
|
3761
|
-
name: "RelevantTokensQuery";
|
|
3762
3761
|
hash: string;
|
|
3763
3762
|
};
|
|
3764
|
-
signature: string;
|
|
3765
3763
|
} | {
|
|
3764
|
+
signature: string;
|
|
3766
3765
|
result: {
|
|
3767
3766
|
value: {
|
|
3768
3767
|
data: string;
|
|
@@ -3770,22 +3769,23 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
3770
3769
|
};
|
|
3771
3770
|
};
|
|
3772
3771
|
query: {
|
|
3772
|
+
name: "SubgraphQuery";
|
|
3773
3773
|
params: {
|
|
3774
3774
|
chainId: number;
|
|
3775
3775
|
timestamp: number;
|
|
3776
3776
|
subgraphId: string;
|
|
3777
3777
|
query: string;
|
|
3778
3778
|
};
|
|
3779
|
-
name: "SubgraphQuery";
|
|
3780
3779
|
hash: string;
|
|
3781
3780
|
};
|
|
3782
|
-
signature: string;
|
|
3783
3781
|
})[];
|
|
3784
3782
|
signature: string;
|
|
3785
3783
|
createdAt: Date;
|
|
3786
3784
|
triggerSig: string;
|
|
3787
3785
|
triggerType: 0 | 1 | 2;
|
|
3788
3786
|
triggerData: string;
|
|
3787
|
+
timestamp: number;
|
|
3788
|
+
result: "succeeded" | "failed";
|
|
3789
3789
|
hash: string;
|
|
3790
3790
|
fuelUsed: number;
|
|
3791
3791
|
outputs: {
|
|
@@ -3815,16 +3815,16 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
3815
3815
|
}[] | undefined;
|
|
3816
3816
|
logs?: string[] | undefined;
|
|
3817
3817
|
fee?: {
|
|
3818
|
-
trigger:
|
|
3819
|
-
relayer:
|
|
3820
|
-
oracles:
|
|
3821
|
-
validator:
|
|
3822
|
-
intents:
|
|
3823
|
-
protocol:
|
|
3824
|
-
total:
|
|
3818
|
+
trigger: string;
|
|
3819
|
+
relayer: string;
|
|
3820
|
+
oracles: string;
|
|
3821
|
+
validator: string;
|
|
3822
|
+
intents: string;
|
|
3823
|
+
protocol: string;
|
|
3824
|
+
total: string;
|
|
3825
3825
|
} | undefined;
|
|
3826
3826
|
solverFees?: {
|
|
3827
|
-
amount:
|
|
3827
|
+
amount: string;
|
|
3828
3828
|
address: string;
|
|
3829
3829
|
}[] | undefined;
|
|
3830
3830
|
}>, "many">;
|
|
@@ -3867,12 +3867,12 @@ export declare const ExecutionValidationRequestValidator: z.ZodObject<z.objectUt
|
|
|
3867
3867
|
}>;
|
|
3868
3868
|
export declare const OracleFeeValidator: z.ZodObject<{
|
|
3869
3869
|
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
3870
|
-
fee: z.
|
|
3870
|
+
fee: z.ZodEffects<z.ZodString, string, string>;
|
|
3871
3871
|
}, "strip", z.ZodTypeAny, {
|
|
3872
3872
|
address: string;
|
|
3873
|
-
fee:
|
|
3873
|
+
fee: string;
|
|
3874
3874
|
}, {
|
|
3875
3875
|
address: string;
|
|
3876
|
-
fee:
|
|
3876
|
+
fee: string;
|
|
3877
3877
|
}>;
|
|
3878
3878
|
//# sourceMappingURL=validators.d.ts.map
|