@mimicprotocol/sdk 0.0.1-rc.3 → 0.0.1-rc.31
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/constants.d.ts +36 -16
- package/dist/axia/constants.d.ts.map +1 -1
- package/dist/axia/constants.js +32 -19
- package/dist/axia/constants.js.map +1 -1
- package/dist/axia/types.d.ts +4 -1
- package/dist/axia/types.d.ts.map +1 -1
- package/dist/axia/validators.d.ts +2163 -655
- package/dist/axia/validators.d.ts.map +1 -1
- package/dist/axia/validators.js +27 -9
- package/dist/axia/validators.js.map +1 -1
- package/dist/client/core/auth.d.ts +2 -1
- package/dist/client/core/auth.d.ts.map +1 -1
- package/dist/client/core/auth.js +3 -2
- package/dist/client/core/auth.js.map +1 -1
- package/dist/client/core/config.d.ts +2 -2
- package/dist/client/core/config.d.ts.map +1 -1
- package/dist/client/core/config.js +7 -6
- package/dist/client/core/config.js.map +1 -1
- package/dist/client/domains/Client.d.ts.map +1 -1
- package/dist/client/domains/Client.js +4 -2
- package/dist/client/domains/Client.js.map +1 -1
- package/dist/client/domains/ConfigsClient.d.ts +4 -1
- package/dist/client/domains/ConfigsClient.d.ts.map +1 -1
- package/dist/client/domains/ConfigsClient.js +37 -3
- package/dist/client/domains/ConfigsClient.js.map +1 -1
- package/dist/client/domains/IntentsClient.d.ts +25 -8
- package/dist/client/domains/IntentsClient.d.ts.map +1 -1
- package/dist/client/domains/IntentsClient.js +26 -4
- package/dist/client/domains/IntentsClient.js.map +1 -1
- package/dist/client/domains/TasksClient.d.ts.map +1 -1
- package/dist/client/domains/TasksClient.js +1 -4
- package/dist/client/domains/TasksClient.js.map +1 -1
- package/dist/client/domains/UsersClient.d.ts +16 -0
- package/dist/client/domains/UsersClient.d.ts.map +1 -0
- package/dist/client/domains/UsersClient.js +45 -0
- package/dist/client/domains/UsersClient.js.map +1 -0
- package/dist/client/domains/index.d.ts +1 -0
- package/dist/client/domains/index.d.ts.map +1 -1
- package/dist/client/domains/index.js +3 -1
- package/dist/client/domains/index.js.map +1 -1
- package/dist/client/index.d.ts +5 -2
- package/dist/client/index.d.ts.map +1 -1
- package/dist/client/index.js +10 -7
- package/dist/client/index.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/oracle/eip712Types.d.ts +45 -5
- package/dist/oracle/eip712Types.d.ts.map +1 -1
- package/dist/oracle/eip712Types.js +50 -10
- package/dist/oracle/eip712Types.js.map +1 -1
- package/dist/oracle/types.d.ts +15 -1
- package/dist/oracle/types.d.ts.map +1 -1
- package/dist/oracle/validators.d.ts +854 -232
- package/dist/oracle/validators.d.ts.map +1 -1
- package/dist/oracle/validators.js +35 -6
- package/dist/oracle/validators.js.map +1 -1
- package/dist/registry/AuthSigner.d.ts +5 -4
- package/dist/registry/AuthSigner.d.ts.map +1 -1
- package/dist/registry/AuthSigner.js +6 -5
- package/dist/registry/AuthSigner.js.map +1 -1
- package/dist/registry/ConfigSigner.d.ts +2 -1
- package/dist/registry/ConfigSigner.d.ts.map +1 -1
- package/dist/registry/ConfigSigner.js +35 -12
- package/dist/registry/ConfigSigner.js.map +1 -1
- package/dist/registry/eip712Types.d.ts +27 -1
- package/dist/registry/eip712Types.d.ts.map +1 -1
- package/dist/registry/eip712Types.js +32 -3
- package/dist/registry/eip712Types.js.map +1 -1
- package/dist/registry/types.d.ts +12 -1
- package/dist/registry/types.d.ts.map +1 -1
- package/dist/registry/types.js +5 -1
- package/dist/registry/types.js.map +1 -1
- package/dist/registry/validations.d.ts +2 -2
- package/dist/registry/validations.d.ts.map +1 -1
- package/dist/registry/validations.js +5 -5
- package/dist/registry/validations.js.map +1 -1
- package/dist/registry/validators.d.ts +794 -215
- package/dist/registry/validators.d.ts.map +1 -1
- package/dist/registry/validators.js +77 -13
- package/dist/registry/validators.js.map +1 -1
- package/dist/relayer/eip712Types.d.ts +4 -0
- package/dist/relayer/eip712Types.d.ts.map +1 -1
- package/dist/relayer/types.d.ts +2 -1
- package/dist/relayer/types.d.ts.map +1 -1
- package/dist/relayer/validators.d.ts +1808 -445
- package/dist/relayer/validators.d.ts.map +1 -1
- package/dist/relayer/validators.js +7 -15
- package/dist/relayer/validators.js.map +1 -1
- package/dist/runner/validators.d.ts +766 -169
- package/dist/runner/validators.d.ts.map +1 -1
- package/dist/runner/validators.js +10 -1
- package/dist/runner/validators.js.map +1 -1
- package/dist/shared/codec/chains/evm.d.ts +9 -0
- package/dist/shared/codec/chains/evm.d.ts.map +1 -0
- package/dist/shared/codec/chains/evm.js +122 -0
- package/dist/shared/codec/chains/evm.js.map +1 -0
- package/dist/shared/codec/chains/svm.d.ts +22 -0
- package/dist/shared/codec/chains/svm.d.ts.map +1 -0
- package/dist/shared/codec/chains/svm.js +233 -0
- package/dist/shared/codec/chains/svm.js.map +1 -0
- package/dist/shared/codec/decoder.d.ts +7 -2
- package/dist/shared/codec/decoder.d.ts.map +1 -1
- package/dist/shared/codec/decoder.js +51 -41
- package/dist/shared/codec/decoder.js.map +1 -1
- package/dist/shared/codec/encoder.d.ts +98 -5
- package/dist/shared/codec/encoder.d.ts.map +1 -1
- package/dist/shared/codec/encoder.js +36 -54
- package/dist/shared/codec/encoder.js.map +1 -1
- package/dist/shared/codec/index.d.ts +1 -0
- package/dist/shared/codec/index.d.ts.map +1 -1
- package/dist/shared/codec/index.js +14 -0
- package/dist/shared/codec/index.js.map +1 -1
- package/dist/shared/eip712Types/index.d.ts +11 -1
- package/dist/shared/eip712Types/index.d.ts.map +1 -1
- package/dist/shared/eip712Types/index.js +19 -6
- package/dist/shared/eip712Types/index.js.map +1 -1
- package/dist/shared/signer/EthersSigner.d.ts +2 -1
- package/dist/shared/signer/EthersSigner.d.ts.map +1 -1
- package/dist/shared/signer/EthersSigner.js +3 -0
- package/dist/shared/signer/EthersSigner.js.map +1 -1
- package/dist/shared/signer/Signer.d.ts +1 -0
- package/dist/shared/signer/Signer.d.ts.map +1 -1
- package/dist/shared/signer/WindowEthereumSigner.d.ts +2 -1
- package/dist/shared/signer/WindowEthereumSigner.d.ts.map +1 -1
- package/dist/shared/signer/WindowEthereumSigner.js +3 -0
- package/dist/shared/signer/WindowEthereumSigner.js.map +1 -1
- package/dist/shared/types/executions.d.ts +3 -2
- package/dist/shared/types/executions.d.ts.map +1 -1
- package/dist/shared/types/index.d.ts +0 -1
- package/dist/shared/types/index.d.ts.map +1 -1
- package/dist/shared/types/index.js +0 -1
- package/dist/shared/types/index.js.map +1 -1
- package/dist/shared/types/intents.d.ts +11 -4
- package/dist/shared/types/intents.d.ts.map +1 -1
- package/dist/shared/types/primitives.d.ts +3 -1
- package/dist/shared/types/primitives.d.ts.map +1 -1
- package/dist/shared/utils/addresses.d.ts +5 -2
- package/dist/shared/utils/addresses.d.ts.map +1 -1
- package/dist/shared/utils/addresses.js +11 -1
- package/dist/shared/utils/addresses.js.map +1 -1
- package/dist/shared/utils/bytes.d.ts +2 -0
- package/dist/shared/utils/bytes.d.ts.map +1 -1
- package/dist/shared/utils/bytes.js +10 -0
- package/dist/shared/utils/bytes.js.map +1 -1
- package/dist/shared/utils/chains.d.ts +2 -0
- package/dist/shared/utils/chains.d.ts.map +1 -1
- package/dist/shared/utils/chains.js +2 -0
- package/dist/shared/utils/chains.js.map +1 -1
- 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 +8 -6
- package/dist/shared/utils/numbers.d.ts.map +1 -1
- package/dist/shared/utils/numbers.js +59 -22
- package/dist/shared/utils/numbers.js.map +1 -1
- package/dist/shared/utils/random.d.ts +4 -1
- package/dist/shared/utils/random.d.ts.map +1 -1
- package/dist/shared/utils/random.js +22 -4
- package/dist/shared/utils/random.js.map +1 -1
- package/dist/shared/utils/time.d.ts +14 -0
- package/dist/shared/utils/time.d.ts.map +1 -0
- package/dist/shared/utils/time.js +59 -0
- package/dist/shared/utils/time.js.map +1 -0
- package/dist/shared/utils/validations.d.ts +7 -1
- package/dist/shared/utils/validations.d.ts.map +1 -1
- package/dist/shared/utils/validations.js +36 -3
- package/dist/shared/utils/validations.js.map +1 -1
- package/dist/shared/validators/executions.d.ts +80 -43
- package/dist/shared/validators/executions.d.ts.map +1 -1
- package/dist/shared/validators/executions.js +15 -21
- package/dist/shared/validators/executions.js.map +1 -1
- package/dist/shared/validators/index.d.ts +0 -1
- package/dist/shared/validators/index.d.ts.map +1 -1
- package/dist/shared/validators/index.js +0 -1
- package/dist/shared/validators/index.js.map +1 -1
- package/dist/shared/validators/intents.d.ts +470 -37
- package/dist/shared/validators/intents.d.ts.map +1 -1
- package/dist/shared/validators/intents.js +40 -14
- package/dist/shared/validators/intents.js.map +1 -1
- package/dist/shared/validators/primitives.d.ts +34 -7
- package/dist/shared/validators/primitives.d.ts.map +1 -1
- package/dist/shared/validators/primitives.js +22 -11
- package/dist/shared/validators/primitives.js.map +1 -1
- package/dist/validator/ValidatorSigner.d.ts +10 -4
- package/dist/validator/ValidatorSigner.d.ts.map +1 -1
- package/dist/validator/ValidatorSigner.js +14 -8
- package/dist/validator/ValidatorSigner.js.map +1 -1
- package/dist/validator/eip712Types.d.ts.map +1 -1
- package/dist/validator/eip712Types.js +5 -2
- package/dist/validator/eip712Types.js.map +1 -1
- package/package.json +8 -1
- package/dist/shared/types/events.d.ts +0 -4
- package/dist/shared/types/events.d.ts.map +0 -1
- package/dist/shared/types/events.js +0 -3
- package/dist/shared/types/events.js.map +0 -1
- package/dist/shared/validators/events.d.ts +0 -20
- package/dist/shared/validators/events.d.ts.map +0 -1
- package/dist/shared/validators/events.js +0 -17
- package/dist/shared/validators/events.js.map +0 -1
|
@@ -1,33 +1,66 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
|
|
2
|
+
export declare const SolverFeeValidator: z.ZodObject<{
|
|
3
|
+
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
4
|
+
amount: z.ZodNumber;
|
|
5
|
+
}, "strip", z.ZodTypeAny, {
|
|
6
|
+
amount: number;
|
|
7
|
+
address: string;
|
|
8
|
+
}, {
|
|
9
|
+
amount: number;
|
|
10
|
+
address: string;
|
|
11
|
+
}>;
|
|
12
|
+
export declare const IntentLogValidator: z.ZodObject<{
|
|
13
|
+
level: z.ZodNativeEnum<{
|
|
14
|
+
readonly info: "info";
|
|
15
|
+
readonly success: "success";
|
|
16
|
+
readonly error: "error";
|
|
17
|
+
}>;
|
|
18
|
+
data: z.ZodString;
|
|
19
|
+
createdAt: z.ZodDate;
|
|
20
|
+
}, "strip", z.ZodTypeAny, {
|
|
21
|
+
data: string;
|
|
22
|
+
createdAt: Date;
|
|
23
|
+
level: "info" | "success" | "error";
|
|
24
|
+
}, {
|
|
25
|
+
data: string;
|
|
26
|
+
createdAt: Date;
|
|
27
|
+
level: "info" | "success" | "error";
|
|
28
|
+
}>;
|
|
3
29
|
export declare const AxiaProposalValidator: z.ZodObject<{
|
|
4
30
|
solver: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
5
31
|
data: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
6
32
|
deadline: z.ZodEffects<z.ZodString, string, string>;
|
|
7
33
|
fees: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
|
|
8
34
|
feeUsd: z.ZodNumber;
|
|
9
|
-
status: z.ZodNativeEnum<
|
|
35
|
+
status: z.ZodNativeEnum<{
|
|
36
|
+
readonly received: "received";
|
|
37
|
+
readonly discarded: "discarded";
|
|
38
|
+
readonly submitted: "submitted";
|
|
39
|
+
readonly succeeded: "succeeded";
|
|
40
|
+
readonly failed: "failed";
|
|
41
|
+
readonly expired: "expired";
|
|
42
|
+
}>;
|
|
10
43
|
description: z.ZodOptional<z.ZodString>;
|
|
11
44
|
signatures: z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, "many">;
|
|
12
45
|
transactionHash: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
|
|
13
46
|
destTransactionHash: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
|
|
14
47
|
}, "strip", z.ZodTypeAny, {
|
|
15
|
-
data: string;
|
|
16
48
|
deadline: string;
|
|
49
|
+
data: string;
|
|
17
50
|
solver: string;
|
|
18
51
|
fees: string[];
|
|
19
|
-
status:
|
|
52
|
+
status: "succeeded" | "failed" | "discarded" | "submitted" | "expired" | "received";
|
|
20
53
|
feeUsd: number;
|
|
21
54
|
signatures: string[];
|
|
22
55
|
description?: string | undefined;
|
|
23
56
|
transactionHash?: string | undefined;
|
|
24
57
|
destTransactionHash?: string | undefined;
|
|
25
58
|
}, {
|
|
26
|
-
data: string;
|
|
27
59
|
deadline: string;
|
|
60
|
+
data: string;
|
|
28
61
|
solver: string;
|
|
29
62
|
fees: string[];
|
|
30
|
-
status:
|
|
63
|
+
status: "succeeded" | "failed" | "discarded" | "submitted" | "expired" | "received";
|
|
31
64
|
feeUsd: number;
|
|
32
65
|
signatures: string[];
|
|
33
66
|
description?: string | undefined;
|
|
@@ -35,7 +68,12 @@ export declare const AxiaProposalValidator: z.ZodObject<{
|
|
|
35
68
|
destTransactionHash?: string | undefined;
|
|
36
69
|
}>;
|
|
37
70
|
export declare const AxiaIntentValidator: z.ZodObject<z.objectUtil.extendShape<{
|
|
38
|
-
op: z.ZodNativeEnum<
|
|
71
|
+
op: z.ZodNativeEnum<{
|
|
72
|
+
readonly Swap: 0;
|
|
73
|
+
readonly Transfer: 1;
|
|
74
|
+
readonly EvmCall: 2;
|
|
75
|
+
readonly SvmCall: 3;
|
|
76
|
+
}>;
|
|
39
77
|
user: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
40
78
|
settler: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
41
79
|
nonce: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
@@ -51,119 +89,170 @@ export declare const AxiaIntentValidator: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
51
89
|
token: string;
|
|
52
90
|
amount: string;
|
|
53
91
|
}>, "many">;
|
|
92
|
+
events: z.ZodArray<z.ZodObject<{
|
|
93
|
+
topic: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
94
|
+
data: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
95
|
+
}, "strip", z.ZodTypeAny, {
|
|
96
|
+
data: string;
|
|
97
|
+
topic: string;
|
|
98
|
+
}, {
|
|
99
|
+
data: string;
|
|
100
|
+
topic: string;
|
|
101
|
+
}>, "many">;
|
|
102
|
+
configSig: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
103
|
+
minValidations: z.ZodNumber;
|
|
54
104
|
}, {
|
|
55
105
|
hash: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
56
|
-
|
|
106
|
+
executionHash: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
107
|
+
status: z.ZodNativeEnum<{
|
|
108
|
+
readonly created: "created";
|
|
109
|
+
readonly enqueued: "enqueued";
|
|
110
|
+
readonly discarded: "discarded";
|
|
111
|
+
readonly submitted: "submitted";
|
|
112
|
+
readonly succeeded: "succeeded";
|
|
113
|
+
readonly failed: "failed";
|
|
114
|
+
readonly expired: "expired";
|
|
115
|
+
}>;
|
|
57
116
|
proposals: z.ZodArray<z.ZodObject<{
|
|
58
117
|
solver: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
59
118
|
data: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
60
119
|
deadline: z.ZodEffects<z.ZodString, string, string>;
|
|
61
120
|
fees: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
|
|
62
121
|
feeUsd: z.ZodNumber;
|
|
63
|
-
status: z.ZodNativeEnum<
|
|
122
|
+
status: z.ZodNativeEnum<{
|
|
123
|
+
readonly received: "received";
|
|
124
|
+
readonly discarded: "discarded";
|
|
125
|
+
readonly submitted: "submitted";
|
|
126
|
+
readonly succeeded: "succeeded";
|
|
127
|
+
readonly failed: "failed";
|
|
128
|
+
readonly expired: "expired";
|
|
129
|
+
}>;
|
|
64
130
|
description: z.ZodOptional<z.ZodString>;
|
|
65
131
|
signatures: z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, "many">;
|
|
66
132
|
transactionHash: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
|
|
67
133
|
destTransactionHash: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
|
|
68
134
|
}, "strip", z.ZodTypeAny, {
|
|
69
|
-
data: string;
|
|
70
135
|
deadline: string;
|
|
136
|
+
data: string;
|
|
71
137
|
solver: string;
|
|
72
138
|
fees: string[];
|
|
73
|
-
status:
|
|
139
|
+
status: "succeeded" | "failed" | "discarded" | "submitted" | "expired" | "received";
|
|
74
140
|
feeUsd: number;
|
|
75
141
|
signatures: string[];
|
|
76
142
|
description?: string | undefined;
|
|
77
143
|
transactionHash?: string | undefined;
|
|
78
144
|
destTransactionHash?: string | undefined;
|
|
79
145
|
}, {
|
|
80
|
-
data: string;
|
|
81
146
|
deadline: string;
|
|
147
|
+
data: string;
|
|
82
148
|
solver: string;
|
|
83
149
|
fees: string[];
|
|
84
|
-
status:
|
|
150
|
+
status: "succeeded" | "failed" | "discarded" | "submitted" | "expired" | "received";
|
|
85
151
|
feeUsd: number;
|
|
86
152
|
signatures: string[];
|
|
87
153
|
description?: string | undefined;
|
|
88
154
|
transactionHash?: string | undefined;
|
|
89
155
|
destTransactionHash?: string | undefined;
|
|
90
156
|
}>, "many">;
|
|
91
|
-
|
|
92
|
-
level: z.ZodNativeEnum<
|
|
157
|
+
logs: z.ZodArray<z.ZodObject<{
|
|
158
|
+
level: z.ZodNativeEnum<{
|
|
159
|
+
readonly info: "info";
|
|
160
|
+
readonly success: "success";
|
|
161
|
+
readonly error: "error";
|
|
162
|
+
}>;
|
|
93
163
|
data: z.ZodString;
|
|
94
164
|
createdAt: z.ZodDate;
|
|
95
165
|
}, "strip", z.ZodTypeAny, {
|
|
96
166
|
data: string;
|
|
97
|
-
level: import("../shared").EventLevel;
|
|
98
167
|
createdAt: Date;
|
|
168
|
+
level: "info" | "success" | "error";
|
|
99
169
|
}, {
|
|
100
170
|
data: string;
|
|
101
|
-
level: import("../shared").EventLevel;
|
|
102
171
|
createdAt: Date;
|
|
172
|
+
level: "info" | "success" | "error";
|
|
103
173
|
}>, "many">;
|
|
104
174
|
}>, "strip", z.ZodTypeAny, {
|
|
105
|
-
|
|
106
|
-
op: import("../shared").OpType;
|
|
175
|
+
op: 0 | 1 | 2 | 3;
|
|
107
176
|
user: string;
|
|
108
177
|
settler: string;
|
|
109
178
|
nonce: string;
|
|
110
179
|
deadline: string;
|
|
180
|
+
data: string;
|
|
111
181
|
maxFees: {
|
|
112
182
|
token: string;
|
|
113
183
|
amount: string;
|
|
114
184
|
}[];
|
|
115
|
-
|
|
185
|
+
events: {
|
|
186
|
+
data: string;
|
|
187
|
+
topic: string;
|
|
188
|
+
}[];
|
|
189
|
+
configSig: string;
|
|
190
|
+
minValidations: number;
|
|
191
|
+
status: "succeeded" | "failed" | "created" | "enqueued" | "discarded" | "submitted" | "expired";
|
|
116
192
|
hash: string;
|
|
193
|
+
executionHash: string;
|
|
117
194
|
proposals: {
|
|
118
|
-
data: string;
|
|
119
195
|
deadline: string;
|
|
196
|
+
data: string;
|
|
120
197
|
solver: string;
|
|
121
198
|
fees: string[];
|
|
122
|
-
status:
|
|
199
|
+
status: "succeeded" | "failed" | "discarded" | "submitted" | "expired" | "received";
|
|
123
200
|
feeUsd: number;
|
|
124
201
|
signatures: string[];
|
|
125
202
|
description?: string | undefined;
|
|
126
203
|
transactionHash?: string | undefined;
|
|
127
204
|
destTransactionHash?: string | undefined;
|
|
128
205
|
}[];
|
|
129
|
-
|
|
206
|
+
logs: {
|
|
130
207
|
data: string;
|
|
131
|
-
level: import("../shared").EventLevel;
|
|
132
208
|
createdAt: Date;
|
|
209
|
+
level: "info" | "success" | "error";
|
|
133
210
|
}[];
|
|
134
211
|
}, {
|
|
135
|
-
|
|
136
|
-
op: import("../shared").OpType;
|
|
212
|
+
op: 0 | 1 | 2 | 3;
|
|
137
213
|
user: string;
|
|
138
214
|
settler: string;
|
|
139
215
|
nonce: string;
|
|
140
216
|
deadline: string;
|
|
217
|
+
data: string;
|
|
141
218
|
maxFees: {
|
|
142
219
|
token: string;
|
|
143
220
|
amount: string;
|
|
144
221
|
}[];
|
|
145
|
-
|
|
222
|
+
events: {
|
|
223
|
+
data: string;
|
|
224
|
+
topic: string;
|
|
225
|
+
}[];
|
|
226
|
+
configSig: string;
|
|
227
|
+
minValidations: number;
|
|
228
|
+
status: "succeeded" | "failed" | "created" | "enqueued" | "discarded" | "submitted" | "expired";
|
|
146
229
|
hash: string;
|
|
230
|
+
executionHash: string;
|
|
147
231
|
proposals: {
|
|
148
|
-
data: string;
|
|
149
232
|
deadline: string;
|
|
233
|
+
data: string;
|
|
150
234
|
solver: string;
|
|
151
235
|
fees: string[];
|
|
152
|
-
status:
|
|
236
|
+
status: "succeeded" | "failed" | "discarded" | "submitted" | "expired" | "received";
|
|
153
237
|
feeUsd: number;
|
|
154
238
|
signatures: string[];
|
|
155
239
|
description?: string | undefined;
|
|
156
240
|
transactionHash?: string | undefined;
|
|
157
241
|
destTransactionHash?: string | undefined;
|
|
158
242
|
}[];
|
|
159
|
-
|
|
243
|
+
logs: {
|
|
160
244
|
data: string;
|
|
161
|
-
level: import("../shared").EventLevel;
|
|
162
245
|
createdAt: Date;
|
|
246
|
+
level: "info" | "success" | "error";
|
|
163
247
|
}[];
|
|
164
248
|
}>;
|
|
165
|
-
export declare const IntentQuoteRequestValidator: z.ZodEffects<z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<{
|
|
166
|
-
op: z.ZodNativeEnum<
|
|
249
|
+
export declare const IntentQuoteRequestValidator: z.ZodEffects<z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
250
|
+
op: z.ZodNativeEnum<{
|
|
251
|
+
readonly Swap: 0;
|
|
252
|
+
readonly Transfer: 1;
|
|
253
|
+
readonly EvmCall: 2;
|
|
254
|
+
readonly SvmCall: 3;
|
|
255
|
+
}>;
|
|
167
256
|
user: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
168
257
|
settler: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
169
258
|
nonce: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
@@ -179,79 +268,135 @@ export declare const IntentQuoteRequestValidator: z.ZodEffects<z.ZodEffects<z.Zo
|
|
|
179
268
|
token: string;
|
|
180
269
|
amount: string;
|
|
181
270
|
}>, "many">;
|
|
271
|
+
events: z.ZodArray<z.ZodObject<{
|
|
272
|
+
topic: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
273
|
+
data: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
274
|
+
}, "strip", z.ZodTypeAny, {
|
|
275
|
+
data: string;
|
|
276
|
+
topic: string;
|
|
277
|
+
}, {
|
|
278
|
+
data: string;
|
|
279
|
+
topic: string;
|
|
280
|
+
}>, "many">;
|
|
281
|
+
configSig: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
282
|
+
minValidations: z.ZodNumber;
|
|
182
283
|
}, {
|
|
284
|
+
validations: z.ZodArray<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, "many">, "many">;
|
|
285
|
+
}>, {
|
|
183
286
|
hash: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
184
287
|
}>, "strip", z.ZodTypeAny, {
|
|
185
|
-
|
|
186
|
-
op: import("../shared").OpType;
|
|
288
|
+
op: 0 | 1 | 2 | 3;
|
|
187
289
|
user: string;
|
|
188
290
|
settler: string;
|
|
189
291
|
nonce: string;
|
|
190
292
|
deadline: string;
|
|
293
|
+
data: string;
|
|
191
294
|
maxFees: {
|
|
192
295
|
token: string;
|
|
193
296
|
amount: string;
|
|
194
297
|
}[];
|
|
298
|
+
events: {
|
|
299
|
+
data: string;
|
|
300
|
+
topic: string;
|
|
301
|
+
}[];
|
|
302
|
+
configSig: string;
|
|
303
|
+
minValidations: number;
|
|
304
|
+
validations: string[][];
|
|
195
305
|
hash: string;
|
|
196
306
|
}, {
|
|
197
|
-
|
|
198
|
-
op: import("../shared").OpType;
|
|
307
|
+
op: 0 | 1 | 2 | 3;
|
|
199
308
|
user: string;
|
|
200
309
|
settler: string;
|
|
201
310
|
nonce: string;
|
|
202
311
|
deadline: string;
|
|
312
|
+
data: string;
|
|
203
313
|
maxFees: {
|
|
204
314
|
token: string;
|
|
205
315
|
amount: string;
|
|
206
316
|
}[];
|
|
317
|
+
events: {
|
|
318
|
+
data: string;
|
|
319
|
+
topic: string;
|
|
320
|
+
}[];
|
|
321
|
+
configSig: string;
|
|
322
|
+
minValidations: number;
|
|
323
|
+
validations: string[][];
|
|
207
324
|
hash: string;
|
|
208
325
|
}>, {
|
|
209
|
-
|
|
210
|
-
op: import("../shared").OpType;
|
|
326
|
+
op: 0 | 1 | 2 | 3;
|
|
211
327
|
user: string;
|
|
212
328
|
settler: string;
|
|
213
329
|
nonce: string;
|
|
214
330
|
deadline: string;
|
|
331
|
+
data: string;
|
|
215
332
|
maxFees: {
|
|
216
333
|
token: string;
|
|
217
334
|
amount: string;
|
|
218
335
|
}[];
|
|
336
|
+
events: {
|
|
337
|
+
data: string;
|
|
338
|
+
topic: string;
|
|
339
|
+
}[];
|
|
340
|
+
configSig: string;
|
|
341
|
+
minValidations: number;
|
|
342
|
+
validations: string[][];
|
|
219
343
|
hash: string;
|
|
220
344
|
}, {
|
|
221
|
-
|
|
222
|
-
op: import("../shared").OpType;
|
|
345
|
+
op: 0 | 1 | 2 | 3;
|
|
223
346
|
user: string;
|
|
224
347
|
settler: string;
|
|
225
348
|
nonce: string;
|
|
226
349
|
deadline: string;
|
|
350
|
+
data: string;
|
|
227
351
|
maxFees: {
|
|
228
352
|
token: string;
|
|
229
353
|
amount: string;
|
|
230
354
|
}[];
|
|
355
|
+
events: {
|
|
356
|
+
data: string;
|
|
357
|
+
topic: string;
|
|
358
|
+
}[];
|
|
359
|
+
configSig: string;
|
|
360
|
+
minValidations: number;
|
|
361
|
+
validations: string[][];
|
|
231
362
|
hash: string;
|
|
232
363
|
}>, {
|
|
233
|
-
|
|
234
|
-
op: import("../shared").OpType;
|
|
364
|
+
op: 0 | 1 | 2 | 3;
|
|
235
365
|
user: string;
|
|
236
366
|
settler: string;
|
|
237
367
|
nonce: string;
|
|
238
368
|
deadline: string;
|
|
369
|
+
data: string;
|
|
239
370
|
maxFees: {
|
|
240
371
|
token: string;
|
|
241
372
|
amount: string;
|
|
242
373
|
}[];
|
|
374
|
+
events: {
|
|
375
|
+
data: string;
|
|
376
|
+
topic: string;
|
|
377
|
+
}[];
|
|
378
|
+
configSig: string;
|
|
379
|
+
minValidations: number;
|
|
380
|
+
validations: string[][];
|
|
243
381
|
hash: string;
|
|
244
382
|
}, {
|
|
245
|
-
|
|
246
|
-
op: import("../shared").OpType;
|
|
383
|
+
op: 0 | 1 | 2 | 3;
|
|
247
384
|
user: string;
|
|
248
385
|
settler: string;
|
|
249
386
|
nonce: string;
|
|
250
387
|
deadline: string;
|
|
388
|
+
data: string;
|
|
251
389
|
maxFees: {
|
|
252
390
|
token: string;
|
|
253
391
|
amount: string;
|
|
254
392
|
}[];
|
|
393
|
+
events: {
|
|
394
|
+
data: string;
|
|
395
|
+
topic: string;
|
|
396
|
+
}[];
|
|
397
|
+
configSig: string;
|
|
398
|
+
minValidations: number;
|
|
399
|
+
validations: string[][];
|
|
255
400
|
hash: string;
|
|
256
401
|
}>;
|
|
257
402
|
export declare const IntentQuoteValidator: z.ZodObject<{
|
|
@@ -294,20 +439,25 @@ export declare const IntentsGetRequestValidator: z.ZodObject<{
|
|
|
294
439
|
}, "strip", z.ZodTypeAny, {
|
|
295
440
|
user?: string | undefined;
|
|
296
441
|
settler?: string | undefined;
|
|
297
|
-
deadlineAfter?: string | undefined;
|
|
298
|
-
deadlineBefore?: string | undefined;
|
|
299
442
|
offset?: number | undefined;
|
|
300
443
|
limit?: number | undefined;
|
|
444
|
+
deadlineAfter?: string | undefined;
|
|
445
|
+
deadlineBefore?: string | undefined;
|
|
301
446
|
}, {
|
|
302
447
|
user?: string | undefined;
|
|
303
448
|
settler?: string | undefined;
|
|
304
|
-
deadlineAfter?: string | undefined;
|
|
305
|
-
deadlineBefore?: string | undefined;
|
|
306
449
|
offset?: number | undefined;
|
|
307
450
|
limit?: number | undefined;
|
|
451
|
+
deadlineAfter?: string | undefined;
|
|
452
|
+
deadlineBefore?: string | undefined;
|
|
308
453
|
}>;
|
|
309
454
|
export declare const AxiaIntentsValidator: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
310
|
-
op: z.ZodNativeEnum<
|
|
455
|
+
op: z.ZodNativeEnum<{
|
|
456
|
+
readonly Swap: 0;
|
|
457
|
+
readonly Transfer: 1;
|
|
458
|
+
readonly EvmCall: 2;
|
|
459
|
+
readonly SvmCall: 3;
|
|
460
|
+
}>;
|
|
311
461
|
user: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
312
462
|
settler: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
313
463
|
nonce: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
@@ -323,115 +473,161 @@ export declare const AxiaIntentsValidator: z.ZodArray<z.ZodObject<z.objectUtil.e
|
|
|
323
473
|
token: string;
|
|
324
474
|
amount: string;
|
|
325
475
|
}>, "many">;
|
|
476
|
+
events: z.ZodArray<z.ZodObject<{
|
|
477
|
+
topic: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
478
|
+
data: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
479
|
+
}, "strip", z.ZodTypeAny, {
|
|
480
|
+
data: string;
|
|
481
|
+
topic: string;
|
|
482
|
+
}, {
|
|
483
|
+
data: string;
|
|
484
|
+
topic: string;
|
|
485
|
+
}>, "many">;
|
|
486
|
+
configSig: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
487
|
+
minValidations: z.ZodNumber;
|
|
326
488
|
}, {
|
|
327
489
|
hash: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
328
|
-
|
|
490
|
+
executionHash: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
491
|
+
status: z.ZodNativeEnum<{
|
|
492
|
+
readonly created: "created";
|
|
493
|
+
readonly enqueued: "enqueued";
|
|
494
|
+
readonly discarded: "discarded";
|
|
495
|
+
readonly submitted: "submitted";
|
|
496
|
+
readonly succeeded: "succeeded";
|
|
497
|
+
readonly failed: "failed";
|
|
498
|
+
readonly expired: "expired";
|
|
499
|
+
}>;
|
|
329
500
|
proposals: z.ZodArray<z.ZodObject<{
|
|
330
501
|
solver: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
331
502
|
data: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
332
503
|
deadline: z.ZodEffects<z.ZodString, string, string>;
|
|
333
504
|
fees: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
|
|
334
505
|
feeUsd: z.ZodNumber;
|
|
335
|
-
status: z.ZodNativeEnum<
|
|
506
|
+
status: z.ZodNativeEnum<{
|
|
507
|
+
readonly received: "received";
|
|
508
|
+
readonly discarded: "discarded";
|
|
509
|
+
readonly submitted: "submitted";
|
|
510
|
+
readonly succeeded: "succeeded";
|
|
511
|
+
readonly failed: "failed";
|
|
512
|
+
readonly expired: "expired";
|
|
513
|
+
}>;
|
|
336
514
|
description: z.ZodOptional<z.ZodString>;
|
|
337
515
|
signatures: z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, "many">;
|
|
338
516
|
transactionHash: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
|
|
339
517
|
destTransactionHash: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
|
|
340
518
|
}, "strip", z.ZodTypeAny, {
|
|
341
|
-
data: string;
|
|
342
519
|
deadline: string;
|
|
520
|
+
data: string;
|
|
343
521
|
solver: string;
|
|
344
522
|
fees: string[];
|
|
345
|
-
status:
|
|
523
|
+
status: "succeeded" | "failed" | "discarded" | "submitted" | "expired" | "received";
|
|
346
524
|
feeUsd: number;
|
|
347
525
|
signatures: string[];
|
|
348
526
|
description?: string | undefined;
|
|
349
527
|
transactionHash?: string | undefined;
|
|
350
528
|
destTransactionHash?: string | undefined;
|
|
351
529
|
}, {
|
|
352
|
-
data: string;
|
|
353
530
|
deadline: string;
|
|
531
|
+
data: string;
|
|
354
532
|
solver: string;
|
|
355
533
|
fees: string[];
|
|
356
|
-
status:
|
|
534
|
+
status: "succeeded" | "failed" | "discarded" | "submitted" | "expired" | "received";
|
|
357
535
|
feeUsd: number;
|
|
358
536
|
signatures: string[];
|
|
359
537
|
description?: string | undefined;
|
|
360
538
|
transactionHash?: string | undefined;
|
|
361
539
|
destTransactionHash?: string | undefined;
|
|
362
540
|
}>, "many">;
|
|
363
|
-
|
|
364
|
-
level: z.ZodNativeEnum<
|
|
541
|
+
logs: z.ZodArray<z.ZodObject<{
|
|
542
|
+
level: z.ZodNativeEnum<{
|
|
543
|
+
readonly info: "info";
|
|
544
|
+
readonly success: "success";
|
|
545
|
+
readonly error: "error";
|
|
546
|
+
}>;
|
|
365
547
|
data: z.ZodString;
|
|
366
548
|
createdAt: z.ZodDate;
|
|
367
549
|
}, "strip", z.ZodTypeAny, {
|
|
368
550
|
data: string;
|
|
369
|
-
level: import("../shared").EventLevel;
|
|
370
551
|
createdAt: Date;
|
|
552
|
+
level: "info" | "success" | "error";
|
|
371
553
|
}, {
|
|
372
554
|
data: string;
|
|
373
|
-
level: import("../shared").EventLevel;
|
|
374
555
|
createdAt: Date;
|
|
556
|
+
level: "info" | "success" | "error";
|
|
375
557
|
}>, "many">;
|
|
376
558
|
}>, "strip", z.ZodTypeAny, {
|
|
377
|
-
|
|
378
|
-
op: import("../shared").OpType;
|
|
559
|
+
op: 0 | 1 | 2 | 3;
|
|
379
560
|
user: string;
|
|
380
561
|
settler: string;
|
|
381
562
|
nonce: string;
|
|
382
563
|
deadline: string;
|
|
564
|
+
data: string;
|
|
383
565
|
maxFees: {
|
|
384
566
|
token: string;
|
|
385
567
|
amount: string;
|
|
386
568
|
}[];
|
|
387
|
-
|
|
569
|
+
events: {
|
|
570
|
+
data: string;
|
|
571
|
+
topic: string;
|
|
572
|
+
}[];
|
|
573
|
+
configSig: string;
|
|
574
|
+
minValidations: number;
|
|
575
|
+
status: "succeeded" | "failed" | "created" | "enqueued" | "discarded" | "submitted" | "expired";
|
|
388
576
|
hash: string;
|
|
577
|
+
executionHash: string;
|
|
389
578
|
proposals: {
|
|
390
|
-
data: string;
|
|
391
579
|
deadline: string;
|
|
580
|
+
data: string;
|
|
392
581
|
solver: string;
|
|
393
582
|
fees: string[];
|
|
394
|
-
status:
|
|
583
|
+
status: "succeeded" | "failed" | "discarded" | "submitted" | "expired" | "received";
|
|
395
584
|
feeUsd: number;
|
|
396
585
|
signatures: string[];
|
|
397
586
|
description?: string | undefined;
|
|
398
587
|
transactionHash?: string | undefined;
|
|
399
588
|
destTransactionHash?: string | undefined;
|
|
400
589
|
}[];
|
|
401
|
-
|
|
590
|
+
logs: {
|
|
402
591
|
data: string;
|
|
403
|
-
level: import("../shared").EventLevel;
|
|
404
592
|
createdAt: Date;
|
|
593
|
+
level: "info" | "success" | "error";
|
|
405
594
|
}[];
|
|
406
595
|
}, {
|
|
407
|
-
|
|
408
|
-
op: import("../shared").OpType;
|
|
596
|
+
op: 0 | 1 | 2 | 3;
|
|
409
597
|
user: string;
|
|
410
598
|
settler: string;
|
|
411
599
|
nonce: string;
|
|
412
600
|
deadline: string;
|
|
601
|
+
data: string;
|
|
413
602
|
maxFees: {
|
|
414
603
|
token: string;
|
|
415
604
|
amount: string;
|
|
416
605
|
}[];
|
|
417
|
-
|
|
606
|
+
events: {
|
|
607
|
+
data: string;
|
|
608
|
+
topic: string;
|
|
609
|
+
}[];
|
|
610
|
+
configSig: string;
|
|
611
|
+
minValidations: number;
|
|
612
|
+
status: "succeeded" | "failed" | "created" | "enqueued" | "discarded" | "submitted" | "expired";
|
|
418
613
|
hash: string;
|
|
614
|
+
executionHash: string;
|
|
419
615
|
proposals: {
|
|
420
|
-
data: string;
|
|
421
616
|
deadline: string;
|
|
617
|
+
data: string;
|
|
422
618
|
solver: string;
|
|
423
619
|
fees: string[];
|
|
424
|
-
status:
|
|
620
|
+
status: "succeeded" | "failed" | "discarded" | "submitted" | "expired" | "received";
|
|
425
621
|
feeUsd: number;
|
|
426
622
|
signatures: string[];
|
|
427
623
|
description?: string | undefined;
|
|
428
624
|
transactionHash?: string | undefined;
|
|
429
625
|
destTransactionHash?: string | undefined;
|
|
430
626
|
}[];
|
|
431
|
-
|
|
627
|
+
logs: {
|
|
432
628
|
data: string;
|
|
433
|
-
level: import("../shared").EventLevel;
|
|
434
629
|
createdAt: Date;
|
|
630
|
+
level: "info" | "success" | "error";
|
|
435
631
|
}[];
|
|
436
632
|
}>, "many">;
|
|
437
633
|
export declare const SettlerValidator: z.ZodObject<{
|
|
@@ -439,12 +635,12 @@ export declare const SettlerValidator: z.ZodObject<{
|
|
|
439
635
|
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
440
636
|
createdAt: z.ZodDate;
|
|
441
637
|
}, "strip", z.ZodTypeAny, {
|
|
442
|
-
chainId: number;
|
|
443
638
|
address: string;
|
|
639
|
+
chainId: number;
|
|
444
640
|
createdAt: Date;
|
|
445
641
|
}, {
|
|
446
|
-
chainId: number;
|
|
447
642
|
address: string;
|
|
643
|
+
chainId: number;
|
|
448
644
|
createdAt: Date;
|
|
449
645
|
}>;
|
|
450
646
|
export declare const SettlersValidator: z.ZodArray<z.ZodObject<{
|
|
@@ -452,16 +648,21 @@ export declare const SettlersValidator: z.ZodArray<z.ZodObject<{
|
|
|
452
648
|
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
453
649
|
createdAt: z.ZodDate;
|
|
454
650
|
}, "strip", z.ZodTypeAny, {
|
|
455
|
-
chainId: number;
|
|
456
651
|
address: string;
|
|
652
|
+
chainId: number;
|
|
457
653
|
createdAt: Date;
|
|
458
654
|
}, {
|
|
459
|
-
chainId: number;
|
|
460
655
|
address: string;
|
|
656
|
+
chainId: number;
|
|
461
657
|
createdAt: Date;
|
|
462
658
|
}>, "many">;
|
|
463
659
|
export declare const ExecutionIntentValidator: z.ZodObject<z.objectUtil.extendShape<{
|
|
464
|
-
op: z.ZodNativeEnum<
|
|
660
|
+
op: z.ZodNativeEnum<{
|
|
661
|
+
readonly Swap: 0;
|
|
662
|
+
readonly Transfer: 1;
|
|
663
|
+
readonly EvmCall: 2;
|
|
664
|
+
readonly SvmCall: 3;
|
|
665
|
+
}>;
|
|
465
666
|
user: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
466
667
|
settler: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
467
668
|
nonce: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
@@ -477,31 +678,55 @@ export declare const ExecutionIntentValidator: z.ZodObject<z.objectUtil.extendSh
|
|
|
477
678
|
token: string;
|
|
478
679
|
amount: string;
|
|
479
680
|
}>, "many">;
|
|
681
|
+
events: z.ZodArray<z.ZodObject<{
|
|
682
|
+
topic: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
683
|
+
data: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
684
|
+
}, "strip", z.ZodTypeAny, {
|
|
685
|
+
data: string;
|
|
686
|
+
topic: string;
|
|
687
|
+
}, {
|
|
688
|
+
data: string;
|
|
689
|
+
topic: string;
|
|
690
|
+
}>, "many">;
|
|
691
|
+
configSig: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
692
|
+
minValidations: z.ZodNumber;
|
|
480
693
|
}, {
|
|
481
694
|
hash: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
482
695
|
}>, "strip", z.ZodTypeAny, {
|
|
483
|
-
|
|
484
|
-
op: import("../shared").OpType;
|
|
696
|
+
op: 0 | 1 | 2 | 3;
|
|
485
697
|
user: string;
|
|
486
698
|
settler: string;
|
|
487
699
|
nonce: string;
|
|
488
700
|
deadline: string;
|
|
701
|
+
data: string;
|
|
489
702
|
maxFees: {
|
|
490
703
|
token: string;
|
|
491
704
|
amount: string;
|
|
492
705
|
}[];
|
|
706
|
+
events: {
|
|
707
|
+
data: string;
|
|
708
|
+
topic: string;
|
|
709
|
+
}[];
|
|
710
|
+
configSig: string;
|
|
711
|
+
minValidations: number;
|
|
493
712
|
hash: string;
|
|
494
713
|
}, {
|
|
495
|
-
|
|
496
|
-
op: import("../shared").OpType;
|
|
714
|
+
op: 0 | 1 | 2 | 3;
|
|
497
715
|
user: string;
|
|
498
716
|
settler: string;
|
|
499
717
|
nonce: string;
|
|
500
718
|
deadline: string;
|
|
719
|
+
data: string;
|
|
501
720
|
maxFees: {
|
|
502
721
|
token: string;
|
|
503
722
|
amount: string;
|
|
504
723
|
}[];
|
|
724
|
+
events: {
|
|
725
|
+
data: string;
|
|
726
|
+
topic: string;
|
|
727
|
+
}[];
|
|
728
|
+
configSig: string;
|
|
729
|
+
minValidations: number;
|
|
505
730
|
hash: string;
|
|
506
731
|
}>;
|
|
507
732
|
export declare const ExecutionsGetRequestValidator: z.ZodObject<{
|
|
@@ -510,17 +735,20 @@ export declare const ExecutionsGetRequestValidator: z.ZodObject<{
|
|
|
510
735
|
configSig: z.ZodOptional<z.ZodString>;
|
|
511
736
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
512
737
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
513
|
-
sort: z.ZodOptional<z.ZodEffects<z.ZodNativeEnum<
|
|
738
|
+
sort: z.ZodOptional<z.ZodEffects<z.ZodNativeEnum<{
|
|
739
|
+
readonly asc: 1;
|
|
740
|
+
readonly desc: -1;
|
|
741
|
+
}>, 1 | -1, unknown>>;
|
|
514
742
|
}, "strip", z.ZodTypeAny, {
|
|
515
|
-
sort?: import("../shared").Sort | undefined;
|
|
516
743
|
configSig?: string | undefined;
|
|
744
|
+
sort?: 1 | -1 | undefined;
|
|
517
745
|
offset?: number | undefined;
|
|
518
746
|
limit?: number | undefined;
|
|
519
747
|
createdAfter?: number | undefined;
|
|
520
748
|
createdBefore?: number | undefined;
|
|
521
749
|
}, {
|
|
522
|
-
sort?: unknown;
|
|
523
750
|
configSig?: string | undefined;
|
|
751
|
+
sort?: unknown;
|
|
524
752
|
offset?: number | undefined;
|
|
525
753
|
limit?: number | undefined;
|
|
526
754
|
createdAfter?: number | undefined;
|
|
@@ -528,22 +756,17 @@ export declare const ExecutionsGetRequestValidator: z.ZodObject<{
|
|
|
528
756
|
}>;
|
|
529
757
|
export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.extendShape<{
|
|
530
758
|
configSig: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
531
|
-
triggerType: z.ZodNativeEnum<
|
|
759
|
+
triggerType: z.ZodNativeEnum<{
|
|
760
|
+
readonly Cron: 0;
|
|
761
|
+
readonly Event: 1;
|
|
762
|
+
readonly Once: 2;
|
|
763
|
+
}>;
|
|
532
764
|
triggerData: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
533
765
|
}, {
|
|
534
766
|
hash: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
535
767
|
timestamp: z.ZodNumber;
|
|
536
768
|
fuelUsed: z.ZodNumber;
|
|
537
|
-
logs: z.ZodArray<z.
|
|
538
|
-
level: z.ZodNativeEnum<typeof import("../shared").LogLevel>;
|
|
539
|
-
log: z.ZodString;
|
|
540
|
-
}, "strip", z.ZodTypeAny, {
|
|
541
|
-
level: import("../shared").LogLevel;
|
|
542
|
-
log: string;
|
|
543
|
-
}, {
|
|
544
|
-
level: import("../shared").LogLevel;
|
|
545
|
-
log: string;
|
|
546
|
-
}>, "many">;
|
|
769
|
+
logs: z.ZodArray<z.ZodString, "many">;
|
|
547
770
|
inputs: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
548
771
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
549
772
|
query: z.ZodObject<{
|
|
@@ -552,33 +775,33 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
552
775
|
params: z.ZodObject<{
|
|
553
776
|
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
554
777
|
timestamp: z.ZodEffects<z.ZodNumber, number, number>;
|
|
555
|
-
to: z.ZodEffects<z.
|
|
778
|
+
to: z.ZodEffects<z.ZodString, string, string>;
|
|
556
779
|
data: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
557
780
|
}, "strip", z.ZodTypeAny, {
|
|
781
|
+
data: string;
|
|
558
782
|
chainId: number;
|
|
559
783
|
to: string;
|
|
560
|
-
data: string;
|
|
561
784
|
timestamp: number;
|
|
562
785
|
}, {
|
|
786
|
+
data: string;
|
|
563
787
|
chainId: number;
|
|
564
788
|
to: string;
|
|
565
|
-
data: string;
|
|
566
789
|
timestamp: number;
|
|
567
790
|
}>;
|
|
568
791
|
}, "strip", z.ZodTypeAny, {
|
|
569
792
|
params: {
|
|
793
|
+
data: string;
|
|
570
794
|
chainId: number;
|
|
571
795
|
to: string;
|
|
572
|
-
data: string;
|
|
573
796
|
timestamp: number;
|
|
574
797
|
};
|
|
575
798
|
name: "EvmCallQuery";
|
|
576
799
|
hash: string;
|
|
577
800
|
}, {
|
|
578
801
|
params: {
|
|
802
|
+
data: string;
|
|
579
803
|
chainId: number;
|
|
580
804
|
to: string;
|
|
581
|
-
data: string;
|
|
582
805
|
timestamp: number;
|
|
583
806
|
};
|
|
584
807
|
name: "EvmCallQuery";
|
|
@@ -595,32 +818,32 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
595
818
|
result: {
|
|
596
819
|
value: string;
|
|
597
820
|
};
|
|
598
|
-
signature: string;
|
|
599
821
|
query: {
|
|
600
822
|
params: {
|
|
823
|
+
data: string;
|
|
601
824
|
chainId: number;
|
|
602
825
|
to: string;
|
|
603
|
-
data: string;
|
|
604
826
|
timestamp: number;
|
|
605
827
|
};
|
|
606
828
|
name: "EvmCallQuery";
|
|
607
829
|
hash: string;
|
|
608
830
|
};
|
|
831
|
+
signature: string;
|
|
609
832
|
}, {
|
|
610
833
|
result: {
|
|
611
834
|
value: string;
|
|
612
835
|
};
|
|
613
|
-
signature: string;
|
|
614
836
|
query: {
|
|
615
837
|
params: {
|
|
838
|
+
data: string;
|
|
616
839
|
chainId: number;
|
|
617
840
|
to: string;
|
|
618
|
-
data: string;
|
|
619
841
|
timestamp: number;
|
|
620
842
|
};
|
|
621
843
|
name: "EvmCallQuery";
|
|
622
844
|
hash: string;
|
|
623
845
|
};
|
|
846
|
+
signature: string;
|
|
624
847
|
}>, z.ZodObject<{
|
|
625
848
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
626
849
|
query: z.ZodObject<{
|
|
@@ -632,42 +855,42 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
632
855
|
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
633
856
|
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
634
857
|
}, "strip", z.ZodTypeAny, {
|
|
635
|
-
chainId: number;
|
|
636
858
|
address: string;
|
|
637
|
-
}, {
|
|
638
859
|
chainId: number;
|
|
860
|
+
}, {
|
|
639
861
|
address: string;
|
|
862
|
+
chainId: number;
|
|
640
863
|
}>;
|
|
641
864
|
}, "strip", z.ZodTypeAny, {
|
|
642
|
-
timestamp: number;
|
|
643
865
|
token: {
|
|
644
|
-
chainId: number;
|
|
645
866
|
address: string;
|
|
867
|
+
chainId: number;
|
|
646
868
|
};
|
|
647
|
-
}, {
|
|
648
869
|
timestamp: number;
|
|
870
|
+
}, {
|
|
649
871
|
token: {
|
|
650
|
-
chainId: number;
|
|
651
872
|
address: string;
|
|
873
|
+
chainId: number;
|
|
652
874
|
};
|
|
875
|
+
timestamp: number;
|
|
653
876
|
}>;
|
|
654
877
|
}, "strip", z.ZodTypeAny, {
|
|
655
878
|
params: {
|
|
656
|
-
timestamp: number;
|
|
657
879
|
token: {
|
|
658
|
-
chainId: number;
|
|
659
880
|
address: string;
|
|
881
|
+
chainId: number;
|
|
660
882
|
};
|
|
883
|
+
timestamp: number;
|
|
661
884
|
};
|
|
662
885
|
name: "TokenPriceQuery";
|
|
663
886
|
hash: string;
|
|
664
887
|
}, {
|
|
665
888
|
params: {
|
|
666
|
-
timestamp: number;
|
|
667
889
|
token: {
|
|
668
|
-
chainId: number;
|
|
669
890
|
address: string;
|
|
891
|
+
chainId: number;
|
|
670
892
|
};
|
|
893
|
+
timestamp: number;
|
|
671
894
|
};
|
|
672
895
|
name: "TokenPriceQuery";
|
|
673
896
|
hash: string;
|
|
@@ -683,34 +906,34 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
683
906
|
result: {
|
|
684
907
|
value: string;
|
|
685
908
|
};
|
|
686
|
-
signature: string;
|
|
687
909
|
query: {
|
|
688
910
|
params: {
|
|
689
|
-
timestamp: number;
|
|
690
911
|
token: {
|
|
691
|
-
chainId: number;
|
|
692
912
|
address: string;
|
|
913
|
+
chainId: number;
|
|
693
914
|
};
|
|
915
|
+
timestamp: number;
|
|
694
916
|
};
|
|
695
917
|
name: "TokenPriceQuery";
|
|
696
918
|
hash: string;
|
|
697
919
|
};
|
|
920
|
+
signature: string;
|
|
698
921
|
}, {
|
|
699
922
|
result: {
|
|
700
923
|
value: string;
|
|
701
924
|
};
|
|
702
|
-
signature: string;
|
|
703
925
|
query: {
|
|
704
926
|
params: {
|
|
705
|
-
timestamp: number;
|
|
706
927
|
token: {
|
|
707
|
-
chainId: number;
|
|
708
928
|
address: string;
|
|
929
|
+
chainId: number;
|
|
709
930
|
};
|
|
931
|
+
timestamp: number;
|
|
710
932
|
};
|
|
711
933
|
name: "TokenPriceQuery";
|
|
712
934
|
hash: string;
|
|
713
935
|
};
|
|
936
|
+
signature: string;
|
|
714
937
|
}>, z.ZodObject<{
|
|
715
938
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
716
939
|
query: z.ZodObject<{
|
|
@@ -720,47 +943,43 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
720
943
|
chainIds: z.ZodArray<z.ZodEffects<z.ZodNumber, number, number>, "many">;
|
|
721
944
|
owner: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
722
945
|
usdMinAmount: z.ZodEffects<z.ZodString, string, string>;
|
|
723
|
-
timestamp: z.ZodEffects<z.ZodNumber, number, number>;
|
|
724
946
|
tokens: z.ZodArray<z.ZodObject<{
|
|
725
|
-
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
726
947
|
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
948
|
+
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
727
949
|
}, "strip", z.ZodTypeAny, {
|
|
728
|
-
chainId: number;
|
|
729
950
|
address: string;
|
|
730
|
-
}, {
|
|
731
951
|
chainId: number;
|
|
952
|
+
}, {
|
|
732
953
|
address: string;
|
|
954
|
+
chainId: number;
|
|
733
955
|
}>, "many">;
|
|
734
956
|
tokenFilter: z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>]>;
|
|
735
957
|
}, "strip", z.ZodTypeAny, {
|
|
736
|
-
|
|
958
|
+
owner: string;
|
|
737
959
|
tokens: {
|
|
738
|
-
chainId: number;
|
|
739
960
|
address: string;
|
|
961
|
+
chainId: number;
|
|
740
962
|
}[];
|
|
741
|
-
owner: string;
|
|
742
963
|
usdMinAmount: string;
|
|
743
964
|
chainIds: number[];
|
|
744
965
|
tokenFilter: 0 | 1;
|
|
745
966
|
}, {
|
|
746
|
-
|
|
967
|
+
owner: string;
|
|
747
968
|
tokens: {
|
|
748
|
-
chainId: number;
|
|
749
969
|
address: string;
|
|
970
|
+
chainId: number;
|
|
750
971
|
}[];
|
|
751
|
-
owner: string;
|
|
752
972
|
usdMinAmount: string;
|
|
753
973
|
chainIds: number[];
|
|
754
974
|
tokenFilter: 0 | 1;
|
|
755
975
|
}>;
|
|
756
976
|
}, "strip", z.ZodTypeAny, {
|
|
757
977
|
params: {
|
|
758
|
-
|
|
978
|
+
owner: string;
|
|
759
979
|
tokens: {
|
|
760
|
-
chainId: number;
|
|
761
980
|
address: string;
|
|
981
|
+
chainId: number;
|
|
762
982
|
}[];
|
|
763
|
-
owner: string;
|
|
764
983
|
usdMinAmount: string;
|
|
765
984
|
chainIds: number[];
|
|
766
985
|
tokenFilter: 0 | 1;
|
|
@@ -769,12 +988,11 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
769
988
|
hash: string;
|
|
770
989
|
}, {
|
|
771
990
|
params: {
|
|
772
|
-
|
|
991
|
+
owner: string;
|
|
773
992
|
tokens: {
|
|
774
|
-
chainId: number;
|
|
775
993
|
address: string;
|
|
994
|
+
chainId: number;
|
|
776
995
|
}[];
|
|
777
|
-
owner: string;
|
|
778
996
|
usdMinAmount: string;
|
|
779
997
|
chainIds: number[];
|
|
780
998
|
tokenFilter: 0 | 1;
|
|
@@ -783,67 +1001,95 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
783
1001
|
hash: string;
|
|
784
1002
|
}>;
|
|
785
1003
|
result: z.ZodObject<{
|
|
786
|
-
value: z.
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
1004
|
+
value: z.ZodObject<{
|
|
1005
|
+
timestamp: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1006
|
+
balances: z.ZodArray<z.ZodObject<{
|
|
1007
|
+
token: z.ZodObject<{
|
|
1008
|
+
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1009
|
+
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1010
|
+
}, "strip", z.ZodTypeAny, {
|
|
1011
|
+
address: string;
|
|
1012
|
+
chainId: number;
|
|
1013
|
+
}, {
|
|
1014
|
+
address: string;
|
|
1015
|
+
chainId: number;
|
|
1016
|
+
}>;
|
|
1017
|
+
balance: z.ZodEffects<z.ZodString, string, string>;
|
|
790
1018
|
}, "strip", z.ZodTypeAny, {
|
|
791
|
-
|
|
792
|
-
|
|
1019
|
+
token: {
|
|
1020
|
+
address: string;
|
|
1021
|
+
chainId: number;
|
|
1022
|
+
};
|
|
1023
|
+
balance: string;
|
|
793
1024
|
}, {
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
1025
|
+
token: {
|
|
1026
|
+
address: string;
|
|
1027
|
+
chainId: number;
|
|
1028
|
+
};
|
|
1029
|
+
balance: string;
|
|
1030
|
+
}>, "many">;
|
|
798
1031
|
}, "strip", z.ZodTypeAny, {
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
1032
|
+
timestamp: number;
|
|
1033
|
+
balances: {
|
|
1034
|
+
token: {
|
|
1035
|
+
address: string;
|
|
1036
|
+
chainId: number;
|
|
1037
|
+
};
|
|
1038
|
+
balance: string;
|
|
1039
|
+
}[];
|
|
804
1040
|
}, {
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
1041
|
+
timestamp: number;
|
|
1042
|
+
balances: {
|
|
1043
|
+
token: {
|
|
1044
|
+
address: string;
|
|
1045
|
+
chainId: number;
|
|
1046
|
+
};
|
|
1047
|
+
balance: string;
|
|
1048
|
+
}[];
|
|
1049
|
+
}>;
|
|
811
1050
|
}, "strip", z.ZodTypeAny, {
|
|
812
1051
|
value: {
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
1052
|
+
timestamp: number;
|
|
1053
|
+
balances: {
|
|
1054
|
+
token: {
|
|
1055
|
+
address: string;
|
|
1056
|
+
chainId: number;
|
|
1057
|
+
};
|
|
1058
|
+
balance: string;
|
|
1059
|
+
}[];
|
|
1060
|
+
};
|
|
819
1061
|
}, {
|
|
820
1062
|
value: {
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
1063
|
+
timestamp: number;
|
|
1064
|
+
balances: {
|
|
1065
|
+
token: {
|
|
1066
|
+
address: string;
|
|
1067
|
+
chainId: number;
|
|
1068
|
+
};
|
|
1069
|
+
balance: string;
|
|
1070
|
+
}[];
|
|
1071
|
+
};
|
|
827
1072
|
}>;
|
|
828
1073
|
}, "strip", z.ZodTypeAny, {
|
|
829
1074
|
result: {
|
|
830
1075
|
value: {
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
1076
|
+
timestamp: number;
|
|
1077
|
+
balances: {
|
|
1078
|
+
token: {
|
|
1079
|
+
address: string;
|
|
1080
|
+
chainId: number;
|
|
1081
|
+
};
|
|
1082
|
+
balance: string;
|
|
1083
|
+
}[];
|
|
1084
|
+
};
|
|
837
1085
|
};
|
|
838
|
-
signature: string;
|
|
839
1086
|
query: {
|
|
840
1087
|
params: {
|
|
841
|
-
|
|
1088
|
+
owner: string;
|
|
842
1089
|
tokens: {
|
|
843
|
-
chainId: number;
|
|
844
1090
|
address: string;
|
|
1091
|
+
chainId: number;
|
|
845
1092
|
}[];
|
|
846
|
-
owner: string;
|
|
847
1093
|
usdMinAmount: string;
|
|
848
1094
|
chainIds: number[];
|
|
849
1095
|
tokenFilter: 0 | 1;
|
|
@@ -851,25 +1097,27 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
851
1097
|
name: "RelevantTokensQuery";
|
|
852
1098
|
hash: string;
|
|
853
1099
|
};
|
|
1100
|
+
signature: string;
|
|
854
1101
|
}, {
|
|
855
1102
|
result: {
|
|
856
1103
|
value: {
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
1104
|
+
timestamp: number;
|
|
1105
|
+
balances: {
|
|
1106
|
+
token: {
|
|
1107
|
+
address: string;
|
|
1108
|
+
chainId: number;
|
|
1109
|
+
};
|
|
1110
|
+
balance: string;
|
|
1111
|
+
}[];
|
|
1112
|
+
};
|
|
863
1113
|
};
|
|
864
|
-
signature: string;
|
|
865
1114
|
query: {
|
|
866
1115
|
params: {
|
|
867
|
-
|
|
1116
|
+
owner: string;
|
|
868
1117
|
tokens: {
|
|
869
|
-
chainId: number;
|
|
870
1118
|
address: string;
|
|
1119
|
+
chainId: number;
|
|
871
1120
|
}[];
|
|
872
|
-
owner: string;
|
|
873
1121
|
usdMinAmount: string;
|
|
874
1122
|
chainIds: number[];
|
|
875
1123
|
tokenFilter: 0 | 1;
|
|
@@ -877,9 +1125,251 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
877
1125
|
name: "RelevantTokensQuery";
|
|
878
1126
|
hash: string;
|
|
879
1127
|
};
|
|
1128
|
+
signature: string;
|
|
1129
|
+
}>, z.ZodObject<{
|
|
1130
|
+
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1131
|
+
query: z.ZodObject<{
|
|
1132
|
+
name: z.ZodLiteral<"SubgraphQuery">;
|
|
1133
|
+
hash: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1134
|
+
params: z.ZodObject<{
|
|
1135
|
+
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1136
|
+
timestamp: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1137
|
+
subgraphId: z.ZodString;
|
|
1138
|
+
query: z.ZodString;
|
|
1139
|
+
}, "strip", z.ZodTypeAny, {
|
|
1140
|
+
chainId: number;
|
|
1141
|
+
timestamp: number;
|
|
1142
|
+
subgraphId: string;
|
|
1143
|
+
query: string;
|
|
1144
|
+
}, {
|
|
1145
|
+
chainId: number;
|
|
1146
|
+
timestamp: number;
|
|
1147
|
+
subgraphId: string;
|
|
1148
|
+
query: string;
|
|
1149
|
+
}>;
|
|
1150
|
+
}, "strip", z.ZodTypeAny, {
|
|
1151
|
+
params: {
|
|
1152
|
+
chainId: number;
|
|
1153
|
+
timestamp: number;
|
|
1154
|
+
subgraphId: string;
|
|
1155
|
+
query: string;
|
|
1156
|
+
};
|
|
1157
|
+
name: "SubgraphQuery";
|
|
1158
|
+
hash: string;
|
|
1159
|
+
}, {
|
|
1160
|
+
params: {
|
|
1161
|
+
chainId: number;
|
|
1162
|
+
timestamp: number;
|
|
1163
|
+
subgraphId: string;
|
|
1164
|
+
query: string;
|
|
1165
|
+
};
|
|
1166
|
+
name: "SubgraphQuery";
|
|
1167
|
+
hash: string;
|
|
1168
|
+
}>;
|
|
1169
|
+
result: z.ZodObject<{
|
|
1170
|
+
value: z.ZodObject<{
|
|
1171
|
+
blockNumber: z.ZodNumber;
|
|
1172
|
+
data: z.ZodString;
|
|
1173
|
+
}, "strip", z.ZodTypeAny, {
|
|
1174
|
+
data: string;
|
|
1175
|
+
blockNumber: number;
|
|
1176
|
+
}, {
|
|
1177
|
+
data: string;
|
|
1178
|
+
blockNumber: number;
|
|
1179
|
+
}>;
|
|
1180
|
+
}, "strip", z.ZodTypeAny, {
|
|
1181
|
+
value: {
|
|
1182
|
+
data: string;
|
|
1183
|
+
blockNumber: number;
|
|
1184
|
+
};
|
|
1185
|
+
}, {
|
|
1186
|
+
value: {
|
|
1187
|
+
data: string;
|
|
1188
|
+
blockNumber: number;
|
|
1189
|
+
};
|
|
1190
|
+
}>;
|
|
1191
|
+
}, "strip", z.ZodTypeAny, {
|
|
1192
|
+
result: {
|
|
1193
|
+
value: {
|
|
1194
|
+
data: string;
|
|
1195
|
+
blockNumber: number;
|
|
1196
|
+
};
|
|
1197
|
+
};
|
|
1198
|
+
query: {
|
|
1199
|
+
params: {
|
|
1200
|
+
chainId: number;
|
|
1201
|
+
timestamp: number;
|
|
1202
|
+
subgraphId: string;
|
|
1203
|
+
query: string;
|
|
1204
|
+
};
|
|
1205
|
+
name: "SubgraphQuery";
|
|
1206
|
+
hash: string;
|
|
1207
|
+
};
|
|
1208
|
+
signature: string;
|
|
1209
|
+
}, {
|
|
1210
|
+
result: {
|
|
1211
|
+
value: {
|
|
1212
|
+
data: string;
|
|
1213
|
+
blockNumber: number;
|
|
1214
|
+
};
|
|
1215
|
+
};
|
|
1216
|
+
query: {
|
|
1217
|
+
params: {
|
|
1218
|
+
chainId: number;
|
|
1219
|
+
timestamp: number;
|
|
1220
|
+
subgraphId: string;
|
|
1221
|
+
query: string;
|
|
1222
|
+
};
|
|
1223
|
+
name: "SubgraphQuery";
|
|
1224
|
+
hash: string;
|
|
1225
|
+
};
|
|
1226
|
+
signature: string;
|
|
1227
|
+
}>, z.ZodObject<{
|
|
1228
|
+
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1229
|
+
query: z.ZodObject<{
|
|
1230
|
+
name: z.ZodLiteral<"SvmAccountsInfoQuery">;
|
|
1231
|
+
hash: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1232
|
+
params: z.ZodObject<{
|
|
1233
|
+
publicKeys: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
|
|
1234
|
+
timestamp: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1235
|
+
}, "strip", z.ZodTypeAny, {
|
|
1236
|
+
timestamp: number;
|
|
1237
|
+
publicKeys: string[];
|
|
1238
|
+
}, {
|
|
1239
|
+
timestamp: number;
|
|
1240
|
+
publicKeys: string[];
|
|
1241
|
+
}>;
|
|
1242
|
+
}, "strip", z.ZodTypeAny, {
|
|
1243
|
+
params: {
|
|
1244
|
+
timestamp: number;
|
|
1245
|
+
publicKeys: string[];
|
|
1246
|
+
};
|
|
1247
|
+
name: "SvmAccountsInfoQuery";
|
|
1248
|
+
hash: string;
|
|
1249
|
+
}, {
|
|
1250
|
+
params: {
|
|
1251
|
+
timestamp: number;
|
|
1252
|
+
publicKeys: string[];
|
|
1253
|
+
};
|
|
1254
|
+
name: "SvmAccountsInfoQuery";
|
|
1255
|
+
hash: string;
|
|
1256
|
+
}>;
|
|
1257
|
+
result: z.ZodObject<{
|
|
1258
|
+
value: z.ZodObject<{
|
|
1259
|
+
accountsInfo: z.ZodArray<z.ZodObject<{
|
|
1260
|
+
executable: z.ZodBoolean;
|
|
1261
|
+
owner: z.ZodEffects<z.ZodString, string, string>;
|
|
1262
|
+
lamports: z.ZodEffects<z.ZodString, string, string>;
|
|
1263
|
+
data: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1264
|
+
rentEpoch: z.ZodEffects<z.ZodString, string, string>;
|
|
1265
|
+
}, "strip", z.ZodTypeAny, {
|
|
1266
|
+
data: string;
|
|
1267
|
+
executable: boolean;
|
|
1268
|
+
owner: string;
|
|
1269
|
+
lamports: string;
|
|
1270
|
+
rentEpoch: string;
|
|
1271
|
+
}, {
|
|
1272
|
+
data: string;
|
|
1273
|
+
executable: boolean;
|
|
1274
|
+
owner: string;
|
|
1275
|
+
lamports: string;
|
|
1276
|
+
rentEpoch: string;
|
|
1277
|
+
}>, "many">;
|
|
1278
|
+
slot: z.ZodEffects<z.ZodString, string, string>;
|
|
1279
|
+
}, "strip", z.ZodTypeAny, {
|
|
1280
|
+
accountsInfo: {
|
|
1281
|
+
data: string;
|
|
1282
|
+
executable: boolean;
|
|
1283
|
+
owner: string;
|
|
1284
|
+
lamports: string;
|
|
1285
|
+
rentEpoch: string;
|
|
1286
|
+
}[];
|
|
1287
|
+
slot: string;
|
|
1288
|
+
}, {
|
|
1289
|
+
accountsInfo: {
|
|
1290
|
+
data: string;
|
|
1291
|
+
executable: boolean;
|
|
1292
|
+
owner: string;
|
|
1293
|
+
lamports: string;
|
|
1294
|
+
rentEpoch: string;
|
|
1295
|
+
}[];
|
|
1296
|
+
slot: string;
|
|
1297
|
+
}>;
|
|
1298
|
+
}, "strip", z.ZodTypeAny, {
|
|
1299
|
+
value: {
|
|
1300
|
+
accountsInfo: {
|
|
1301
|
+
data: string;
|
|
1302
|
+
executable: boolean;
|
|
1303
|
+
owner: string;
|
|
1304
|
+
lamports: string;
|
|
1305
|
+
rentEpoch: string;
|
|
1306
|
+
}[];
|
|
1307
|
+
slot: string;
|
|
1308
|
+
};
|
|
1309
|
+
}, {
|
|
1310
|
+
value: {
|
|
1311
|
+
accountsInfo: {
|
|
1312
|
+
data: string;
|
|
1313
|
+
executable: boolean;
|
|
1314
|
+
owner: string;
|
|
1315
|
+
lamports: string;
|
|
1316
|
+
rentEpoch: string;
|
|
1317
|
+
}[];
|
|
1318
|
+
slot: string;
|
|
1319
|
+
};
|
|
1320
|
+
}>;
|
|
1321
|
+
}, "strip", z.ZodTypeAny, {
|
|
1322
|
+
result: {
|
|
1323
|
+
value: {
|
|
1324
|
+
accountsInfo: {
|
|
1325
|
+
data: string;
|
|
1326
|
+
executable: boolean;
|
|
1327
|
+
owner: string;
|
|
1328
|
+
lamports: string;
|
|
1329
|
+
rentEpoch: string;
|
|
1330
|
+
}[];
|
|
1331
|
+
slot: string;
|
|
1332
|
+
};
|
|
1333
|
+
};
|
|
1334
|
+
query: {
|
|
1335
|
+
params: {
|
|
1336
|
+
timestamp: number;
|
|
1337
|
+
publicKeys: string[];
|
|
1338
|
+
};
|
|
1339
|
+
name: "SvmAccountsInfoQuery";
|
|
1340
|
+
hash: string;
|
|
1341
|
+
};
|
|
1342
|
+
signature: string;
|
|
1343
|
+
}, {
|
|
1344
|
+
result: {
|
|
1345
|
+
value: {
|
|
1346
|
+
accountsInfo: {
|
|
1347
|
+
data: string;
|
|
1348
|
+
executable: boolean;
|
|
1349
|
+
owner: string;
|
|
1350
|
+
lamports: string;
|
|
1351
|
+
rentEpoch: string;
|
|
1352
|
+
}[];
|
|
1353
|
+
slot: string;
|
|
1354
|
+
};
|
|
1355
|
+
};
|
|
1356
|
+
query: {
|
|
1357
|
+
params: {
|
|
1358
|
+
timestamp: number;
|
|
1359
|
+
publicKeys: string[];
|
|
1360
|
+
};
|
|
1361
|
+
name: "SvmAccountsInfoQuery";
|
|
1362
|
+
hash: string;
|
|
1363
|
+
};
|
|
1364
|
+
signature: string;
|
|
880
1365
|
}>]>, "many">;
|
|
881
1366
|
outputs: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
882
|
-
op: z.ZodNativeEnum<
|
|
1367
|
+
op: z.ZodNativeEnum<{
|
|
1368
|
+
readonly Swap: 0;
|
|
1369
|
+
readonly Transfer: 1;
|
|
1370
|
+
readonly EvmCall: 2;
|
|
1371
|
+
readonly SvmCall: 3;
|
|
1372
|
+
}>;
|
|
883
1373
|
user: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
884
1374
|
settler: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
885
1375
|
nonce: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
@@ -895,96 +1385,139 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
895
1385
|
token: string;
|
|
896
1386
|
amount: string;
|
|
897
1387
|
}>, "many">;
|
|
1388
|
+
events: z.ZodArray<z.ZodObject<{
|
|
1389
|
+
topic: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1390
|
+
data: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1391
|
+
}, "strip", z.ZodTypeAny, {
|
|
1392
|
+
data: string;
|
|
1393
|
+
topic: string;
|
|
1394
|
+
}, {
|
|
1395
|
+
data: string;
|
|
1396
|
+
topic: string;
|
|
1397
|
+
}>, "many">;
|
|
1398
|
+
configSig: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1399
|
+
minValidations: z.ZodNumber;
|
|
898
1400
|
}, {
|
|
899
1401
|
hash: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
900
1402
|
}>, "strip", z.ZodTypeAny, {
|
|
901
|
-
|
|
902
|
-
op: import("../shared").OpType;
|
|
1403
|
+
op: 0 | 1 | 2 | 3;
|
|
903
1404
|
user: string;
|
|
904
1405
|
settler: string;
|
|
905
1406
|
nonce: string;
|
|
906
1407
|
deadline: string;
|
|
1408
|
+
data: string;
|
|
907
1409
|
maxFees: {
|
|
908
1410
|
token: string;
|
|
909
1411
|
amount: string;
|
|
910
1412
|
}[];
|
|
1413
|
+
events: {
|
|
1414
|
+
data: string;
|
|
1415
|
+
topic: string;
|
|
1416
|
+
}[];
|
|
1417
|
+
configSig: string;
|
|
1418
|
+
minValidations: number;
|
|
911
1419
|
hash: string;
|
|
912
1420
|
}, {
|
|
913
|
-
|
|
914
|
-
op: import("../shared").OpType;
|
|
1421
|
+
op: 0 | 1 | 2 | 3;
|
|
915
1422
|
user: string;
|
|
916
1423
|
settler: string;
|
|
917
1424
|
nonce: string;
|
|
918
1425
|
deadline: string;
|
|
1426
|
+
data: string;
|
|
919
1427
|
maxFees: {
|
|
920
1428
|
token: string;
|
|
921
1429
|
amount: string;
|
|
922
1430
|
}[];
|
|
1431
|
+
events: {
|
|
1432
|
+
data: string;
|
|
1433
|
+
topic: string;
|
|
1434
|
+
}[];
|
|
1435
|
+
configSig: string;
|
|
1436
|
+
minValidations: number;
|
|
923
1437
|
hash: string;
|
|
924
1438
|
}>, "many">;
|
|
925
1439
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1440
|
+
result: z.ZodNativeEnum<{
|
|
1441
|
+
readonly succeeded: "succeeded";
|
|
1442
|
+
readonly failed: "failed";
|
|
1443
|
+
}>;
|
|
926
1444
|
}>, "strip", z.ZodTypeAny, {
|
|
927
|
-
timestamp: number;
|
|
928
1445
|
configSig: string;
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
signature: string;
|
|
932
|
-
hash: string;
|
|
933
|
-
fuelUsed: number;
|
|
934
|
-
logs: {
|
|
935
|
-
level: import("../shared").LogLevel;
|
|
936
|
-
log: string;
|
|
937
|
-
}[];
|
|
1446
|
+
result: "succeeded" | "failed";
|
|
1447
|
+
timestamp: number;
|
|
938
1448
|
inputs: ({
|
|
939
1449
|
result: {
|
|
940
1450
|
value: string;
|
|
941
1451
|
};
|
|
942
|
-
signature: string;
|
|
943
1452
|
query: {
|
|
944
1453
|
params: {
|
|
1454
|
+
data: string;
|
|
945
1455
|
chainId: number;
|
|
946
1456
|
to: string;
|
|
947
|
-
data: string;
|
|
948
1457
|
timestamp: number;
|
|
949
1458
|
};
|
|
950
1459
|
name: "EvmCallQuery";
|
|
951
1460
|
hash: string;
|
|
952
1461
|
};
|
|
1462
|
+
signature: string;
|
|
953
1463
|
} | {
|
|
954
1464
|
result: {
|
|
955
|
-
value:
|
|
1465
|
+
value: {
|
|
1466
|
+
accountsInfo: {
|
|
1467
|
+
data: string;
|
|
1468
|
+
executable: boolean;
|
|
1469
|
+
owner: string;
|
|
1470
|
+
lamports: string;
|
|
1471
|
+
rentEpoch: string;
|
|
1472
|
+
}[];
|
|
1473
|
+
slot: string;
|
|
1474
|
+
};
|
|
956
1475
|
};
|
|
957
|
-
signature: string;
|
|
958
1476
|
query: {
|
|
959
1477
|
params: {
|
|
960
1478
|
timestamp: number;
|
|
1479
|
+
publicKeys: string[];
|
|
1480
|
+
};
|
|
1481
|
+
name: "SvmAccountsInfoQuery";
|
|
1482
|
+
hash: string;
|
|
1483
|
+
};
|
|
1484
|
+
signature: string;
|
|
1485
|
+
} | {
|
|
1486
|
+
result: {
|
|
1487
|
+
value: string;
|
|
1488
|
+
};
|
|
1489
|
+
query: {
|
|
1490
|
+
params: {
|
|
961
1491
|
token: {
|
|
962
|
-
chainId: number;
|
|
963
1492
|
address: string;
|
|
1493
|
+
chainId: number;
|
|
964
1494
|
};
|
|
1495
|
+
timestamp: number;
|
|
965
1496
|
};
|
|
966
1497
|
name: "TokenPriceQuery";
|
|
967
1498
|
hash: string;
|
|
968
1499
|
};
|
|
1500
|
+
signature: string;
|
|
969
1501
|
} | {
|
|
970
1502
|
result: {
|
|
971
1503
|
value: {
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
1504
|
+
timestamp: number;
|
|
1505
|
+
balances: {
|
|
1506
|
+
token: {
|
|
1507
|
+
address: string;
|
|
1508
|
+
chainId: number;
|
|
1509
|
+
};
|
|
1510
|
+
balance: string;
|
|
1511
|
+
}[];
|
|
1512
|
+
};
|
|
978
1513
|
};
|
|
979
|
-
signature: string;
|
|
980
1514
|
query: {
|
|
981
1515
|
params: {
|
|
982
|
-
|
|
1516
|
+
owner: string;
|
|
983
1517
|
tokens: {
|
|
984
|
-
chainId: number;
|
|
985
1518
|
address: string;
|
|
1519
|
+
chainId: number;
|
|
986
1520
|
}[];
|
|
987
|
-
owner: string;
|
|
988
1521
|
usdMinAmount: string;
|
|
989
1522
|
chainIds: number[];
|
|
990
1523
|
tokenFilter: 0 | 1;
|
|
@@ -992,82 +1525,128 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
992
1525
|
name: "RelevantTokensQuery";
|
|
993
1526
|
hash: string;
|
|
994
1527
|
};
|
|
1528
|
+
signature: string;
|
|
1529
|
+
} | {
|
|
1530
|
+
result: {
|
|
1531
|
+
value: {
|
|
1532
|
+
data: string;
|
|
1533
|
+
blockNumber: number;
|
|
1534
|
+
};
|
|
1535
|
+
};
|
|
1536
|
+
query: {
|
|
1537
|
+
params: {
|
|
1538
|
+
chainId: number;
|
|
1539
|
+
timestamp: number;
|
|
1540
|
+
subgraphId: string;
|
|
1541
|
+
query: string;
|
|
1542
|
+
};
|
|
1543
|
+
name: "SubgraphQuery";
|
|
1544
|
+
hash: string;
|
|
1545
|
+
};
|
|
1546
|
+
signature: string;
|
|
995
1547
|
})[];
|
|
1548
|
+
signature: string;
|
|
1549
|
+
triggerType: 0 | 1 | 2;
|
|
1550
|
+
triggerData: string;
|
|
1551
|
+
hash: string;
|
|
1552
|
+
logs: string[];
|
|
1553
|
+
fuelUsed: number;
|
|
996
1554
|
outputs: {
|
|
997
|
-
|
|
998
|
-
op: import("../shared").OpType;
|
|
1555
|
+
op: 0 | 1 | 2 | 3;
|
|
999
1556
|
user: string;
|
|
1000
1557
|
settler: string;
|
|
1001
1558
|
nonce: string;
|
|
1002
1559
|
deadline: string;
|
|
1560
|
+
data: string;
|
|
1003
1561
|
maxFees: {
|
|
1004
1562
|
token: string;
|
|
1005
1563
|
amount: string;
|
|
1006
1564
|
}[];
|
|
1565
|
+
events: {
|
|
1566
|
+
data: string;
|
|
1567
|
+
topic: string;
|
|
1568
|
+
}[];
|
|
1569
|
+
configSig: string;
|
|
1570
|
+
minValidations: number;
|
|
1007
1571
|
hash: string;
|
|
1008
1572
|
}[];
|
|
1009
1573
|
}, {
|
|
1010
|
-
timestamp: number;
|
|
1011
1574
|
configSig: string;
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
signature: string;
|
|
1015
|
-
hash: string;
|
|
1016
|
-
fuelUsed: number;
|
|
1017
|
-
logs: {
|
|
1018
|
-
level: import("../shared").LogLevel;
|
|
1019
|
-
log: string;
|
|
1020
|
-
}[];
|
|
1575
|
+
result: "succeeded" | "failed";
|
|
1576
|
+
timestamp: number;
|
|
1021
1577
|
inputs: ({
|
|
1022
1578
|
result: {
|
|
1023
1579
|
value: string;
|
|
1024
1580
|
};
|
|
1025
|
-
signature: string;
|
|
1026
1581
|
query: {
|
|
1027
1582
|
params: {
|
|
1583
|
+
data: string;
|
|
1028
1584
|
chainId: number;
|
|
1029
1585
|
to: string;
|
|
1030
|
-
data: string;
|
|
1031
1586
|
timestamp: number;
|
|
1032
1587
|
};
|
|
1033
1588
|
name: "EvmCallQuery";
|
|
1034
1589
|
hash: string;
|
|
1035
1590
|
};
|
|
1591
|
+
signature: string;
|
|
1036
1592
|
} | {
|
|
1037
1593
|
result: {
|
|
1038
|
-
value:
|
|
1594
|
+
value: {
|
|
1595
|
+
accountsInfo: {
|
|
1596
|
+
data: string;
|
|
1597
|
+
executable: boolean;
|
|
1598
|
+
owner: string;
|
|
1599
|
+
lamports: string;
|
|
1600
|
+
rentEpoch: string;
|
|
1601
|
+
}[];
|
|
1602
|
+
slot: string;
|
|
1603
|
+
};
|
|
1039
1604
|
};
|
|
1040
|
-
signature: string;
|
|
1041
1605
|
query: {
|
|
1042
1606
|
params: {
|
|
1043
1607
|
timestamp: number;
|
|
1608
|
+
publicKeys: string[];
|
|
1609
|
+
};
|
|
1610
|
+
name: "SvmAccountsInfoQuery";
|
|
1611
|
+
hash: string;
|
|
1612
|
+
};
|
|
1613
|
+
signature: string;
|
|
1614
|
+
} | {
|
|
1615
|
+
result: {
|
|
1616
|
+
value: string;
|
|
1617
|
+
};
|
|
1618
|
+
query: {
|
|
1619
|
+
params: {
|
|
1044
1620
|
token: {
|
|
1045
|
-
chainId: number;
|
|
1046
1621
|
address: string;
|
|
1622
|
+
chainId: number;
|
|
1047
1623
|
};
|
|
1624
|
+
timestamp: number;
|
|
1048
1625
|
};
|
|
1049
1626
|
name: "TokenPriceQuery";
|
|
1050
1627
|
hash: string;
|
|
1051
1628
|
};
|
|
1629
|
+
signature: string;
|
|
1052
1630
|
} | {
|
|
1053
1631
|
result: {
|
|
1054
1632
|
value: {
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1633
|
+
timestamp: number;
|
|
1634
|
+
balances: {
|
|
1635
|
+
token: {
|
|
1636
|
+
address: string;
|
|
1637
|
+
chainId: number;
|
|
1638
|
+
};
|
|
1639
|
+
balance: string;
|
|
1640
|
+
}[];
|
|
1641
|
+
};
|
|
1061
1642
|
};
|
|
1062
|
-
signature: string;
|
|
1063
1643
|
query: {
|
|
1064
1644
|
params: {
|
|
1065
|
-
|
|
1645
|
+
owner: string;
|
|
1066
1646
|
tokens: {
|
|
1067
|
-
chainId: number;
|
|
1068
1647
|
address: string;
|
|
1648
|
+
chainId: number;
|
|
1069
1649
|
}[];
|
|
1070
|
-
owner: string;
|
|
1071
1650
|
usdMinAmount: string;
|
|
1072
1651
|
chainIds: number[];
|
|
1073
1652
|
tokenFilter: 0 | 1;
|
|
@@ -1075,22 +1654,54 @@ export declare const ExecutionCreateRequestValidator: z.ZodObject<z.objectUtil.e
|
|
|
1075
1654
|
name: "RelevantTokensQuery";
|
|
1076
1655
|
hash: string;
|
|
1077
1656
|
};
|
|
1657
|
+
signature: string;
|
|
1658
|
+
} | {
|
|
1659
|
+
result: {
|
|
1660
|
+
value: {
|
|
1661
|
+
data: string;
|
|
1662
|
+
blockNumber: number;
|
|
1663
|
+
};
|
|
1664
|
+
};
|
|
1665
|
+
query: {
|
|
1666
|
+
params: {
|
|
1667
|
+
chainId: number;
|
|
1668
|
+
timestamp: number;
|
|
1669
|
+
subgraphId: string;
|
|
1670
|
+
query: string;
|
|
1671
|
+
};
|
|
1672
|
+
name: "SubgraphQuery";
|
|
1673
|
+
hash: string;
|
|
1674
|
+
};
|
|
1675
|
+
signature: string;
|
|
1078
1676
|
})[];
|
|
1677
|
+
signature: string;
|
|
1678
|
+
triggerType: 0 | 1 | 2;
|
|
1679
|
+
triggerData: string;
|
|
1680
|
+
hash: string;
|
|
1681
|
+
logs: string[];
|
|
1682
|
+
fuelUsed: number;
|
|
1079
1683
|
outputs: {
|
|
1080
|
-
|
|
1081
|
-
op: import("../shared").OpType;
|
|
1684
|
+
op: 0 | 1 | 2 | 3;
|
|
1082
1685
|
user: string;
|
|
1083
1686
|
settler: string;
|
|
1084
1687
|
nonce: string;
|
|
1085
1688
|
deadline: string;
|
|
1689
|
+
data: string;
|
|
1086
1690
|
maxFees: {
|
|
1087
1691
|
token: string;
|
|
1088
1692
|
amount: string;
|
|
1089
1693
|
}[];
|
|
1694
|
+
events: {
|
|
1695
|
+
data: string;
|
|
1696
|
+
topic: string;
|
|
1697
|
+
}[];
|
|
1698
|
+
configSig: string;
|
|
1699
|
+
minValidations: number;
|
|
1090
1700
|
hash: string;
|
|
1091
1701
|
}[];
|
|
1092
1702
|
}>;
|
|
1093
1703
|
export declare const ExecutionFeeValidator: z.ZodObject<{
|
|
1704
|
+
trigger: z.ZodNumber;
|
|
1094
1705
|
relayer: z.ZodNumber;
|
|
1095
1706
|
oracles: z.ZodNumber;
|
|
1096
1707
|
validator: z.ZodNumber;
|
|
@@ -1098,6 +1709,7 @@ export declare const ExecutionFeeValidator: z.ZodObject<{
|
|
|
1098
1709
|
protocol: z.ZodNumber;
|
|
1099
1710
|
total: z.ZodNumber;
|
|
1100
1711
|
}, "strip", z.ZodTypeAny, {
|
|
1712
|
+
trigger: number;
|
|
1101
1713
|
relayer: number;
|
|
1102
1714
|
oracles: number;
|
|
1103
1715
|
validator: number;
|
|
@@ -1105,6 +1717,7 @@ export declare const ExecutionFeeValidator: z.ZodObject<{
|
|
|
1105
1717
|
protocol: number;
|
|
1106
1718
|
total: number;
|
|
1107
1719
|
}, {
|
|
1720
|
+
trigger: number;
|
|
1108
1721
|
relayer: number;
|
|
1109
1722
|
oracles: number;
|
|
1110
1723
|
validator: number;
|
|
@@ -1112,24 +1725,32 @@ export declare const ExecutionFeeValidator: z.ZodObject<{
|
|
|
1112
1725
|
protocol: number;
|
|
1113
1726
|
total: number;
|
|
1114
1727
|
}>;
|
|
1728
|
+
export declare const ExecutionValidationValidator: z.ZodObject<{
|
|
1729
|
+
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1730
|
+
succeeded: z.ZodBoolean;
|
|
1731
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1732
|
+
}, "strip", z.ZodTypeAny, {
|
|
1733
|
+
succeeded: boolean;
|
|
1734
|
+
signature: string;
|
|
1735
|
+
description?: string | undefined;
|
|
1736
|
+
}, {
|
|
1737
|
+
succeeded: boolean;
|
|
1738
|
+
signature: string;
|
|
1739
|
+
description?: string | undefined;
|
|
1740
|
+
}>;
|
|
1115
1741
|
export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1116
1742
|
configSig: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1117
|
-
triggerType: z.ZodNativeEnum<
|
|
1743
|
+
triggerType: z.ZodNativeEnum<{
|
|
1744
|
+
readonly Cron: 0;
|
|
1745
|
+
readonly Event: 1;
|
|
1746
|
+
readonly Once: 2;
|
|
1747
|
+
}>;
|
|
1118
1748
|
triggerData: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1119
1749
|
}, {
|
|
1120
1750
|
hash: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1121
1751
|
timestamp: z.ZodNumber;
|
|
1122
1752
|
fuelUsed: z.ZodNumber;
|
|
1123
|
-
logs: z.ZodArray<z.
|
|
1124
|
-
level: z.ZodNativeEnum<typeof import("../shared").LogLevel>;
|
|
1125
|
-
log: z.ZodString;
|
|
1126
|
-
}, "strip", z.ZodTypeAny, {
|
|
1127
|
-
level: import("../shared").LogLevel;
|
|
1128
|
-
log: string;
|
|
1129
|
-
}, {
|
|
1130
|
-
level: import("../shared").LogLevel;
|
|
1131
|
-
log: string;
|
|
1132
|
-
}>, "many">;
|
|
1753
|
+
logs: z.ZodArray<z.ZodString, "many">;
|
|
1133
1754
|
inputs: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
1134
1755
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1135
1756
|
query: z.ZodObject<{
|
|
@@ -1138,33 +1759,33 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1138
1759
|
params: z.ZodObject<{
|
|
1139
1760
|
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1140
1761
|
timestamp: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1141
|
-
to: z.ZodEffects<z.
|
|
1762
|
+
to: z.ZodEffects<z.ZodString, string, string>;
|
|
1142
1763
|
data: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1143
1764
|
}, "strip", z.ZodTypeAny, {
|
|
1765
|
+
data: string;
|
|
1144
1766
|
chainId: number;
|
|
1145
1767
|
to: string;
|
|
1146
|
-
data: string;
|
|
1147
1768
|
timestamp: number;
|
|
1148
1769
|
}, {
|
|
1770
|
+
data: string;
|
|
1149
1771
|
chainId: number;
|
|
1150
1772
|
to: string;
|
|
1151
|
-
data: string;
|
|
1152
1773
|
timestamp: number;
|
|
1153
1774
|
}>;
|
|
1154
1775
|
}, "strip", z.ZodTypeAny, {
|
|
1155
1776
|
params: {
|
|
1777
|
+
data: string;
|
|
1156
1778
|
chainId: number;
|
|
1157
1779
|
to: string;
|
|
1158
|
-
data: string;
|
|
1159
1780
|
timestamp: number;
|
|
1160
1781
|
};
|
|
1161
1782
|
name: "EvmCallQuery";
|
|
1162
1783
|
hash: string;
|
|
1163
1784
|
}, {
|
|
1164
1785
|
params: {
|
|
1786
|
+
data: string;
|
|
1165
1787
|
chainId: number;
|
|
1166
1788
|
to: string;
|
|
1167
|
-
data: string;
|
|
1168
1789
|
timestamp: number;
|
|
1169
1790
|
};
|
|
1170
1791
|
name: "EvmCallQuery";
|
|
@@ -1181,32 +1802,32 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1181
1802
|
result: {
|
|
1182
1803
|
value: string;
|
|
1183
1804
|
};
|
|
1184
|
-
signature: string;
|
|
1185
1805
|
query: {
|
|
1186
1806
|
params: {
|
|
1807
|
+
data: string;
|
|
1187
1808
|
chainId: number;
|
|
1188
1809
|
to: string;
|
|
1189
|
-
data: string;
|
|
1190
1810
|
timestamp: number;
|
|
1191
1811
|
};
|
|
1192
1812
|
name: "EvmCallQuery";
|
|
1193
1813
|
hash: string;
|
|
1194
1814
|
};
|
|
1815
|
+
signature: string;
|
|
1195
1816
|
}, {
|
|
1196
1817
|
result: {
|
|
1197
1818
|
value: string;
|
|
1198
1819
|
};
|
|
1199
|
-
signature: string;
|
|
1200
1820
|
query: {
|
|
1201
1821
|
params: {
|
|
1822
|
+
data: string;
|
|
1202
1823
|
chainId: number;
|
|
1203
1824
|
to: string;
|
|
1204
|
-
data: string;
|
|
1205
1825
|
timestamp: number;
|
|
1206
1826
|
};
|
|
1207
1827
|
name: "EvmCallQuery";
|
|
1208
1828
|
hash: string;
|
|
1209
1829
|
};
|
|
1830
|
+
signature: string;
|
|
1210
1831
|
}>, z.ZodObject<{
|
|
1211
1832
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1212
1833
|
query: z.ZodObject<{
|
|
@@ -1218,42 +1839,42 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1218
1839
|
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1219
1840
|
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1220
1841
|
}, "strip", z.ZodTypeAny, {
|
|
1221
|
-
chainId: number;
|
|
1222
1842
|
address: string;
|
|
1223
|
-
}, {
|
|
1224
1843
|
chainId: number;
|
|
1844
|
+
}, {
|
|
1225
1845
|
address: string;
|
|
1846
|
+
chainId: number;
|
|
1226
1847
|
}>;
|
|
1227
1848
|
}, "strip", z.ZodTypeAny, {
|
|
1228
|
-
timestamp: number;
|
|
1229
1849
|
token: {
|
|
1230
|
-
chainId: number;
|
|
1231
1850
|
address: string;
|
|
1851
|
+
chainId: number;
|
|
1232
1852
|
};
|
|
1233
|
-
}, {
|
|
1234
1853
|
timestamp: number;
|
|
1854
|
+
}, {
|
|
1235
1855
|
token: {
|
|
1236
|
-
chainId: number;
|
|
1237
1856
|
address: string;
|
|
1857
|
+
chainId: number;
|
|
1238
1858
|
};
|
|
1859
|
+
timestamp: number;
|
|
1239
1860
|
}>;
|
|
1240
1861
|
}, "strip", z.ZodTypeAny, {
|
|
1241
1862
|
params: {
|
|
1242
|
-
timestamp: number;
|
|
1243
1863
|
token: {
|
|
1244
|
-
chainId: number;
|
|
1245
1864
|
address: string;
|
|
1865
|
+
chainId: number;
|
|
1246
1866
|
};
|
|
1867
|
+
timestamp: number;
|
|
1247
1868
|
};
|
|
1248
1869
|
name: "TokenPriceQuery";
|
|
1249
1870
|
hash: string;
|
|
1250
1871
|
}, {
|
|
1251
1872
|
params: {
|
|
1252
|
-
timestamp: number;
|
|
1253
1873
|
token: {
|
|
1254
|
-
chainId: number;
|
|
1255
1874
|
address: string;
|
|
1875
|
+
chainId: number;
|
|
1256
1876
|
};
|
|
1877
|
+
timestamp: number;
|
|
1257
1878
|
};
|
|
1258
1879
|
name: "TokenPriceQuery";
|
|
1259
1880
|
hash: string;
|
|
@@ -1269,203 +1890,470 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1269
1890
|
result: {
|
|
1270
1891
|
value: string;
|
|
1271
1892
|
};
|
|
1272
|
-
signature: string;
|
|
1273
1893
|
query: {
|
|
1274
1894
|
params: {
|
|
1275
|
-
timestamp: number;
|
|
1276
1895
|
token: {
|
|
1277
|
-
chainId: number;
|
|
1278
1896
|
address: string;
|
|
1897
|
+
chainId: number;
|
|
1279
1898
|
};
|
|
1899
|
+
timestamp: number;
|
|
1280
1900
|
};
|
|
1281
1901
|
name: "TokenPriceQuery";
|
|
1282
1902
|
hash: string;
|
|
1283
1903
|
};
|
|
1904
|
+
signature: string;
|
|
1284
1905
|
}, {
|
|
1285
1906
|
result: {
|
|
1286
1907
|
value: string;
|
|
1287
1908
|
};
|
|
1288
|
-
signature: string;
|
|
1289
1909
|
query: {
|
|
1290
1910
|
params: {
|
|
1291
|
-
timestamp: number;
|
|
1292
1911
|
token: {
|
|
1293
|
-
chainId: number;
|
|
1294
1912
|
address: string;
|
|
1913
|
+
chainId: number;
|
|
1295
1914
|
};
|
|
1915
|
+
timestamp: number;
|
|
1296
1916
|
};
|
|
1297
1917
|
name: "TokenPriceQuery";
|
|
1298
1918
|
hash: string;
|
|
1299
1919
|
};
|
|
1920
|
+
signature: string;
|
|
1300
1921
|
}>, z.ZodObject<{
|
|
1301
1922
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1302
1923
|
query: z.ZodObject<{
|
|
1303
1924
|
name: z.ZodLiteral<"RelevantTokensQuery">;
|
|
1304
1925
|
hash: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1305
1926
|
params: z.ZodObject<{
|
|
1306
|
-
chainIds: z.ZodArray<z.ZodEffects<z.ZodNumber, number, number>, "many">;
|
|
1307
|
-
owner: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1308
|
-
usdMinAmount: z.ZodEffects<z.ZodString, string, string>;
|
|
1927
|
+
chainIds: z.ZodArray<z.ZodEffects<z.ZodNumber, number, number>, "many">;
|
|
1928
|
+
owner: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1929
|
+
usdMinAmount: z.ZodEffects<z.ZodString, string, string>;
|
|
1930
|
+
tokens: z.ZodArray<z.ZodObject<{
|
|
1931
|
+
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1932
|
+
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1933
|
+
}, "strip", z.ZodTypeAny, {
|
|
1934
|
+
address: string;
|
|
1935
|
+
chainId: number;
|
|
1936
|
+
}, {
|
|
1937
|
+
address: string;
|
|
1938
|
+
chainId: number;
|
|
1939
|
+
}>, "many">;
|
|
1940
|
+
tokenFilter: z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>]>;
|
|
1941
|
+
}, "strip", z.ZodTypeAny, {
|
|
1942
|
+
owner: string;
|
|
1943
|
+
tokens: {
|
|
1944
|
+
address: string;
|
|
1945
|
+
chainId: number;
|
|
1946
|
+
}[];
|
|
1947
|
+
usdMinAmount: string;
|
|
1948
|
+
chainIds: number[];
|
|
1949
|
+
tokenFilter: 0 | 1;
|
|
1950
|
+
}, {
|
|
1951
|
+
owner: string;
|
|
1952
|
+
tokens: {
|
|
1953
|
+
address: string;
|
|
1954
|
+
chainId: number;
|
|
1955
|
+
}[];
|
|
1956
|
+
usdMinAmount: string;
|
|
1957
|
+
chainIds: number[];
|
|
1958
|
+
tokenFilter: 0 | 1;
|
|
1959
|
+
}>;
|
|
1960
|
+
}, "strip", z.ZodTypeAny, {
|
|
1961
|
+
params: {
|
|
1962
|
+
owner: string;
|
|
1963
|
+
tokens: {
|
|
1964
|
+
address: string;
|
|
1965
|
+
chainId: number;
|
|
1966
|
+
}[];
|
|
1967
|
+
usdMinAmount: string;
|
|
1968
|
+
chainIds: number[];
|
|
1969
|
+
tokenFilter: 0 | 1;
|
|
1970
|
+
};
|
|
1971
|
+
name: "RelevantTokensQuery";
|
|
1972
|
+
hash: string;
|
|
1973
|
+
}, {
|
|
1974
|
+
params: {
|
|
1975
|
+
owner: string;
|
|
1976
|
+
tokens: {
|
|
1977
|
+
address: string;
|
|
1978
|
+
chainId: number;
|
|
1979
|
+
}[];
|
|
1980
|
+
usdMinAmount: string;
|
|
1981
|
+
chainIds: number[];
|
|
1982
|
+
tokenFilter: 0 | 1;
|
|
1983
|
+
};
|
|
1984
|
+
name: "RelevantTokensQuery";
|
|
1985
|
+
hash: string;
|
|
1986
|
+
}>;
|
|
1987
|
+
result: z.ZodObject<{
|
|
1988
|
+
value: z.ZodObject<{
|
|
1989
|
+
timestamp: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1990
|
+
balances: z.ZodArray<z.ZodObject<{
|
|
1991
|
+
token: z.ZodObject<{
|
|
1992
|
+
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1993
|
+
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1994
|
+
}, "strip", z.ZodTypeAny, {
|
|
1995
|
+
address: string;
|
|
1996
|
+
chainId: number;
|
|
1997
|
+
}, {
|
|
1998
|
+
address: string;
|
|
1999
|
+
chainId: number;
|
|
2000
|
+
}>;
|
|
2001
|
+
balance: z.ZodEffects<z.ZodString, string, string>;
|
|
2002
|
+
}, "strip", z.ZodTypeAny, {
|
|
2003
|
+
token: {
|
|
2004
|
+
address: string;
|
|
2005
|
+
chainId: number;
|
|
2006
|
+
};
|
|
2007
|
+
balance: string;
|
|
2008
|
+
}, {
|
|
2009
|
+
token: {
|
|
2010
|
+
address: string;
|
|
2011
|
+
chainId: number;
|
|
2012
|
+
};
|
|
2013
|
+
balance: string;
|
|
2014
|
+
}>, "many">;
|
|
2015
|
+
}, "strip", z.ZodTypeAny, {
|
|
2016
|
+
timestamp: number;
|
|
2017
|
+
balances: {
|
|
2018
|
+
token: {
|
|
2019
|
+
address: string;
|
|
2020
|
+
chainId: number;
|
|
2021
|
+
};
|
|
2022
|
+
balance: string;
|
|
2023
|
+
}[];
|
|
2024
|
+
}, {
|
|
2025
|
+
timestamp: number;
|
|
2026
|
+
balances: {
|
|
2027
|
+
token: {
|
|
2028
|
+
address: string;
|
|
2029
|
+
chainId: number;
|
|
2030
|
+
};
|
|
2031
|
+
balance: string;
|
|
2032
|
+
}[];
|
|
2033
|
+
}>;
|
|
2034
|
+
}, "strip", z.ZodTypeAny, {
|
|
2035
|
+
value: {
|
|
2036
|
+
timestamp: number;
|
|
2037
|
+
balances: {
|
|
2038
|
+
token: {
|
|
2039
|
+
address: string;
|
|
2040
|
+
chainId: number;
|
|
2041
|
+
};
|
|
2042
|
+
balance: string;
|
|
2043
|
+
}[];
|
|
2044
|
+
};
|
|
2045
|
+
}, {
|
|
2046
|
+
value: {
|
|
2047
|
+
timestamp: number;
|
|
2048
|
+
balances: {
|
|
2049
|
+
token: {
|
|
2050
|
+
address: string;
|
|
2051
|
+
chainId: number;
|
|
2052
|
+
};
|
|
2053
|
+
balance: string;
|
|
2054
|
+
}[];
|
|
2055
|
+
};
|
|
2056
|
+
}>;
|
|
2057
|
+
}, "strip", z.ZodTypeAny, {
|
|
2058
|
+
result: {
|
|
2059
|
+
value: {
|
|
2060
|
+
timestamp: number;
|
|
2061
|
+
balances: {
|
|
2062
|
+
token: {
|
|
2063
|
+
address: string;
|
|
2064
|
+
chainId: number;
|
|
2065
|
+
};
|
|
2066
|
+
balance: string;
|
|
2067
|
+
}[];
|
|
2068
|
+
};
|
|
2069
|
+
};
|
|
2070
|
+
query: {
|
|
2071
|
+
params: {
|
|
2072
|
+
owner: string;
|
|
2073
|
+
tokens: {
|
|
2074
|
+
address: string;
|
|
2075
|
+
chainId: number;
|
|
2076
|
+
}[];
|
|
2077
|
+
usdMinAmount: string;
|
|
2078
|
+
chainIds: number[];
|
|
2079
|
+
tokenFilter: 0 | 1;
|
|
2080
|
+
};
|
|
2081
|
+
name: "RelevantTokensQuery";
|
|
2082
|
+
hash: string;
|
|
2083
|
+
};
|
|
2084
|
+
signature: string;
|
|
2085
|
+
}, {
|
|
2086
|
+
result: {
|
|
2087
|
+
value: {
|
|
2088
|
+
timestamp: number;
|
|
2089
|
+
balances: {
|
|
2090
|
+
token: {
|
|
2091
|
+
address: string;
|
|
2092
|
+
chainId: number;
|
|
2093
|
+
};
|
|
2094
|
+
balance: string;
|
|
2095
|
+
}[];
|
|
2096
|
+
};
|
|
2097
|
+
};
|
|
2098
|
+
query: {
|
|
2099
|
+
params: {
|
|
2100
|
+
owner: string;
|
|
2101
|
+
tokens: {
|
|
2102
|
+
address: string;
|
|
2103
|
+
chainId: number;
|
|
2104
|
+
}[];
|
|
2105
|
+
usdMinAmount: string;
|
|
2106
|
+
chainIds: number[];
|
|
2107
|
+
tokenFilter: 0 | 1;
|
|
2108
|
+
};
|
|
2109
|
+
name: "RelevantTokensQuery";
|
|
2110
|
+
hash: string;
|
|
2111
|
+
};
|
|
2112
|
+
signature: string;
|
|
2113
|
+
}>, z.ZodObject<{
|
|
2114
|
+
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2115
|
+
query: z.ZodObject<{
|
|
2116
|
+
name: z.ZodLiteral<"SubgraphQuery">;
|
|
2117
|
+
hash: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2118
|
+
params: z.ZodObject<{
|
|
2119
|
+
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
2120
|
+
timestamp: z.ZodEffects<z.ZodNumber, number, number>;
|
|
2121
|
+
subgraphId: z.ZodString;
|
|
2122
|
+
query: z.ZodString;
|
|
2123
|
+
}, "strip", z.ZodTypeAny, {
|
|
2124
|
+
chainId: number;
|
|
2125
|
+
timestamp: number;
|
|
2126
|
+
subgraphId: string;
|
|
2127
|
+
query: string;
|
|
2128
|
+
}, {
|
|
2129
|
+
chainId: number;
|
|
2130
|
+
timestamp: number;
|
|
2131
|
+
subgraphId: string;
|
|
2132
|
+
query: string;
|
|
2133
|
+
}>;
|
|
2134
|
+
}, "strip", z.ZodTypeAny, {
|
|
2135
|
+
params: {
|
|
2136
|
+
chainId: number;
|
|
2137
|
+
timestamp: number;
|
|
2138
|
+
subgraphId: string;
|
|
2139
|
+
query: string;
|
|
2140
|
+
};
|
|
2141
|
+
name: "SubgraphQuery";
|
|
2142
|
+
hash: string;
|
|
2143
|
+
}, {
|
|
2144
|
+
params: {
|
|
2145
|
+
chainId: number;
|
|
2146
|
+
timestamp: number;
|
|
2147
|
+
subgraphId: string;
|
|
2148
|
+
query: string;
|
|
2149
|
+
};
|
|
2150
|
+
name: "SubgraphQuery";
|
|
2151
|
+
hash: string;
|
|
2152
|
+
}>;
|
|
2153
|
+
result: z.ZodObject<{
|
|
2154
|
+
value: z.ZodObject<{
|
|
2155
|
+
blockNumber: z.ZodNumber;
|
|
2156
|
+
data: z.ZodString;
|
|
2157
|
+
}, "strip", z.ZodTypeAny, {
|
|
2158
|
+
data: string;
|
|
2159
|
+
blockNumber: number;
|
|
2160
|
+
}, {
|
|
2161
|
+
data: string;
|
|
2162
|
+
blockNumber: number;
|
|
2163
|
+
}>;
|
|
2164
|
+
}, "strip", z.ZodTypeAny, {
|
|
2165
|
+
value: {
|
|
2166
|
+
data: string;
|
|
2167
|
+
blockNumber: number;
|
|
2168
|
+
};
|
|
2169
|
+
}, {
|
|
2170
|
+
value: {
|
|
2171
|
+
data: string;
|
|
2172
|
+
blockNumber: number;
|
|
2173
|
+
};
|
|
2174
|
+
}>;
|
|
2175
|
+
}, "strip", z.ZodTypeAny, {
|
|
2176
|
+
result: {
|
|
2177
|
+
value: {
|
|
2178
|
+
data: string;
|
|
2179
|
+
blockNumber: number;
|
|
2180
|
+
};
|
|
2181
|
+
};
|
|
2182
|
+
query: {
|
|
2183
|
+
params: {
|
|
2184
|
+
chainId: number;
|
|
2185
|
+
timestamp: number;
|
|
2186
|
+
subgraphId: string;
|
|
2187
|
+
query: string;
|
|
2188
|
+
};
|
|
2189
|
+
name: "SubgraphQuery";
|
|
2190
|
+
hash: string;
|
|
2191
|
+
};
|
|
2192
|
+
signature: string;
|
|
2193
|
+
}, {
|
|
2194
|
+
result: {
|
|
2195
|
+
value: {
|
|
2196
|
+
data: string;
|
|
2197
|
+
blockNumber: number;
|
|
2198
|
+
};
|
|
2199
|
+
};
|
|
2200
|
+
query: {
|
|
2201
|
+
params: {
|
|
2202
|
+
chainId: number;
|
|
2203
|
+
timestamp: number;
|
|
2204
|
+
subgraphId: string;
|
|
2205
|
+
query: string;
|
|
2206
|
+
};
|
|
2207
|
+
name: "SubgraphQuery";
|
|
2208
|
+
hash: string;
|
|
2209
|
+
};
|
|
2210
|
+
signature: string;
|
|
2211
|
+
}>, z.ZodObject<{
|
|
2212
|
+
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2213
|
+
query: z.ZodObject<{
|
|
2214
|
+
name: z.ZodLiteral<"SvmAccountsInfoQuery">;
|
|
2215
|
+
hash: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2216
|
+
params: z.ZodObject<{
|
|
2217
|
+
publicKeys: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
|
|
1309
2218
|
timestamp: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1310
|
-
tokens: z.ZodArray<z.ZodObject<{
|
|
1311
|
-
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1312
|
-
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1313
|
-
}, "strip", z.ZodTypeAny, {
|
|
1314
|
-
chainId: number;
|
|
1315
|
-
address: string;
|
|
1316
|
-
}, {
|
|
1317
|
-
chainId: number;
|
|
1318
|
-
address: string;
|
|
1319
|
-
}>, "many">;
|
|
1320
|
-
tokenFilter: z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>]>;
|
|
1321
2219
|
}, "strip", z.ZodTypeAny, {
|
|
1322
2220
|
timestamp: number;
|
|
1323
|
-
|
|
1324
|
-
chainId: number;
|
|
1325
|
-
address: string;
|
|
1326
|
-
}[];
|
|
1327
|
-
owner: string;
|
|
1328
|
-
usdMinAmount: string;
|
|
1329
|
-
chainIds: number[];
|
|
1330
|
-
tokenFilter: 0 | 1;
|
|
2221
|
+
publicKeys: string[];
|
|
1331
2222
|
}, {
|
|
1332
2223
|
timestamp: number;
|
|
1333
|
-
|
|
1334
|
-
chainId: number;
|
|
1335
|
-
address: string;
|
|
1336
|
-
}[];
|
|
1337
|
-
owner: string;
|
|
1338
|
-
usdMinAmount: string;
|
|
1339
|
-
chainIds: number[];
|
|
1340
|
-
tokenFilter: 0 | 1;
|
|
2224
|
+
publicKeys: string[];
|
|
1341
2225
|
}>;
|
|
1342
2226
|
}, "strip", z.ZodTypeAny, {
|
|
1343
2227
|
params: {
|
|
1344
2228
|
timestamp: number;
|
|
1345
|
-
|
|
1346
|
-
chainId: number;
|
|
1347
|
-
address: string;
|
|
1348
|
-
}[];
|
|
1349
|
-
owner: string;
|
|
1350
|
-
usdMinAmount: string;
|
|
1351
|
-
chainIds: number[];
|
|
1352
|
-
tokenFilter: 0 | 1;
|
|
2229
|
+
publicKeys: string[];
|
|
1353
2230
|
};
|
|
1354
|
-
name: "
|
|
2231
|
+
name: "SvmAccountsInfoQuery";
|
|
1355
2232
|
hash: string;
|
|
1356
2233
|
}, {
|
|
1357
2234
|
params: {
|
|
1358
2235
|
timestamp: number;
|
|
1359
|
-
|
|
1360
|
-
chainId: number;
|
|
1361
|
-
address: string;
|
|
1362
|
-
}[];
|
|
1363
|
-
owner: string;
|
|
1364
|
-
usdMinAmount: string;
|
|
1365
|
-
chainIds: number[];
|
|
1366
|
-
tokenFilter: 0 | 1;
|
|
2236
|
+
publicKeys: string[];
|
|
1367
2237
|
};
|
|
1368
|
-
name: "
|
|
2238
|
+
name: "SvmAccountsInfoQuery";
|
|
1369
2239
|
hash: string;
|
|
1370
2240
|
}>;
|
|
1371
2241
|
result: z.ZodObject<{
|
|
1372
|
-
value: z.
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
2242
|
+
value: z.ZodObject<{
|
|
2243
|
+
accountsInfo: z.ZodArray<z.ZodObject<{
|
|
2244
|
+
executable: z.ZodBoolean;
|
|
2245
|
+
owner: z.ZodEffects<z.ZodString, string, string>;
|
|
2246
|
+
lamports: z.ZodEffects<z.ZodString, string, string>;
|
|
2247
|
+
data: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2248
|
+
rentEpoch: z.ZodEffects<z.ZodString, string, string>;
|
|
1376
2249
|
}, "strip", z.ZodTypeAny, {
|
|
1377
|
-
|
|
1378
|
-
|
|
2250
|
+
data: string;
|
|
2251
|
+
executable: boolean;
|
|
2252
|
+
owner: string;
|
|
2253
|
+
lamports: string;
|
|
2254
|
+
rentEpoch: string;
|
|
1379
2255
|
}, {
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
2256
|
+
data: string;
|
|
2257
|
+
executable: boolean;
|
|
2258
|
+
owner: string;
|
|
2259
|
+
lamports: string;
|
|
2260
|
+
rentEpoch: string;
|
|
2261
|
+
}>, "many">;
|
|
2262
|
+
slot: z.ZodEffects<z.ZodString, string, string>;
|
|
1384
2263
|
}, "strip", z.ZodTypeAny, {
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
2264
|
+
accountsInfo: {
|
|
2265
|
+
data: string;
|
|
2266
|
+
executable: boolean;
|
|
2267
|
+
owner: string;
|
|
2268
|
+
lamports: string;
|
|
2269
|
+
rentEpoch: string;
|
|
2270
|
+
}[];
|
|
2271
|
+
slot: string;
|
|
1390
2272
|
}, {
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
2273
|
+
accountsInfo: {
|
|
2274
|
+
data: string;
|
|
2275
|
+
executable: boolean;
|
|
2276
|
+
owner: string;
|
|
2277
|
+
lamports: string;
|
|
2278
|
+
rentEpoch: string;
|
|
2279
|
+
}[];
|
|
2280
|
+
slot: string;
|
|
2281
|
+
}>;
|
|
1397
2282
|
}, "strip", z.ZodTypeAny, {
|
|
1398
2283
|
value: {
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
2284
|
+
accountsInfo: {
|
|
2285
|
+
data: string;
|
|
2286
|
+
executable: boolean;
|
|
2287
|
+
owner: string;
|
|
2288
|
+
lamports: string;
|
|
2289
|
+
rentEpoch: string;
|
|
2290
|
+
}[];
|
|
2291
|
+
slot: string;
|
|
2292
|
+
};
|
|
1405
2293
|
}, {
|
|
1406
2294
|
value: {
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
2295
|
+
accountsInfo: {
|
|
2296
|
+
data: string;
|
|
2297
|
+
executable: boolean;
|
|
2298
|
+
owner: string;
|
|
2299
|
+
lamports: string;
|
|
2300
|
+
rentEpoch: string;
|
|
2301
|
+
}[];
|
|
2302
|
+
slot: string;
|
|
2303
|
+
};
|
|
1413
2304
|
}>;
|
|
1414
2305
|
}, "strip", z.ZodTypeAny, {
|
|
1415
2306
|
result: {
|
|
1416
2307
|
value: {
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
2308
|
+
accountsInfo: {
|
|
2309
|
+
data: string;
|
|
2310
|
+
executable: boolean;
|
|
2311
|
+
owner: string;
|
|
2312
|
+
lamports: string;
|
|
2313
|
+
rentEpoch: string;
|
|
2314
|
+
}[];
|
|
2315
|
+
slot: string;
|
|
2316
|
+
};
|
|
1423
2317
|
};
|
|
1424
|
-
signature: string;
|
|
1425
2318
|
query: {
|
|
1426
2319
|
params: {
|
|
1427
2320
|
timestamp: number;
|
|
1428
|
-
|
|
1429
|
-
chainId: number;
|
|
1430
|
-
address: string;
|
|
1431
|
-
}[];
|
|
1432
|
-
owner: string;
|
|
1433
|
-
usdMinAmount: string;
|
|
1434
|
-
chainIds: number[];
|
|
1435
|
-
tokenFilter: 0 | 1;
|
|
2321
|
+
publicKeys: string[];
|
|
1436
2322
|
};
|
|
1437
|
-
name: "
|
|
2323
|
+
name: "SvmAccountsInfoQuery";
|
|
1438
2324
|
hash: string;
|
|
1439
2325
|
};
|
|
2326
|
+
signature: string;
|
|
1440
2327
|
}, {
|
|
1441
2328
|
result: {
|
|
1442
2329
|
value: {
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
2330
|
+
accountsInfo: {
|
|
2331
|
+
data: string;
|
|
2332
|
+
executable: boolean;
|
|
2333
|
+
owner: string;
|
|
2334
|
+
lamports: string;
|
|
2335
|
+
rentEpoch: string;
|
|
2336
|
+
}[];
|
|
2337
|
+
slot: string;
|
|
2338
|
+
};
|
|
1449
2339
|
};
|
|
1450
|
-
signature: string;
|
|
1451
2340
|
query: {
|
|
1452
2341
|
params: {
|
|
1453
2342
|
timestamp: number;
|
|
1454
|
-
|
|
1455
|
-
chainId: number;
|
|
1456
|
-
address: string;
|
|
1457
|
-
}[];
|
|
1458
|
-
owner: string;
|
|
1459
|
-
usdMinAmount: string;
|
|
1460
|
-
chainIds: number[];
|
|
1461
|
-
tokenFilter: 0 | 1;
|
|
2343
|
+
publicKeys: string[];
|
|
1462
2344
|
};
|
|
1463
|
-
name: "
|
|
2345
|
+
name: "SvmAccountsInfoQuery";
|
|
1464
2346
|
hash: string;
|
|
1465
2347
|
};
|
|
2348
|
+
signature: string;
|
|
1466
2349
|
}>]>, "many">;
|
|
1467
2350
|
outputs: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
1468
|
-
op: z.ZodNativeEnum<
|
|
2351
|
+
op: z.ZodNativeEnum<{
|
|
2352
|
+
readonly Swap: 0;
|
|
2353
|
+
readonly Transfer: 1;
|
|
2354
|
+
readonly EvmCall: 2;
|
|
2355
|
+
readonly SvmCall: 3;
|
|
2356
|
+
}>;
|
|
1469
2357
|
user: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1470
2358
|
settler: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1471
2359
|
nonce: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
@@ -1481,40 +2369,73 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1481
2369
|
token: string;
|
|
1482
2370
|
amount: string;
|
|
1483
2371
|
}>, "many">;
|
|
2372
|
+
events: z.ZodArray<z.ZodObject<{
|
|
2373
|
+
topic: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2374
|
+
data: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2375
|
+
}, "strip", z.ZodTypeAny, {
|
|
2376
|
+
data: string;
|
|
2377
|
+
topic: string;
|
|
2378
|
+
}, {
|
|
2379
|
+
data: string;
|
|
2380
|
+
topic: string;
|
|
2381
|
+
}>, "many">;
|
|
2382
|
+
configSig: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2383
|
+
minValidations: z.ZodNumber;
|
|
1484
2384
|
}, {
|
|
1485
2385
|
hash: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1486
2386
|
}>, "strip", z.ZodTypeAny, {
|
|
1487
|
-
|
|
1488
|
-
op: import("../shared").OpType;
|
|
2387
|
+
op: 0 | 1 | 2 | 3;
|
|
1489
2388
|
user: string;
|
|
1490
2389
|
settler: string;
|
|
1491
2390
|
nonce: string;
|
|
1492
2391
|
deadline: string;
|
|
2392
|
+
data: string;
|
|
1493
2393
|
maxFees: {
|
|
1494
2394
|
token: string;
|
|
1495
2395
|
amount: string;
|
|
1496
2396
|
}[];
|
|
2397
|
+
events: {
|
|
2398
|
+
data: string;
|
|
2399
|
+
topic: string;
|
|
2400
|
+
}[];
|
|
2401
|
+
configSig: string;
|
|
2402
|
+
minValidations: number;
|
|
1497
2403
|
hash: string;
|
|
1498
2404
|
}, {
|
|
1499
|
-
|
|
1500
|
-
op: import("../shared").OpType;
|
|
2405
|
+
op: 0 | 1 | 2 | 3;
|
|
1501
2406
|
user: string;
|
|
1502
2407
|
settler: string;
|
|
1503
2408
|
nonce: string;
|
|
1504
2409
|
deadline: string;
|
|
2410
|
+
data: string;
|
|
1505
2411
|
maxFees: {
|
|
1506
2412
|
token: string;
|
|
1507
2413
|
amount: string;
|
|
1508
2414
|
}[];
|
|
2415
|
+
events: {
|
|
2416
|
+
data: string;
|
|
2417
|
+
topic: string;
|
|
2418
|
+
}[];
|
|
2419
|
+
configSig: string;
|
|
2420
|
+
minValidations: number;
|
|
1509
2421
|
hash: string;
|
|
1510
2422
|
}>, "many">;
|
|
1511
2423
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2424
|
+
result: z.ZodNativeEnum<{
|
|
2425
|
+
readonly succeeded: "succeeded";
|
|
2426
|
+
readonly failed: "failed";
|
|
2427
|
+
}>;
|
|
1512
2428
|
}>, {
|
|
1513
2429
|
relayer: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2430
|
+
status: z.ZodNativeEnum<{
|
|
2431
|
+
readonly pending: "pending";
|
|
2432
|
+
readonly valid: "valid";
|
|
2433
|
+
readonly invalid: "invalid";
|
|
2434
|
+
}>;
|
|
1514
2435
|
createdAt: z.ZodDate;
|
|
1515
2436
|
logs: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1516
|
-
errorLogs: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1517
2437
|
fee: z.ZodOptional<z.ZodObject<{
|
|
2438
|
+
trigger: z.ZodNumber;
|
|
1518
2439
|
relayer: z.ZodNumber;
|
|
1519
2440
|
oracles: z.ZodNumber;
|
|
1520
2441
|
validator: z.ZodNumber;
|
|
@@ -1522,6 +2443,7 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1522
2443
|
protocol: z.ZodNumber;
|
|
1523
2444
|
total: z.ZodNumber;
|
|
1524
2445
|
}, "strip", z.ZodTypeAny, {
|
|
2446
|
+
trigger: number;
|
|
1525
2447
|
relayer: number;
|
|
1526
2448
|
oracles: number;
|
|
1527
2449
|
validator: number;
|
|
@@ -1529,6 +2451,7 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1529
2451
|
protocol: number;
|
|
1530
2452
|
total: number;
|
|
1531
2453
|
}, {
|
|
2454
|
+
trigger: number;
|
|
1532
2455
|
relayer: number;
|
|
1533
2456
|
oracles: number;
|
|
1534
2457
|
validator: number;
|
|
@@ -1536,66 +2459,107 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1536
2459
|
protocol: number;
|
|
1537
2460
|
total: number;
|
|
1538
2461
|
}>>;
|
|
1539
|
-
|
|
2462
|
+
solverFees: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2463
|
+
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2464
|
+
amount: z.ZodNumber;
|
|
2465
|
+
}, "strip", z.ZodTypeAny, {
|
|
2466
|
+
amount: number;
|
|
2467
|
+
address: string;
|
|
2468
|
+
}, {
|
|
2469
|
+
amount: number;
|
|
2470
|
+
address: string;
|
|
2471
|
+
}>, "many">>;
|
|
2472
|
+
validations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2473
|
+
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2474
|
+
succeeded: z.ZodBoolean;
|
|
2475
|
+
description: z.ZodOptional<z.ZodString>;
|
|
2476
|
+
}, "strip", z.ZodTypeAny, {
|
|
2477
|
+
succeeded: boolean;
|
|
2478
|
+
signature: string;
|
|
2479
|
+
description?: string | undefined;
|
|
2480
|
+
}, {
|
|
2481
|
+
succeeded: boolean;
|
|
2482
|
+
signature: string;
|
|
2483
|
+
description?: string | undefined;
|
|
2484
|
+
}>, "many">>;
|
|
1540
2485
|
}>, "strip", z.ZodTypeAny, {
|
|
1541
|
-
timestamp: number;
|
|
1542
|
-
createdAt: Date;
|
|
1543
2486
|
configSig: string;
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
hash: string;
|
|
1548
|
-
fuelUsed: number;
|
|
2487
|
+
result: "succeeded" | "failed";
|
|
2488
|
+
timestamp: number;
|
|
2489
|
+
status: "pending" | "valid" | "invalid";
|
|
1549
2490
|
inputs: ({
|
|
1550
2491
|
result: {
|
|
1551
2492
|
value: string;
|
|
1552
2493
|
};
|
|
1553
|
-
signature: string;
|
|
1554
2494
|
query: {
|
|
1555
2495
|
params: {
|
|
2496
|
+
data: string;
|
|
1556
2497
|
chainId: number;
|
|
1557
2498
|
to: string;
|
|
1558
|
-
data: string;
|
|
1559
2499
|
timestamp: number;
|
|
1560
2500
|
};
|
|
1561
2501
|
name: "EvmCallQuery";
|
|
1562
2502
|
hash: string;
|
|
1563
2503
|
};
|
|
2504
|
+
signature: string;
|
|
1564
2505
|
} | {
|
|
1565
2506
|
result: {
|
|
1566
|
-
value:
|
|
2507
|
+
value: {
|
|
2508
|
+
accountsInfo: {
|
|
2509
|
+
data: string;
|
|
2510
|
+
executable: boolean;
|
|
2511
|
+
owner: string;
|
|
2512
|
+
lamports: string;
|
|
2513
|
+
rentEpoch: string;
|
|
2514
|
+
}[];
|
|
2515
|
+
slot: string;
|
|
2516
|
+
};
|
|
1567
2517
|
};
|
|
1568
|
-
signature: string;
|
|
1569
2518
|
query: {
|
|
1570
2519
|
params: {
|
|
1571
2520
|
timestamp: number;
|
|
2521
|
+
publicKeys: string[];
|
|
2522
|
+
};
|
|
2523
|
+
name: "SvmAccountsInfoQuery";
|
|
2524
|
+
hash: string;
|
|
2525
|
+
};
|
|
2526
|
+
signature: string;
|
|
2527
|
+
} | {
|
|
2528
|
+
result: {
|
|
2529
|
+
value: string;
|
|
2530
|
+
};
|
|
2531
|
+
query: {
|
|
2532
|
+
params: {
|
|
1572
2533
|
token: {
|
|
1573
|
-
chainId: number;
|
|
1574
2534
|
address: string;
|
|
2535
|
+
chainId: number;
|
|
1575
2536
|
};
|
|
2537
|
+
timestamp: number;
|
|
1576
2538
|
};
|
|
1577
2539
|
name: "TokenPriceQuery";
|
|
1578
2540
|
hash: string;
|
|
1579
2541
|
};
|
|
2542
|
+
signature: string;
|
|
1580
2543
|
} | {
|
|
1581
2544
|
result: {
|
|
1582
2545
|
value: {
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
2546
|
+
timestamp: number;
|
|
2547
|
+
balances: {
|
|
2548
|
+
token: {
|
|
2549
|
+
address: string;
|
|
2550
|
+
chainId: number;
|
|
2551
|
+
};
|
|
2552
|
+
balance: string;
|
|
2553
|
+
}[];
|
|
2554
|
+
};
|
|
1589
2555
|
};
|
|
1590
|
-
signature: string;
|
|
1591
2556
|
query: {
|
|
1592
2557
|
params: {
|
|
1593
|
-
|
|
2558
|
+
owner: string;
|
|
1594
2559
|
tokens: {
|
|
1595
|
-
chainId: number;
|
|
1596
2560
|
address: string;
|
|
2561
|
+
chainId: number;
|
|
1597
2562
|
}[];
|
|
1598
|
-
owner: string;
|
|
1599
2563
|
usdMinAmount: string;
|
|
1600
2564
|
chainIds: number[];
|
|
1601
2565
|
tokenFilter: 0 | 1;
|
|
@@ -1603,24 +2567,60 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1603
2567
|
name: "RelevantTokensQuery";
|
|
1604
2568
|
hash: string;
|
|
1605
2569
|
};
|
|
2570
|
+
signature: string;
|
|
2571
|
+
} | {
|
|
2572
|
+
result: {
|
|
2573
|
+
value: {
|
|
2574
|
+
data: string;
|
|
2575
|
+
blockNumber: number;
|
|
2576
|
+
};
|
|
2577
|
+
};
|
|
2578
|
+
query: {
|
|
2579
|
+
params: {
|
|
2580
|
+
chainId: number;
|
|
2581
|
+
timestamp: number;
|
|
2582
|
+
subgraphId: string;
|
|
2583
|
+
query: string;
|
|
2584
|
+
};
|
|
2585
|
+
name: "SubgraphQuery";
|
|
2586
|
+
hash: string;
|
|
2587
|
+
};
|
|
2588
|
+
signature: string;
|
|
1606
2589
|
})[];
|
|
2590
|
+
signature: string;
|
|
2591
|
+
createdAt: Date;
|
|
2592
|
+
triggerType: 0 | 1 | 2;
|
|
2593
|
+
triggerData: string;
|
|
2594
|
+
hash: string;
|
|
2595
|
+
fuelUsed: number;
|
|
1607
2596
|
outputs: {
|
|
1608
|
-
|
|
1609
|
-
op: import("../shared").OpType;
|
|
2597
|
+
op: 0 | 1 | 2 | 3;
|
|
1610
2598
|
user: string;
|
|
1611
2599
|
settler: string;
|
|
1612
2600
|
nonce: string;
|
|
1613
2601
|
deadline: string;
|
|
2602
|
+
data: string;
|
|
1614
2603
|
maxFees: {
|
|
1615
2604
|
token: string;
|
|
1616
2605
|
amount: string;
|
|
1617
2606
|
}[];
|
|
2607
|
+
events: {
|
|
2608
|
+
data: string;
|
|
2609
|
+
topic: string;
|
|
2610
|
+
}[];
|
|
2611
|
+
configSig: string;
|
|
2612
|
+
minValidations: number;
|
|
1618
2613
|
hash: string;
|
|
1619
2614
|
}[];
|
|
1620
2615
|
relayer: string;
|
|
2616
|
+
validations?: {
|
|
2617
|
+
succeeded: boolean;
|
|
2618
|
+
signature: string;
|
|
2619
|
+
description?: string | undefined;
|
|
2620
|
+
}[] | undefined;
|
|
1621
2621
|
logs?: string[] | undefined;
|
|
1622
|
-
errorLogs?: string[] | undefined;
|
|
1623
2622
|
fee?: {
|
|
2623
|
+
trigger: number;
|
|
1624
2624
|
relayer: number;
|
|
1625
2625
|
oracles: number;
|
|
1626
2626
|
validator: number;
|
|
@@ -1628,91 +2628,149 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1628
2628
|
protocol: number;
|
|
1629
2629
|
total: number;
|
|
1630
2630
|
} | undefined;
|
|
1631
|
-
|
|
2631
|
+
solverFees?: {
|
|
2632
|
+
amount: number;
|
|
2633
|
+
address: string;
|
|
2634
|
+
}[] | undefined;
|
|
1632
2635
|
}, {
|
|
1633
|
-
timestamp: number;
|
|
1634
|
-
createdAt: Date;
|
|
1635
2636
|
configSig: string;
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
hash: string;
|
|
1640
|
-
fuelUsed: number;
|
|
2637
|
+
result: "succeeded" | "failed";
|
|
2638
|
+
timestamp: number;
|
|
2639
|
+
status: "pending" | "valid" | "invalid";
|
|
1641
2640
|
inputs: ({
|
|
1642
2641
|
result: {
|
|
1643
2642
|
value: string;
|
|
1644
2643
|
};
|
|
1645
|
-
signature: string;
|
|
1646
2644
|
query: {
|
|
1647
2645
|
params: {
|
|
2646
|
+
data: string;
|
|
1648
2647
|
chainId: number;
|
|
1649
2648
|
to: string;
|
|
1650
|
-
data: string;
|
|
1651
2649
|
timestamp: number;
|
|
1652
2650
|
};
|
|
1653
2651
|
name: "EvmCallQuery";
|
|
1654
2652
|
hash: string;
|
|
1655
2653
|
};
|
|
2654
|
+
signature: string;
|
|
1656
2655
|
} | {
|
|
1657
2656
|
result: {
|
|
1658
|
-
value:
|
|
2657
|
+
value: {
|
|
2658
|
+
accountsInfo: {
|
|
2659
|
+
data: string;
|
|
2660
|
+
executable: boolean;
|
|
2661
|
+
owner: string;
|
|
2662
|
+
lamports: string;
|
|
2663
|
+
rentEpoch: string;
|
|
2664
|
+
}[];
|
|
2665
|
+
slot: string;
|
|
2666
|
+
};
|
|
1659
2667
|
};
|
|
1660
|
-
signature: string;
|
|
1661
2668
|
query: {
|
|
1662
2669
|
params: {
|
|
1663
2670
|
timestamp: number;
|
|
2671
|
+
publicKeys: string[];
|
|
2672
|
+
};
|
|
2673
|
+
name: "SvmAccountsInfoQuery";
|
|
2674
|
+
hash: string;
|
|
2675
|
+
};
|
|
2676
|
+
signature: string;
|
|
2677
|
+
} | {
|
|
2678
|
+
result: {
|
|
2679
|
+
value: string;
|
|
2680
|
+
};
|
|
2681
|
+
query: {
|
|
2682
|
+
params: {
|
|
1664
2683
|
token: {
|
|
1665
|
-
chainId: number;
|
|
1666
2684
|
address: string;
|
|
2685
|
+
chainId: number;
|
|
1667
2686
|
};
|
|
2687
|
+
timestamp: number;
|
|
1668
2688
|
};
|
|
1669
2689
|
name: "TokenPriceQuery";
|
|
1670
2690
|
hash: string;
|
|
1671
2691
|
};
|
|
2692
|
+
signature: string;
|
|
1672
2693
|
} | {
|
|
1673
2694
|
result: {
|
|
1674
2695
|
value: {
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
2696
|
+
timestamp: number;
|
|
2697
|
+
balances: {
|
|
2698
|
+
token: {
|
|
2699
|
+
address: string;
|
|
2700
|
+
chainId: number;
|
|
2701
|
+
};
|
|
2702
|
+
balance: string;
|
|
2703
|
+
}[];
|
|
2704
|
+
};
|
|
1681
2705
|
};
|
|
1682
|
-
signature: string;
|
|
1683
2706
|
query: {
|
|
1684
2707
|
params: {
|
|
1685
|
-
|
|
2708
|
+
owner: string;
|
|
1686
2709
|
tokens: {
|
|
1687
|
-
chainId: number;
|
|
1688
2710
|
address: string;
|
|
2711
|
+
chainId: number;
|
|
1689
2712
|
}[];
|
|
1690
|
-
owner: string;
|
|
1691
2713
|
usdMinAmount: string;
|
|
1692
2714
|
chainIds: number[];
|
|
1693
2715
|
tokenFilter: 0 | 1;
|
|
1694
2716
|
};
|
|
1695
|
-
name: "RelevantTokensQuery";
|
|
2717
|
+
name: "RelevantTokensQuery";
|
|
2718
|
+
hash: string;
|
|
2719
|
+
};
|
|
2720
|
+
signature: string;
|
|
2721
|
+
} | {
|
|
2722
|
+
result: {
|
|
2723
|
+
value: {
|
|
2724
|
+
data: string;
|
|
2725
|
+
blockNumber: number;
|
|
2726
|
+
};
|
|
2727
|
+
};
|
|
2728
|
+
query: {
|
|
2729
|
+
params: {
|
|
2730
|
+
chainId: number;
|
|
2731
|
+
timestamp: number;
|
|
2732
|
+
subgraphId: string;
|
|
2733
|
+
query: string;
|
|
2734
|
+
};
|
|
2735
|
+
name: "SubgraphQuery";
|
|
1696
2736
|
hash: string;
|
|
1697
2737
|
};
|
|
2738
|
+
signature: string;
|
|
1698
2739
|
})[];
|
|
2740
|
+
signature: string;
|
|
2741
|
+
createdAt: Date;
|
|
2742
|
+
triggerType: 0 | 1 | 2;
|
|
2743
|
+
triggerData: string;
|
|
2744
|
+
hash: string;
|
|
2745
|
+
fuelUsed: number;
|
|
1699
2746
|
outputs: {
|
|
1700
|
-
|
|
1701
|
-
op: import("../shared").OpType;
|
|
2747
|
+
op: 0 | 1 | 2 | 3;
|
|
1702
2748
|
user: string;
|
|
1703
2749
|
settler: string;
|
|
1704
2750
|
nonce: string;
|
|
1705
2751
|
deadline: string;
|
|
2752
|
+
data: string;
|
|
1706
2753
|
maxFees: {
|
|
1707
2754
|
token: string;
|
|
1708
2755
|
amount: string;
|
|
1709
2756
|
}[];
|
|
2757
|
+
events: {
|
|
2758
|
+
data: string;
|
|
2759
|
+
topic: string;
|
|
2760
|
+
}[];
|
|
2761
|
+
configSig: string;
|
|
2762
|
+
minValidations: number;
|
|
1710
2763
|
hash: string;
|
|
1711
2764
|
}[];
|
|
1712
2765
|
relayer: string;
|
|
2766
|
+
validations?: {
|
|
2767
|
+
succeeded: boolean;
|
|
2768
|
+
signature: string;
|
|
2769
|
+
description?: string | undefined;
|
|
2770
|
+
}[] | undefined;
|
|
1713
2771
|
logs?: string[] | undefined;
|
|
1714
|
-
errorLogs?: string[] | undefined;
|
|
1715
2772
|
fee?: {
|
|
2773
|
+
trigger: number;
|
|
1716
2774
|
relayer: number;
|
|
1717
2775
|
oracles: number;
|
|
1718
2776
|
validator: number;
|
|
@@ -1720,26 +2778,24 @@ export declare const ExecutionResponseValidator: z.ZodObject<z.objectUtil.extend
|
|
|
1720
2778
|
protocol: number;
|
|
1721
2779
|
total: number;
|
|
1722
2780
|
} | undefined;
|
|
1723
|
-
|
|
2781
|
+
solverFees?: {
|
|
2782
|
+
amount: number;
|
|
2783
|
+
address: string;
|
|
2784
|
+
}[] | undefined;
|
|
1724
2785
|
}>;
|
|
1725
2786
|
export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1726
2787
|
configSig: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1727
|
-
triggerType: z.ZodNativeEnum<
|
|
2788
|
+
triggerType: z.ZodNativeEnum<{
|
|
2789
|
+
readonly Cron: 0;
|
|
2790
|
+
readonly Event: 1;
|
|
2791
|
+
readonly Once: 2;
|
|
2792
|
+
}>;
|
|
1728
2793
|
triggerData: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1729
2794
|
}, {
|
|
1730
2795
|
hash: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1731
2796
|
timestamp: z.ZodNumber;
|
|
1732
2797
|
fuelUsed: z.ZodNumber;
|
|
1733
|
-
logs: z.ZodArray<z.
|
|
1734
|
-
level: z.ZodNativeEnum<typeof import("../shared").LogLevel>;
|
|
1735
|
-
log: z.ZodString;
|
|
1736
|
-
}, "strip", z.ZodTypeAny, {
|
|
1737
|
-
level: import("../shared").LogLevel;
|
|
1738
|
-
log: string;
|
|
1739
|
-
}, {
|
|
1740
|
-
level: import("../shared").LogLevel;
|
|
1741
|
-
log: string;
|
|
1742
|
-
}>, "many">;
|
|
2798
|
+
logs: z.ZodArray<z.ZodString, "many">;
|
|
1743
2799
|
inputs: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
1744
2800
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1745
2801
|
query: z.ZodObject<{
|
|
@@ -1748,33 +2804,33 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
1748
2804
|
params: z.ZodObject<{
|
|
1749
2805
|
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1750
2806
|
timestamp: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1751
|
-
to: z.ZodEffects<z.
|
|
2807
|
+
to: z.ZodEffects<z.ZodString, string, string>;
|
|
1752
2808
|
data: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1753
2809
|
}, "strip", z.ZodTypeAny, {
|
|
2810
|
+
data: string;
|
|
1754
2811
|
chainId: number;
|
|
1755
2812
|
to: string;
|
|
1756
|
-
data: string;
|
|
1757
2813
|
timestamp: number;
|
|
1758
2814
|
}, {
|
|
2815
|
+
data: string;
|
|
1759
2816
|
chainId: number;
|
|
1760
2817
|
to: string;
|
|
1761
|
-
data: string;
|
|
1762
2818
|
timestamp: number;
|
|
1763
2819
|
}>;
|
|
1764
2820
|
}, "strip", z.ZodTypeAny, {
|
|
1765
2821
|
params: {
|
|
2822
|
+
data: string;
|
|
1766
2823
|
chainId: number;
|
|
1767
2824
|
to: string;
|
|
1768
|
-
data: string;
|
|
1769
2825
|
timestamp: number;
|
|
1770
2826
|
};
|
|
1771
2827
|
name: "EvmCallQuery";
|
|
1772
2828
|
hash: string;
|
|
1773
2829
|
}, {
|
|
1774
2830
|
params: {
|
|
2831
|
+
data: string;
|
|
1775
2832
|
chainId: number;
|
|
1776
2833
|
to: string;
|
|
1777
|
-
data: string;
|
|
1778
2834
|
timestamp: number;
|
|
1779
2835
|
};
|
|
1780
2836
|
name: "EvmCallQuery";
|
|
@@ -1791,32 +2847,32 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
1791
2847
|
result: {
|
|
1792
2848
|
value: string;
|
|
1793
2849
|
};
|
|
1794
|
-
signature: string;
|
|
1795
2850
|
query: {
|
|
1796
2851
|
params: {
|
|
2852
|
+
data: string;
|
|
1797
2853
|
chainId: number;
|
|
1798
2854
|
to: string;
|
|
1799
|
-
data: string;
|
|
1800
2855
|
timestamp: number;
|
|
1801
2856
|
};
|
|
1802
2857
|
name: "EvmCallQuery";
|
|
1803
2858
|
hash: string;
|
|
1804
2859
|
};
|
|
2860
|
+
signature: string;
|
|
1805
2861
|
}, {
|
|
1806
2862
|
result: {
|
|
1807
2863
|
value: string;
|
|
1808
2864
|
};
|
|
1809
|
-
signature: string;
|
|
1810
2865
|
query: {
|
|
1811
2866
|
params: {
|
|
2867
|
+
data: string;
|
|
1812
2868
|
chainId: number;
|
|
1813
2869
|
to: string;
|
|
1814
|
-
data: string;
|
|
1815
2870
|
timestamp: number;
|
|
1816
2871
|
};
|
|
1817
2872
|
name: "EvmCallQuery";
|
|
1818
2873
|
hash: string;
|
|
1819
2874
|
};
|
|
2875
|
+
signature: string;
|
|
1820
2876
|
}>, z.ZodObject<{
|
|
1821
2877
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1822
2878
|
query: z.ZodObject<{
|
|
@@ -1828,42 +2884,42 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
1828
2884
|
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1829
2885
|
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1830
2886
|
}, "strip", z.ZodTypeAny, {
|
|
1831
|
-
chainId: number;
|
|
1832
2887
|
address: string;
|
|
1833
|
-
}, {
|
|
1834
2888
|
chainId: number;
|
|
2889
|
+
}, {
|
|
1835
2890
|
address: string;
|
|
2891
|
+
chainId: number;
|
|
1836
2892
|
}>;
|
|
1837
2893
|
}, "strip", z.ZodTypeAny, {
|
|
1838
|
-
timestamp: number;
|
|
1839
2894
|
token: {
|
|
1840
|
-
chainId: number;
|
|
1841
2895
|
address: string;
|
|
2896
|
+
chainId: number;
|
|
1842
2897
|
};
|
|
1843
|
-
}, {
|
|
1844
2898
|
timestamp: number;
|
|
2899
|
+
}, {
|
|
1845
2900
|
token: {
|
|
1846
|
-
chainId: number;
|
|
1847
2901
|
address: string;
|
|
2902
|
+
chainId: number;
|
|
1848
2903
|
};
|
|
2904
|
+
timestamp: number;
|
|
1849
2905
|
}>;
|
|
1850
2906
|
}, "strip", z.ZodTypeAny, {
|
|
1851
2907
|
params: {
|
|
1852
|
-
timestamp: number;
|
|
1853
2908
|
token: {
|
|
1854
|
-
chainId: number;
|
|
1855
2909
|
address: string;
|
|
2910
|
+
chainId: number;
|
|
1856
2911
|
};
|
|
2912
|
+
timestamp: number;
|
|
1857
2913
|
};
|
|
1858
2914
|
name: "TokenPriceQuery";
|
|
1859
2915
|
hash: string;
|
|
1860
2916
|
}, {
|
|
1861
2917
|
params: {
|
|
1862
|
-
timestamp: number;
|
|
1863
2918
|
token: {
|
|
1864
|
-
chainId: number;
|
|
1865
2919
|
address: string;
|
|
2920
|
+
chainId: number;
|
|
1866
2921
|
};
|
|
2922
|
+
timestamp: number;
|
|
1867
2923
|
};
|
|
1868
2924
|
name: "TokenPriceQuery";
|
|
1869
2925
|
hash: string;
|
|
@@ -1879,34 +2935,34 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
1879
2935
|
result: {
|
|
1880
2936
|
value: string;
|
|
1881
2937
|
};
|
|
1882
|
-
signature: string;
|
|
1883
2938
|
query: {
|
|
1884
2939
|
params: {
|
|
1885
|
-
timestamp: number;
|
|
1886
2940
|
token: {
|
|
1887
|
-
chainId: number;
|
|
1888
2941
|
address: string;
|
|
2942
|
+
chainId: number;
|
|
1889
2943
|
};
|
|
2944
|
+
timestamp: number;
|
|
1890
2945
|
};
|
|
1891
2946
|
name: "TokenPriceQuery";
|
|
1892
2947
|
hash: string;
|
|
1893
2948
|
};
|
|
2949
|
+
signature: string;
|
|
1894
2950
|
}, {
|
|
1895
2951
|
result: {
|
|
1896
2952
|
value: string;
|
|
1897
2953
|
};
|
|
1898
|
-
signature: string;
|
|
1899
2954
|
query: {
|
|
1900
2955
|
params: {
|
|
1901
|
-
timestamp: number;
|
|
1902
2956
|
token: {
|
|
1903
|
-
chainId: number;
|
|
1904
2957
|
address: string;
|
|
2958
|
+
chainId: number;
|
|
1905
2959
|
};
|
|
2960
|
+
timestamp: number;
|
|
1906
2961
|
};
|
|
1907
2962
|
name: "TokenPriceQuery";
|
|
1908
2963
|
hash: string;
|
|
1909
2964
|
};
|
|
2965
|
+
signature: string;
|
|
1910
2966
|
}>, z.ZodObject<{
|
|
1911
2967
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1912
2968
|
query: z.ZodObject<{
|
|
@@ -1916,166 +2972,433 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
1916
2972
|
chainIds: z.ZodArray<z.ZodEffects<z.ZodNumber, number, number>, "many">;
|
|
1917
2973
|
owner: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1918
2974
|
usdMinAmount: z.ZodEffects<z.ZodString, string, string>;
|
|
1919
|
-
timestamp: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1920
2975
|
tokens: z.ZodArray<z.ZodObject<{
|
|
1921
|
-
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1922
2976
|
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2977
|
+
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1923
2978
|
}, "strip", z.ZodTypeAny, {
|
|
1924
|
-
chainId: number;
|
|
1925
2979
|
address: string;
|
|
1926
|
-
}, {
|
|
1927
2980
|
chainId: number;
|
|
2981
|
+
}, {
|
|
1928
2982
|
address: string;
|
|
2983
|
+
chainId: number;
|
|
1929
2984
|
}>, "many">;
|
|
1930
2985
|
tokenFilter: z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>]>;
|
|
1931
2986
|
}, "strip", z.ZodTypeAny, {
|
|
1932
|
-
|
|
2987
|
+
owner: string;
|
|
2988
|
+
tokens: {
|
|
2989
|
+
address: string;
|
|
2990
|
+
chainId: number;
|
|
2991
|
+
}[];
|
|
2992
|
+
usdMinAmount: string;
|
|
2993
|
+
chainIds: number[];
|
|
2994
|
+
tokenFilter: 0 | 1;
|
|
2995
|
+
}, {
|
|
2996
|
+
owner: string;
|
|
2997
|
+
tokens: {
|
|
2998
|
+
address: string;
|
|
2999
|
+
chainId: number;
|
|
3000
|
+
}[];
|
|
3001
|
+
usdMinAmount: string;
|
|
3002
|
+
chainIds: number[];
|
|
3003
|
+
tokenFilter: 0 | 1;
|
|
3004
|
+
}>;
|
|
3005
|
+
}, "strip", z.ZodTypeAny, {
|
|
3006
|
+
params: {
|
|
3007
|
+
owner: string;
|
|
3008
|
+
tokens: {
|
|
3009
|
+
address: string;
|
|
3010
|
+
chainId: number;
|
|
3011
|
+
}[];
|
|
3012
|
+
usdMinAmount: string;
|
|
3013
|
+
chainIds: number[];
|
|
3014
|
+
tokenFilter: 0 | 1;
|
|
3015
|
+
};
|
|
3016
|
+
name: "RelevantTokensQuery";
|
|
3017
|
+
hash: string;
|
|
3018
|
+
}, {
|
|
3019
|
+
params: {
|
|
3020
|
+
owner: string;
|
|
1933
3021
|
tokens: {
|
|
3022
|
+
address: string;
|
|
1934
3023
|
chainId: number;
|
|
3024
|
+
}[];
|
|
3025
|
+
usdMinAmount: string;
|
|
3026
|
+
chainIds: number[];
|
|
3027
|
+
tokenFilter: 0 | 1;
|
|
3028
|
+
};
|
|
3029
|
+
name: "RelevantTokensQuery";
|
|
3030
|
+
hash: string;
|
|
3031
|
+
}>;
|
|
3032
|
+
result: z.ZodObject<{
|
|
3033
|
+
value: z.ZodObject<{
|
|
3034
|
+
timestamp: z.ZodEffects<z.ZodNumber, number, number>;
|
|
3035
|
+
balances: z.ZodArray<z.ZodObject<{
|
|
3036
|
+
token: z.ZodObject<{
|
|
3037
|
+
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
3038
|
+
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
3039
|
+
}, "strip", z.ZodTypeAny, {
|
|
3040
|
+
address: string;
|
|
3041
|
+
chainId: number;
|
|
3042
|
+
}, {
|
|
3043
|
+
address: string;
|
|
3044
|
+
chainId: number;
|
|
3045
|
+
}>;
|
|
3046
|
+
balance: z.ZodEffects<z.ZodString, string, string>;
|
|
3047
|
+
}, "strip", z.ZodTypeAny, {
|
|
3048
|
+
token: {
|
|
3049
|
+
address: string;
|
|
3050
|
+
chainId: number;
|
|
3051
|
+
};
|
|
3052
|
+
balance: string;
|
|
3053
|
+
}, {
|
|
3054
|
+
token: {
|
|
3055
|
+
address: string;
|
|
3056
|
+
chainId: number;
|
|
3057
|
+
};
|
|
3058
|
+
balance: string;
|
|
3059
|
+
}>, "many">;
|
|
3060
|
+
}, "strip", z.ZodTypeAny, {
|
|
3061
|
+
timestamp: number;
|
|
3062
|
+
balances: {
|
|
3063
|
+
token: {
|
|
3064
|
+
address: string;
|
|
3065
|
+
chainId: number;
|
|
3066
|
+
};
|
|
3067
|
+
balance: string;
|
|
3068
|
+
}[];
|
|
3069
|
+
}, {
|
|
3070
|
+
timestamp: number;
|
|
3071
|
+
balances: {
|
|
3072
|
+
token: {
|
|
3073
|
+
address: string;
|
|
3074
|
+
chainId: number;
|
|
3075
|
+
};
|
|
3076
|
+
balance: string;
|
|
3077
|
+
}[];
|
|
3078
|
+
}>;
|
|
3079
|
+
}, "strip", z.ZodTypeAny, {
|
|
3080
|
+
value: {
|
|
3081
|
+
timestamp: number;
|
|
3082
|
+
balances: {
|
|
3083
|
+
token: {
|
|
3084
|
+
address: string;
|
|
3085
|
+
chainId: number;
|
|
3086
|
+
};
|
|
3087
|
+
balance: string;
|
|
3088
|
+
}[];
|
|
3089
|
+
};
|
|
3090
|
+
}, {
|
|
3091
|
+
value: {
|
|
3092
|
+
timestamp: number;
|
|
3093
|
+
balances: {
|
|
3094
|
+
token: {
|
|
3095
|
+
address: string;
|
|
3096
|
+
chainId: number;
|
|
3097
|
+
};
|
|
3098
|
+
balance: string;
|
|
3099
|
+
}[];
|
|
3100
|
+
};
|
|
3101
|
+
}>;
|
|
3102
|
+
}, "strip", z.ZodTypeAny, {
|
|
3103
|
+
result: {
|
|
3104
|
+
value: {
|
|
3105
|
+
timestamp: number;
|
|
3106
|
+
balances: {
|
|
3107
|
+
token: {
|
|
3108
|
+
address: string;
|
|
3109
|
+
chainId: number;
|
|
3110
|
+
};
|
|
3111
|
+
balance: string;
|
|
3112
|
+
}[];
|
|
3113
|
+
};
|
|
3114
|
+
};
|
|
3115
|
+
query: {
|
|
3116
|
+
params: {
|
|
3117
|
+
owner: string;
|
|
3118
|
+
tokens: {
|
|
1935
3119
|
address: string;
|
|
3120
|
+
chainId: number;
|
|
3121
|
+
}[];
|
|
3122
|
+
usdMinAmount: string;
|
|
3123
|
+
chainIds: number[];
|
|
3124
|
+
tokenFilter: 0 | 1;
|
|
3125
|
+
};
|
|
3126
|
+
name: "RelevantTokensQuery";
|
|
3127
|
+
hash: string;
|
|
3128
|
+
};
|
|
3129
|
+
signature: string;
|
|
3130
|
+
}, {
|
|
3131
|
+
result: {
|
|
3132
|
+
value: {
|
|
3133
|
+
timestamp: number;
|
|
3134
|
+
balances: {
|
|
3135
|
+
token: {
|
|
3136
|
+
address: string;
|
|
3137
|
+
chainId: number;
|
|
3138
|
+
};
|
|
3139
|
+
balance: string;
|
|
1936
3140
|
}[];
|
|
3141
|
+
};
|
|
3142
|
+
};
|
|
3143
|
+
query: {
|
|
3144
|
+
params: {
|
|
1937
3145
|
owner: string;
|
|
3146
|
+
tokens: {
|
|
3147
|
+
address: string;
|
|
3148
|
+
chainId: number;
|
|
3149
|
+
}[];
|
|
1938
3150
|
usdMinAmount: string;
|
|
1939
3151
|
chainIds: number[];
|
|
1940
3152
|
tokenFilter: 0 | 1;
|
|
3153
|
+
};
|
|
3154
|
+
name: "RelevantTokensQuery";
|
|
3155
|
+
hash: string;
|
|
3156
|
+
};
|
|
3157
|
+
signature: string;
|
|
3158
|
+
}>, z.ZodObject<{
|
|
3159
|
+
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
3160
|
+
query: z.ZodObject<{
|
|
3161
|
+
name: z.ZodLiteral<"SubgraphQuery">;
|
|
3162
|
+
hash: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
3163
|
+
params: z.ZodObject<{
|
|
3164
|
+
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
3165
|
+
timestamp: z.ZodEffects<z.ZodNumber, number, number>;
|
|
3166
|
+
subgraphId: z.ZodString;
|
|
3167
|
+
query: z.ZodString;
|
|
3168
|
+
}, "strip", z.ZodTypeAny, {
|
|
3169
|
+
chainId: number;
|
|
3170
|
+
timestamp: number;
|
|
3171
|
+
subgraphId: string;
|
|
3172
|
+
query: string;
|
|
3173
|
+
}, {
|
|
3174
|
+
chainId: number;
|
|
3175
|
+
timestamp: number;
|
|
3176
|
+
subgraphId: string;
|
|
3177
|
+
query: string;
|
|
3178
|
+
}>;
|
|
3179
|
+
}, "strip", z.ZodTypeAny, {
|
|
3180
|
+
params: {
|
|
3181
|
+
chainId: number;
|
|
3182
|
+
timestamp: number;
|
|
3183
|
+
subgraphId: string;
|
|
3184
|
+
query: string;
|
|
3185
|
+
};
|
|
3186
|
+
name: "SubgraphQuery";
|
|
3187
|
+
hash: string;
|
|
3188
|
+
}, {
|
|
3189
|
+
params: {
|
|
3190
|
+
chainId: number;
|
|
3191
|
+
timestamp: number;
|
|
3192
|
+
subgraphId: string;
|
|
3193
|
+
query: string;
|
|
3194
|
+
};
|
|
3195
|
+
name: "SubgraphQuery";
|
|
3196
|
+
hash: string;
|
|
3197
|
+
}>;
|
|
3198
|
+
result: z.ZodObject<{
|
|
3199
|
+
value: z.ZodObject<{
|
|
3200
|
+
blockNumber: z.ZodNumber;
|
|
3201
|
+
data: z.ZodString;
|
|
3202
|
+
}, "strip", z.ZodTypeAny, {
|
|
3203
|
+
data: string;
|
|
3204
|
+
blockNumber: number;
|
|
3205
|
+
}, {
|
|
3206
|
+
data: string;
|
|
3207
|
+
blockNumber: number;
|
|
3208
|
+
}>;
|
|
3209
|
+
}, "strip", z.ZodTypeAny, {
|
|
3210
|
+
value: {
|
|
3211
|
+
data: string;
|
|
3212
|
+
blockNumber: number;
|
|
3213
|
+
};
|
|
3214
|
+
}, {
|
|
3215
|
+
value: {
|
|
3216
|
+
data: string;
|
|
3217
|
+
blockNumber: number;
|
|
3218
|
+
};
|
|
3219
|
+
}>;
|
|
3220
|
+
}, "strip", z.ZodTypeAny, {
|
|
3221
|
+
result: {
|
|
3222
|
+
value: {
|
|
3223
|
+
data: string;
|
|
3224
|
+
blockNumber: number;
|
|
3225
|
+
};
|
|
3226
|
+
};
|
|
3227
|
+
query: {
|
|
3228
|
+
params: {
|
|
3229
|
+
chainId: number;
|
|
3230
|
+
timestamp: number;
|
|
3231
|
+
subgraphId: string;
|
|
3232
|
+
query: string;
|
|
3233
|
+
};
|
|
3234
|
+
name: "SubgraphQuery";
|
|
3235
|
+
hash: string;
|
|
3236
|
+
};
|
|
3237
|
+
signature: string;
|
|
3238
|
+
}, {
|
|
3239
|
+
result: {
|
|
3240
|
+
value: {
|
|
3241
|
+
data: string;
|
|
3242
|
+
blockNumber: number;
|
|
3243
|
+
};
|
|
3244
|
+
};
|
|
3245
|
+
query: {
|
|
3246
|
+
params: {
|
|
3247
|
+
chainId: number;
|
|
3248
|
+
timestamp: number;
|
|
3249
|
+
subgraphId: string;
|
|
3250
|
+
query: string;
|
|
3251
|
+
};
|
|
3252
|
+
name: "SubgraphQuery";
|
|
3253
|
+
hash: string;
|
|
3254
|
+
};
|
|
3255
|
+
signature: string;
|
|
3256
|
+
}>, z.ZodObject<{
|
|
3257
|
+
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
3258
|
+
query: z.ZodObject<{
|
|
3259
|
+
name: z.ZodLiteral<"SvmAccountsInfoQuery">;
|
|
3260
|
+
hash: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
3261
|
+
params: z.ZodObject<{
|
|
3262
|
+
publicKeys: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
|
|
3263
|
+
timestamp: z.ZodEffects<z.ZodNumber, number, number>;
|
|
3264
|
+
}, "strip", z.ZodTypeAny, {
|
|
3265
|
+
timestamp: number;
|
|
3266
|
+
publicKeys: string[];
|
|
1941
3267
|
}, {
|
|
1942
3268
|
timestamp: number;
|
|
1943
|
-
|
|
1944
|
-
chainId: number;
|
|
1945
|
-
address: string;
|
|
1946
|
-
}[];
|
|
1947
|
-
owner: string;
|
|
1948
|
-
usdMinAmount: string;
|
|
1949
|
-
chainIds: number[];
|
|
1950
|
-
tokenFilter: 0 | 1;
|
|
3269
|
+
publicKeys: string[];
|
|
1951
3270
|
}>;
|
|
1952
3271
|
}, "strip", z.ZodTypeAny, {
|
|
1953
3272
|
params: {
|
|
1954
3273
|
timestamp: number;
|
|
1955
|
-
|
|
1956
|
-
chainId: number;
|
|
1957
|
-
address: string;
|
|
1958
|
-
}[];
|
|
1959
|
-
owner: string;
|
|
1960
|
-
usdMinAmount: string;
|
|
1961
|
-
chainIds: number[];
|
|
1962
|
-
tokenFilter: 0 | 1;
|
|
3274
|
+
publicKeys: string[];
|
|
1963
3275
|
};
|
|
1964
|
-
name: "
|
|
3276
|
+
name: "SvmAccountsInfoQuery";
|
|
1965
3277
|
hash: string;
|
|
1966
3278
|
}, {
|
|
1967
3279
|
params: {
|
|
1968
3280
|
timestamp: number;
|
|
1969
|
-
|
|
1970
|
-
chainId: number;
|
|
1971
|
-
address: string;
|
|
1972
|
-
}[];
|
|
1973
|
-
owner: string;
|
|
1974
|
-
usdMinAmount: string;
|
|
1975
|
-
chainIds: number[];
|
|
1976
|
-
tokenFilter: 0 | 1;
|
|
3281
|
+
publicKeys: string[];
|
|
1977
3282
|
};
|
|
1978
|
-
name: "
|
|
3283
|
+
name: "SvmAccountsInfoQuery";
|
|
1979
3284
|
hash: string;
|
|
1980
3285
|
}>;
|
|
1981
3286
|
result: z.ZodObject<{
|
|
1982
|
-
value: z.
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
3287
|
+
value: z.ZodObject<{
|
|
3288
|
+
accountsInfo: z.ZodArray<z.ZodObject<{
|
|
3289
|
+
executable: z.ZodBoolean;
|
|
3290
|
+
owner: z.ZodEffects<z.ZodString, string, string>;
|
|
3291
|
+
lamports: z.ZodEffects<z.ZodString, string, string>;
|
|
3292
|
+
data: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
3293
|
+
rentEpoch: z.ZodEffects<z.ZodString, string, string>;
|
|
1986
3294
|
}, "strip", z.ZodTypeAny, {
|
|
1987
|
-
|
|
1988
|
-
|
|
3295
|
+
data: string;
|
|
3296
|
+
executable: boolean;
|
|
3297
|
+
owner: string;
|
|
3298
|
+
lamports: string;
|
|
3299
|
+
rentEpoch: string;
|
|
1989
3300
|
}, {
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
3301
|
+
data: string;
|
|
3302
|
+
executable: boolean;
|
|
3303
|
+
owner: string;
|
|
3304
|
+
lamports: string;
|
|
3305
|
+
rentEpoch: string;
|
|
3306
|
+
}>, "many">;
|
|
3307
|
+
slot: z.ZodEffects<z.ZodString, string, string>;
|
|
1994
3308
|
}, "strip", z.ZodTypeAny, {
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
3309
|
+
accountsInfo: {
|
|
3310
|
+
data: string;
|
|
3311
|
+
executable: boolean;
|
|
3312
|
+
owner: string;
|
|
3313
|
+
lamports: string;
|
|
3314
|
+
rentEpoch: string;
|
|
3315
|
+
}[];
|
|
3316
|
+
slot: string;
|
|
2000
3317
|
}, {
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
3318
|
+
accountsInfo: {
|
|
3319
|
+
data: string;
|
|
3320
|
+
executable: boolean;
|
|
3321
|
+
owner: string;
|
|
3322
|
+
lamports: string;
|
|
3323
|
+
rentEpoch: string;
|
|
3324
|
+
}[];
|
|
3325
|
+
slot: string;
|
|
3326
|
+
}>;
|
|
2007
3327
|
}, "strip", z.ZodTypeAny, {
|
|
2008
3328
|
value: {
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
3329
|
+
accountsInfo: {
|
|
3330
|
+
data: string;
|
|
3331
|
+
executable: boolean;
|
|
3332
|
+
owner: string;
|
|
3333
|
+
lamports: string;
|
|
3334
|
+
rentEpoch: string;
|
|
3335
|
+
}[];
|
|
3336
|
+
slot: string;
|
|
3337
|
+
};
|
|
2015
3338
|
}, {
|
|
2016
3339
|
value: {
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
3340
|
+
accountsInfo: {
|
|
3341
|
+
data: string;
|
|
3342
|
+
executable: boolean;
|
|
3343
|
+
owner: string;
|
|
3344
|
+
lamports: string;
|
|
3345
|
+
rentEpoch: string;
|
|
3346
|
+
}[];
|
|
3347
|
+
slot: string;
|
|
3348
|
+
};
|
|
2023
3349
|
}>;
|
|
2024
3350
|
}, "strip", z.ZodTypeAny, {
|
|
2025
3351
|
result: {
|
|
2026
3352
|
value: {
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
3353
|
+
accountsInfo: {
|
|
3354
|
+
data: string;
|
|
3355
|
+
executable: boolean;
|
|
3356
|
+
owner: string;
|
|
3357
|
+
lamports: string;
|
|
3358
|
+
rentEpoch: string;
|
|
3359
|
+
}[];
|
|
3360
|
+
slot: string;
|
|
3361
|
+
};
|
|
2033
3362
|
};
|
|
2034
|
-
signature: string;
|
|
2035
3363
|
query: {
|
|
2036
3364
|
params: {
|
|
2037
3365
|
timestamp: number;
|
|
2038
|
-
|
|
2039
|
-
chainId: number;
|
|
2040
|
-
address: string;
|
|
2041
|
-
}[];
|
|
2042
|
-
owner: string;
|
|
2043
|
-
usdMinAmount: string;
|
|
2044
|
-
chainIds: number[];
|
|
2045
|
-
tokenFilter: 0 | 1;
|
|
3366
|
+
publicKeys: string[];
|
|
2046
3367
|
};
|
|
2047
|
-
name: "
|
|
3368
|
+
name: "SvmAccountsInfoQuery";
|
|
2048
3369
|
hash: string;
|
|
2049
3370
|
};
|
|
3371
|
+
signature: string;
|
|
2050
3372
|
}, {
|
|
2051
3373
|
result: {
|
|
2052
3374
|
value: {
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
3375
|
+
accountsInfo: {
|
|
3376
|
+
data: string;
|
|
3377
|
+
executable: boolean;
|
|
3378
|
+
owner: string;
|
|
3379
|
+
lamports: string;
|
|
3380
|
+
rentEpoch: string;
|
|
3381
|
+
}[];
|
|
3382
|
+
slot: string;
|
|
3383
|
+
};
|
|
2059
3384
|
};
|
|
2060
|
-
signature: string;
|
|
2061
3385
|
query: {
|
|
2062
3386
|
params: {
|
|
2063
3387
|
timestamp: number;
|
|
2064
|
-
|
|
2065
|
-
chainId: number;
|
|
2066
|
-
address: string;
|
|
2067
|
-
}[];
|
|
2068
|
-
owner: string;
|
|
2069
|
-
usdMinAmount: string;
|
|
2070
|
-
chainIds: number[];
|
|
2071
|
-
tokenFilter: 0 | 1;
|
|
3388
|
+
publicKeys: string[];
|
|
2072
3389
|
};
|
|
2073
|
-
name: "
|
|
3390
|
+
name: "SvmAccountsInfoQuery";
|
|
2074
3391
|
hash: string;
|
|
2075
3392
|
};
|
|
3393
|
+
signature: string;
|
|
2076
3394
|
}>]>, "many">;
|
|
2077
3395
|
outputs: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
2078
|
-
op: z.ZodNativeEnum<
|
|
3396
|
+
op: z.ZodNativeEnum<{
|
|
3397
|
+
readonly Swap: 0;
|
|
3398
|
+
readonly Transfer: 1;
|
|
3399
|
+
readonly EvmCall: 2;
|
|
3400
|
+
readonly SvmCall: 3;
|
|
3401
|
+
}>;
|
|
2079
3402
|
user: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2080
3403
|
settler: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2081
3404
|
nonce: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
@@ -2091,40 +3414,73 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2091
3414
|
token: string;
|
|
2092
3415
|
amount: string;
|
|
2093
3416
|
}>, "many">;
|
|
3417
|
+
events: z.ZodArray<z.ZodObject<{
|
|
3418
|
+
topic: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
3419
|
+
data: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
3420
|
+
}, "strip", z.ZodTypeAny, {
|
|
3421
|
+
data: string;
|
|
3422
|
+
topic: string;
|
|
3423
|
+
}, {
|
|
3424
|
+
data: string;
|
|
3425
|
+
topic: string;
|
|
3426
|
+
}>, "many">;
|
|
3427
|
+
configSig: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
3428
|
+
minValidations: z.ZodNumber;
|
|
2094
3429
|
}, {
|
|
2095
3430
|
hash: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2096
3431
|
}>, "strip", z.ZodTypeAny, {
|
|
2097
|
-
|
|
2098
|
-
op: import("../shared").OpType;
|
|
3432
|
+
op: 0 | 1 | 2 | 3;
|
|
2099
3433
|
user: string;
|
|
2100
3434
|
settler: string;
|
|
2101
3435
|
nonce: string;
|
|
2102
3436
|
deadline: string;
|
|
3437
|
+
data: string;
|
|
2103
3438
|
maxFees: {
|
|
2104
3439
|
token: string;
|
|
2105
3440
|
amount: string;
|
|
2106
3441
|
}[];
|
|
3442
|
+
events: {
|
|
3443
|
+
data: string;
|
|
3444
|
+
topic: string;
|
|
3445
|
+
}[];
|
|
3446
|
+
configSig: string;
|
|
3447
|
+
minValidations: number;
|
|
2107
3448
|
hash: string;
|
|
2108
3449
|
}, {
|
|
2109
|
-
|
|
2110
|
-
op: import("../shared").OpType;
|
|
3450
|
+
op: 0 | 1 | 2 | 3;
|
|
2111
3451
|
user: string;
|
|
2112
3452
|
settler: string;
|
|
2113
3453
|
nonce: string;
|
|
2114
3454
|
deadline: string;
|
|
3455
|
+
data: string;
|
|
2115
3456
|
maxFees: {
|
|
2116
3457
|
token: string;
|
|
2117
3458
|
amount: string;
|
|
2118
3459
|
}[];
|
|
3460
|
+
events: {
|
|
3461
|
+
data: string;
|
|
3462
|
+
topic: string;
|
|
3463
|
+
}[];
|
|
3464
|
+
configSig: string;
|
|
3465
|
+
minValidations: number;
|
|
2119
3466
|
hash: string;
|
|
2120
3467
|
}>, "many">;
|
|
2121
3468
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
3469
|
+
result: z.ZodNativeEnum<{
|
|
3470
|
+
readonly succeeded: "succeeded";
|
|
3471
|
+
readonly failed: "failed";
|
|
3472
|
+
}>;
|
|
2122
3473
|
}>, {
|
|
2123
3474
|
relayer: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
3475
|
+
status: z.ZodNativeEnum<{
|
|
3476
|
+
readonly pending: "pending";
|
|
3477
|
+
readonly valid: "valid";
|
|
3478
|
+
readonly invalid: "invalid";
|
|
3479
|
+
}>;
|
|
2124
3480
|
createdAt: z.ZodDate;
|
|
2125
3481
|
logs: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2126
|
-
errorLogs: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2127
3482
|
fee: z.ZodOptional<z.ZodObject<{
|
|
3483
|
+
trigger: z.ZodNumber;
|
|
2128
3484
|
relayer: z.ZodNumber;
|
|
2129
3485
|
oracles: z.ZodNumber;
|
|
2130
3486
|
validator: z.ZodNumber;
|
|
@@ -2132,6 +3488,7 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2132
3488
|
protocol: z.ZodNumber;
|
|
2133
3489
|
total: z.ZodNumber;
|
|
2134
3490
|
}, "strip", z.ZodTypeAny, {
|
|
3491
|
+
trigger: number;
|
|
2135
3492
|
relayer: number;
|
|
2136
3493
|
oracles: number;
|
|
2137
3494
|
validator: number;
|
|
@@ -2139,6 +3496,7 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2139
3496
|
protocol: number;
|
|
2140
3497
|
total: number;
|
|
2141
3498
|
}, {
|
|
3499
|
+
trigger: number;
|
|
2142
3500
|
relayer: number;
|
|
2143
3501
|
oracles: number;
|
|
2144
3502
|
validator: number;
|
|
@@ -2146,66 +3504,107 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2146
3504
|
protocol: number;
|
|
2147
3505
|
total: number;
|
|
2148
3506
|
}>>;
|
|
2149
|
-
|
|
3507
|
+
solverFees: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3508
|
+
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
3509
|
+
amount: z.ZodNumber;
|
|
3510
|
+
}, "strip", z.ZodTypeAny, {
|
|
3511
|
+
amount: number;
|
|
3512
|
+
address: string;
|
|
3513
|
+
}, {
|
|
3514
|
+
amount: number;
|
|
3515
|
+
address: string;
|
|
3516
|
+
}>, "many">>;
|
|
3517
|
+
validations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3518
|
+
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
3519
|
+
succeeded: z.ZodBoolean;
|
|
3520
|
+
description: z.ZodOptional<z.ZodString>;
|
|
3521
|
+
}, "strip", z.ZodTypeAny, {
|
|
3522
|
+
succeeded: boolean;
|
|
3523
|
+
signature: string;
|
|
3524
|
+
description?: string | undefined;
|
|
3525
|
+
}, {
|
|
3526
|
+
succeeded: boolean;
|
|
3527
|
+
signature: string;
|
|
3528
|
+
description?: string | undefined;
|
|
3529
|
+
}>, "many">>;
|
|
2150
3530
|
}>, "strip", z.ZodTypeAny, {
|
|
2151
|
-
timestamp: number;
|
|
2152
|
-
createdAt: Date;
|
|
2153
3531
|
configSig: string;
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
hash: string;
|
|
2158
|
-
fuelUsed: number;
|
|
3532
|
+
result: "succeeded" | "failed";
|
|
3533
|
+
timestamp: number;
|
|
3534
|
+
status: "pending" | "valid" | "invalid";
|
|
2159
3535
|
inputs: ({
|
|
2160
3536
|
result: {
|
|
2161
3537
|
value: string;
|
|
2162
3538
|
};
|
|
2163
|
-
signature: string;
|
|
2164
3539
|
query: {
|
|
2165
3540
|
params: {
|
|
3541
|
+
data: string;
|
|
2166
3542
|
chainId: number;
|
|
2167
3543
|
to: string;
|
|
2168
|
-
data: string;
|
|
2169
3544
|
timestamp: number;
|
|
2170
3545
|
};
|
|
2171
3546
|
name: "EvmCallQuery";
|
|
2172
3547
|
hash: string;
|
|
2173
3548
|
};
|
|
3549
|
+
signature: string;
|
|
2174
3550
|
} | {
|
|
2175
3551
|
result: {
|
|
2176
|
-
value:
|
|
3552
|
+
value: {
|
|
3553
|
+
accountsInfo: {
|
|
3554
|
+
data: string;
|
|
3555
|
+
executable: boolean;
|
|
3556
|
+
owner: string;
|
|
3557
|
+
lamports: string;
|
|
3558
|
+
rentEpoch: string;
|
|
3559
|
+
}[];
|
|
3560
|
+
slot: string;
|
|
3561
|
+
};
|
|
2177
3562
|
};
|
|
2178
|
-
signature: string;
|
|
2179
3563
|
query: {
|
|
2180
3564
|
params: {
|
|
2181
3565
|
timestamp: number;
|
|
3566
|
+
publicKeys: string[];
|
|
3567
|
+
};
|
|
3568
|
+
name: "SvmAccountsInfoQuery";
|
|
3569
|
+
hash: string;
|
|
3570
|
+
};
|
|
3571
|
+
signature: string;
|
|
3572
|
+
} | {
|
|
3573
|
+
result: {
|
|
3574
|
+
value: string;
|
|
3575
|
+
};
|
|
3576
|
+
query: {
|
|
3577
|
+
params: {
|
|
2182
3578
|
token: {
|
|
2183
|
-
chainId: number;
|
|
2184
3579
|
address: string;
|
|
3580
|
+
chainId: number;
|
|
2185
3581
|
};
|
|
3582
|
+
timestamp: number;
|
|
2186
3583
|
};
|
|
2187
3584
|
name: "TokenPriceQuery";
|
|
2188
3585
|
hash: string;
|
|
2189
3586
|
};
|
|
3587
|
+
signature: string;
|
|
2190
3588
|
} | {
|
|
2191
3589
|
result: {
|
|
2192
3590
|
value: {
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
3591
|
+
timestamp: number;
|
|
3592
|
+
balances: {
|
|
3593
|
+
token: {
|
|
3594
|
+
address: string;
|
|
3595
|
+
chainId: number;
|
|
3596
|
+
};
|
|
3597
|
+
balance: string;
|
|
3598
|
+
}[];
|
|
3599
|
+
};
|
|
2199
3600
|
};
|
|
2200
|
-
signature: string;
|
|
2201
3601
|
query: {
|
|
2202
3602
|
params: {
|
|
2203
|
-
|
|
3603
|
+
owner: string;
|
|
2204
3604
|
tokens: {
|
|
2205
|
-
chainId: number;
|
|
2206
3605
|
address: string;
|
|
3606
|
+
chainId: number;
|
|
2207
3607
|
}[];
|
|
2208
|
-
owner: string;
|
|
2209
3608
|
usdMinAmount: string;
|
|
2210
3609
|
chainIds: number[];
|
|
2211
3610
|
tokenFilter: 0 | 1;
|
|
@@ -2213,24 +3612,60 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2213
3612
|
name: "RelevantTokensQuery";
|
|
2214
3613
|
hash: string;
|
|
2215
3614
|
};
|
|
3615
|
+
signature: string;
|
|
3616
|
+
} | {
|
|
3617
|
+
result: {
|
|
3618
|
+
value: {
|
|
3619
|
+
data: string;
|
|
3620
|
+
blockNumber: number;
|
|
3621
|
+
};
|
|
3622
|
+
};
|
|
3623
|
+
query: {
|
|
3624
|
+
params: {
|
|
3625
|
+
chainId: number;
|
|
3626
|
+
timestamp: number;
|
|
3627
|
+
subgraphId: string;
|
|
3628
|
+
query: string;
|
|
3629
|
+
};
|
|
3630
|
+
name: "SubgraphQuery";
|
|
3631
|
+
hash: string;
|
|
3632
|
+
};
|
|
3633
|
+
signature: string;
|
|
2216
3634
|
})[];
|
|
3635
|
+
signature: string;
|
|
3636
|
+
createdAt: Date;
|
|
3637
|
+
triggerType: 0 | 1 | 2;
|
|
3638
|
+
triggerData: string;
|
|
3639
|
+
hash: string;
|
|
3640
|
+
fuelUsed: number;
|
|
2217
3641
|
outputs: {
|
|
2218
|
-
|
|
2219
|
-
op: import("../shared").OpType;
|
|
3642
|
+
op: 0 | 1 | 2 | 3;
|
|
2220
3643
|
user: string;
|
|
2221
3644
|
settler: string;
|
|
2222
3645
|
nonce: string;
|
|
2223
3646
|
deadline: string;
|
|
3647
|
+
data: string;
|
|
2224
3648
|
maxFees: {
|
|
2225
3649
|
token: string;
|
|
2226
3650
|
amount: string;
|
|
2227
3651
|
}[];
|
|
3652
|
+
events: {
|
|
3653
|
+
data: string;
|
|
3654
|
+
topic: string;
|
|
3655
|
+
}[];
|
|
3656
|
+
configSig: string;
|
|
3657
|
+
minValidations: number;
|
|
2228
3658
|
hash: string;
|
|
2229
3659
|
}[];
|
|
2230
3660
|
relayer: string;
|
|
3661
|
+
validations?: {
|
|
3662
|
+
succeeded: boolean;
|
|
3663
|
+
signature: string;
|
|
3664
|
+
description?: string | undefined;
|
|
3665
|
+
}[] | undefined;
|
|
2231
3666
|
logs?: string[] | undefined;
|
|
2232
|
-
errorLogs?: string[] | undefined;
|
|
2233
3667
|
fee?: {
|
|
3668
|
+
trigger: number;
|
|
2234
3669
|
relayer: number;
|
|
2235
3670
|
oracles: number;
|
|
2236
3671
|
validator: number;
|
|
@@ -2238,66 +3673,88 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2238
3673
|
protocol: number;
|
|
2239
3674
|
total: number;
|
|
2240
3675
|
} | undefined;
|
|
2241
|
-
|
|
3676
|
+
solverFees?: {
|
|
3677
|
+
amount: number;
|
|
3678
|
+
address: string;
|
|
3679
|
+
}[] | undefined;
|
|
2242
3680
|
}, {
|
|
2243
|
-
timestamp: number;
|
|
2244
|
-
createdAt: Date;
|
|
2245
3681
|
configSig: string;
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
hash: string;
|
|
2250
|
-
fuelUsed: number;
|
|
3682
|
+
result: "succeeded" | "failed";
|
|
3683
|
+
timestamp: number;
|
|
3684
|
+
status: "pending" | "valid" | "invalid";
|
|
2251
3685
|
inputs: ({
|
|
2252
3686
|
result: {
|
|
2253
3687
|
value: string;
|
|
2254
3688
|
};
|
|
2255
|
-
signature: string;
|
|
2256
3689
|
query: {
|
|
2257
3690
|
params: {
|
|
3691
|
+
data: string;
|
|
2258
3692
|
chainId: number;
|
|
2259
3693
|
to: string;
|
|
2260
|
-
data: string;
|
|
2261
3694
|
timestamp: number;
|
|
2262
3695
|
};
|
|
2263
3696
|
name: "EvmCallQuery";
|
|
2264
3697
|
hash: string;
|
|
2265
3698
|
};
|
|
3699
|
+
signature: string;
|
|
2266
3700
|
} | {
|
|
2267
3701
|
result: {
|
|
2268
|
-
value:
|
|
3702
|
+
value: {
|
|
3703
|
+
accountsInfo: {
|
|
3704
|
+
data: string;
|
|
3705
|
+
executable: boolean;
|
|
3706
|
+
owner: string;
|
|
3707
|
+
lamports: string;
|
|
3708
|
+
rentEpoch: string;
|
|
3709
|
+
}[];
|
|
3710
|
+
slot: string;
|
|
3711
|
+
};
|
|
2269
3712
|
};
|
|
2270
|
-
signature: string;
|
|
2271
3713
|
query: {
|
|
2272
3714
|
params: {
|
|
2273
3715
|
timestamp: number;
|
|
3716
|
+
publicKeys: string[];
|
|
3717
|
+
};
|
|
3718
|
+
name: "SvmAccountsInfoQuery";
|
|
3719
|
+
hash: string;
|
|
3720
|
+
};
|
|
3721
|
+
signature: string;
|
|
3722
|
+
} | {
|
|
3723
|
+
result: {
|
|
3724
|
+
value: string;
|
|
3725
|
+
};
|
|
3726
|
+
query: {
|
|
3727
|
+
params: {
|
|
2274
3728
|
token: {
|
|
2275
|
-
chainId: number;
|
|
2276
3729
|
address: string;
|
|
3730
|
+
chainId: number;
|
|
2277
3731
|
};
|
|
3732
|
+
timestamp: number;
|
|
2278
3733
|
};
|
|
2279
3734
|
name: "TokenPriceQuery";
|
|
2280
3735
|
hash: string;
|
|
2281
3736
|
};
|
|
3737
|
+
signature: string;
|
|
2282
3738
|
} | {
|
|
2283
3739
|
result: {
|
|
2284
3740
|
value: {
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
3741
|
+
timestamp: number;
|
|
3742
|
+
balances: {
|
|
3743
|
+
token: {
|
|
3744
|
+
address: string;
|
|
3745
|
+
chainId: number;
|
|
3746
|
+
};
|
|
3747
|
+
balance: string;
|
|
3748
|
+
}[];
|
|
3749
|
+
};
|
|
2291
3750
|
};
|
|
2292
|
-
signature: string;
|
|
2293
3751
|
query: {
|
|
2294
3752
|
params: {
|
|
2295
|
-
|
|
3753
|
+
owner: string;
|
|
2296
3754
|
tokens: {
|
|
2297
|
-
chainId: number;
|
|
2298
3755
|
address: string;
|
|
3756
|
+
chainId: number;
|
|
2299
3757
|
}[];
|
|
2300
|
-
owner: string;
|
|
2301
3758
|
usdMinAmount: string;
|
|
2302
3759
|
chainIds: number[];
|
|
2303
3760
|
tokenFilter: 0 | 1;
|
|
@@ -2305,24 +3762,60 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2305
3762
|
name: "RelevantTokensQuery";
|
|
2306
3763
|
hash: string;
|
|
2307
3764
|
};
|
|
3765
|
+
signature: string;
|
|
3766
|
+
} | {
|
|
3767
|
+
result: {
|
|
3768
|
+
value: {
|
|
3769
|
+
data: string;
|
|
3770
|
+
blockNumber: number;
|
|
3771
|
+
};
|
|
3772
|
+
};
|
|
3773
|
+
query: {
|
|
3774
|
+
params: {
|
|
3775
|
+
chainId: number;
|
|
3776
|
+
timestamp: number;
|
|
3777
|
+
subgraphId: string;
|
|
3778
|
+
query: string;
|
|
3779
|
+
};
|
|
3780
|
+
name: "SubgraphQuery";
|
|
3781
|
+
hash: string;
|
|
3782
|
+
};
|
|
3783
|
+
signature: string;
|
|
2308
3784
|
})[];
|
|
3785
|
+
signature: string;
|
|
3786
|
+
createdAt: Date;
|
|
3787
|
+
triggerType: 0 | 1 | 2;
|
|
3788
|
+
triggerData: string;
|
|
3789
|
+
hash: string;
|
|
3790
|
+
fuelUsed: number;
|
|
2309
3791
|
outputs: {
|
|
2310
|
-
|
|
2311
|
-
op: import("../shared").OpType;
|
|
3792
|
+
op: 0 | 1 | 2 | 3;
|
|
2312
3793
|
user: string;
|
|
2313
3794
|
settler: string;
|
|
2314
3795
|
nonce: string;
|
|
2315
3796
|
deadline: string;
|
|
3797
|
+
data: string;
|
|
2316
3798
|
maxFees: {
|
|
2317
3799
|
token: string;
|
|
2318
3800
|
amount: string;
|
|
2319
3801
|
}[];
|
|
3802
|
+
events: {
|
|
3803
|
+
data: string;
|
|
3804
|
+
topic: string;
|
|
3805
|
+
}[];
|
|
3806
|
+
configSig: string;
|
|
3807
|
+
minValidations: number;
|
|
2320
3808
|
hash: string;
|
|
2321
3809
|
}[];
|
|
2322
3810
|
relayer: string;
|
|
3811
|
+
validations?: {
|
|
3812
|
+
succeeded: boolean;
|
|
3813
|
+
signature: string;
|
|
3814
|
+
description?: string | undefined;
|
|
3815
|
+
}[] | undefined;
|
|
2323
3816
|
logs?: string[] | undefined;
|
|
2324
|
-
errorLogs?: string[] | undefined;
|
|
2325
3817
|
fee?: {
|
|
3818
|
+
trigger: number;
|
|
2326
3819
|
relayer: number;
|
|
2327
3820
|
oracles: number;
|
|
2328
3821
|
validator: number;
|
|
@@ -2330,32 +3823,47 @@ export declare const ExecutionsResponseValidator: z.ZodArray<z.ZodObject<z.objec
|
|
|
2330
3823
|
protocol: number;
|
|
2331
3824
|
total: number;
|
|
2332
3825
|
} | undefined;
|
|
2333
|
-
|
|
3826
|
+
solverFees?: {
|
|
3827
|
+
amount: number;
|
|
3828
|
+
address: string;
|
|
3829
|
+
}[] | undefined;
|
|
2334
3830
|
}>, "many">;
|
|
2335
|
-
export declare const ExecutionValidationRequestValidator: z.ZodObject<{
|
|
3831
|
+
export declare const ExecutionValidationRequestValidator: z.ZodObject<z.objectUtil.extendShape<{
|
|
2336
3832
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2337
|
-
|
|
3833
|
+
succeeded: z.ZodBoolean;
|
|
3834
|
+
description: z.ZodOptional<z.ZodString>;
|
|
3835
|
+
}, {
|
|
3836
|
+
intentsValidations: z.ZodArray<z.ZodObject<{
|
|
3837
|
+
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
2338
3838
|
intent: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2339
3839
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
2340
3840
|
}, "strip", z.ZodTypeAny, {
|
|
2341
3841
|
intent: string;
|
|
3842
|
+
chainId: number;
|
|
2342
3843
|
signature: string;
|
|
2343
3844
|
}, {
|
|
2344
3845
|
intent: string;
|
|
3846
|
+
chainId: number;
|
|
2345
3847
|
signature: string;
|
|
2346
3848
|
}>, "many">;
|
|
2347
|
-
}
|
|
3849
|
+
}>, "strip", z.ZodTypeAny, {
|
|
3850
|
+
succeeded: boolean;
|
|
2348
3851
|
signature: string;
|
|
2349
|
-
|
|
3852
|
+
intentsValidations: {
|
|
2350
3853
|
intent: string;
|
|
3854
|
+
chainId: number;
|
|
2351
3855
|
signature: string;
|
|
2352
3856
|
}[];
|
|
3857
|
+
description?: string | undefined;
|
|
2353
3858
|
}, {
|
|
3859
|
+
succeeded: boolean;
|
|
2354
3860
|
signature: string;
|
|
2355
|
-
|
|
3861
|
+
intentsValidations: {
|
|
2356
3862
|
intent: string;
|
|
3863
|
+
chainId: number;
|
|
2357
3864
|
signature: string;
|
|
2358
3865
|
}[];
|
|
3866
|
+
description?: string | undefined;
|
|
2359
3867
|
}>;
|
|
2360
3868
|
export declare const OracleFeeValidator: z.ZodObject<{
|
|
2361
3869
|
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|