@pimlico/alto 0.0.0-main.20250625T172702 → 0.0.0-main.20250627T074103

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.
Files changed (92) hide show
  1. package/contracts/EIP712.sol/EIP712.json +1 -1
  2. package/contracts/Eip7702Support.sol/Eip7702Support.json +1 -1
  3. package/contracts/EntryPoint.sol/EntryPoint.json +1 -1
  4. package/contracts/EntryPointSimulations.sol/EntryPointSimulations07.json +1 -1
  5. package/contracts/EntryPointSimulations.sol/EntryPointSimulations08.json +1 -1
  6. package/contracts/Exec.sol/Exec.json +1 -1
  7. package/contracts/IAccount.sol/IAccount.json +1 -1
  8. package/contracts/IAccountExecute.sol/IAccountExecute.json +1 -1
  9. package/contracts/IAggregator.sol/IAggregator.json +1 -1
  10. package/contracts/IERC5267.sol/IERC5267.json +1 -1
  11. package/contracts/IEntryPoint.sol/IEntryPoint.json +1 -1
  12. package/contracts/IEntryPointSimulations.sol/IEntryPointSimulations.json +1 -1
  13. package/contracts/INonceManager.sol/INonceManager.json +1 -1
  14. package/contracts/IPaymaster.sol/IPaymaster.json +1 -1
  15. package/contracts/ISenderCreator.sol/ISenderCreator.json +1 -1
  16. package/contracts/IStakeManager.sol/IStakeManager.json +1 -1
  17. package/contracts/Math.sol/Math.json +1 -1
  18. package/contracts/MessageHashUtils.sol/MessageHashUtils.json +1 -1
  19. package/contracts/NonceManager.sol/NonceManager.json +1 -1
  20. package/contracts/Panic.sol/Panic.json +1 -1
  21. package/contracts/PimlicoSimulations.sol/PimlicoSimulations.json +1 -1
  22. package/contracts/ReentrancyGuardTransient.sol/ReentrancyGuardTransient.json +1 -1
  23. package/contracts/SafeCast.sol/SafeCast.json +1 -1
  24. package/contracts/SenderCreator.sol/SenderCreator.json +1 -1
  25. package/contracts/ShortStrings.sol/ShortStrings.json +1 -1
  26. package/contracts/SignedMath.sol/SignedMath.json +1 -1
  27. package/contracts/StakeManager.sol/StakeManager.json +1 -1
  28. package/contracts/StorageSlot.sol/StorageSlot.json +1 -1
  29. package/contracts/Strings.sol/Strings.json +1 -1
  30. package/contracts/TransientSlot.sol/TransientSlot.json +1 -1
  31. package/contracts/UserOperationLib.sol/UserOperationLib.json +1 -1
  32. package/contracts/build-info/004071c167bc55de.json +1 -0
  33. package/contracts/build-info/{257ff8e2b1124ead.json → 2f5dec90e180c3a0.json} +1 -1
  34. package/contracts/interfaces/IEntryPoint.sol/IEntryPoint.json +1 -1
  35. package/esm/cli/customTransport.js +3 -2
  36. package/esm/cli/customTransport.js.map +1 -1
  37. package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations07.json +1 -1
  38. package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations08.json +1 -1
  39. package/esm/contracts/PimlicoSimulations.sol/PimlicoSimulations.json +1 -1
  40. package/esm/executor/filterOpsAndEstimateGas.js +27 -6
  41. package/esm/executor/filterOpsAndEstimateGas.js.map +1 -1
  42. package/esm/executor/utils.js +3 -0
  43. package/esm/executor/utils.js.map +1 -1
  44. package/esm/rpc/estimation/gasEstimationHandler.d.ts +2 -2
  45. package/esm/rpc/estimation/gasEstimationHandler.js +6 -6
  46. package/esm/rpc/estimation/gasEstimationHandler.js.map +1 -1
  47. package/esm/rpc/estimation/{gasEstimationsV06.d.ts → gasEstimations06.d.ts} +4 -4
  48. package/esm/rpc/estimation/gasEstimations06.js +68 -0
  49. package/esm/rpc/estimation/gasEstimations06.js.map +1 -0
  50. package/esm/rpc/estimation/gasEstimations07.d.ts +89 -0
  51. package/esm/rpc/estimation/gasEstimations07.js +386 -0
  52. package/esm/rpc/estimation/gasEstimations07.js.map +1 -0
  53. package/esm/rpc/estimation/types.d.ts +23 -111
  54. package/esm/rpc/estimation/types.js +5 -121
  55. package/esm/rpc/estimation/types.js.map +1 -1
  56. package/esm/rpc/estimation/utils.d.ts +51 -0
  57. package/esm/rpc/estimation/utils.js +182 -0
  58. package/esm/rpc/estimation/utils.js.map +1 -0
  59. package/esm/rpc/methods/eth_estimateUserOperationGas.js +4 -5
  60. package/esm/rpc/methods/eth_estimateUserOperationGas.js.map +1 -1
  61. package/esm/rpc/validation/SafeValidator.d.ts +5 -5
  62. package/esm/rpc/validation/SafeValidator.js +28 -29
  63. package/esm/rpc/validation/SafeValidator.js.map +1 -1
  64. package/esm/rpc/validation/UnsafeValidator.d.ts +2 -2
  65. package/esm/rpc/validation/UnsafeValidator.js +2 -2
  66. package/esm/rpc/validation/UnsafeValidator.js.map +1 -1
  67. package/esm/types/contracts/PimlicoSimulations.d.ts +1083 -96
  68. package/esm/types/contracts/PimlicoSimulations.js +1357 -88
  69. package/esm/types/contracts/PimlicoSimulations.js.map +1 -1
  70. package/esm/types/contracts/index.d.ts +0 -2
  71. package/esm/types/contracts/index.js +0 -2
  72. package/esm/types/contracts/index.js.map +1 -1
  73. package/esm/types/interfaces.d.ts +2 -2
  74. package/esm/types/validation.d.ts +208 -222
  75. package/esm/types/validation.js +0 -8
  76. package/esm/types/validation.js.map +1 -1
  77. package/esm/utils/toViemStateOverrides.d.ts +4 -0
  78. package/esm/utils/toViemStateOverrides.js +44 -0
  79. package/esm/utils/toViemStateOverrides.js.map +1 -0
  80. package/package.json +1 -1
  81. package/contracts/build-info/10cf9b18fcc1598e.json +0 -1
  82. package/esm/rpc/estimation/gasEstimationsV06.js +0 -156
  83. package/esm/rpc/estimation/gasEstimationsV06.js.map +0 -1
  84. package/esm/rpc/estimation/gasEstimationsV07.d.ts +0 -101
  85. package/esm/rpc/estimation/gasEstimationsV07.js +0 -724
  86. package/esm/rpc/estimation/gasEstimationsV07.js.map +0 -1
  87. package/esm/types/contracts/EntryPointSimulationsV6.d.ts +0 -33
  88. package/esm/types/contracts/EntryPointSimulationsV6.js +0 -46
  89. package/esm/types/contracts/EntryPointSimulationsV6.js.map +0 -1
  90. package/esm/types/contracts/EntryPointSimulationsV7.d.ts +0 -2076
  91. package/esm/types/contracts/EntryPointSimulationsV7.js +0 -2675
  92. package/esm/types/contracts/EntryPointSimulationsV7.js.map +0 -1
@@ -127,20 +127,6 @@ export declare const executionResultSchema: z.ZodUnion<[z.ZodEffects<z.ZodTuple<
127
127
  targetResult: `0x${string}`;
128
128
  }, [bigint, bigint, bigint, bigint, bigint, bigint, boolean, string]>]>;
129
129
  export type ExecutionResult = z.infer<typeof executionResultSchema>;
130
- export declare const binarySearchCallResultSchema: z.ZodObject<{
131
- gasUsed: z.ZodBigInt;
132
- success: z.ZodBoolean;
133
- returnData: z.ZodEffects<z.ZodString, `0x${string}`, string>;
134
- }, "strip", z.ZodTypeAny, {
135
- success: boolean;
136
- returnData: `0x${string}`;
137
- gasUsed: bigint;
138
- }, {
139
- success: boolean;
140
- returnData: string;
141
- gasUsed: bigint;
142
- }>;
143
- export type BinarySearchCallResult = z.infer<typeof binarySearchCallResultSchema>;
144
130
  export declare const executionResultErrorSchema: z.ZodObject<{
145
131
  args: z.ZodUnion<[z.ZodEffects<z.ZodTuple<[z.ZodBigInt, z.ZodBigInt, z.ZodNumber, z.ZodNumber, z.ZodBoolean, z.ZodString], null>, {
146
132
  preOpGas: bigint;
@@ -314,8 +300,8 @@ export declare const validationResultSchemaV07: z.ZodEffects<z.ZodTuple<[z.ZodOb
314
300
  preOpGas: bigint;
315
301
  prefund: bigint;
316
302
  paymasterContext: `0x${string}`;
317
- paymasterValidationData: bigint;
318
303
  accountValidationData: bigint;
304
+ paymasterValidationData: bigint;
319
305
  accountSigFailed?: boolean | undefined;
320
306
  paymasterSigFailed?: boolean | undefined;
321
307
  validAfter?: number | undefined;
@@ -324,8 +310,8 @@ export declare const validationResultSchemaV07: z.ZodEffects<z.ZodTuple<[z.ZodOb
324
310
  preOpGas: bigint;
325
311
  prefund: bigint;
326
312
  paymasterContext: string;
327
- paymasterValidationData: bigint;
328
313
  accountValidationData: bigint;
314
+ paymasterValidationData: bigint;
329
315
  accountSigFailed?: boolean | undefined;
330
316
  paymasterSigFailed?: boolean | undefined;
331
317
  validAfter?: number | undefined;
@@ -371,8 +357,8 @@ export declare const validationResultSchemaV07: z.ZodEffects<z.ZodTuple<[z.ZodOb
371
357
  preOpGas: bigint;
372
358
  prefund: bigint;
373
359
  paymasterContext: `0x${string}`;
374
- paymasterValidationData: bigint;
375
360
  accountValidationData: bigint;
361
+ paymasterValidationData: bigint;
376
362
  accountSigFailed?: boolean | undefined;
377
363
  paymasterSigFailed?: boolean | undefined;
378
364
  validAfter?: number | undefined;
@@ -397,8 +383,8 @@ export declare const validationResultSchemaV07: z.ZodEffects<z.ZodTuple<[z.ZodOb
397
383
  preOpGas: bigint;
398
384
  prefund: bigint;
399
385
  paymasterContext: string;
400
- paymasterValidationData: bigint;
401
386
  accountValidationData: bigint;
387
+ paymasterValidationData: bigint;
402
388
  accountSigFailed?: boolean | undefined;
403
389
  paymasterSigFailed?: boolean | undefined;
404
390
  validAfter?: number | undefined;
@@ -530,8 +516,8 @@ export declare const validationResultSchema: z.ZodUnion<[z.ZodEffects<z.ZodTuple
530
516
  preOpGas: bigint;
531
517
  prefund: bigint;
532
518
  paymasterContext: `0x${string}`;
533
- paymasterValidationData: bigint;
534
519
  accountValidationData: bigint;
520
+ paymasterValidationData: bigint;
535
521
  accountSigFailed?: boolean | undefined;
536
522
  paymasterSigFailed?: boolean | undefined;
537
523
  validAfter?: number | undefined;
@@ -540,8 +526,8 @@ export declare const validationResultSchema: z.ZodUnion<[z.ZodEffects<z.ZodTuple
540
526
  preOpGas: bigint;
541
527
  prefund: bigint;
542
528
  paymasterContext: string;
543
- paymasterValidationData: bigint;
544
529
  accountValidationData: bigint;
530
+ paymasterValidationData: bigint;
545
531
  accountSigFailed?: boolean | undefined;
546
532
  paymasterSigFailed?: boolean | undefined;
547
533
  validAfter?: number | undefined;
@@ -587,8 +573,8 @@ export declare const validationResultSchema: z.ZodUnion<[z.ZodEffects<z.ZodTuple
587
573
  preOpGas: bigint;
588
574
  prefund: bigint;
589
575
  paymasterContext: `0x${string}`;
590
- paymasterValidationData: bigint;
591
576
  accountValidationData: bigint;
577
+ paymasterValidationData: bigint;
592
578
  accountSigFailed?: boolean | undefined;
593
579
  paymasterSigFailed?: boolean | undefined;
594
580
  validAfter?: number | undefined;
@@ -613,8 +599,8 @@ export declare const validationResultSchema: z.ZodUnion<[z.ZodEffects<z.ZodTuple
613
599
  preOpGas: bigint;
614
600
  prefund: bigint;
615
601
  paymasterContext: string;
616
- paymasterValidationData: bigint;
617
602
  accountValidationData: bigint;
603
+ paymasterValidationData: bigint;
618
604
  accountSigFailed?: boolean | undefined;
619
605
  paymasterSigFailed?: boolean | undefined;
620
606
  validAfter?: number | undefined;
@@ -750,8 +736,8 @@ export declare const validationResultErrorSchema: z.ZodObject<{
750
736
  preOpGas: bigint;
751
737
  prefund: bigint;
752
738
  paymasterContext: `0x${string}`;
753
- paymasterValidationData: bigint;
754
739
  accountValidationData: bigint;
740
+ paymasterValidationData: bigint;
755
741
  accountSigFailed?: boolean | undefined;
756
742
  paymasterSigFailed?: boolean | undefined;
757
743
  validAfter?: number | undefined;
@@ -760,8 +746,8 @@ export declare const validationResultErrorSchema: z.ZodObject<{
760
746
  preOpGas: bigint;
761
747
  prefund: bigint;
762
748
  paymasterContext: string;
763
- paymasterValidationData: bigint;
764
749
  accountValidationData: bigint;
750
+ paymasterValidationData: bigint;
765
751
  accountSigFailed?: boolean | undefined;
766
752
  paymasterSigFailed?: boolean | undefined;
767
753
  validAfter?: number | undefined;
@@ -807,8 +793,8 @@ export declare const validationResultErrorSchema: z.ZodObject<{
807
793
  preOpGas: bigint;
808
794
  prefund: bigint;
809
795
  paymasterContext: `0x${string}`;
810
- paymasterValidationData: bigint;
811
796
  accountValidationData: bigint;
797
+ paymasterValidationData: bigint;
812
798
  accountSigFailed?: boolean | undefined;
813
799
  paymasterSigFailed?: boolean | undefined;
814
800
  validAfter?: number | undefined;
@@ -833,8 +819,8 @@ export declare const validationResultErrorSchema: z.ZodObject<{
833
819
  preOpGas: bigint;
834
820
  prefund: bigint;
835
821
  paymasterContext: string;
836
- paymasterValidationData: bigint;
837
822
  accountValidationData: bigint;
823
+ paymasterValidationData: bigint;
838
824
  accountSigFailed?: boolean | undefined;
839
825
  paymasterSigFailed?: boolean | undefined;
840
826
  validAfter?: number | undefined;
@@ -883,8 +869,8 @@ export declare const validationResultErrorSchema: z.ZodObject<{
883
869
  preOpGas: bigint;
884
870
  prefund: bigint;
885
871
  paymasterContext: `0x${string}`;
886
- paymasterValidationData: bigint;
887
872
  accountValidationData: bigint;
873
+ paymasterValidationData: bigint;
888
874
  accountSigFailed?: boolean | undefined;
889
875
  paymasterSigFailed?: boolean | undefined;
890
876
  validAfter?: number | undefined;
@@ -934,8 +920,8 @@ export declare const validationResultErrorSchema: z.ZodObject<{
934
920
  preOpGas: bigint;
935
921
  prefund: bigint;
936
922
  paymasterContext: `0x${string}`;
937
- paymasterValidationData: bigint;
938
923
  accountValidationData: bigint;
924
+ paymasterValidationData: bigint;
939
925
  accountSigFailed?: boolean | undefined;
940
926
  paymasterSigFailed?: boolean | undefined;
941
927
  validAfter?: number | undefined;
@@ -982,8 +968,8 @@ export declare const validationResultErrorSchema: z.ZodObject<{
982
968
  preOpGas: bigint;
983
969
  prefund: bigint;
984
970
  paymasterContext: string;
985
- paymasterValidationData: bigint;
986
971
  accountValidationData: bigint;
972
+ paymasterValidationData: bigint;
987
973
  accountSigFailed?: boolean | undefined;
988
974
  paymasterSigFailed?: boolean | undefined;
989
975
  validAfter?: number | undefined;
@@ -1023,8 +1009,8 @@ export declare const validationResultErrorSchema: z.ZodObject<{
1023
1009
  preOpGas: bigint;
1024
1010
  prefund: bigint;
1025
1011
  paymasterContext: string;
1026
- paymasterValidationData: bigint;
1027
1012
  accountValidationData: bigint;
1013
+ paymasterValidationData: bigint;
1028
1014
  accountSigFailed?: boolean | undefined;
1029
1015
  paymasterSigFailed?: boolean | undefined;
1030
1016
  validAfter?: number | undefined;
@@ -1204,8 +1190,8 @@ export declare const validationResultWithAggregationSchemaV07: z.ZodEffects<z.Zo
1204
1190
  preOpGas: bigint;
1205
1191
  prefund: bigint;
1206
1192
  paymasterContext: `0x${string}`;
1207
- paymasterValidationData: bigint;
1208
1193
  accountValidationData: bigint;
1194
+ paymasterValidationData: bigint;
1209
1195
  accountSigFailed?: boolean | undefined;
1210
1196
  paymasterSigFailed?: boolean | undefined;
1211
1197
  validAfter?: number | undefined;
@@ -1214,8 +1200,8 @@ export declare const validationResultWithAggregationSchemaV07: z.ZodEffects<z.Zo
1214
1200
  preOpGas: bigint;
1215
1201
  prefund: bigint;
1216
1202
  paymasterContext: string;
1217
- paymasterValidationData: bigint;
1218
1203
  accountValidationData: bigint;
1204
+ paymasterValidationData: bigint;
1219
1205
  accountSigFailed?: boolean | undefined;
1220
1206
  paymasterSigFailed?: boolean | undefined;
1221
1207
  validAfter?: number | undefined;
@@ -1290,8 +1276,8 @@ export declare const validationResultWithAggregationSchemaV07: z.ZodEffects<z.Zo
1290
1276
  preOpGas: bigint;
1291
1277
  prefund: bigint;
1292
1278
  paymasterContext: `0x${string}`;
1293
- paymasterValidationData: bigint;
1294
1279
  accountValidationData: bigint;
1280
+ paymasterValidationData: bigint;
1295
1281
  accountSigFailed?: boolean | undefined;
1296
1282
  paymasterSigFailed?: boolean | undefined;
1297
1283
  validAfter?: number | undefined;
@@ -1324,8 +1310,8 @@ export declare const validationResultWithAggregationSchemaV07: z.ZodEffects<z.Zo
1324
1310
  preOpGas: bigint;
1325
1311
  prefund: bigint;
1326
1312
  paymasterContext: string;
1327
- paymasterValidationData: bigint;
1328
1313
  accountValidationData: bigint;
1314
+ paymasterValidationData: bigint;
1329
1315
  accountSigFailed?: boolean | undefined;
1330
1316
  paymasterSigFailed?: boolean | undefined;
1331
1317
  validAfter?: number | undefined;
@@ -1508,8 +1494,8 @@ export declare const validationResultWithAggregationSchema: z.ZodUnion<[z.ZodEff
1508
1494
  preOpGas: bigint;
1509
1495
  prefund: bigint;
1510
1496
  paymasterContext: `0x${string}`;
1511
- paymasterValidationData: bigint;
1512
1497
  accountValidationData: bigint;
1498
+ paymasterValidationData: bigint;
1513
1499
  accountSigFailed?: boolean | undefined;
1514
1500
  paymasterSigFailed?: boolean | undefined;
1515
1501
  validAfter?: number | undefined;
@@ -1518,8 +1504,8 @@ export declare const validationResultWithAggregationSchema: z.ZodUnion<[z.ZodEff
1518
1504
  preOpGas: bigint;
1519
1505
  prefund: bigint;
1520
1506
  paymasterContext: string;
1521
- paymasterValidationData: bigint;
1522
1507
  accountValidationData: bigint;
1508
+ paymasterValidationData: bigint;
1523
1509
  accountSigFailed?: boolean | undefined;
1524
1510
  paymasterSigFailed?: boolean | undefined;
1525
1511
  validAfter?: number | undefined;
@@ -1594,8 +1580,8 @@ export declare const validationResultWithAggregationSchema: z.ZodUnion<[z.ZodEff
1594
1580
  preOpGas: bigint;
1595
1581
  prefund: bigint;
1596
1582
  paymasterContext: `0x${string}`;
1597
- paymasterValidationData: bigint;
1598
1583
  accountValidationData: bigint;
1584
+ paymasterValidationData: bigint;
1599
1585
  accountSigFailed?: boolean | undefined;
1600
1586
  paymasterSigFailed?: boolean | undefined;
1601
1587
  validAfter?: number | undefined;
@@ -1628,8 +1614,8 @@ export declare const validationResultWithAggregationSchema: z.ZodUnion<[z.ZodEff
1628
1614
  preOpGas: bigint;
1629
1615
  prefund: bigint;
1630
1616
  paymasterContext: string;
1631
- paymasterValidationData: bigint;
1632
1617
  accountValidationData: bigint;
1618
+ paymasterValidationData: bigint;
1633
1619
  accountSigFailed?: boolean | undefined;
1634
1620
  paymasterSigFailed?: boolean | undefined;
1635
1621
  validAfter?: number | undefined;
@@ -1816,8 +1802,8 @@ export declare const validationResultWithAggregationErrorSchema: z.ZodObject<{
1816
1802
  preOpGas: bigint;
1817
1803
  prefund: bigint;
1818
1804
  paymasterContext: `0x${string}`;
1819
- paymasterValidationData: bigint;
1820
1805
  accountValidationData: bigint;
1806
+ paymasterValidationData: bigint;
1821
1807
  accountSigFailed?: boolean | undefined;
1822
1808
  paymasterSigFailed?: boolean | undefined;
1823
1809
  validAfter?: number | undefined;
@@ -1826,8 +1812,8 @@ export declare const validationResultWithAggregationErrorSchema: z.ZodObject<{
1826
1812
  preOpGas: bigint;
1827
1813
  prefund: bigint;
1828
1814
  paymasterContext: string;
1829
- paymasterValidationData: bigint;
1830
1815
  accountValidationData: bigint;
1816
+ paymasterValidationData: bigint;
1831
1817
  accountSigFailed?: boolean | undefined;
1832
1818
  paymasterSigFailed?: boolean | undefined;
1833
1819
  validAfter?: number | undefined;
@@ -1902,8 +1888,8 @@ export declare const validationResultWithAggregationErrorSchema: z.ZodObject<{
1902
1888
  preOpGas: bigint;
1903
1889
  prefund: bigint;
1904
1890
  paymasterContext: `0x${string}`;
1905
- paymasterValidationData: bigint;
1906
1891
  accountValidationData: bigint;
1892
+ paymasterValidationData: bigint;
1907
1893
  accountSigFailed?: boolean | undefined;
1908
1894
  paymasterSigFailed?: boolean | undefined;
1909
1895
  validAfter?: number | undefined;
@@ -1936,8 +1922,8 @@ export declare const validationResultWithAggregationErrorSchema: z.ZodObject<{
1936
1922
  preOpGas: bigint;
1937
1923
  prefund: bigint;
1938
1924
  paymasterContext: string;
1939
- paymasterValidationData: bigint;
1940
1925
  accountValidationData: bigint;
1926
+ paymasterValidationData: bigint;
1941
1927
  accountSigFailed?: boolean | undefined;
1942
1928
  paymasterSigFailed?: boolean | undefined;
1943
1929
  validAfter?: number | undefined;
@@ -2001,8 +1987,8 @@ export declare const validationResultWithAggregationErrorSchema: z.ZodObject<{
2001
1987
  preOpGas: bigint;
2002
1988
  prefund: bigint;
2003
1989
  paymasterContext: `0x${string}`;
2004
- paymasterValidationData: bigint;
2005
1990
  accountValidationData: bigint;
1991
+ paymasterValidationData: bigint;
2006
1992
  accountSigFailed?: boolean | undefined;
2007
1993
  paymasterSigFailed?: boolean | undefined;
2008
1994
  validAfter?: number | undefined;
@@ -2068,8 +2054,8 @@ export declare const validationResultWithAggregationErrorSchema: z.ZodObject<{
2068
2054
  preOpGas: bigint;
2069
2055
  prefund: bigint;
2070
2056
  paymasterContext: `0x${string}`;
2071
- paymasterValidationData: bigint;
2072
2057
  accountValidationData: bigint;
2058
+ paymasterValidationData: bigint;
2073
2059
  accountSigFailed?: boolean | undefined;
2074
2060
  paymasterSigFailed?: boolean | undefined;
2075
2061
  validAfter?: number | undefined;
@@ -2131,8 +2117,8 @@ export declare const validationResultWithAggregationErrorSchema: z.ZodObject<{
2131
2117
  preOpGas: bigint;
2132
2118
  prefund: bigint;
2133
2119
  paymasterContext: string;
2134
- paymasterValidationData: bigint;
2135
2120
  accountValidationData: bigint;
2121
+ paymasterValidationData: bigint;
2136
2122
  accountSigFailed?: boolean | undefined;
2137
2123
  paymasterSigFailed?: boolean | undefined;
2138
2124
  validAfter?: number | undefined;
@@ -2186,8 +2172,8 @@ export declare const validationResultWithAggregationErrorSchema: z.ZodObject<{
2186
2172
  preOpGas: bigint;
2187
2173
  prefund: bigint;
2188
2174
  paymasterContext: string;
2189
- paymasterValidationData: bigint;
2190
2175
  accountValidationData: bigint;
2176
+ paymasterValidationData: bigint;
2191
2177
  accountSigFailed?: boolean | undefined;
2192
2178
  paymasterSigFailed?: boolean | undefined;
2193
2179
  validAfter?: number | undefined;
@@ -2329,8 +2315,8 @@ export declare const entryPointErrorsSchema: z.ZodDiscriminatedUnion<"errorName"
2329
2315
  preOpGas: bigint;
2330
2316
  prefund: bigint;
2331
2317
  paymasterContext: `0x${string}`;
2332
- paymasterValidationData: bigint;
2333
2318
  accountValidationData: bigint;
2319
+ paymasterValidationData: bigint;
2334
2320
  accountSigFailed?: boolean | undefined;
2335
2321
  paymasterSigFailed?: boolean | undefined;
2336
2322
  validAfter?: number | undefined;
@@ -2339,8 +2325,8 @@ export declare const entryPointErrorsSchema: z.ZodDiscriminatedUnion<"errorName"
2339
2325
  preOpGas: bigint;
2340
2326
  prefund: bigint;
2341
2327
  paymasterContext: string;
2342
- paymasterValidationData: bigint;
2343
2328
  accountValidationData: bigint;
2329
+ paymasterValidationData: bigint;
2344
2330
  accountSigFailed?: boolean | undefined;
2345
2331
  paymasterSigFailed?: boolean | undefined;
2346
2332
  validAfter?: number | undefined;
@@ -2386,8 +2372,8 @@ export declare const entryPointErrorsSchema: z.ZodDiscriminatedUnion<"errorName"
2386
2372
  preOpGas: bigint;
2387
2373
  prefund: bigint;
2388
2374
  paymasterContext: `0x${string}`;
2389
- paymasterValidationData: bigint;
2390
2375
  accountValidationData: bigint;
2376
+ paymasterValidationData: bigint;
2391
2377
  accountSigFailed?: boolean | undefined;
2392
2378
  paymasterSigFailed?: boolean | undefined;
2393
2379
  validAfter?: number | undefined;
@@ -2412,8 +2398,8 @@ export declare const entryPointErrorsSchema: z.ZodDiscriminatedUnion<"errorName"
2412
2398
  preOpGas: bigint;
2413
2399
  prefund: bigint;
2414
2400
  paymasterContext: string;
2415
- paymasterValidationData: bigint;
2416
2401
  accountValidationData: bigint;
2402
+ paymasterValidationData: bigint;
2417
2403
  accountSigFailed?: boolean | undefined;
2418
2404
  paymasterSigFailed?: boolean | undefined;
2419
2405
  validAfter?: number | undefined;
@@ -2462,8 +2448,8 @@ export declare const entryPointErrorsSchema: z.ZodDiscriminatedUnion<"errorName"
2462
2448
  preOpGas: bigint;
2463
2449
  prefund: bigint;
2464
2450
  paymasterContext: `0x${string}`;
2465
- paymasterValidationData: bigint;
2466
2451
  accountValidationData: bigint;
2452
+ paymasterValidationData: bigint;
2467
2453
  accountSigFailed?: boolean | undefined;
2468
2454
  paymasterSigFailed?: boolean | undefined;
2469
2455
  validAfter?: number | undefined;
@@ -2513,8 +2499,8 @@ export declare const entryPointErrorsSchema: z.ZodDiscriminatedUnion<"errorName"
2513
2499
  preOpGas: bigint;
2514
2500
  prefund: bigint;
2515
2501
  paymasterContext: `0x${string}`;
2516
- paymasterValidationData: bigint;
2517
2502
  accountValidationData: bigint;
2503
+ paymasterValidationData: bigint;
2518
2504
  accountSigFailed?: boolean | undefined;
2519
2505
  paymasterSigFailed?: boolean | undefined;
2520
2506
  validAfter?: number | undefined;
@@ -2561,8 +2547,8 @@ export declare const entryPointErrorsSchema: z.ZodDiscriminatedUnion<"errorName"
2561
2547
  preOpGas: bigint;
2562
2548
  prefund: bigint;
2563
2549
  paymasterContext: string;
2564
- paymasterValidationData: bigint;
2565
2550
  accountValidationData: bigint;
2551
+ paymasterValidationData: bigint;
2566
2552
  accountSigFailed?: boolean | undefined;
2567
2553
  paymasterSigFailed?: boolean | undefined;
2568
2554
  validAfter?: number | undefined;
@@ -2602,8 +2588,8 @@ export declare const entryPointErrorsSchema: z.ZodDiscriminatedUnion<"errorName"
2602
2588
  preOpGas: bigint;
2603
2589
  prefund: bigint;
2604
2590
  paymasterContext: string;
2605
- paymasterValidationData: bigint;
2606
2591
  accountValidationData: bigint;
2592
+ paymasterValidationData: bigint;
2607
2593
  accountSigFailed?: boolean | undefined;
2608
2594
  paymasterSigFailed?: boolean | undefined;
2609
2595
  validAfter?: number | undefined;
@@ -2879,8 +2865,8 @@ export declare const entryPointErrorsSchema: z.ZodDiscriminatedUnion<"errorName"
2879
2865
  preOpGas: bigint;
2880
2866
  prefund: bigint;
2881
2867
  paymasterContext: `0x${string}`;
2882
- paymasterValidationData: bigint;
2883
2868
  accountValidationData: bigint;
2869
+ paymasterValidationData: bigint;
2884
2870
  accountSigFailed?: boolean | undefined;
2885
2871
  paymasterSigFailed?: boolean | undefined;
2886
2872
  validAfter?: number | undefined;
@@ -2889,8 +2875,8 @@ export declare const entryPointErrorsSchema: z.ZodDiscriminatedUnion<"errorName"
2889
2875
  preOpGas: bigint;
2890
2876
  prefund: bigint;
2891
2877
  paymasterContext: string;
2892
- paymasterValidationData: bigint;
2893
2878
  accountValidationData: bigint;
2879
+ paymasterValidationData: bigint;
2894
2880
  accountSigFailed?: boolean | undefined;
2895
2881
  paymasterSigFailed?: boolean | undefined;
2896
2882
  validAfter?: number | undefined;
@@ -2965,8 +2951,8 @@ export declare const entryPointErrorsSchema: z.ZodDiscriminatedUnion<"errorName"
2965
2951
  preOpGas: bigint;
2966
2952
  prefund: bigint;
2967
2953
  paymasterContext: `0x${string}`;
2968
- paymasterValidationData: bigint;
2969
2954
  accountValidationData: bigint;
2955
+ paymasterValidationData: bigint;
2970
2956
  accountSigFailed?: boolean | undefined;
2971
2957
  paymasterSigFailed?: boolean | undefined;
2972
2958
  validAfter?: number | undefined;
@@ -2999,8 +2985,8 @@ export declare const entryPointErrorsSchema: z.ZodDiscriminatedUnion<"errorName"
2999
2985
  preOpGas: bigint;
3000
2986
  prefund: bigint;
3001
2987
  paymasterContext: string;
3002
- paymasterValidationData: bigint;
3003
2988
  accountValidationData: bigint;
2989
+ paymasterValidationData: bigint;
3004
2990
  accountSigFailed?: boolean | undefined;
3005
2991
  paymasterSigFailed?: boolean | undefined;
3006
2992
  validAfter?: number | undefined;
@@ -3064,8 +3050,8 @@ export declare const entryPointErrorsSchema: z.ZodDiscriminatedUnion<"errorName"
3064
3050
  preOpGas: bigint;
3065
3051
  prefund: bigint;
3066
3052
  paymasterContext: `0x${string}`;
3067
- paymasterValidationData: bigint;
3068
3053
  accountValidationData: bigint;
3054
+ paymasterValidationData: bigint;
3069
3055
  accountSigFailed?: boolean | undefined;
3070
3056
  paymasterSigFailed?: boolean | undefined;
3071
3057
  validAfter?: number | undefined;
@@ -3131,8 +3117,8 @@ export declare const entryPointErrorsSchema: z.ZodDiscriminatedUnion<"errorName"
3131
3117
  preOpGas: bigint;
3132
3118
  prefund: bigint;
3133
3119
  paymasterContext: `0x${string}`;
3134
- paymasterValidationData: bigint;
3135
3120
  accountValidationData: bigint;
3121
+ paymasterValidationData: bigint;
3136
3122
  accountSigFailed?: boolean | undefined;
3137
3123
  paymasterSigFailed?: boolean | undefined;
3138
3124
  validAfter?: number | undefined;
@@ -3194,8 +3180,8 @@ export declare const entryPointErrorsSchema: z.ZodDiscriminatedUnion<"errorName"
3194
3180
  preOpGas: bigint;
3195
3181
  prefund: bigint;
3196
3182
  paymasterContext: string;
3197
- paymasterValidationData: bigint;
3198
3183
  accountValidationData: bigint;
3184
+ paymasterValidationData: bigint;
3199
3185
  accountSigFailed?: boolean | undefined;
3200
3186
  paymasterSigFailed?: boolean | undefined;
3201
3187
  validAfter?: number | undefined;
@@ -3249,8 +3235,8 @@ export declare const entryPointErrorsSchema: z.ZodDiscriminatedUnion<"errorName"
3249
3235
  preOpGas: bigint;
3250
3236
  prefund: bigint;
3251
3237
  paymasterContext: string;
3252
- paymasterValidationData: bigint;
3253
3238
  accountValidationData: bigint;
3239
+ paymasterValidationData: bigint;
3254
3240
  accountSigFailed?: boolean | undefined;
3255
3241
  paymasterSigFailed?: boolean | undefined;
3256
3242
  validAfter?: number | undefined;
@@ -3394,8 +3380,8 @@ export declare const errorCauseSchema: z.ZodObject<{
3394
3380
  preOpGas: bigint;
3395
3381
  prefund: bigint;
3396
3382
  paymasterContext: `0x${string}`;
3397
- paymasterValidationData: bigint;
3398
3383
  accountValidationData: bigint;
3384
+ paymasterValidationData: bigint;
3399
3385
  accountSigFailed?: boolean | undefined;
3400
3386
  paymasterSigFailed?: boolean | undefined;
3401
3387
  validAfter?: number | undefined;
@@ -3404,8 +3390,8 @@ export declare const errorCauseSchema: z.ZodObject<{
3404
3390
  preOpGas: bigint;
3405
3391
  prefund: bigint;
3406
3392
  paymasterContext: string;
3407
- paymasterValidationData: bigint;
3408
3393
  accountValidationData: bigint;
3394
+ paymasterValidationData: bigint;
3409
3395
  accountSigFailed?: boolean | undefined;
3410
3396
  paymasterSigFailed?: boolean | undefined;
3411
3397
  validAfter?: number | undefined;
@@ -3451,8 +3437,8 @@ export declare const errorCauseSchema: z.ZodObject<{
3451
3437
  preOpGas: bigint;
3452
3438
  prefund: bigint;
3453
3439
  paymasterContext: `0x${string}`;
3454
- paymasterValidationData: bigint;
3455
3440
  accountValidationData: bigint;
3441
+ paymasterValidationData: bigint;
3456
3442
  accountSigFailed?: boolean | undefined;
3457
3443
  paymasterSigFailed?: boolean | undefined;
3458
3444
  validAfter?: number | undefined;
@@ -3477,8 +3463,8 @@ export declare const errorCauseSchema: z.ZodObject<{
3477
3463
  preOpGas: bigint;
3478
3464
  prefund: bigint;
3479
3465
  paymasterContext: string;
3480
- paymasterValidationData: bigint;
3481
3466
  accountValidationData: bigint;
3467
+ paymasterValidationData: bigint;
3482
3468
  accountSigFailed?: boolean | undefined;
3483
3469
  paymasterSigFailed?: boolean | undefined;
3484
3470
  validAfter?: number | undefined;
@@ -3527,8 +3513,8 @@ export declare const errorCauseSchema: z.ZodObject<{
3527
3513
  preOpGas: bigint;
3528
3514
  prefund: bigint;
3529
3515
  paymasterContext: `0x${string}`;
3530
- paymasterValidationData: bigint;
3531
3516
  accountValidationData: bigint;
3517
+ paymasterValidationData: bigint;
3532
3518
  accountSigFailed?: boolean | undefined;
3533
3519
  paymasterSigFailed?: boolean | undefined;
3534
3520
  validAfter?: number | undefined;
@@ -3578,8 +3564,8 @@ export declare const errorCauseSchema: z.ZodObject<{
3578
3564
  preOpGas: bigint;
3579
3565
  prefund: bigint;
3580
3566
  paymasterContext: `0x${string}`;
3581
- paymasterValidationData: bigint;
3582
3567
  accountValidationData: bigint;
3568
+ paymasterValidationData: bigint;
3583
3569
  accountSigFailed?: boolean | undefined;
3584
3570
  paymasterSigFailed?: boolean | undefined;
3585
3571
  validAfter?: number | undefined;
@@ -3626,8 +3612,8 @@ export declare const errorCauseSchema: z.ZodObject<{
3626
3612
  preOpGas: bigint;
3627
3613
  prefund: bigint;
3628
3614
  paymasterContext: string;
3629
- paymasterValidationData: bigint;
3630
3615
  accountValidationData: bigint;
3616
+ paymasterValidationData: bigint;
3631
3617
  accountSigFailed?: boolean | undefined;
3632
3618
  paymasterSigFailed?: boolean | undefined;
3633
3619
  validAfter?: number | undefined;
@@ -3667,8 +3653,8 @@ export declare const errorCauseSchema: z.ZodObject<{
3667
3653
  preOpGas: bigint;
3668
3654
  prefund: bigint;
3669
3655
  paymasterContext: string;
3670
- paymasterValidationData: bigint;
3671
3656
  accountValidationData: bigint;
3657
+ paymasterValidationData: bigint;
3672
3658
  accountSigFailed?: boolean | undefined;
3673
3659
  paymasterSigFailed?: boolean | undefined;
3674
3660
  validAfter?: number | undefined;
@@ -3944,8 +3930,8 @@ export declare const errorCauseSchema: z.ZodObject<{
3944
3930
  preOpGas: bigint;
3945
3931
  prefund: bigint;
3946
3932
  paymasterContext: `0x${string}`;
3947
- paymasterValidationData: bigint;
3948
3933
  accountValidationData: bigint;
3934
+ paymasterValidationData: bigint;
3949
3935
  accountSigFailed?: boolean | undefined;
3950
3936
  paymasterSigFailed?: boolean | undefined;
3951
3937
  validAfter?: number | undefined;
@@ -3954,8 +3940,8 @@ export declare const errorCauseSchema: z.ZodObject<{
3954
3940
  preOpGas: bigint;
3955
3941
  prefund: bigint;
3956
3942
  paymasterContext: string;
3957
- paymasterValidationData: bigint;
3958
3943
  accountValidationData: bigint;
3944
+ paymasterValidationData: bigint;
3959
3945
  accountSigFailed?: boolean | undefined;
3960
3946
  paymasterSigFailed?: boolean | undefined;
3961
3947
  validAfter?: number | undefined;
@@ -4030,8 +4016,8 @@ export declare const errorCauseSchema: z.ZodObject<{
4030
4016
  preOpGas: bigint;
4031
4017
  prefund: bigint;
4032
4018
  paymasterContext: `0x${string}`;
4033
- paymasterValidationData: bigint;
4034
4019
  accountValidationData: bigint;
4020
+ paymasterValidationData: bigint;
4035
4021
  accountSigFailed?: boolean | undefined;
4036
4022
  paymasterSigFailed?: boolean | undefined;
4037
4023
  validAfter?: number | undefined;
@@ -4064,8 +4050,8 @@ export declare const errorCauseSchema: z.ZodObject<{
4064
4050
  preOpGas: bigint;
4065
4051
  prefund: bigint;
4066
4052
  paymasterContext: string;
4067
- paymasterValidationData: bigint;
4068
4053
  accountValidationData: bigint;
4054
+ paymasterValidationData: bigint;
4069
4055
  accountSigFailed?: boolean | undefined;
4070
4056
  paymasterSigFailed?: boolean | undefined;
4071
4057
  validAfter?: number | undefined;
@@ -4129,8 +4115,8 @@ export declare const errorCauseSchema: z.ZodObject<{
4129
4115
  preOpGas: bigint;
4130
4116
  prefund: bigint;
4131
4117
  paymasterContext: `0x${string}`;
4132
- paymasterValidationData: bigint;
4133
4118
  accountValidationData: bigint;
4119
+ paymasterValidationData: bigint;
4134
4120
  accountSigFailed?: boolean | undefined;
4135
4121
  paymasterSigFailed?: boolean | undefined;
4136
4122
  validAfter?: number | undefined;
@@ -4196,8 +4182,8 @@ export declare const errorCauseSchema: z.ZodObject<{
4196
4182
  preOpGas: bigint;
4197
4183
  prefund: bigint;
4198
4184
  paymasterContext: `0x${string}`;
4199
- paymasterValidationData: bigint;
4200
4185
  accountValidationData: bigint;
4186
+ paymasterValidationData: bigint;
4201
4187
  accountSigFailed?: boolean | undefined;
4202
4188
  paymasterSigFailed?: boolean | undefined;
4203
4189
  validAfter?: number | undefined;
@@ -4259,8 +4245,8 @@ export declare const errorCauseSchema: z.ZodObject<{
4259
4245
  preOpGas: bigint;
4260
4246
  prefund: bigint;
4261
4247
  paymasterContext: string;
4262
- paymasterValidationData: bigint;
4263
4248
  accountValidationData: bigint;
4249
+ paymasterValidationData: bigint;
4264
4250
  accountSigFailed?: boolean | undefined;
4265
4251
  paymasterSigFailed?: boolean | undefined;
4266
4252
  validAfter?: number | undefined;
@@ -4314,8 +4300,8 @@ export declare const errorCauseSchema: z.ZodObject<{
4314
4300
  preOpGas: bigint;
4315
4301
  prefund: bigint;
4316
4302
  paymasterContext: string;
4317
- paymasterValidationData: bigint;
4318
4303
  accountValidationData: bigint;
4304
+ paymasterValidationData: bigint;
4319
4305
  accountSigFailed?: boolean | undefined;
4320
4306
  paymasterSigFailed?: boolean | undefined;
4321
4307
  validAfter?: number | undefined;
@@ -4424,8 +4410,8 @@ export declare const errorCauseSchema: z.ZodObject<{
4424
4410
  preOpGas: bigint;
4425
4411
  prefund: bigint;
4426
4412
  paymasterContext: `0x${string}`;
4427
- paymasterValidationData: bigint;
4428
4413
  accountValidationData: bigint;
4414
+ paymasterValidationData: bigint;
4429
4415
  accountSigFailed?: boolean | undefined;
4430
4416
  paymasterSigFailed?: boolean | undefined;
4431
4417
  validAfter?: number | undefined;
@@ -4475,8 +4461,8 @@ export declare const errorCauseSchema: z.ZodObject<{
4475
4461
  preOpGas: bigint;
4476
4462
  prefund: bigint;
4477
4463
  paymasterContext: `0x${string}`;
4478
- paymasterValidationData: bigint;
4479
4464
  accountValidationData: bigint;
4465
+ paymasterValidationData: bigint;
4480
4466
  accountSigFailed?: boolean | undefined;
4481
4467
  paymasterSigFailed?: boolean | undefined;
4482
4468
  validAfter?: number | undefined;
@@ -4537,8 +4523,8 @@ export declare const errorCauseSchema: z.ZodObject<{
4537
4523
  preOpGas: bigint;
4538
4524
  prefund: bigint;
4539
4525
  paymasterContext: `0x${string}`;
4540
- paymasterValidationData: bigint;
4541
4526
  accountValidationData: bigint;
4527
+ paymasterValidationData: bigint;
4542
4528
  accountSigFailed?: boolean | undefined;
4543
4529
  paymasterSigFailed?: boolean | undefined;
4544
4530
  validAfter?: number | undefined;
@@ -4604,8 +4590,8 @@ export declare const errorCauseSchema: z.ZodObject<{
4604
4590
  preOpGas: bigint;
4605
4591
  prefund: bigint;
4606
4592
  paymasterContext: `0x${string}`;
4607
- paymasterValidationData: bigint;
4608
4593
  accountValidationData: bigint;
4594
+ paymasterValidationData: bigint;
4609
4595
  accountSigFailed?: boolean | undefined;
4610
4596
  paymasterSigFailed?: boolean | undefined;
4611
4597
  validAfter?: number | undefined;
@@ -4675,8 +4661,8 @@ export declare const errorCauseSchema: z.ZodObject<{
4675
4661
  preOpGas: bigint;
4676
4662
  prefund: bigint;
4677
4663
  paymasterContext: string;
4678
- paymasterValidationData: bigint;
4679
4664
  accountValidationData: bigint;
4665
+ paymasterValidationData: bigint;
4680
4666
  accountSigFailed?: boolean | undefined;
4681
4667
  paymasterSigFailed?: boolean | undefined;
4682
4668
  validAfter?: number | undefined;
@@ -4716,8 +4702,8 @@ export declare const errorCauseSchema: z.ZodObject<{
4716
4702
  preOpGas: bigint;
4717
4703
  prefund: bigint;
4718
4704
  paymasterContext: string;
4719
- paymasterValidationData: bigint;
4720
4705
  accountValidationData: bigint;
4706
+ paymasterValidationData: bigint;
4721
4707
  accountSigFailed?: boolean | undefined;
4722
4708
  paymasterSigFailed?: boolean | undefined;
4723
4709
  validAfter?: number | undefined;
@@ -4767,8 +4753,8 @@ export declare const errorCauseSchema: z.ZodObject<{
4767
4753
  preOpGas: bigint;
4768
4754
  prefund: bigint;
4769
4755
  paymasterContext: string;
4770
- paymasterValidationData: bigint;
4771
4756
  accountValidationData: bigint;
4757
+ paymasterValidationData: bigint;
4772
4758
  accountSigFailed?: boolean | undefined;
4773
4759
  paymasterSigFailed?: boolean | undefined;
4774
4760
  validAfter?: number | undefined;
@@ -4822,8 +4808,8 @@ export declare const errorCauseSchema: z.ZodObject<{
4822
4808
  preOpGas: bigint;
4823
4809
  prefund: bigint;
4824
4810
  paymasterContext: string;
4825
- paymasterValidationData: bigint;
4826
4811
  accountValidationData: bigint;
4812
+ paymasterValidationData: bigint;
4827
4813
  accountSigFailed?: boolean | undefined;
4828
4814
  paymasterSigFailed?: boolean | undefined;
4829
4815
  validAfter?: number | undefined;
@@ -4939,8 +4925,8 @@ export declare const vmExecutionError: z.ZodObject<{
4939
4925
  preOpGas: bigint;
4940
4926
  prefund: bigint;
4941
4927
  paymasterContext: `0x${string}`;
4942
- paymasterValidationData: bigint;
4943
4928
  accountValidationData: bigint;
4929
+ paymasterValidationData: bigint;
4944
4930
  accountSigFailed?: boolean | undefined;
4945
4931
  paymasterSigFailed?: boolean | undefined;
4946
4932
  validAfter?: number | undefined;
@@ -4990,8 +4976,8 @@ export declare const vmExecutionError: z.ZodObject<{
4990
4976
  preOpGas: bigint;
4991
4977
  prefund: bigint;
4992
4978
  paymasterContext: `0x${string}`;
4993
- paymasterValidationData: bigint;
4994
4979
  accountValidationData: bigint;
4980
+ paymasterValidationData: bigint;
4995
4981
  accountSigFailed?: boolean | undefined;
4996
4982
  paymasterSigFailed?: boolean | undefined;
4997
4983
  validAfter?: number | undefined;
@@ -5052,8 +5038,8 @@ export declare const vmExecutionError: z.ZodObject<{
5052
5038
  preOpGas: bigint;
5053
5039
  prefund: bigint;
5054
5040
  paymasterContext: `0x${string}`;
5055
- paymasterValidationData: bigint;
5056
5041
  accountValidationData: bigint;
5042
+ paymasterValidationData: bigint;
5057
5043
  accountSigFailed?: boolean | undefined;
5058
5044
  paymasterSigFailed?: boolean | undefined;
5059
5045
  validAfter?: number | undefined;
@@ -5119,8 +5105,8 @@ export declare const vmExecutionError: z.ZodObject<{
5119
5105
  preOpGas: bigint;
5120
5106
  prefund: bigint;
5121
5107
  paymasterContext: `0x${string}`;
5122
- paymasterValidationData: bigint;
5123
5108
  accountValidationData: bigint;
5109
+ paymasterValidationData: bigint;
5124
5110
  accountSigFailed?: boolean | undefined;
5125
5111
  paymasterSigFailed?: boolean | undefined;
5126
5112
  validAfter?: number | undefined;
@@ -5234,8 +5220,8 @@ export declare const vmExecutionError: z.ZodObject<{
5234
5220
  preOpGas: bigint;
5235
5221
  prefund: bigint;
5236
5222
  paymasterContext: `0x${string}`;
5237
- paymasterValidationData: bigint;
5238
5223
  accountValidationData: bigint;
5224
+ paymasterValidationData: bigint;
5239
5225
  accountSigFailed?: boolean | undefined;
5240
5226
  paymasterSigFailed?: boolean | undefined;
5241
5227
  validAfter?: number | undefined;
@@ -5285,8 +5271,8 @@ export declare const vmExecutionError: z.ZodObject<{
5285
5271
  preOpGas: bigint;
5286
5272
  prefund: bigint;
5287
5273
  paymasterContext: `0x${string}`;
5288
- paymasterValidationData: bigint;
5289
5274
  accountValidationData: bigint;
5275
+ paymasterValidationData: bigint;
5290
5276
  accountSigFailed?: boolean | undefined;
5291
5277
  paymasterSigFailed?: boolean | undefined;
5292
5278
  validAfter?: number | undefined;
@@ -5347,8 +5333,8 @@ export declare const vmExecutionError: z.ZodObject<{
5347
5333
  preOpGas: bigint;
5348
5334
  prefund: bigint;
5349
5335
  paymasterContext: `0x${string}`;
5350
- paymasterValidationData: bigint;
5351
5336
  accountValidationData: bigint;
5337
+ paymasterValidationData: bigint;
5352
5338
  accountSigFailed?: boolean | undefined;
5353
5339
  paymasterSigFailed?: boolean | undefined;
5354
5340
  validAfter?: number | undefined;
@@ -5414,8 +5400,8 @@ export declare const vmExecutionError: z.ZodObject<{
5414
5400
  preOpGas: bigint;
5415
5401
  prefund: bigint;
5416
5402
  paymasterContext: `0x${string}`;
5417
- paymasterValidationData: bigint;
5418
5403
  accountValidationData: bigint;
5404
+ paymasterValidationData: bigint;
5419
5405
  accountSigFailed?: boolean | undefined;
5420
5406
  paymasterSigFailed?: boolean | undefined;
5421
5407
  validAfter?: number | undefined;
@@ -5534,8 +5520,8 @@ export declare const vmExecutionError: z.ZodObject<{
5534
5520
  preOpGas: bigint;
5535
5521
  prefund: bigint;
5536
5522
  paymasterContext: `0x${string}`;
5537
- paymasterValidationData: bigint;
5538
5523
  accountValidationData: bigint;
5524
+ paymasterValidationData: bigint;
5539
5525
  accountSigFailed?: boolean | undefined;
5540
5526
  paymasterSigFailed?: boolean | undefined;
5541
5527
  validAfter?: number | undefined;
@@ -5585,8 +5571,8 @@ export declare const vmExecutionError: z.ZodObject<{
5585
5571
  preOpGas: bigint;
5586
5572
  prefund: bigint;
5587
5573
  paymasterContext: `0x${string}`;
5588
- paymasterValidationData: bigint;
5589
5574
  accountValidationData: bigint;
5575
+ paymasterValidationData: bigint;
5590
5576
  accountSigFailed?: boolean | undefined;
5591
5577
  paymasterSigFailed?: boolean | undefined;
5592
5578
  validAfter?: number | undefined;
@@ -5647,8 +5633,8 @@ export declare const vmExecutionError: z.ZodObject<{
5647
5633
  preOpGas: bigint;
5648
5634
  prefund: bigint;
5649
5635
  paymasterContext: `0x${string}`;
5650
- paymasterValidationData: bigint;
5651
5636
  accountValidationData: bigint;
5637
+ paymasterValidationData: bigint;
5652
5638
  accountSigFailed?: boolean | undefined;
5653
5639
  paymasterSigFailed?: boolean | undefined;
5654
5640
  validAfter?: number | undefined;
@@ -5714,8 +5700,8 @@ export declare const vmExecutionError: z.ZodObject<{
5714
5700
  preOpGas: bigint;
5715
5701
  prefund: bigint;
5716
5702
  paymasterContext: `0x${string}`;
5717
- paymasterValidationData: bigint;
5718
5703
  accountValidationData: bigint;
5704
+ paymasterValidationData: bigint;
5719
5705
  accountSigFailed?: boolean | undefined;
5720
5706
  paymasterSigFailed?: boolean | undefined;
5721
5707
  validAfter?: number | undefined;
@@ -5840,8 +5826,8 @@ export declare const vmExecutionError: z.ZodObject<{
5840
5826
  preOpGas: bigint;
5841
5827
  prefund: bigint;
5842
5828
  paymasterContext: `0x${string}`;
5843
- paymasterValidationData: bigint;
5844
5829
  accountValidationData: bigint;
5830
+ paymasterValidationData: bigint;
5845
5831
  accountSigFailed?: boolean | undefined;
5846
5832
  paymasterSigFailed?: boolean | undefined;
5847
5833
  validAfter?: number | undefined;
@@ -5891,8 +5877,8 @@ export declare const vmExecutionError: z.ZodObject<{
5891
5877
  preOpGas: bigint;
5892
5878
  prefund: bigint;
5893
5879
  paymasterContext: `0x${string}`;
5894
- paymasterValidationData: bigint;
5895
5880
  accountValidationData: bigint;
5881
+ paymasterValidationData: bigint;
5896
5882
  accountSigFailed?: boolean | undefined;
5897
5883
  paymasterSigFailed?: boolean | undefined;
5898
5884
  validAfter?: number | undefined;
@@ -5953,8 +5939,8 @@ export declare const vmExecutionError: z.ZodObject<{
5953
5939
  preOpGas: bigint;
5954
5940
  prefund: bigint;
5955
5941
  paymasterContext: `0x${string}`;
5956
- paymasterValidationData: bigint;
5957
5942
  accountValidationData: bigint;
5943
+ paymasterValidationData: bigint;
5958
5944
  accountSigFailed?: boolean | undefined;
5959
5945
  paymasterSigFailed?: boolean | undefined;
5960
5946
  validAfter?: number | undefined;
@@ -6020,8 +6006,8 @@ export declare const vmExecutionError: z.ZodObject<{
6020
6006
  preOpGas: bigint;
6021
6007
  prefund: bigint;
6022
6008
  paymasterContext: `0x${string}`;
6023
- paymasterValidationData: bigint;
6024
6009
  accountValidationData: bigint;
6010
+ paymasterValidationData: bigint;
6025
6011
  accountSigFailed?: boolean | undefined;
6026
6012
  paymasterSigFailed?: boolean | undefined;
6027
6013
  validAfter?: number | undefined;
@@ -6183,8 +6169,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
6183
6169
  preOpGas: bigint;
6184
6170
  prefund: bigint;
6185
6171
  paymasterContext: `0x${string}`;
6186
- paymasterValidationData: bigint;
6187
6172
  accountValidationData: bigint;
6173
+ paymasterValidationData: bigint;
6188
6174
  accountSigFailed?: boolean | undefined;
6189
6175
  paymasterSigFailed?: boolean | undefined;
6190
6176
  validAfter?: number | undefined;
@@ -6193,8 +6179,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
6193
6179
  preOpGas: bigint;
6194
6180
  prefund: bigint;
6195
6181
  paymasterContext: string;
6196
- paymasterValidationData: bigint;
6197
6182
  accountValidationData: bigint;
6183
+ paymasterValidationData: bigint;
6198
6184
  accountSigFailed?: boolean | undefined;
6199
6185
  paymasterSigFailed?: boolean | undefined;
6200
6186
  validAfter?: number | undefined;
@@ -6240,8 +6226,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
6240
6226
  preOpGas: bigint;
6241
6227
  prefund: bigint;
6242
6228
  paymasterContext: `0x${string}`;
6243
- paymasterValidationData: bigint;
6244
6229
  accountValidationData: bigint;
6230
+ paymasterValidationData: bigint;
6245
6231
  accountSigFailed?: boolean | undefined;
6246
6232
  paymasterSigFailed?: boolean | undefined;
6247
6233
  validAfter?: number | undefined;
@@ -6266,8 +6252,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
6266
6252
  preOpGas: bigint;
6267
6253
  prefund: bigint;
6268
6254
  paymasterContext: string;
6269
- paymasterValidationData: bigint;
6270
6255
  accountValidationData: bigint;
6256
+ paymasterValidationData: bigint;
6271
6257
  accountSigFailed?: boolean | undefined;
6272
6258
  paymasterSigFailed?: boolean | undefined;
6273
6259
  validAfter?: number | undefined;
@@ -6316,8 +6302,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
6316
6302
  preOpGas: bigint;
6317
6303
  prefund: bigint;
6318
6304
  paymasterContext: `0x${string}`;
6319
- paymasterValidationData: bigint;
6320
6305
  accountValidationData: bigint;
6306
+ paymasterValidationData: bigint;
6321
6307
  accountSigFailed?: boolean | undefined;
6322
6308
  paymasterSigFailed?: boolean | undefined;
6323
6309
  validAfter?: number | undefined;
@@ -6367,8 +6353,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
6367
6353
  preOpGas: bigint;
6368
6354
  prefund: bigint;
6369
6355
  paymasterContext: `0x${string}`;
6370
- paymasterValidationData: bigint;
6371
6356
  accountValidationData: bigint;
6357
+ paymasterValidationData: bigint;
6372
6358
  accountSigFailed?: boolean | undefined;
6373
6359
  paymasterSigFailed?: boolean | undefined;
6374
6360
  validAfter?: number | undefined;
@@ -6415,8 +6401,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
6415
6401
  preOpGas: bigint;
6416
6402
  prefund: bigint;
6417
6403
  paymasterContext: string;
6418
- paymasterValidationData: bigint;
6419
6404
  accountValidationData: bigint;
6405
+ paymasterValidationData: bigint;
6420
6406
  accountSigFailed?: boolean | undefined;
6421
6407
  paymasterSigFailed?: boolean | undefined;
6422
6408
  validAfter?: number | undefined;
@@ -6456,8 +6442,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
6456
6442
  preOpGas: bigint;
6457
6443
  prefund: bigint;
6458
6444
  paymasterContext: string;
6459
- paymasterValidationData: bigint;
6460
6445
  accountValidationData: bigint;
6446
+ paymasterValidationData: bigint;
6461
6447
  accountSigFailed?: boolean | undefined;
6462
6448
  paymasterSigFailed?: boolean | undefined;
6463
6449
  validAfter?: number | undefined;
@@ -6733,8 +6719,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
6733
6719
  preOpGas: bigint;
6734
6720
  prefund: bigint;
6735
6721
  paymasterContext: `0x${string}`;
6736
- paymasterValidationData: bigint;
6737
6722
  accountValidationData: bigint;
6723
+ paymasterValidationData: bigint;
6738
6724
  accountSigFailed?: boolean | undefined;
6739
6725
  paymasterSigFailed?: boolean | undefined;
6740
6726
  validAfter?: number | undefined;
@@ -6743,8 +6729,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
6743
6729
  preOpGas: bigint;
6744
6730
  prefund: bigint;
6745
6731
  paymasterContext: string;
6746
- paymasterValidationData: bigint;
6747
6732
  accountValidationData: bigint;
6733
+ paymasterValidationData: bigint;
6748
6734
  accountSigFailed?: boolean | undefined;
6749
6735
  paymasterSigFailed?: boolean | undefined;
6750
6736
  validAfter?: number | undefined;
@@ -6819,8 +6805,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
6819
6805
  preOpGas: bigint;
6820
6806
  prefund: bigint;
6821
6807
  paymasterContext: `0x${string}`;
6822
- paymasterValidationData: bigint;
6823
6808
  accountValidationData: bigint;
6809
+ paymasterValidationData: bigint;
6824
6810
  accountSigFailed?: boolean | undefined;
6825
6811
  paymasterSigFailed?: boolean | undefined;
6826
6812
  validAfter?: number | undefined;
@@ -6853,8 +6839,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
6853
6839
  preOpGas: bigint;
6854
6840
  prefund: bigint;
6855
6841
  paymasterContext: string;
6856
- paymasterValidationData: bigint;
6857
6842
  accountValidationData: bigint;
6843
+ paymasterValidationData: bigint;
6858
6844
  accountSigFailed?: boolean | undefined;
6859
6845
  paymasterSigFailed?: boolean | undefined;
6860
6846
  validAfter?: number | undefined;
@@ -6918,8 +6904,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
6918
6904
  preOpGas: bigint;
6919
6905
  prefund: bigint;
6920
6906
  paymasterContext: `0x${string}`;
6921
- paymasterValidationData: bigint;
6922
6907
  accountValidationData: bigint;
6908
+ paymasterValidationData: bigint;
6923
6909
  accountSigFailed?: boolean | undefined;
6924
6910
  paymasterSigFailed?: boolean | undefined;
6925
6911
  validAfter?: number | undefined;
@@ -6985,8 +6971,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
6985
6971
  preOpGas: bigint;
6986
6972
  prefund: bigint;
6987
6973
  paymasterContext: `0x${string}`;
6988
- paymasterValidationData: bigint;
6989
6974
  accountValidationData: bigint;
6975
+ paymasterValidationData: bigint;
6990
6976
  accountSigFailed?: boolean | undefined;
6991
6977
  paymasterSigFailed?: boolean | undefined;
6992
6978
  validAfter?: number | undefined;
@@ -7048,8 +7034,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
7048
7034
  preOpGas: bigint;
7049
7035
  prefund: bigint;
7050
7036
  paymasterContext: string;
7051
- paymasterValidationData: bigint;
7052
7037
  accountValidationData: bigint;
7038
+ paymasterValidationData: bigint;
7053
7039
  accountSigFailed?: boolean | undefined;
7054
7040
  paymasterSigFailed?: boolean | undefined;
7055
7041
  validAfter?: number | undefined;
@@ -7103,8 +7089,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
7103
7089
  preOpGas: bigint;
7104
7090
  prefund: bigint;
7105
7091
  paymasterContext: string;
7106
- paymasterValidationData: bigint;
7107
7092
  accountValidationData: bigint;
7093
+ paymasterValidationData: bigint;
7108
7094
  accountSigFailed?: boolean | undefined;
7109
7095
  paymasterSigFailed?: boolean | undefined;
7110
7096
  validAfter?: number | undefined;
@@ -7213,8 +7199,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
7213
7199
  preOpGas: bigint;
7214
7200
  prefund: bigint;
7215
7201
  paymasterContext: `0x${string}`;
7216
- paymasterValidationData: bigint;
7217
7202
  accountValidationData: bigint;
7203
+ paymasterValidationData: bigint;
7218
7204
  accountSigFailed?: boolean | undefined;
7219
7205
  paymasterSigFailed?: boolean | undefined;
7220
7206
  validAfter?: number | undefined;
@@ -7264,8 +7250,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
7264
7250
  preOpGas: bigint;
7265
7251
  prefund: bigint;
7266
7252
  paymasterContext: `0x${string}`;
7267
- paymasterValidationData: bigint;
7268
7253
  accountValidationData: bigint;
7254
+ paymasterValidationData: bigint;
7269
7255
  accountSigFailed?: boolean | undefined;
7270
7256
  paymasterSigFailed?: boolean | undefined;
7271
7257
  validAfter?: number | undefined;
@@ -7326,8 +7312,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
7326
7312
  preOpGas: bigint;
7327
7313
  prefund: bigint;
7328
7314
  paymasterContext: `0x${string}`;
7329
- paymasterValidationData: bigint;
7330
7315
  accountValidationData: bigint;
7316
+ paymasterValidationData: bigint;
7331
7317
  accountSigFailed?: boolean | undefined;
7332
7318
  paymasterSigFailed?: boolean | undefined;
7333
7319
  validAfter?: number | undefined;
@@ -7393,8 +7379,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
7393
7379
  preOpGas: bigint;
7394
7380
  prefund: bigint;
7395
7381
  paymasterContext: `0x${string}`;
7396
- paymasterValidationData: bigint;
7397
7382
  accountValidationData: bigint;
7383
+ paymasterValidationData: bigint;
7398
7384
  accountSigFailed?: boolean | undefined;
7399
7385
  paymasterSigFailed?: boolean | undefined;
7400
7386
  validAfter?: number | undefined;
@@ -7464,8 +7450,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
7464
7450
  preOpGas: bigint;
7465
7451
  prefund: bigint;
7466
7452
  paymasterContext: string;
7467
- paymasterValidationData: bigint;
7468
7453
  accountValidationData: bigint;
7454
+ paymasterValidationData: bigint;
7469
7455
  accountSigFailed?: boolean | undefined;
7470
7456
  paymasterSigFailed?: boolean | undefined;
7471
7457
  validAfter?: number | undefined;
@@ -7505,8 +7491,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
7505
7491
  preOpGas: bigint;
7506
7492
  prefund: bigint;
7507
7493
  paymasterContext: string;
7508
- paymasterValidationData: bigint;
7509
7494
  accountValidationData: bigint;
7495
+ paymasterValidationData: bigint;
7510
7496
  accountSigFailed?: boolean | undefined;
7511
7497
  paymasterSigFailed?: boolean | undefined;
7512
7498
  validAfter?: number | undefined;
@@ -7556,8 +7542,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
7556
7542
  preOpGas: bigint;
7557
7543
  prefund: bigint;
7558
7544
  paymasterContext: string;
7559
- paymasterValidationData: bigint;
7560
7545
  accountValidationData: bigint;
7546
+ paymasterValidationData: bigint;
7561
7547
  accountSigFailed?: boolean | undefined;
7562
7548
  paymasterSigFailed?: boolean | undefined;
7563
7549
  validAfter?: number | undefined;
@@ -7611,8 +7597,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
7611
7597
  preOpGas: bigint;
7612
7598
  prefund: bigint;
7613
7599
  paymasterContext: string;
7614
- paymasterValidationData: bigint;
7615
7600
  accountValidationData: bigint;
7601
+ paymasterValidationData: bigint;
7616
7602
  accountSigFailed?: boolean | undefined;
7617
7603
  paymasterSigFailed?: boolean | undefined;
7618
7604
  validAfter?: number | undefined;
@@ -7726,8 +7712,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
7726
7712
  preOpGas: bigint;
7727
7713
  prefund: bigint;
7728
7714
  paymasterContext: `0x${string}`;
7729
- paymasterValidationData: bigint;
7730
7715
  accountValidationData: bigint;
7716
+ paymasterValidationData: bigint;
7731
7717
  accountSigFailed?: boolean | undefined;
7732
7718
  paymasterSigFailed?: boolean | undefined;
7733
7719
  validAfter?: number | undefined;
@@ -7777,8 +7763,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
7777
7763
  preOpGas: bigint;
7778
7764
  prefund: bigint;
7779
7765
  paymasterContext: `0x${string}`;
7780
- paymasterValidationData: bigint;
7781
7766
  accountValidationData: bigint;
7767
+ paymasterValidationData: bigint;
7782
7768
  accountSigFailed?: boolean | undefined;
7783
7769
  paymasterSigFailed?: boolean | undefined;
7784
7770
  validAfter?: number | undefined;
@@ -7839,8 +7825,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
7839
7825
  preOpGas: bigint;
7840
7826
  prefund: bigint;
7841
7827
  paymasterContext: `0x${string}`;
7842
- paymasterValidationData: bigint;
7843
7828
  accountValidationData: bigint;
7829
+ paymasterValidationData: bigint;
7844
7830
  accountSigFailed?: boolean | undefined;
7845
7831
  paymasterSigFailed?: boolean | undefined;
7846
7832
  validAfter?: number | undefined;
@@ -7906,8 +7892,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
7906
7892
  preOpGas: bigint;
7907
7893
  prefund: bigint;
7908
7894
  paymasterContext: `0x${string}`;
7909
- paymasterValidationData: bigint;
7910
7895
  accountValidationData: bigint;
7896
+ paymasterValidationData: bigint;
7911
7897
  accountSigFailed?: boolean | undefined;
7912
7898
  paymasterSigFailed?: boolean | undefined;
7913
7899
  validAfter?: number | undefined;
@@ -8021,8 +8007,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
8021
8007
  preOpGas: bigint;
8022
8008
  prefund: bigint;
8023
8009
  paymasterContext: `0x${string}`;
8024
- paymasterValidationData: bigint;
8025
8010
  accountValidationData: bigint;
8011
+ paymasterValidationData: bigint;
8026
8012
  accountSigFailed?: boolean | undefined;
8027
8013
  paymasterSigFailed?: boolean | undefined;
8028
8014
  validAfter?: number | undefined;
@@ -8072,8 +8058,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
8072
8058
  preOpGas: bigint;
8073
8059
  prefund: bigint;
8074
8060
  paymasterContext: `0x${string}`;
8075
- paymasterValidationData: bigint;
8076
8061
  accountValidationData: bigint;
8062
+ paymasterValidationData: bigint;
8077
8063
  accountSigFailed?: boolean | undefined;
8078
8064
  paymasterSigFailed?: boolean | undefined;
8079
8065
  validAfter?: number | undefined;
@@ -8134,8 +8120,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
8134
8120
  preOpGas: bigint;
8135
8121
  prefund: bigint;
8136
8122
  paymasterContext: `0x${string}`;
8137
- paymasterValidationData: bigint;
8138
8123
  accountValidationData: bigint;
8124
+ paymasterValidationData: bigint;
8139
8125
  accountSigFailed?: boolean | undefined;
8140
8126
  paymasterSigFailed?: boolean | undefined;
8141
8127
  validAfter?: number | undefined;
@@ -8201,8 +8187,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
8201
8187
  preOpGas: bigint;
8202
8188
  prefund: bigint;
8203
8189
  paymasterContext: `0x${string}`;
8204
- paymasterValidationData: bigint;
8205
8190
  accountValidationData: bigint;
8191
+ paymasterValidationData: bigint;
8206
8192
  accountSigFailed?: boolean | undefined;
8207
8193
  paymasterSigFailed?: boolean | undefined;
8208
8194
  validAfter?: number | undefined;
@@ -8321,8 +8307,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
8321
8307
  preOpGas: bigint;
8322
8308
  prefund: bigint;
8323
8309
  paymasterContext: `0x${string}`;
8324
- paymasterValidationData: bigint;
8325
8310
  accountValidationData: bigint;
8311
+ paymasterValidationData: bigint;
8326
8312
  accountSigFailed?: boolean | undefined;
8327
8313
  paymasterSigFailed?: boolean | undefined;
8328
8314
  validAfter?: number | undefined;
@@ -8372,8 +8358,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
8372
8358
  preOpGas: bigint;
8373
8359
  prefund: bigint;
8374
8360
  paymasterContext: `0x${string}`;
8375
- paymasterValidationData: bigint;
8376
8361
  accountValidationData: bigint;
8362
+ paymasterValidationData: bigint;
8377
8363
  accountSigFailed?: boolean | undefined;
8378
8364
  paymasterSigFailed?: boolean | undefined;
8379
8365
  validAfter?: number | undefined;
@@ -8434,8 +8420,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
8434
8420
  preOpGas: bigint;
8435
8421
  prefund: bigint;
8436
8422
  paymasterContext: `0x${string}`;
8437
- paymasterValidationData: bigint;
8438
8423
  accountValidationData: bigint;
8424
+ paymasterValidationData: bigint;
8439
8425
  accountSigFailed?: boolean | undefined;
8440
8426
  paymasterSigFailed?: boolean | undefined;
8441
8427
  validAfter?: number | undefined;
@@ -8501,8 +8487,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
8501
8487
  preOpGas: bigint;
8502
8488
  prefund: bigint;
8503
8489
  paymasterContext: `0x${string}`;
8504
- paymasterValidationData: bigint;
8505
8490
  accountValidationData: bigint;
8491
+ paymasterValidationData: bigint;
8506
8492
  accountSigFailed?: boolean | undefined;
8507
8493
  paymasterSigFailed?: boolean | undefined;
8508
8494
  validAfter?: number | undefined;
@@ -8627,8 +8613,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
8627
8613
  preOpGas: bigint;
8628
8614
  prefund: bigint;
8629
8615
  paymasterContext: `0x${string}`;
8630
- paymasterValidationData: bigint;
8631
8616
  accountValidationData: bigint;
8617
+ paymasterValidationData: bigint;
8632
8618
  accountSigFailed?: boolean | undefined;
8633
8619
  paymasterSigFailed?: boolean | undefined;
8634
8620
  validAfter?: number | undefined;
@@ -8678,8 +8664,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
8678
8664
  preOpGas: bigint;
8679
8665
  prefund: bigint;
8680
8666
  paymasterContext: `0x${string}`;
8681
- paymasterValidationData: bigint;
8682
8667
  accountValidationData: bigint;
8668
+ paymasterValidationData: bigint;
8683
8669
  accountSigFailed?: boolean | undefined;
8684
8670
  paymasterSigFailed?: boolean | undefined;
8685
8671
  validAfter?: number | undefined;
@@ -8740,8 +8726,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
8740
8726
  preOpGas: bigint;
8741
8727
  prefund: bigint;
8742
8728
  paymasterContext: `0x${string}`;
8743
- paymasterValidationData: bigint;
8744
8729
  accountValidationData: bigint;
8730
+ paymasterValidationData: bigint;
8745
8731
  accountSigFailed?: boolean | undefined;
8746
8732
  paymasterSigFailed?: boolean | undefined;
8747
8733
  validAfter?: number | undefined;
@@ -8807,8 +8793,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
8807
8793
  preOpGas: bigint;
8808
8794
  prefund: bigint;
8809
8795
  paymasterContext: `0x${string}`;
8810
- paymasterValidationData: bigint;
8811
8796
  accountValidationData: bigint;
8797
+ paymasterValidationData: bigint;
8812
8798
  accountSigFailed?: boolean | undefined;
8813
8799
  paymasterSigFailed?: boolean | undefined;
8814
8800
  validAfter?: number | undefined;
@@ -8935,8 +8921,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
8935
8921
  preOpGas: bigint;
8936
8922
  prefund: bigint;
8937
8923
  paymasterContext: `0x${string}`;
8938
- paymasterValidationData: bigint;
8939
8924
  accountValidationData: bigint;
8925
+ paymasterValidationData: bigint;
8940
8926
  accountSigFailed?: boolean | undefined;
8941
8927
  paymasterSigFailed?: boolean | undefined;
8942
8928
  validAfter?: number | undefined;
@@ -8986,8 +8972,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
8986
8972
  preOpGas: bigint;
8987
8973
  prefund: bigint;
8988
8974
  paymasterContext: `0x${string}`;
8989
- paymasterValidationData: bigint;
8990
8975
  accountValidationData: bigint;
8976
+ paymasterValidationData: bigint;
8991
8977
  accountSigFailed?: boolean | undefined;
8992
8978
  paymasterSigFailed?: boolean | undefined;
8993
8979
  validAfter?: number | undefined;
@@ -9048,8 +9034,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
9048
9034
  preOpGas: bigint;
9049
9035
  prefund: bigint;
9050
9036
  paymasterContext: `0x${string}`;
9051
- paymasterValidationData: bigint;
9052
9037
  accountValidationData: bigint;
9038
+ paymasterValidationData: bigint;
9053
9039
  accountSigFailed?: boolean | undefined;
9054
9040
  paymasterSigFailed?: boolean | undefined;
9055
9041
  validAfter?: number | undefined;
@@ -9115,8 +9101,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
9115
9101
  preOpGas: bigint;
9116
9102
  prefund: bigint;
9117
9103
  paymasterContext: `0x${string}`;
9118
- paymasterValidationData: bigint;
9119
9104
  accountValidationData: bigint;
9105
+ paymasterValidationData: bigint;
9120
9106
  accountSigFailed?: boolean | undefined;
9121
9107
  paymasterSigFailed?: boolean | undefined;
9122
9108
  validAfter?: number | undefined;
@@ -9235,8 +9221,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
9235
9221
  preOpGas: bigint;
9236
9222
  prefund: bigint;
9237
9223
  paymasterContext: `0x${string}`;
9238
- paymasterValidationData: bigint;
9239
9224
  accountValidationData: bigint;
9225
+ paymasterValidationData: bigint;
9240
9226
  accountSigFailed?: boolean | undefined;
9241
9227
  paymasterSigFailed?: boolean | undefined;
9242
9228
  validAfter?: number | undefined;
@@ -9286,8 +9272,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
9286
9272
  preOpGas: bigint;
9287
9273
  prefund: bigint;
9288
9274
  paymasterContext: `0x${string}`;
9289
- paymasterValidationData: bigint;
9290
9275
  accountValidationData: bigint;
9276
+ paymasterValidationData: bigint;
9291
9277
  accountSigFailed?: boolean | undefined;
9292
9278
  paymasterSigFailed?: boolean | undefined;
9293
9279
  validAfter?: number | undefined;
@@ -9348,8 +9334,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
9348
9334
  preOpGas: bigint;
9349
9335
  prefund: bigint;
9350
9336
  paymasterContext: `0x${string}`;
9351
- paymasterValidationData: bigint;
9352
9337
  accountValidationData: bigint;
9338
+ paymasterValidationData: bigint;
9353
9339
  accountSigFailed?: boolean | undefined;
9354
9340
  paymasterSigFailed?: boolean | undefined;
9355
9341
  validAfter?: number | undefined;
@@ -9415,8 +9401,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
9415
9401
  preOpGas: bigint;
9416
9402
  prefund: bigint;
9417
9403
  paymasterContext: `0x${string}`;
9418
- paymasterValidationData: bigint;
9419
9404
  accountValidationData: bigint;
9405
+ paymasterValidationData: bigint;
9420
9406
  accountSigFailed?: boolean | undefined;
9421
9407
  paymasterSigFailed?: boolean | undefined;
9422
9408
  validAfter?: number | undefined;
@@ -9490,8 +9476,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
9490
9476
  preOpGas: bigint;
9491
9477
  prefund: bigint;
9492
9478
  paymasterContext: string;
9493
- paymasterValidationData: bigint;
9494
9479
  accountValidationData: bigint;
9480
+ paymasterValidationData: bigint;
9495
9481
  accountSigFailed?: boolean | undefined;
9496
9482
  paymasterSigFailed?: boolean | undefined;
9497
9483
  validAfter?: number | undefined;
@@ -9531,8 +9517,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
9531
9517
  preOpGas: bigint;
9532
9518
  prefund: bigint;
9533
9519
  paymasterContext: string;
9534
- paymasterValidationData: bigint;
9535
9520
  accountValidationData: bigint;
9521
+ paymasterValidationData: bigint;
9536
9522
  accountSigFailed?: boolean | undefined;
9537
9523
  paymasterSigFailed?: boolean | undefined;
9538
9524
  validAfter?: number | undefined;
@@ -9582,8 +9568,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
9582
9568
  preOpGas: bigint;
9583
9569
  prefund: bigint;
9584
9570
  paymasterContext: string;
9585
- paymasterValidationData: bigint;
9586
9571
  accountValidationData: bigint;
9572
+ paymasterValidationData: bigint;
9587
9573
  accountSigFailed?: boolean | undefined;
9588
9574
  paymasterSigFailed?: boolean | undefined;
9589
9575
  validAfter?: number | undefined;
@@ -9637,8 +9623,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
9637
9623
  preOpGas: bigint;
9638
9624
  prefund: bigint;
9639
9625
  paymasterContext: string;
9640
- paymasterValidationData: bigint;
9641
9626
  accountValidationData: bigint;
9627
+ paymasterValidationData: bigint;
9642
9628
  accountSigFailed?: boolean | undefined;
9643
9629
  paymasterSigFailed?: boolean | undefined;
9644
9630
  validAfter?: number | undefined;
@@ -9756,8 +9742,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
9756
9742
  preOpGas: bigint;
9757
9743
  prefund: bigint;
9758
9744
  paymasterContext: `0x${string}`;
9759
- paymasterValidationData: bigint;
9760
9745
  accountValidationData: bigint;
9746
+ paymasterValidationData: bigint;
9761
9747
  accountSigFailed?: boolean | undefined;
9762
9748
  paymasterSigFailed?: boolean | undefined;
9763
9749
  validAfter?: number | undefined;
@@ -9807,8 +9793,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
9807
9793
  preOpGas: bigint;
9808
9794
  prefund: bigint;
9809
9795
  paymasterContext: `0x${string}`;
9810
- paymasterValidationData: bigint;
9811
9796
  accountValidationData: bigint;
9797
+ paymasterValidationData: bigint;
9812
9798
  accountSigFailed?: boolean | undefined;
9813
9799
  paymasterSigFailed?: boolean | undefined;
9814
9800
  validAfter?: number | undefined;
@@ -9869,8 +9855,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
9869
9855
  preOpGas: bigint;
9870
9856
  prefund: bigint;
9871
9857
  paymasterContext: `0x${string}`;
9872
- paymasterValidationData: bigint;
9873
9858
  accountValidationData: bigint;
9859
+ paymasterValidationData: bigint;
9874
9860
  accountSigFailed?: boolean | undefined;
9875
9861
  paymasterSigFailed?: boolean | undefined;
9876
9862
  validAfter?: number | undefined;
@@ -9936,8 +9922,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
9936
9922
  preOpGas: bigint;
9937
9923
  prefund: bigint;
9938
9924
  paymasterContext: `0x${string}`;
9939
- paymasterValidationData: bigint;
9940
9925
  accountValidationData: bigint;
9926
+ paymasterValidationData: bigint;
9941
9927
  accountSigFailed?: boolean | undefined;
9942
9928
  paymasterSigFailed?: boolean | undefined;
9943
9929
  validAfter?: number | undefined;
@@ -10007,8 +9993,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
10007
9993
  preOpGas: bigint;
10008
9994
  prefund: bigint;
10009
9995
  paymasterContext: string;
10010
- paymasterValidationData: bigint;
10011
9996
  accountValidationData: bigint;
9997
+ paymasterValidationData: bigint;
10012
9998
  accountSigFailed?: boolean | undefined;
10013
9999
  paymasterSigFailed?: boolean | undefined;
10014
10000
  validAfter?: number | undefined;
@@ -10048,8 +10034,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
10048
10034
  preOpGas: bigint;
10049
10035
  prefund: bigint;
10050
10036
  paymasterContext: string;
10051
- paymasterValidationData: bigint;
10052
10037
  accountValidationData: bigint;
10038
+ paymasterValidationData: bigint;
10053
10039
  accountSigFailed?: boolean | undefined;
10054
10040
  paymasterSigFailed?: boolean | undefined;
10055
10041
  validAfter?: number | undefined;
@@ -10099,8 +10085,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
10099
10085
  preOpGas: bigint;
10100
10086
  prefund: bigint;
10101
10087
  paymasterContext: string;
10102
- paymasterValidationData: bigint;
10103
10088
  accountValidationData: bigint;
10089
+ paymasterValidationData: bigint;
10104
10090
  accountSigFailed?: boolean | undefined;
10105
10091
  paymasterSigFailed?: boolean | undefined;
10106
10092
  validAfter?: number | undefined;
@@ -10154,8 +10140,8 @@ export declare const entryPointExecutionErrorSchemaV06: z.ZodEffects<z.ZodObject
10154
10140
  preOpGas: bigint;
10155
10141
  prefund: bigint;
10156
10142
  paymasterContext: string;
10157
- paymasterValidationData: bigint;
10158
10143
  accountValidationData: bigint;
10144
+ paymasterValidationData: bigint;
10159
10145
  accountSigFailed?: boolean | undefined;
10160
10146
  paymasterSigFailed?: boolean | undefined;
10161
10147
  validAfter?: number | undefined;
@@ -10313,8 +10299,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
10313
10299
  preOpGas: bigint;
10314
10300
  prefund: bigint;
10315
10301
  paymasterContext: `0x${string}`;
10316
- paymasterValidationData: bigint;
10317
10302
  accountValidationData: bigint;
10303
+ paymasterValidationData: bigint;
10318
10304
  accountSigFailed?: boolean | undefined;
10319
10305
  paymasterSigFailed?: boolean | undefined;
10320
10306
  validAfter?: number | undefined;
@@ -10323,8 +10309,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
10323
10309
  preOpGas: bigint;
10324
10310
  prefund: bigint;
10325
10311
  paymasterContext: string;
10326
- paymasterValidationData: bigint;
10327
10312
  accountValidationData: bigint;
10313
+ paymasterValidationData: bigint;
10328
10314
  accountSigFailed?: boolean | undefined;
10329
10315
  paymasterSigFailed?: boolean | undefined;
10330
10316
  validAfter?: number | undefined;
@@ -10370,8 +10356,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
10370
10356
  preOpGas: bigint;
10371
10357
  prefund: bigint;
10372
10358
  paymasterContext: `0x${string}`;
10373
- paymasterValidationData: bigint;
10374
10359
  accountValidationData: bigint;
10360
+ paymasterValidationData: bigint;
10375
10361
  accountSigFailed?: boolean | undefined;
10376
10362
  paymasterSigFailed?: boolean | undefined;
10377
10363
  validAfter?: number | undefined;
@@ -10396,8 +10382,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
10396
10382
  preOpGas: bigint;
10397
10383
  prefund: bigint;
10398
10384
  paymasterContext: string;
10399
- paymasterValidationData: bigint;
10400
10385
  accountValidationData: bigint;
10386
+ paymasterValidationData: bigint;
10401
10387
  accountSigFailed?: boolean | undefined;
10402
10388
  paymasterSigFailed?: boolean | undefined;
10403
10389
  validAfter?: number | undefined;
@@ -10446,8 +10432,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
10446
10432
  preOpGas: bigint;
10447
10433
  prefund: bigint;
10448
10434
  paymasterContext: `0x${string}`;
10449
- paymasterValidationData: bigint;
10450
10435
  accountValidationData: bigint;
10436
+ paymasterValidationData: bigint;
10451
10437
  accountSigFailed?: boolean | undefined;
10452
10438
  paymasterSigFailed?: boolean | undefined;
10453
10439
  validAfter?: number | undefined;
@@ -10497,8 +10483,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
10497
10483
  preOpGas: bigint;
10498
10484
  prefund: bigint;
10499
10485
  paymasterContext: `0x${string}`;
10500
- paymasterValidationData: bigint;
10501
10486
  accountValidationData: bigint;
10487
+ paymasterValidationData: bigint;
10502
10488
  accountSigFailed?: boolean | undefined;
10503
10489
  paymasterSigFailed?: boolean | undefined;
10504
10490
  validAfter?: number | undefined;
@@ -10545,8 +10531,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
10545
10531
  preOpGas: bigint;
10546
10532
  prefund: bigint;
10547
10533
  paymasterContext: string;
10548
- paymasterValidationData: bigint;
10549
10534
  accountValidationData: bigint;
10535
+ paymasterValidationData: bigint;
10550
10536
  accountSigFailed?: boolean | undefined;
10551
10537
  paymasterSigFailed?: boolean | undefined;
10552
10538
  validAfter?: number | undefined;
@@ -10586,8 +10572,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
10586
10572
  preOpGas: bigint;
10587
10573
  prefund: bigint;
10588
10574
  paymasterContext: string;
10589
- paymasterValidationData: bigint;
10590
10575
  accountValidationData: bigint;
10576
+ paymasterValidationData: bigint;
10591
10577
  accountSigFailed?: boolean | undefined;
10592
10578
  paymasterSigFailed?: boolean | undefined;
10593
10579
  validAfter?: number | undefined;
@@ -10863,8 +10849,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
10863
10849
  preOpGas: bigint;
10864
10850
  prefund: bigint;
10865
10851
  paymasterContext: `0x${string}`;
10866
- paymasterValidationData: bigint;
10867
10852
  accountValidationData: bigint;
10853
+ paymasterValidationData: bigint;
10868
10854
  accountSigFailed?: boolean | undefined;
10869
10855
  paymasterSigFailed?: boolean | undefined;
10870
10856
  validAfter?: number | undefined;
@@ -10873,8 +10859,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
10873
10859
  preOpGas: bigint;
10874
10860
  prefund: bigint;
10875
10861
  paymasterContext: string;
10876
- paymasterValidationData: bigint;
10877
10862
  accountValidationData: bigint;
10863
+ paymasterValidationData: bigint;
10878
10864
  accountSigFailed?: boolean | undefined;
10879
10865
  paymasterSigFailed?: boolean | undefined;
10880
10866
  validAfter?: number | undefined;
@@ -10949,8 +10935,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
10949
10935
  preOpGas: bigint;
10950
10936
  prefund: bigint;
10951
10937
  paymasterContext: `0x${string}`;
10952
- paymasterValidationData: bigint;
10953
10938
  accountValidationData: bigint;
10939
+ paymasterValidationData: bigint;
10954
10940
  accountSigFailed?: boolean | undefined;
10955
10941
  paymasterSigFailed?: boolean | undefined;
10956
10942
  validAfter?: number | undefined;
@@ -10983,8 +10969,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
10983
10969
  preOpGas: bigint;
10984
10970
  prefund: bigint;
10985
10971
  paymasterContext: string;
10986
- paymasterValidationData: bigint;
10987
10972
  accountValidationData: bigint;
10973
+ paymasterValidationData: bigint;
10988
10974
  accountSigFailed?: boolean | undefined;
10989
10975
  paymasterSigFailed?: boolean | undefined;
10990
10976
  validAfter?: number | undefined;
@@ -11048,8 +11034,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
11048
11034
  preOpGas: bigint;
11049
11035
  prefund: bigint;
11050
11036
  paymasterContext: `0x${string}`;
11051
- paymasterValidationData: bigint;
11052
11037
  accountValidationData: bigint;
11038
+ paymasterValidationData: bigint;
11053
11039
  accountSigFailed?: boolean | undefined;
11054
11040
  paymasterSigFailed?: boolean | undefined;
11055
11041
  validAfter?: number | undefined;
@@ -11115,8 +11101,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
11115
11101
  preOpGas: bigint;
11116
11102
  prefund: bigint;
11117
11103
  paymasterContext: `0x${string}`;
11118
- paymasterValidationData: bigint;
11119
11104
  accountValidationData: bigint;
11105
+ paymasterValidationData: bigint;
11120
11106
  accountSigFailed?: boolean | undefined;
11121
11107
  paymasterSigFailed?: boolean | undefined;
11122
11108
  validAfter?: number | undefined;
@@ -11178,8 +11164,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
11178
11164
  preOpGas: bigint;
11179
11165
  prefund: bigint;
11180
11166
  paymasterContext: string;
11181
- paymasterValidationData: bigint;
11182
11167
  accountValidationData: bigint;
11168
+ paymasterValidationData: bigint;
11183
11169
  accountSigFailed?: boolean | undefined;
11184
11170
  paymasterSigFailed?: boolean | undefined;
11185
11171
  validAfter?: number | undefined;
@@ -11233,8 +11219,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
11233
11219
  preOpGas: bigint;
11234
11220
  prefund: bigint;
11235
11221
  paymasterContext: string;
11236
- paymasterValidationData: bigint;
11237
11222
  accountValidationData: bigint;
11223
+ paymasterValidationData: bigint;
11238
11224
  accountSigFailed?: boolean | undefined;
11239
11225
  paymasterSigFailed?: boolean | undefined;
11240
11226
  validAfter?: number | undefined;
@@ -11343,8 +11329,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
11343
11329
  preOpGas: bigint;
11344
11330
  prefund: bigint;
11345
11331
  paymasterContext: `0x${string}`;
11346
- paymasterValidationData: bigint;
11347
11332
  accountValidationData: bigint;
11333
+ paymasterValidationData: bigint;
11348
11334
  accountSigFailed?: boolean | undefined;
11349
11335
  paymasterSigFailed?: boolean | undefined;
11350
11336
  validAfter?: number | undefined;
@@ -11394,8 +11380,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
11394
11380
  preOpGas: bigint;
11395
11381
  prefund: bigint;
11396
11382
  paymasterContext: `0x${string}`;
11397
- paymasterValidationData: bigint;
11398
11383
  accountValidationData: bigint;
11384
+ paymasterValidationData: bigint;
11399
11385
  accountSigFailed?: boolean | undefined;
11400
11386
  paymasterSigFailed?: boolean | undefined;
11401
11387
  validAfter?: number | undefined;
@@ -11456,8 +11442,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
11456
11442
  preOpGas: bigint;
11457
11443
  prefund: bigint;
11458
11444
  paymasterContext: `0x${string}`;
11459
- paymasterValidationData: bigint;
11460
11445
  accountValidationData: bigint;
11446
+ paymasterValidationData: bigint;
11461
11447
  accountSigFailed?: boolean | undefined;
11462
11448
  paymasterSigFailed?: boolean | undefined;
11463
11449
  validAfter?: number | undefined;
@@ -11523,8 +11509,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
11523
11509
  preOpGas: bigint;
11524
11510
  prefund: bigint;
11525
11511
  paymasterContext: `0x${string}`;
11526
- paymasterValidationData: bigint;
11527
11512
  accountValidationData: bigint;
11513
+ paymasterValidationData: bigint;
11528
11514
  accountSigFailed?: boolean | undefined;
11529
11515
  paymasterSigFailed?: boolean | undefined;
11530
11516
  validAfter?: number | undefined;
@@ -11594,8 +11580,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
11594
11580
  preOpGas: bigint;
11595
11581
  prefund: bigint;
11596
11582
  paymasterContext: string;
11597
- paymasterValidationData: bigint;
11598
11583
  accountValidationData: bigint;
11584
+ paymasterValidationData: bigint;
11599
11585
  accountSigFailed?: boolean | undefined;
11600
11586
  paymasterSigFailed?: boolean | undefined;
11601
11587
  validAfter?: number | undefined;
@@ -11635,8 +11621,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
11635
11621
  preOpGas: bigint;
11636
11622
  prefund: bigint;
11637
11623
  paymasterContext: string;
11638
- paymasterValidationData: bigint;
11639
11624
  accountValidationData: bigint;
11625
+ paymasterValidationData: bigint;
11640
11626
  accountSigFailed?: boolean | undefined;
11641
11627
  paymasterSigFailed?: boolean | undefined;
11642
11628
  validAfter?: number | undefined;
@@ -11686,8 +11672,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
11686
11672
  preOpGas: bigint;
11687
11673
  prefund: bigint;
11688
11674
  paymasterContext: string;
11689
- paymasterValidationData: bigint;
11690
11675
  accountValidationData: bigint;
11676
+ paymasterValidationData: bigint;
11691
11677
  accountSigFailed?: boolean | undefined;
11692
11678
  paymasterSigFailed?: boolean | undefined;
11693
11679
  validAfter?: number | undefined;
@@ -11741,8 +11727,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
11741
11727
  preOpGas: bigint;
11742
11728
  prefund: bigint;
11743
11729
  paymasterContext: string;
11744
- paymasterValidationData: bigint;
11745
11730
  accountValidationData: bigint;
11731
+ paymasterValidationData: bigint;
11746
11732
  accountSigFailed?: boolean | undefined;
11747
11733
  paymasterSigFailed?: boolean | undefined;
11748
11734
  validAfter?: number | undefined;
@@ -11856,8 +11842,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
11856
11842
  preOpGas: bigint;
11857
11843
  prefund: bigint;
11858
11844
  paymasterContext: `0x${string}`;
11859
- paymasterValidationData: bigint;
11860
11845
  accountValidationData: bigint;
11846
+ paymasterValidationData: bigint;
11861
11847
  accountSigFailed?: boolean | undefined;
11862
11848
  paymasterSigFailed?: boolean | undefined;
11863
11849
  validAfter?: number | undefined;
@@ -11907,8 +11893,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
11907
11893
  preOpGas: bigint;
11908
11894
  prefund: bigint;
11909
11895
  paymasterContext: `0x${string}`;
11910
- paymasterValidationData: bigint;
11911
11896
  accountValidationData: bigint;
11897
+ paymasterValidationData: bigint;
11912
11898
  accountSigFailed?: boolean | undefined;
11913
11899
  paymasterSigFailed?: boolean | undefined;
11914
11900
  validAfter?: number | undefined;
@@ -11969,8 +11955,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
11969
11955
  preOpGas: bigint;
11970
11956
  prefund: bigint;
11971
11957
  paymasterContext: `0x${string}`;
11972
- paymasterValidationData: bigint;
11973
11958
  accountValidationData: bigint;
11959
+ paymasterValidationData: bigint;
11974
11960
  accountSigFailed?: boolean | undefined;
11975
11961
  paymasterSigFailed?: boolean | undefined;
11976
11962
  validAfter?: number | undefined;
@@ -12036,8 +12022,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
12036
12022
  preOpGas: bigint;
12037
12023
  prefund: bigint;
12038
12024
  paymasterContext: `0x${string}`;
12039
- paymasterValidationData: bigint;
12040
12025
  accountValidationData: bigint;
12026
+ paymasterValidationData: bigint;
12041
12027
  accountSigFailed?: boolean | undefined;
12042
12028
  paymasterSigFailed?: boolean | undefined;
12043
12029
  validAfter?: number | undefined;
@@ -12151,8 +12137,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
12151
12137
  preOpGas: bigint;
12152
12138
  prefund: bigint;
12153
12139
  paymasterContext: `0x${string}`;
12154
- paymasterValidationData: bigint;
12155
12140
  accountValidationData: bigint;
12141
+ paymasterValidationData: bigint;
12156
12142
  accountSigFailed?: boolean | undefined;
12157
12143
  paymasterSigFailed?: boolean | undefined;
12158
12144
  validAfter?: number | undefined;
@@ -12202,8 +12188,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
12202
12188
  preOpGas: bigint;
12203
12189
  prefund: bigint;
12204
12190
  paymasterContext: `0x${string}`;
12205
- paymasterValidationData: bigint;
12206
12191
  accountValidationData: bigint;
12192
+ paymasterValidationData: bigint;
12207
12193
  accountSigFailed?: boolean | undefined;
12208
12194
  paymasterSigFailed?: boolean | undefined;
12209
12195
  validAfter?: number | undefined;
@@ -12264,8 +12250,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
12264
12250
  preOpGas: bigint;
12265
12251
  prefund: bigint;
12266
12252
  paymasterContext: `0x${string}`;
12267
- paymasterValidationData: bigint;
12268
12253
  accountValidationData: bigint;
12254
+ paymasterValidationData: bigint;
12269
12255
  accountSigFailed?: boolean | undefined;
12270
12256
  paymasterSigFailed?: boolean | undefined;
12271
12257
  validAfter?: number | undefined;
@@ -12331,8 +12317,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
12331
12317
  preOpGas: bigint;
12332
12318
  prefund: bigint;
12333
12319
  paymasterContext: `0x${string}`;
12334
- paymasterValidationData: bigint;
12335
12320
  accountValidationData: bigint;
12321
+ paymasterValidationData: bigint;
12336
12322
  accountSigFailed?: boolean | undefined;
12337
12323
  paymasterSigFailed?: boolean | undefined;
12338
12324
  validAfter?: number | undefined;
@@ -12451,8 +12437,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
12451
12437
  preOpGas: bigint;
12452
12438
  prefund: bigint;
12453
12439
  paymasterContext: `0x${string}`;
12454
- paymasterValidationData: bigint;
12455
12440
  accountValidationData: bigint;
12441
+ paymasterValidationData: bigint;
12456
12442
  accountSigFailed?: boolean | undefined;
12457
12443
  paymasterSigFailed?: boolean | undefined;
12458
12444
  validAfter?: number | undefined;
@@ -12502,8 +12488,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
12502
12488
  preOpGas: bigint;
12503
12489
  prefund: bigint;
12504
12490
  paymasterContext: `0x${string}`;
12505
- paymasterValidationData: bigint;
12506
12491
  accountValidationData: bigint;
12492
+ paymasterValidationData: bigint;
12507
12493
  accountSigFailed?: boolean | undefined;
12508
12494
  paymasterSigFailed?: boolean | undefined;
12509
12495
  validAfter?: number | undefined;
@@ -12564,8 +12550,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
12564
12550
  preOpGas: bigint;
12565
12551
  prefund: bigint;
12566
12552
  paymasterContext: `0x${string}`;
12567
- paymasterValidationData: bigint;
12568
12553
  accountValidationData: bigint;
12554
+ paymasterValidationData: bigint;
12569
12555
  accountSigFailed?: boolean | undefined;
12570
12556
  paymasterSigFailed?: boolean | undefined;
12571
12557
  validAfter?: number | undefined;
@@ -12631,8 +12617,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
12631
12617
  preOpGas: bigint;
12632
12618
  prefund: bigint;
12633
12619
  paymasterContext: `0x${string}`;
12634
- paymasterValidationData: bigint;
12635
12620
  accountValidationData: bigint;
12621
+ paymasterValidationData: bigint;
12636
12622
  accountSigFailed?: boolean | undefined;
12637
12623
  paymasterSigFailed?: boolean | undefined;
12638
12624
  validAfter?: number | undefined;
@@ -12757,8 +12743,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
12757
12743
  preOpGas: bigint;
12758
12744
  prefund: bigint;
12759
12745
  paymasterContext: `0x${string}`;
12760
- paymasterValidationData: bigint;
12761
12746
  accountValidationData: bigint;
12747
+ paymasterValidationData: bigint;
12762
12748
  accountSigFailed?: boolean | undefined;
12763
12749
  paymasterSigFailed?: boolean | undefined;
12764
12750
  validAfter?: number | undefined;
@@ -12808,8 +12794,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
12808
12794
  preOpGas: bigint;
12809
12795
  prefund: bigint;
12810
12796
  paymasterContext: `0x${string}`;
12811
- paymasterValidationData: bigint;
12812
12797
  accountValidationData: bigint;
12798
+ paymasterValidationData: bigint;
12813
12799
  accountSigFailed?: boolean | undefined;
12814
12800
  paymasterSigFailed?: boolean | undefined;
12815
12801
  validAfter?: number | undefined;
@@ -12870,8 +12856,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
12870
12856
  preOpGas: bigint;
12871
12857
  prefund: bigint;
12872
12858
  paymasterContext: `0x${string}`;
12873
- paymasterValidationData: bigint;
12874
12859
  accountValidationData: bigint;
12860
+ paymasterValidationData: bigint;
12875
12861
  accountSigFailed?: boolean | undefined;
12876
12862
  paymasterSigFailed?: boolean | undefined;
12877
12863
  validAfter?: number | undefined;
@@ -12937,8 +12923,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
12937
12923
  preOpGas: bigint;
12938
12924
  prefund: bigint;
12939
12925
  paymasterContext: `0x${string}`;
12940
- paymasterValidationData: bigint;
12941
12926
  accountValidationData: bigint;
12927
+ paymasterValidationData: bigint;
12942
12928
  accountSigFailed?: boolean | undefined;
12943
12929
  paymasterSigFailed?: boolean | undefined;
12944
12930
  validAfter?: number | undefined;
@@ -13065,8 +13051,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
13065
13051
  preOpGas: bigint;
13066
13052
  prefund: bigint;
13067
13053
  paymasterContext: `0x${string}`;
13068
- paymasterValidationData: bigint;
13069
13054
  accountValidationData: bigint;
13055
+ paymasterValidationData: bigint;
13070
13056
  accountSigFailed?: boolean | undefined;
13071
13057
  paymasterSigFailed?: boolean | undefined;
13072
13058
  validAfter?: number | undefined;
@@ -13116,8 +13102,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
13116
13102
  preOpGas: bigint;
13117
13103
  prefund: bigint;
13118
13104
  paymasterContext: `0x${string}`;
13119
- paymasterValidationData: bigint;
13120
13105
  accountValidationData: bigint;
13106
+ paymasterValidationData: bigint;
13121
13107
  accountSigFailed?: boolean | undefined;
13122
13108
  paymasterSigFailed?: boolean | undefined;
13123
13109
  validAfter?: number | undefined;
@@ -13178,8 +13164,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
13178
13164
  preOpGas: bigint;
13179
13165
  prefund: bigint;
13180
13166
  paymasterContext: `0x${string}`;
13181
- paymasterValidationData: bigint;
13182
13167
  accountValidationData: bigint;
13168
+ paymasterValidationData: bigint;
13183
13169
  accountSigFailed?: boolean | undefined;
13184
13170
  paymasterSigFailed?: boolean | undefined;
13185
13171
  validAfter?: number | undefined;
@@ -13245,8 +13231,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
13245
13231
  preOpGas: bigint;
13246
13232
  prefund: bigint;
13247
13233
  paymasterContext: `0x${string}`;
13248
- paymasterValidationData: bigint;
13249
13234
  accountValidationData: bigint;
13235
+ paymasterValidationData: bigint;
13250
13236
  accountSigFailed?: boolean | undefined;
13251
13237
  paymasterSigFailed?: boolean | undefined;
13252
13238
  validAfter?: number | undefined;
@@ -13365,8 +13351,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
13365
13351
  preOpGas: bigint;
13366
13352
  prefund: bigint;
13367
13353
  paymasterContext: `0x${string}`;
13368
- paymasterValidationData: bigint;
13369
13354
  accountValidationData: bigint;
13355
+ paymasterValidationData: bigint;
13370
13356
  accountSigFailed?: boolean | undefined;
13371
13357
  paymasterSigFailed?: boolean | undefined;
13372
13358
  validAfter?: number | undefined;
@@ -13416,8 +13402,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
13416
13402
  preOpGas: bigint;
13417
13403
  prefund: bigint;
13418
13404
  paymasterContext: `0x${string}`;
13419
- paymasterValidationData: bigint;
13420
13405
  accountValidationData: bigint;
13406
+ paymasterValidationData: bigint;
13421
13407
  accountSigFailed?: boolean | undefined;
13422
13408
  paymasterSigFailed?: boolean | undefined;
13423
13409
  validAfter?: number | undefined;
@@ -13478,8 +13464,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
13478
13464
  preOpGas: bigint;
13479
13465
  prefund: bigint;
13480
13466
  paymasterContext: `0x${string}`;
13481
- paymasterValidationData: bigint;
13482
13467
  accountValidationData: bigint;
13468
+ paymasterValidationData: bigint;
13483
13469
  accountSigFailed?: boolean | undefined;
13484
13470
  paymasterSigFailed?: boolean | undefined;
13485
13471
  validAfter?: number | undefined;
@@ -13545,8 +13531,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
13545
13531
  preOpGas: bigint;
13546
13532
  prefund: bigint;
13547
13533
  paymasterContext: `0x${string}`;
13548
- paymasterValidationData: bigint;
13549
13534
  accountValidationData: bigint;
13535
+ paymasterValidationData: bigint;
13550
13536
  accountSigFailed?: boolean | undefined;
13551
13537
  paymasterSigFailed?: boolean | undefined;
13552
13538
  validAfter?: number | undefined;
@@ -13620,8 +13606,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
13620
13606
  preOpGas: bigint;
13621
13607
  prefund: bigint;
13622
13608
  paymasterContext: string;
13623
- paymasterValidationData: bigint;
13624
13609
  accountValidationData: bigint;
13610
+ paymasterValidationData: bigint;
13625
13611
  accountSigFailed?: boolean | undefined;
13626
13612
  paymasterSigFailed?: boolean | undefined;
13627
13613
  validAfter?: number | undefined;
@@ -13661,8 +13647,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
13661
13647
  preOpGas: bigint;
13662
13648
  prefund: bigint;
13663
13649
  paymasterContext: string;
13664
- paymasterValidationData: bigint;
13665
13650
  accountValidationData: bigint;
13651
+ paymasterValidationData: bigint;
13666
13652
  accountSigFailed?: boolean | undefined;
13667
13653
  paymasterSigFailed?: boolean | undefined;
13668
13654
  validAfter?: number | undefined;
@@ -13712,8 +13698,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
13712
13698
  preOpGas: bigint;
13713
13699
  prefund: bigint;
13714
13700
  paymasterContext: string;
13715
- paymasterValidationData: bigint;
13716
13701
  accountValidationData: bigint;
13702
+ paymasterValidationData: bigint;
13717
13703
  accountSigFailed?: boolean | undefined;
13718
13704
  paymasterSigFailed?: boolean | undefined;
13719
13705
  validAfter?: number | undefined;
@@ -13767,8 +13753,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
13767
13753
  preOpGas: bigint;
13768
13754
  prefund: bigint;
13769
13755
  paymasterContext: string;
13770
- paymasterValidationData: bigint;
13771
13756
  accountValidationData: bigint;
13757
+ paymasterValidationData: bigint;
13772
13758
  accountSigFailed?: boolean | undefined;
13773
13759
  paymasterSigFailed?: boolean | undefined;
13774
13760
  validAfter?: number | undefined;
@@ -13886,8 +13872,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
13886
13872
  preOpGas: bigint;
13887
13873
  prefund: bigint;
13888
13874
  paymasterContext: `0x${string}`;
13889
- paymasterValidationData: bigint;
13890
13875
  accountValidationData: bigint;
13876
+ paymasterValidationData: bigint;
13891
13877
  accountSigFailed?: boolean | undefined;
13892
13878
  paymasterSigFailed?: boolean | undefined;
13893
13879
  validAfter?: number | undefined;
@@ -13937,8 +13923,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
13937
13923
  preOpGas: bigint;
13938
13924
  prefund: bigint;
13939
13925
  paymasterContext: `0x${string}`;
13940
- paymasterValidationData: bigint;
13941
13926
  accountValidationData: bigint;
13927
+ paymasterValidationData: bigint;
13942
13928
  accountSigFailed?: boolean | undefined;
13943
13929
  paymasterSigFailed?: boolean | undefined;
13944
13930
  validAfter?: number | undefined;
@@ -13999,8 +13985,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
13999
13985
  preOpGas: bigint;
14000
13986
  prefund: bigint;
14001
13987
  paymasterContext: `0x${string}`;
14002
- paymasterValidationData: bigint;
14003
13988
  accountValidationData: bigint;
13989
+ paymasterValidationData: bigint;
14004
13990
  accountSigFailed?: boolean | undefined;
14005
13991
  paymasterSigFailed?: boolean | undefined;
14006
13992
  validAfter?: number | undefined;
@@ -14066,8 +14052,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
14066
14052
  preOpGas: bigint;
14067
14053
  prefund: bigint;
14068
14054
  paymasterContext: `0x${string}`;
14069
- paymasterValidationData: bigint;
14070
14055
  accountValidationData: bigint;
14056
+ paymasterValidationData: bigint;
14071
14057
  accountSigFailed?: boolean | undefined;
14072
14058
  paymasterSigFailed?: boolean | undefined;
14073
14059
  validAfter?: number | undefined;
@@ -14137,8 +14123,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
14137
14123
  preOpGas: bigint;
14138
14124
  prefund: bigint;
14139
14125
  paymasterContext: string;
14140
- paymasterValidationData: bigint;
14141
14126
  accountValidationData: bigint;
14127
+ paymasterValidationData: bigint;
14142
14128
  accountSigFailed?: boolean | undefined;
14143
14129
  paymasterSigFailed?: boolean | undefined;
14144
14130
  validAfter?: number | undefined;
@@ -14178,8 +14164,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
14178
14164
  preOpGas: bigint;
14179
14165
  prefund: bigint;
14180
14166
  paymasterContext: string;
14181
- paymasterValidationData: bigint;
14182
14167
  accountValidationData: bigint;
14168
+ paymasterValidationData: bigint;
14183
14169
  accountSigFailed?: boolean | undefined;
14184
14170
  paymasterSigFailed?: boolean | undefined;
14185
14171
  validAfter?: number | undefined;
@@ -14229,8 +14215,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
14229
14215
  preOpGas: bigint;
14230
14216
  prefund: bigint;
14231
14217
  paymasterContext: string;
14232
- paymasterValidationData: bigint;
14233
14218
  accountValidationData: bigint;
14219
+ paymasterValidationData: bigint;
14234
14220
  accountSigFailed?: boolean | undefined;
14235
14221
  paymasterSigFailed?: boolean | undefined;
14236
14222
  validAfter?: number | undefined;
@@ -14284,8 +14270,8 @@ export declare const entryPointExecutionErrorSchemaV07: z.ZodEffects<z.ZodObject
14284
14270
  preOpGas: bigint;
14285
14271
  prefund: bigint;
14286
14272
  paymasterContext: string;
14287
- paymasterValidationData: bigint;
14288
14273
  accountValidationData: bigint;
14274
+ paymasterValidationData: bigint;
14289
14275
  accountSigFailed?: boolean | undefined;
14290
14276
  paymasterSigFailed?: boolean | undefined;
14291
14277
  validAfter?: number | undefined;