@mimicprotocol/sdk 0.0.1-rc.38 → 0.0.1-rc.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/axia/ProposalSigner.js +1 -1
- package/dist/axia/ProposalSigner.js.map +1 -1
- package/dist/axia/validators.d.ts +160 -160
- package/dist/oracle/validators.d.ts +34 -34
- package/dist/registry/types.d.ts +4 -5
- package/dist/registry/types.d.ts.map +1 -1
- package/dist/registry/types.js.map +1 -1
- package/dist/registry/validators.d.ts +901 -131
- package/dist/registry/validators.d.ts.map +1 -1
- package/dist/registry/validators.js +31 -32
- package/dist/registry/validators.js.map +1 -1
- package/dist/relayer/validators.d.ts +78 -78
- package/dist/runner/validators.d.ts +52 -52
- package/dist/settler/svm/Settler.d.ts +7 -6
- package/dist/settler/svm/Settler.d.ts.map +1 -1
- package/dist/settler/svm/Settler.js +30 -21
- package/dist/settler/svm/Settler.js.map +1 -1
- package/dist/settler/svm/types.d.ts +11 -11
- package/dist/settler/svm/types.d.ts.map +1 -1
- package/dist/shared/validators/executions.d.ts +2 -2
- package/dist/validator/ValidatorSigner.js +2 -2
- package/dist/validator/ValidatorSigner.js.map +1 -1
- package/package.json +1 -1
|
@@ -25,21 +25,21 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
25
25
|
}, "strip", z.ZodTypeAny, {
|
|
26
26
|
data: string;
|
|
27
27
|
chainId: number;
|
|
28
|
-
timestamp: number;
|
|
29
28
|
to: string;
|
|
29
|
+
timestamp: number;
|
|
30
30
|
}, {
|
|
31
31
|
data: string;
|
|
32
32
|
chainId: number;
|
|
33
|
-
timestamp: number;
|
|
34
33
|
to: string;
|
|
34
|
+
timestamp: number;
|
|
35
35
|
}>;
|
|
36
36
|
}, "strip", z.ZodTypeAny, {
|
|
37
37
|
name: "EvmCallQuery";
|
|
38
38
|
params: {
|
|
39
39
|
data: string;
|
|
40
40
|
chainId: number;
|
|
41
|
-
timestamp: number;
|
|
42
41
|
to: string;
|
|
42
|
+
timestamp: number;
|
|
43
43
|
};
|
|
44
44
|
hash: string;
|
|
45
45
|
}, {
|
|
@@ -47,8 +47,8 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
47
47
|
params: {
|
|
48
48
|
data: string;
|
|
49
49
|
chainId: number;
|
|
50
|
-
timestamp: number;
|
|
51
50
|
to: string;
|
|
51
|
+
timestamp: number;
|
|
52
52
|
};
|
|
53
53
|
hash: string;
|
|
54
54
|
}>;
|
|
@@ -60,7 +60,6 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
60
60
|
value: string;
|
|
61
61
|
}>;
|
|
62
62
|
}, "strip", z.ZodTypeAny, {
|
|
63
|
-
signature: string;
|
|
64
63
|
result: {
|
|
65
64
|
value: string;
|
|
66
65
|
};
|
|
@@ -69,13 +68,13 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
69
68
|
params: {
|
|
70
69
|
data: string;
|
|
71
70
|
chainId: number;
|
|
72
|
-
timestamp: number;
|
|
73
71
|
to: string;
|
|
72
|
+
timestamp: number;
|
|
74
73
|
};
|
|
75
74
|
hash: string;
|
|
76
75
|
};
|
|
77
|
-
}, {
|
|
78
76
|
signature: string;
|
|
77
|
+
}, {
|
|
79
78
|
result: {
|
|
80
79
|
value: string;
|
|
81
80
|
};
|
|
@@ -84,11 +83,12 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
84
83
|
params: {
|
|
85
84
|
data: string;
|
|
86
85
|
chainId: number;
|
|
87
|
-
timestamp: number;
|
|
88
86
|
to: string;
|
|
87
|
+
timestamp: number;
|
|
89
88
|
};
|
|
90
89
|
hash: string;
|
|
91
90
|
};
|
|
91
|
+
signature: string;
|
|
92
92
|
}>, z.ZodObject<{
|
|
93
93
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
94
94
|
query: z.ZodObject<{
|
|
@@ -148,7 +148,6 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
148
148
|
value: string;
|
|
149
149
|
}>;
|
|
150
150
|
}, "strip", z.ZodTypeAny, {
|
|
151
|
-
signature: string;
|
|
152
151
|
result: {
|
|
153
152
|
value: string;
|
|
154
153
|
};
|
|
@@ -163,8 +162,8 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
163
162
|
};
|
|
164
163
|
hash: string;
|
|
165
164
|
};
|
|
166
|
-
}, {
|
|
167
165
|
signature: string;
|
|
166
|
+
}, {
|
|
168
167
|
result: {
|
|
169
168
|
value: string;
|
|
170
169
|
};
|
|
@@ -179,6 +178,7 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
179
178
|
};
|
|
180
179
|
hash: string;
|
|
181
180
|
};
|
|
181
|
+
signature: string;
|
|
182
182
|
}>, z.ZodObject<{
|
|
183
183
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
184
184
|
query: z.ZodObject<{
|
|
@@ -316,7 +316,6 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
316
316
|
};
|
|
317
317
|
}>;
|
|
318
318
|
}, "strip", z.ZodTypeAny, {
|
|
319
|
-
signature: string;
|
|
320
319
|
result: {
|
|
321
320
|
value: {
|
|
322
321
|
timestamp: number;
|
|
@@ -343,8 +342,8 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
343
342
|
};
|
|
344
343
|
hash: string;
|
|
345
344
|
};
|
|
346
|
-
}, {
|
|
347
345
|
signature: string;
|
|
346
|
+
}, {
|
|
348
347
|
result: {
|
|
349
348
|
value: {
|
|
350
349
|
timestamp: number;
|
|
@@ -371,6 +370,7 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
371
370
|
};
|
|
372
371
|
hash: string;
|
|
373
372
|
};
|
|
373
|
+
signature: string;
|
|
374
374
|
}>, z.ZodObject<{
|
|
375
375
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
376
376
|
query: z.ZodObject<{
|
|
@@ -434,7 +434,6 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
434
434
|
};
|
|
435
435
|
}>;
|
|
436
436
|
}, "strip", z.ZodTypeAny, {
|
|
437
|
-
signature: string;
|
|
438
437
|
result: {
|
|
439
438
|
value: {
|
|
440
439
|
data: string;
|
|
@@ -451,8 +450,8 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
451
450
|
};
|
|
452
451
|
hash: string;
|
|
453
452
|
};
|
|
454
|
-
}, {
|
|
455
453
|
signature: string;
|
|
454
|
+
}, {
|
|
456
455
|
result: {
|
|
457
456
|
value: {
|
|
458
457
|
data: string;
|
|
@@ -469,6 +468,7 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
469
468
|
};
|
|
470
469
|
hash: string;
|
|
471
470
|
};
|
|
471
|
+
signature: string;
|
|
472
472
|
}>, z.ZodObject<{
|
|
473
473
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
474
474
|
query: z.ZodObject<{
|
|
@@ -564,7 +564,6 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
564
564
|
};
|
|
565
565
|
}>;
|
|
566
566
|
}, "strip", z.ZodTypeAny, {
|
|
567
|
-
signature: string;
|
|
568
567
|
result: {
|
|
569
568
|
value: {
|
|
570
569
|
accountsInfo: {
|
|
@@ -585,8 +584,8 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
585
584
|
};
|
|
586
585
|
hash: string;
|
|
587
586
|
};
|
|
588
|
-
}, {
|
|
589
587
|
signature: string;
|
|
588
|
+
}, {
|
|
590
589
|
result: {
|
|
591
590
|
value: {
|
|
592
591
|
accountsInfo: {
|
|
@@ -607,6 +606,7 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
607
606
|
};
|
|
608
607
|
hash: string;
|
|
609
608
|
};
|
|
609
|
+
signature: string;
|
|
610
610
|
}>]>, "many">;
|
|
611
611
|
outputs: z.ZodArray<z.ZodUnion<[z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
612
612
|
op: z.ZodNativeEnum<{
|
|
@@ -1012,8 +1012,8 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
1012
1012
|
}[];
|
|
1013
1013
|
}>]>, "many">;
|
|
1014
1014
|
}, "strip", z.ZodTypeAny, {
|
|
1015
|
+
timestamp: number;
|
|
1015
1016
|
inputs: ({
|
|
1016
|
-
signature: string;
|
|
1017
1017
|
result: {
|
|
1018
1018
|
value: string;
|
|
1019
1019
|
};
|
|
@@ -1022,13 +1022,13 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
1022
1022
|
params: {
|
|
1023
1023
|
data: string;
|
|
1024
1024
|
chainId: number;
|
|
1025
|
-
timestamp: number;
|
|
1026
1025
|
to: string;
|
|
1026
|
+
timestamp: number;
|
|
1027
1027
|
};
|
|
1028
1028
|
hash: string;
|
|
1029
1029
|
};
|
|
1030
|
-
} | {
|
|
1031
1030
|
signature: string;
|
|
1031
|
+
} | {
|
|
1032
1032
|
result: {
|
|
1033
1033
|
value: {
|
|
1034
1034
|
accountsInfo: {
|
|
@@ -1049,8 +1049,8 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
1049
1049
|
};
|
|
1050
1050
|
hash: string;
|
|
1051
1051
|
};
|
|
1052
|
-
} | {
|
|
1053
1052
|
signature: string;
|
|
1053
|
+
} | {
|
|
1054
1054
|
result: {
|
|
1055
1055
|
value: string;
|
|
1056
1056
|
};
|
|
@@ -1065,8 +1065,8 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
1065
1065
|
};
|
|
1066
1066
|
hash: string;
|
|
1067
1067
|
};
|
|
1068
|
-
} | {
|
|
1069
1068
|
signature: string;
|
|
1069
|
+
} | {
|
|
1070
1070
|
result: {
|
|
1071
1071
|
value: {
|
|
1072
1072
|
timestamp: number;
|
|
@@ -1093,8 +1093,8 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
1093
1093
|
};
|
|
1094
1094
|
hash: string;
|
|
1095
1095
|
};
|
|
1096
|
-
} | {
|
|
1097
1096
|
signature: string;
|
|
1097
|
+
} | {
|
|
1098
1098
|
result: {
|
|
1099
1099
|
value: {
|
|
1100
1100
|
data: string;
|
|
@@ -1111,8 +1111,8 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
1111
1111
|
};
|
|
1112
1112
|
hash: string;
|
|
1113
1113
|
};
|
|
1114
|
+
signature: string;
|
|
1114
1115
|
})[];
|
|
1115
|
-
timestamp: number;
|
|
1116
1116
|
fuelUsed: number;
|
|
1117
1117
|
outputs: ({
|
|
1118
1118
|
op: 0 | 1 | 2 | 3;
|
|
@@ -1204,8 +1204,8 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
1204
1204
|
}[];
|
|
1205
1205
|
})[];
|
|
1206
1206
|
}, {
|
|
1207
|
+
timestamp: number;
|
|
1207
1208
|
inputs: ({
|
|
1208
|
-
signature: string;
|
|
1209
1209
|
result: {
|
|
1210
1210
|
value: string;
|
|
1211
1211
|
};
|
|
@@ -1214,13 +1214,13 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
1214
1214
|
params: {
|
|
1215
1215
|
data: string;
|
|
1216
1216
|
chainId: number;
|
|
1217
|
-
timestamp: number;
|
|
1218
1217
|
to: string;
|
|
1218
|
+
timestamp: number;
|
|
1219
1219
|
};
|
|
1220
1220
|
hash: string;
|
|
1221
1221
|
};
|
|
1222
|
-
} | {
|
|
1223
1222
|
signature: string;
|
|
1223
|
+
} | {
|
|
1224
1224
|
result: {
|
|
1225
1225
|
value: {
|
|
1226
1226
|
accountsInfo: {
|
|
@@ -1241,8 +1241,8 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
1241
1241
|
};
|
|
1242
1242
|
hash: string;
|
|
1243
1243
|
};
|
|
1244
|
-
} | {
|
|
1245
1244
|
signature: string;
|
|
1245
|
+
} | {
|
|
1246
1246
|
result: {
|
|
1247
1247
|
value: string;
|
|
1248
1248
|
};
|
|
@@ -1257,8 +1257,8 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
1257
1257
|
};
|
|
1258
1258
|
hash: string;
|
|
1259
1259
|
};
|
|
1260
|
-
} | {
|
|
1261
1260
|
signature: string;
|
|
1261
|
+
} | {
|
|
1262
1262
|
result: {
|
|
1263
1263
|
value: {
|
|
1264
1264
|
timestamp: number;
|
|
@@ -1285,8 +1285,8 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
1285
1285
|
};
|
|
1286
1286
|
hash: string;
|
|
1287
1287
|
};
|
|
1288
|
-
} | {
|
|
1289
1288
|
signature: string;
|
|
1289
|
+
} | {
|
|
1290
1290
|
result: {
|
|
1291
1291
|
value: {
|
|
1292
1292
|
data: string;
|
|
@@ -1303,8 +1303,8 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
1303
1303
|
};
|
|
1304
1304
|
hash: string;
|
|
1305
1305
|
};
|
|
1306
|
+
signature: string;
|
|
1306
1307
|
})[];
|
|
1307
|
-
timestamp: number;
|
|
1308
1308
|
fuelUsed: number;
|
|
1309
1309
|
outputs: ({
|
|
1310
1310
|
op: 0 | 1 | 2 | 3;
|
|
@@ -1415,21 +1415,21 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1415
1415
|
}, "strip", z.ZodTypeAny, {
|
|
1416
1416
|
data: string;
|
|
1417
1417
|
chainId: number;
|
|
1418
|
-
timestamp: number;
|
|
1419
1418
|
to: string;
|
|
1419
|
+
timestamp: number;
|
|
1420
1420
|
}, {
|
|
1421
1421
|
data: string;
|
|
1422
1422
|
chainId: number;
|
|
1423
|
-
timestamp: number;
|
|
1424
1423
|
to: string;
|
|
1424
|
+
timestamp: number;
|
|
1425
1425
|
}>;
|
|
1426
1426
|
}, "strip", z.ZodTypeAny, {
|
|
1427
1427
|
name: "EvmCallQuery";
|
|
1428
1428
|
params: {
|
|
1429
1429
|
data: string;
|
|
1430
1430
|
chainId: number;
|
|
1431
|
-
timestamp: number;
|
|
1432
1431
|
to: string;
|
|
1432
|
+
timestamp: number;
|
|
1433
1433
|
};
|
|
1434
1434
|
hash: string;
|
|
1435
1435
|
}, {
|
|
@@ -1437,8 +1437,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1437
1437
|
params: {
|
|
1438
1438
|
data: string;
|
|
1439
1439
|
chainId: number;
|
|
1440
|
-
timestamp: number;
|
|
1441
1440
|
to: string;
|
|
1441
|
+
timestamp: number;
|
|
1442
1442
|
};
|
|
1443
1443
|
hash: string;
|
|
1444
1444
|
}>;
|
|
@@ -1450,7 +1450,6 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1450
1450
|
value: string;
|
|
1451
1451
|
}>;
|
|
1452
1452
|
}, "strip", z.ZodTypeAny, {
|
|
1453
|
-
signature: string;
|
|
1454
1453
|
result: {
|
|
1455
1454
|
value: string;
|
|
1456
1455
|
};
|
|
@@ -1459,13 +1458,13 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1459
1458
|
params: {
|
|
1460
1459
|
data: string;
|
|
1461
1460
|
chainId: number;
|
|
1462
|
-
timestamp: number;
|
|
1463
1461
|
to: string;
|
|
1462
|
+
timestamp: number;
|
|
1464
1463
|
};
|
|
1465
1464
|
hash: string;
|
|
1466
1465
|
};
|
|
1467
|
-
}, {
|
|
1468
1466
|
signature: string;
|
|
1467
|
+
}, {
|
|
1469
1468
|
result: {
|
|
1470
1469
|
value: string;
|
|
1471
1470
|
};
|
|
@@ -1474,11 +1473,12 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1474
1473
|
params: {
|
|
1475
1474
|
data: string;
|
|
1476
1475
|
chainId: number;
|
|
1477
|
-
timestamp: number;
|
|
1478
1476
|
to: string;
|
|
1477
|
+
timestamp: number;
|
|
1479
1478
|
};
|
|
1480
1479
|
hash: string;
|
|
1481
1480
|
};
|
|
1481
|
+
signature: string;
|
|
1482
1482
|
}>, z.ZodObject<{
|
|
1483
1483
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1484
1484
|
query: z.ZodObject<{
|
|
@@ -1538,7 +1538,6 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1538
1538
|
value: string;
|
|
1539
1539
|
}>;
|
|
1540
1540
|
}, "strip", z.ZodTypeAny, {
|
|
1541
|
-
signature: string;
|
|
1542
1541
|
result: {
|
|
1543
1542
|
value: string;
|
|
1544
1543
|
};
|
|
@@ -1553,8 +1552,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1553
1552
|
};
|
|
1554
1553
|
hash: string;
|
|
1555
1554
|
};
|
|
1556
|
-
}, {
|
|
1557
1555
|
signature: string;
|
|
1556
|
+
}, {
|
|
1558
1557
|
result: {
|
|
1559
1558
|
value: string;
|
|
1560
1559
|
};
|
|
@@ -1569,6 +1568,7 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1569
1568
|
};
|
|
1570
1569
|
hash: string;
|
|
1571
1570
|
};
|
|
1571
|
+
signature: string;
|
|
1572
1572
|
}>, z.ZodObject<{
|
|
1573
1573
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1574
1574
|
query: z.ZodObject<{
|
|
@@ -1706,7 +1706,6 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1706
1706
|
};
|
|
1707
1707
|
}>;
|
|
1708
1708
|
}, "strip", z.ZodTypeAny, {
|
|
1709
|
-
signature: string;
|
|
1710
1709
|
result: {
|
|
1711
1710
|
value: {
|
|
1712
1711
|
timestamp: number;
|
|
@@ -1733,8 +1732,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1733
1732
|
};
|
|
1734
1733
|
hash: string;
|
|
1735
1734
|
};
|
|
1736
|
-
}, {
|
|
1737
1735
|
signature: string;
|
|
1736
|
+
}, {
|
|
1738
1737
|
result: {
|
|
1739
1738
|
value: {
|
|
1740
1739
|
timestamp: number;
|
|
@@ -1761,6 +1760,7 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1761
1760
|
};
|
|
1762
1761
|
hash: string;
|
|
1763
1762
|
};
|
|
1763
|
+
signature: string;
|
|
1764
1764
|
}>, z.ZodObject<{
|
|
1765
1765
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1766
1766
|
query: z.ZodObject<{
|
|
@@ -1824,7 +1824,6 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1824
1824
|
};
|
|
1825
1825
|
}>;
|
|
1826
1826
|
}, "strip", z.ZodTypeAny, {
|
|
1827
|
-
signature: string;
|
|
1828
1827
|
result: {
|
|
1829
1828
|
value: {
|
|
1830
1829
|
data: string;
|
|
@@ -1841,8 +1840,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1841
1840
|
};
|
|
1842
1841
|
hash: string;
|
|
1843
1842
|
};
|
|
1844
|
-
}, {
|
|
1845
1843
|
signature: string;
|
|
1844
|
+
}, {
|
|
1846
1845
|
result: {
|
|
1847
1846
|
value: {
|
|
1848
1847
|
data: string;
|
|
@@ -1859,6 +1858,7 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1859
1858
|
};
|
|
1860
1859
|
hash: string;
|
|
1861
1860
|
};
|
|
1861
|
+
signature: string;
|
|
1862
1862
|
}>, z.ZodObject<{
|
|
1863
1863
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1864
1864
|
query: z.ZodObject<{
|
|
@@ -1954,7 +1954,6 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1954
1954
|
};
|
|
1955
1955
|
}>;
|
|
1956
1956
|
}, "strip", z.ZodTypeAny, {
|
|
1957
|
-
signature: string;
|
|
1958
1957
|
result: {
|
|
1959
1958
|
value: {
|
|
1960
1959
|
accountsInfo: {
|
|
@@ -1975,8 +1974,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1975
1974
|
};
|
|
1976
1975
|
hash: string;
|
|
1977
1976
|
};
|
|
1978
|
-
}, {
|
|
1979
1977
|
signature: string;
|
|
1978
|
+
}, {
|
|
1980
1979
|
result: {
|
|
1981
1980
|
value: {
|
|
1982
1981
|
accountsInfo: {
|
|
@@ -1997,6 +1996,7 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1997
1996
|
};
|
|
1998
1997
|
hash: string;
|
|
1999
1998
|
};
|
|
1999
|
+
signature: string;
|
|
2000
2000
|
}>]>, "many">;
|
|
2001
2001
|
outputs: z.ZodArray<z.ZodUnion<[z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
2002
2002
|
op: z.ZodNativeEnum<{
|
|
@@ -2402,8 +2402,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2402
2402
|
}[];
|
|
2403
2403
|
}>]>, "many">;
|
|
2404
2404
|
}, "strip", z.ZodTypeAny, {
|
|
2405
|
+
timestamp: number;
|
|
2405
2406
|
inputs: ({
|
|
2406
|
-
signature: string;
|
|
2407
2407
|
result: {
|
|
2408
2408
|
value: string;
|
|
2409
2409
|
};
|
|
@@ -2412,13 +2412,13 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2412
2412
|
params: {
|
|
2413
2413
|
data: string;
|
|
2414
2414
|
chainId: number;
|
|
2415
|
-
timestamp: number;
|
|
2416
2415
|
to: string;
|
|
2416
|
+
timestamp: number;
|
|
2417
2417
|
};
|
|
2418
2418
|
hash: string;
|
|
2419
2419
|
};
|
|
2420
|
-
} | {
|
|
2421
2420
|
signature: string;
|
|
2421
|
+
} | {
|
|
2422
2422
|
result: {
|
|
2423
2423
|
value: {
|
|
2424
2424
|
accountsInfo: {
|
|
@@ -2439,8 +2439,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2439
2439
|
};
|
|
2440
2440
|
hash: string;
|
|
2441
2441
|
};
|
|
2442
|
-
} | {
|
|
2443
2442
|
signature: string;
|
|
2443
|
+
} | {
|
|
2444
2444
|
result: {
|
|
2445
2445
|
value: string;
|
|
2446
2446
|
};
|
|
@@ -2455,8 +2455,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2455
2455
|
};
|
|
2456
2456
|
hash: string;
|
|
2457
2457
|
};
|
|
2458
|
-
} | {
|
|
2459
2458
|
signature: string;
|
|
2459
|
+
} | {
|
|
2460
2460
|
result: {
|
|
2461
2461
|
value: {
|
|
2462
2462
|
timestamp: number;
|
|
@@ -2483,8 +2483,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2483
2483
|
};
|
|
2484
2484
|
hash: string;
|
|
2485
2485
|
};
|
|
2486
|
-
} | {
|
|
2487
2486
|
signature: string;
|
|
2487
|
+
} | {
|
|
2488
2488
|
result: {
|
|
2489
2489
|
value: {
|
|
2490
2490
|
data: string;
|
|
@@ -2501,8 +2501,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2501
2501
|
};
|
|
2502
2502
|
hash: string;
|
|
2503
2503
|
};
|
|
2504
|
+
signature: string;
|
|
2504
2505
|
})[];
|
|
2505
|
-
timestamp: number;
|
|
2506
2506
|
fuelUsed: number;
|
|
2507
2507
|
outputs: ({
|
|
2508
2508
|
op: 0 | 1 | 2 | 3;
|
|
@@ -2594,8 +2594,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2594
2594
|
}[];
|
|
2595
2595
|
})[];
|
|
2596
2596
|
}, {
|
|
2597
|
+
timestamp: number;
|
|
2597
2598
|
inputs: ({
|
|
2598
|
-
signature: string;
|
|
2599
2599
|
result: {
|
|
2600
2600
|
value: string;
|
|
2601
2601
|
};
|
|
@@ -2604,13 +2604,13 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2604
2604
|
params: {
|
|
2605
2605
|
data: string;
|
|
2606
2606
|
chainId: number;
|
|
2607
|
-
timestamp: number;
|
|
2608
2607
|
to: string;
|
|
2608
|
+
timestamp: number;
|
|
2609
2609
|
};
|
|
2610
2610
|
hash: string;
|
|
2611
2611
|
};
|
|
2612
|
-
} | {
|
|
2613
2612
|
signature: string;
|
|
2613
|
+
} | {
|
|
2614
2614
|
result: {
|
|
2615
2615
|
value: {
|
|
2616
2616
|
accountsInfo: {
|
|
@@ -2631,8 +2631,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2631
2631
|
};
|
|
2632
2632
|
hash: string;
|
|
2633
2633
|
};
|
|
2634
|
-
} | {
|
|
2635
2634
|
signature: string;
|
|
2635
|
+
} | {
|
|
2636
2636
|
result: {
|
|
2637
2637
|
value: string;
|
|
2638
2638
|
};
|
|
@@ -2647,8 +2647,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2647
2647
|
};
|
|
2648
2648
|
hash: string;
|
|
2649
2649
|
};
|
|
2650
|
-
} | {
|
|
2651
2650
|
signature: string;
|
|
2651
|
+
} | {
|
|
2652
2652
|
result: {
|
|
2653
2653
|
value: {
|
|
2654
2654
|
timestamp: number;
|
|
@@ -2675,8 +2675,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2675
2675
|
};
|
|
2676
2676
|
hash: string;
|
|
2677
2677
|
};
|
|
2678
|
-
} | {
|
|
2679
2678
|
signature: string;
|
|
2679
|
+
} | {
|
|
2680
2680
|
result: {
|
|
2681
2681
|
value: {
|
|
2682
2682
|
data: string;
|
|
@@ -2693,8 +2693,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2693
2693
|
};
|
|
2694
2694
|
hash: string;
|
|
2695
2695
|
};
|
|
2696
|
+
signature: string;
|
|
2696
2697
|
})[];
|
|
2697
|
-
timestamp: number;
|
|
2698
2698
|
fuelUsed: number;
|
|
2699
2699
|
outputs: ({
|
|
2700
2700
|
op: 0 | 1 | 2 | 3;
|
|
@@ -2789,8 +2789,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2789
2789
|
}, "strip", z.ZodTypeAny, {
|
|
2790
2790
|
status: "success" | "error";
|
|
2791
2791
|
result: {
|
|
2792
|
+
timestamp: number;
|
|
2792
2793
|
inputs: ({
|
|
2793
|
-
signature: string;
|
|
2794
2794
|
result: {
|
|
2795
2795
|
value: string;
|
|
2796
2796
|
};
|
|
@@ -2799,13 +2799,13 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2799
2799
|
params: {
|
|
2800
2800
|
data: string;
|
|
2801
2801
|
chainId: number;
|
|
2802
|
-
timestamp: number;
|
|
2803
2802
|
to: string;
|
|
2803
|
+
timestamp: number;
|
|
2804
2804
|
};
|
|
2805
2805
|
hash: string;
|
|
2806
2806
|
};
|
|
2807
|
-
} | {
|
|
2808
2807
|
signature: string;
|
|
2808
|
+
} | {
|
|
2809
2809
|
result: {
|
|
2810
2810
|
value: {
|
|
2811
2811
|
accountsInfo: {
|
|
@@ -2826,8 +2826,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2826
2826
|
};
|
|
2827
2827
|
hash: string;
|
|
2828
2828
|
};
|
|
2829
|
-
} | {
|
|
2830
2829
|
signature: string;
|
|
2830
|
+
} | {
|
|
2831
2831
|
result: {
|
|
2832
2832
|
value: string;
|
|
2833
2833
|
};
|
|
@@ -2842,8 +2842,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2842
2842
|
};
|
|
2843
2843
|
hash: string;
|
|
2844
2844
|
};
|
|
2845
|
-
} | {
|
|
2846
2845
|
signature: string;
|
|
2846
|
+
} | {
|
|
2847
2847
|
result: {
|
|
2848
2848
|
value: {
|
|
2849
2849
|
timestamp: number;
|
|
@@ -2870,8 +2870,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2870
2870
|
};
|
|
2871
2871
|
hash: string;
|
|
2872
2872
|
};
|
|
2873
|
-
} | {
|
|
2874
2873
|
signature: string;
|
|
2874
|
+
} | {
|
|
2875
2875
|
result: {
|
|
2876
2876
|
value: {
|
|
2877
2877
|
data: string;
|
|
@@ -2888,8 +2888,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2888
2888
|
};
|
|
2889
2889
|
hash: string;
|
|
2890
2890
|
};
|
|
2891
|
+
signature: string;
|
|
2891
2892
|
})[];
|
|
2892
|
-
timestamp: number;
|
|
2893
2893
|
fuelUsed: number;
|
|
2894
2894
|
outputs: ({
|
|
2895
2895
|
op: 0 | 1 | 2 | 3;
|
|
@@ -2985,8 +2985,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2985
2985
|
}, {
|
|
2986
2986
|
status: "success" | "error";
|
|
2987
2987
|
result: {
|
|
2988
|
+
timestamp: number;
|
|
2988
2989
|
inputs: ({
|
|
2989
|
-
signature: string;
|
|
2990
2990
|
result: {
|
|
2991
2991
|
value: string;
|
|
2992
2992
|
};
|
|
@@ -2995,13 +2995,13 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2995
2995
|
params: {
|
|
2996
2996
|
data: string;
|
|
2997
2997
|
chainId: number;
|
|
2998
|
-
timestamp: number;
|
|
2999
2998
|
to: string;
|
|
2999
|
+
timestamp: number;
|
|
3000
3000
|
};
|
|
3001
3001
|
hash: string;
|
|
3002
3002
|
};
|
|
3003
|
-
} | {
|
|
3004
3003
|
signature: string;
|
|
3004
|
+
} | {
|
|
3005
3005
|
result: {
|
|
3006
3006
|
value: {
|
|
3007
3007
|
accountsInfo: {
|
|
@@ -3022,8 +3022,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
3022
3022
|
};
|
|
3023
3023
|
hash: string;
|
|
3024
3024
|
};
|
|
3025
|
-
} | {
|
|
3026
3025
|
signature: string;
|
|
3026
|
+
} | {
|
|
3027
3027
|
result: {
|
|
3028
3028
|
value: string;
|
|
3029
3029
|
};
|
|
@@ -3038,8 +3038,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
3038
3038
|
};
|
|
3039
3039
|
hash: string;
|
|
3040
3040
|
};
|
|
3041
|
-
} | {
|
|
3042
3041
|
signature: string;
|
|
3042
|
+
} | {
|
|
3043
3043
|
result: {
|
|
3044
3044
|
value: {
|
|
3045
3045
|
timestamp: number;
|
|
@@ -3066,8 +3066,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
3066
3066
|
};
|
|
3067
3067
|
hash: string;
|
|
3068
3068
|
};
|
|
3069
|
-
} | {
|
|
3070
3069
|
signature: string;
|
|
3070
|
+
} | {
|
|
3071
3071
|
result: {
|
|
3072
3072
|
value: {
|
|
3073
3073
|
data: string;
|
|
@@ -3084,8 +3084,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
3084
3084
|
};
|
|
3085
3085
|
hash: string;
|
|
3086
3086
|
};
|
|
3087
|
+
signature: string;
|
|
3087
3088
|
})[];
|
|
3088
|
-
timestamp: number;
|
|
3089
3089
|
fuelUsed: number;
|
|
3090
3090
|
outputs: ({
|
|
3091
3091
|
op: 0 | 1 | 2 | 3;
|
|
@@ -3259,10 +3259,10 @@ export declare const RelayerExecutionResultValidator: z.ZodObject<{
|
|
|
3259
3259
|
}>, "many">;
|
|
3260
3260
|
signature: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
3261
3261
|
}, "strip", z.ZodTypeAny, {
|
|
3262
|
-
inputs: string[];
|
|
3263
|
-
signature: string;
|
|
3264
3262
|
timestamp: number;
|
|
3263
|
+
signature: string;
|
|
3265
3264
|
hash: string;
|
|
3265
|
+
inputs: string[];
|
|
3266
3266
|
fuelUsed: number;
|
|
3267
3267
|
outputs: {
|
|
3268
3268
|
op: 0 | 1 | 2 | 3;
|
|
@@ -3284,10 +3284,10 @@ export declare const RelayerExecutionResultValidator: z.ZodObject<{
|
|
|
3284
3284
|
hash: string;
|
|
3285
3285
|
}[];
|
|
3286
3286
|
}, {
|
|
3287
|
-
inputs: string[];
|
|
3288
|
-
signature: string;
|
|
3289
3287
|
timestamp: number;
|
|
3288
|
+
signature: string;
|
|
3290
3289
|
hash: string;
|
|
3290
|
+
inputs: string[];
|
|
3291
3291
|
fuelUsed: number;
|
|
3292
3292
|
outputs: {
|
|
3293
3293
|
op: 0 | 1 | 2 | 3;
|