@pimlico/alto 0.0.0-prool.20240609T211112 → 0.0.0-prool.20240609T212524
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/cli/alto.js +59 -28
- package/esm/cli/alto.js.map +1 -1
- package/esm/cli/config/bundler.d.ts +38 -38
- package/esm/cli/config/bundler.js +77 -74
- package/esm/cli/config/bundler.js.map +1 -1
- package/esm/cli/config/index.js +18 -2
- package/esm/cli/config/index.js.map +1 -1
- package/esm/cli/config/options.js +13 -10
- package/esm/cli/config/options.js.map +1 -1
- package/esm/cli/customTransport.js +11 -7
- package/esm/cli/customTransport.js.map +1 -1
- package/esm/cli/handler.js +28 -24
- package/esm/cli/handler.js.map +1 -1
- package/esm/cli/index.js +19 -3
- package/esm/cli/index.js.map +1 -1
- package/esm/cli/instrumentation.js +22 -20
- package/esm/cli/instrumentation.js.map +1 -1
- package/esm/cli/setupServer.js +21 -17
- package/esm/cli/setupServer.js.map +1 -1
- package/esm/cli/util.js +5 -1
- package/esm/cli/util.js.map +1 -1
- package/esm/executor/executor.js +84 -56
- package/esm/executor/executor.js.map +1 -1
- package/esm/executor/executorManager.js +11 -7
- package/esm/executor/executorManager.js.map +1 -1
- package/esm/executor/index.js +20 -4
- package/esm/executor/index.js.map +1 -1
- package/esm/executor/senderManager.js +12 -8
- package/esm/executor/senderManager.js.map +1 -1
- package/esm/executor/test/utils.js +28 -22
- package/esm/executor/test/utils.js.map +1 -1
- package/esm/executor/utils.js +61 -31
- package/esm/executor/utils.js.map +1 -1
- package/esm/mempool/index.js +20 -4
- package/esm/mempool/index.js.map +1 -1
- package/esm/mempool/mempool.js +59 -55
- package/esm/mempool/mempool.js.map +1 -1
- package/esm/mempool/monitoring.js +5 -1
- package/esm/mempool/monitoring.js.map +1 -1
- package/esm/mempool/nullMempool.js +5 -1
- package/esm/mempool/nullMempool.js.map +1 -1
- package/esm/mempool/reputationManager.js +49 -44
- package/esm/mempool/reputationManager.js.map +1 -1
- package/esm/mempool/store.js +5 -1
- package/esm/mempool/store.js.map +1 -1
- package/esm/rpc/EntryPointSimulationsV07.js +50 -44
- package/esm/rpc/EntryPointSimulationsV07.js.map +1 -1
- package/esm/rpc/ExecuteSimulator.js +5 -2
- package/esm/rpc/ExecuteSimulator.js.map +1 -1
- package/esm/rpc/gasEstimation.js +69 -62
- package/esm/rpc/gasEstimation.js.map +1 -1
- package/esm/rpc/index.js +20 -4
- package/esm/rpc/index.js.map +1 -1
- package/esm/rpc/nonceQueuer.js +20 -16
- package/esm/rpc/nonceQueuer.js.map +1 -1
- package/esm/rpc/rpcHandler.js +103 -76
- package/esm/rpc/rpcHandler.js.map +1 -1
- package/esm/rpc/server.js +58 -28
- package/esm/rpc/server.js.map +1 -1
- package/esm/rpc/validation/BundlerCollectorTracerV06.js +5 -1
- package/esm/rpc/validation/BundlerCollectorTracerV06.js.map +1 -1
- package/esm/rpc/validation/BundlerCollectorTracerV07.js +5 -1
- package/esm/rpc/validation/BundlerCollectorTracerV07.js.map +1 -1
- package/esm/rpc/validation/SafeValidator.js +69 -65
- package/esm/rpc/validation/SafeValidator.js.map +1 -1
- package/esm/rpc/validation/TracerResultParserV06.js +30 -26
- package/esm/rpc/validation/TracerResultParserV06.js.map +1 -1
- package/esm/rpc/validation/TracerResultParserV07.js +36 -29
- package/esm/rpc/validation/TracerResultParserV07.js.map +1 -1
- package/esm/rpc/validation/UnsafeValidator.js +73 -46
- package/esm/rpc/validation/UnsafeValidator.js.map +1 -1
- package/esm/rpc/validation/index.js +18 -2
- package/esm/rpc/validation/index.js.map +1 -1
- package/esm/rpc/validation/tracer.d.ts +1 -1
- package/esm/rpc/validation/tracer.js +37 -7
- package/esm/rpc/validation/tracer.js.map +1 -1
- package/esm/types/contracts/BundleBulker.js +4 -1
- package/esm/types/contracts/BundleBulker.js.map +1 -1
- package/esm/types/contracts/CallEngine.js +4 -1
- package/esm/types/contracts/CallEngine.js.map +1 -1
- package/esm/types/contracts/CodeHashGetter.js +5 -2
- package/esm/types/contracts/CodeHashGetter.js.map +1 -1
- package/esm/types/contracts/EntryPoint.js +7 -4
- package/esm/types/contracts/EntryPoint.js.map +1 -1
- package/esm/types/contracts/EntryPointSimulations.js +6 -3
- package/esm/types/contracts/EntryPointSimulations.js.map +1 -1
- package/esm/types/contracts/IOpInflator.js +4 -1
- package/esm/types/contracts/IOpInflator.js.map +1 -1
- package/esm/types/contracts/IPaymaster.js +4 -1
- package/esm/types/contracts/IPaymaster.js.map +1 -1
- package/esm/types/contracts/Inflator.js +4 -1
- package/esm/types/contracts/Inflator.js.map +1 -1
- package/esm/types/contracts/PerOpInflator.js +4 -1
- package/esm/types/contracts/PerOpInflator.js.map +1 -1
- package/esm/types/contracts/PimlicoEntryPointSimulations.js +5 -2
- package/esm/types/contracts/PimlicoEntryPointSimulations.js.map +1 -1
- package/esm/types/contracts/SenderCreator.js +5 -2
- package/esm/types/contracts/SenderCreator.js.map +1 -1
- package/esm/types/contracts/SimpleAccountFactory.js +5 -2
- package/esm/types/contracts/SimpleAccountFactory.js.map +1 -1
- package/esm/types/contracts/TestOpcodesAccount.js +5 -2
- package/esm/types/contracts/TestOpcodesAccount.js.map +1 -1
- package/esm/types/contracts/TestOpcodesAccountFactory.js +5 -2
- package/esm/types/contracts/TestOpcodesAccountFactory.js.map +1 -1
- package/esm/types/contracts/TestStorageAccount.js +5 -2
- package/esm/types/contracts/TestStorageAccount.js.map +1 -1
- package/esm/types/contracts/index.js +32 -16
- package/esm/types/contracts/index.js.map +1 -1
- package/esm/types/gasPrice.js +17 -14
- package/esm/types/gasPrice.js.map +1 -1
- package/esm/types/index.js +26 -10
- package/esm/types/index.js.map +1 -1
- package/esm/types/interfaces.js +2 -1
- package/esm/types/mempool.js +10 -5
- package/esm/types/mempool.js.map +1 -1
- package/esm/types/schemas.d.ts +82 -82
- package/esm/types/schemas.js +284 -254
- package/esm/types/schemas.js.map +1 -1
- package/esm/types/test/validationTestErrors.js +5 -2
- package/esm/types/test/validationTestErrors.js.map +1 -1
- package/esm/types/utils.js +9 -5
- package/esm/types/utils.js.map +1 -1
- package/esm/types/validation.js +142 -139
- package/esm/types/validation.js.map +1 -1
- package/esm/utils/bigInt.js +7 -2
- package/esm/utils/bigInt.js.map +1 -1
- package/esm/utils/compressionHandler.js +11 -7
- package/esm/utils/compressionHandler.js.map +1 -1
- package/esm/utils/gasPriceManager.js +57 -30
- package/esm/utils/gasPriceManager.js.map +1 -1
- package/esm/utils/helpers.js +10 -5
- package/esm/utils/helpers.js.map +1 -1
- package/esm/utils/index.js +26 -10
- package/esm/utils/index.js.map +1 -1
- package/esm/utils/logger.js +19 -10
- package/esm/utils/logger.js.map +1 -1
- package/esm/utils/metrics.d.ts +4 -4
- package/esm/utils/metrics.js +24 -20
- package/esm/utils/metrics.js.map +1 -1
- package/esm/utils/rpc-reply.js +3 -1
- package/esm/utils/rpc-reply.js.map +1 -1
- package/esm/utils/test.d.ts +1 -1
- package/esm/utils/test.js +67 -36
- package/esm/utils/test.js.map +1 -1
- package/esm/utils/toArgs.js +11 -4
- package/esm/utils/toArgs.js.map +1 -1
- package/esm/utils/userop.js +107 -62
- package/esm/utils/userop.js.map +1 -1
- package/esm/utils/validation.js +99 -64
- package/esm/utils/validation.js.map +1 -1
- package/lib/cli/config/bundler.d.ts +37 -37
- package/lib/rpc/validation/tracer.d.ts +1 -1
- package/lib/types/schemas.d.ts +116 -116
- package/lib/types/validation.d.ts +12 -12
- package/lib/utils/metrics.d.ts +4 -4
- package/lib/utils/test.d.ts +1 -1
- package/package.json +3 -3
- package/esm/index.d.ts +0 -449
- package/esm/index.js +0 -64
- package/esm/index.js.map +0 -1
- package/lib/index.d.ts +0 -449
- package/lib/index.js +0 -67
- package/lib/index.js.map +0 -1
package/lib/types/schemas.d.ts
CHANGED
|
@@ -369,14 +369,14 @@ declare const jsonRpcSchema: z.ZodObject<{
|
|
|
369
369
|
method: z.ZodString;
|
|
370
370
|
params: z.ZodEffects<z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>, unknown[], unknown[] | undefined>;
|
|
371
371
|
}, "strict", z.ZodTypeAny, {
|
|
372
|
-
method: string;
|
|
373
372
|
params: unknown[];
|
|
374
373
|
jsonrpc: "2.0";
|
|
375
374
|
id: number;
|
|
376
|
-
}, {
|
|
377
375
|
method: string;
|
|
376
|
+
}, {
|
|
378
377
|
jsonrpc: "2.0";
|
|
379
378
|
id: number;
|
|
379
|
+
method: string;
|
|
380
380
|
params?: unknown[] | undefined;
|
|
381
381
|
}>;
|
|
382
382
|
declare const jsonRpcResultSchema: z.ZodObject<{
|
|
@@ -396,21 +396,21 @@ declare const chainIdRequestSchema: z.ZodObject<{
|
|
|
396
396
|
method: z.ZodLiteral<"eth_chainId">;
|
|
397
397
|
params: z.ZodTuple<[], null>;
|
|
398
398
|
}, "strip", z.ZodTypeAny, {
|
|
399
|
-
method: "eth_chainId";
|
|
400
399
|
params: [];
|
|
401
|
-
}, {
|
|
402
400
|
method: "eth_chainId";
|
|
401
|
+
}, {
|
|
403
402
|
params: [];
|
|
403
|
+
method: "eth_chainId";
|
|
404
404
|
}>;
|
|
405
405
|
declare const supportedEntryPointsRequestSchema: z.ZodObject<{
|
|
406
406
|
method: z.ZodLiteral<"eth_supportedEntryPoints">;
|
|
407
407
|
params: z.ZodTuple<[], null>;
|
|
408
408
|
}, "strip", z.ZodTypeAny, {
|
|
409
|
-
method: "eth_supportedEntryPoints";
|
|
410
409
|
params: [];
|
|
411
|
-
}, {
|
|
412
410
|
method: "eth_supportedEntryPoints";
|
|
411
|
+
}, {
|
|
413
412
|
params: [];
|
|
413
|
+
method: "eth_supportedEntryPoints";
|
|
414
414
|
}>;
|
|
415
415
|
declare const stateOverridesSchema: z.ZodRecord<z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodObject<{
|
|
416
416
|
balance: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>>;
|
|
@@ -734,7 +734,6 @@ declare const estimateUserOperationGasRequestSchema: z.ZodObject<{
|
|
|
734
734
|
stateDiff?: unknown;
|
|
735
735
|
}>>], null>]>;
|
|
736
736
|
}, "strip", z.ZodTypeAny, {
|
|
737
|
-
method: "eth_estimateUserOperationGas";
|
|
738
737
|
params: [{
|
|
739
738
|
sender: `0x${string}`;
|
|
740
739
|
nonce: bigint;
|
|
@@ -798,8 +797,8 @@ declare const estimateUserOperationGasRequestSchema: z.ZodObject<{
|
|
|
798
797
|
state?: unknown;
|
|
799
798
|
stateDiff?: unknown;
|
|
800
799
|
}>>];
|
|
801
|
-
}, {
|
|
802
800
|
method: "eth_estimateUserOperationGas";
|
|
801
|
+
}, {
|
|
803
802
|
params: [{
|
|
804
803
|
sender: string;
|
|
805
804
|
nonce: string | number | bigint;
|
|
@@ -863,6 +862,7 @@ declare const estimateUserOperationGasRequestSchema: z.ZodObject<{
|
|
|
863
862
|
state?: unknown;
|
|
864
863
|
stateDiff?: unknown;
|
|
865
864
|
}>];
|
|
865
|
+
method: "eth_estimateUserOperationGas";
|
|
866
866
|
}>;
|
|
867
867
|
declare const sendUserOperationRequestSchema: z.ZodObject<{
|
|
868
868
|
method: z.ZodLiteral<"eth_sendUserOperation">;
|
|
@@ -1008,7 +1008,6 @@ declare const sendUserOperationRequestSchema: z.ZodObject<{
|
|
|
1008
1008
|
paymasterData?: string | null | undefined;
|
|
1009
1009
|
}>]>, z.ZodEffects<z.ZodString, `0x${string}`, string>], null>;
|
|
1010
1010
|
}, "strip", z.ZodTypeAny, {
|
|
1011
|
-
method: "eth_sendUserOperation";
|
|
1012
1011
|
params: [{
|
|
1013
1012
|
sender: `0x${string}`;
|
|
1014
1013
|
nonce: bigint;
|
|
@@ -1038,8 +1037,8 @@ declare const sendUserOperationRequestSchema: z.ZodObject<{
|
|
|
1038
1037
|
factoryData: `0x${string}` | null;
|
|
1039
1038
|
paymasterData: `0x${string}` | null;
|
|
1040
1039
|
}, `0x${string}`];
|
|
1041
|
-
}, {
|
|
1042
1040
|
method: "eth_sendUserOperation";
|
|
1041
|
+
}, {
|
|
1043
1042
|
params: [{
|
|
1044
1043
|
sender: string;
|
|
1045
1044
|
nonce: string | number | bigint;
|
|
@@ -1069,76 +1068,77 @@ declare const sendUserOperationRequestSchema: z.ZodObject<{
|
|
|
1069
1068
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
1070
1069
|
paymasterData?: string | null | undefined;
|
|
1071
1070
|
}, string];
|
|
1071
|
+
method: "eth_sendUserOperation";
|
|
1072
1072
|
}>;
|
|
1073
1073
|
declare const getUserOperationByHashRequestSchema: z.ZodObject<{
|
|
1074
1074
|
method: z.ZodLiteral<"eth_getUserOperationByHash">;
|
|
1075
1075
|
params: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>], null>;
|
|
1076
1076
|
}, "strip", z.ZodTypeAny, {
|
|
1077
|
-
method: "eth_getUserOperationByHash";
|
|
1078
1077
|
params: [`0x${string}`];
|
|
1079
|
-
}, {
|
|
1080
1078
|
method: "eth_getUserOperationByHash";
|
|
1079
|
+
}, {
|
|
1081
1080
|
params: [string];
|
|
1081
|
+
method: "eth_getUserOperationByHash";
|
|
1082
1082
|
}>;
|
|
1083
1083
|
declare const getUserOperationReceiptRequestSchema: z.ZodObject<{
|
|
1084
1084
|
method: z.ZodLiteral<"eth_getUserOperationReceipt">;
|
|
1085
1085
|
params: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>], null>;
|
|
1086
1086
|
}, "strip", z.ZodTypeAny, {
|
|
1087
|
-
method: "eth_getUserOperationReceipt";
|
|
1088
1087
|
params: [`0x${string}`];
|
|
1089
|
-
}, {
|
|
1090
1088
|
method: "eth_getUserOperationReceipt";
|
|
1089
|
+
}, {
|
|
1091
1090
|
params: [string];
|
|
1091
|
+
method: "eth_getUserOperationReceipt";
|
|
1092
1092
|
}>;
|
|
1093
1093
|
declare const bundlerClearStateRequestSchema: z.ZodObject<{
|
|
1094
1094
|
method: z.ZodLiteral<"debug_bundler_clearState">;
|
|
1095
1095
|
params: z.ZodTuple<[], null>;
|
|
1096
1096
|
}, "strip", z.ZodTypeAny, {
|
|
1097
|
-
method: "debug_bundler_clearState";
|
|
1098
1097
|
params: [];
|
|
1099
|
-
}, {
|
|
1100
1098
|
method: "debug_bundler_clearState";
|
|
1099
|
+
}, {
|
|
1101
1100
|
params: [];
|
|
1101
|
+
method: "debug_bundler_clearState";
|
|
1102
1102
|
}>;
|
|
1103
1103
|
declare const bundlerClearMempoolRequestSchema: z.ZodObject<{
|
|
1104
1104
|
method: z.ZodLiteral<"debug_bundler_clearMempool">;
|
|
1105
1105
|
params: z.ZodTuple<[], null>;
|
|
1106
1106
|
}, "strip", z.ZodTypeAny, {
|
|
1107
|
-
method: "debug_bundler_clearMempool";
|
|
1108
1107
|
params: [];
|
|
1109
|
-
}, {
|
|
1110
1108
|
method: "debug_bundler_clearMempool";
|
|
1109
|
+
}, {
|
|
1111
1110
|
params: [];
|
|
1111
|
+
method: "debug_bundler_clearMempool";
|
|
1112
1112
|
}>;
|
|
1113
1113
|
declare const bundlerDumpMempoolRequestSchema: z.ZodObject<{
|
|
1114
1114
|
method: z.ZodLiteral<"debug_bundler_dumpMempool">;
|
|
1115
1115
|
params: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>], null>;
|
|
1116
1116
|
}, "strip", z.ZodTypeAny, {
|
|
1117
|
-
method: "debug_bundler_dumpMempool";
|
|
1118
1117
|
params: [`0x${string}`];
|
|
1119
|
-
}, {
|
|
1120
1118
|
method: "debug_bundler_dumpMempool";
|
|
1119
|
+
}, {
|
|
1121
1120
|
params: [string];
|
|
1121
|
+
method: "debug_bundler_dumpMempool";
|
|
1122
1122
|
}>;
|
|
1123
1123
|
declare const bundlerSendBundleNowRequestSchema: z.ZodObject<{
|
|
1124
1124
|
method: z.ZodLiteral<"debug_bundler_sendBundleNow">;
|
|
1125
1125
|
params: z.ZodTuple<[], null>;
|
|
1126
1126
|
}, "strip", z.ZodTypeAny, {
|
|
1127
|
-
method: "debug_bundler_sendBundleNow";
|
|
1128
1127
|
params: [];
|
|
1129
|
-
}, {
|
|
1130
1128
|
method: "debug_bundler_sendBundleNow";
|
|
1129
|
+
}, {
|
|
1131
1130
|
params: [];
|
|
1131
|
+
method: "debug_bundler_sendBundleNow";
|
|
1132
1132
|
}>;
|
|
1133
1133
|
declare const bundlerSetBundlingModeRequestSchema: z.ZodObject<{
|
|
1134
1134
|
method: z.ZodLiteral<"debug_bundler_setBundlingMode">;
|
|
1135
1135
|
params: z.ZodTuple<[z.ZodEnum<["manual", "auto"]>], null>;
|
|
1136
1136
|
}, "strip", z.ZodTypeAny, {
|
|
1137
|
-
method: "debug_bundler_setBundlingMode";
|
|
1138
1137
|
params: ["manual" | "auto"];
|
|
1139
|
-
}, {
|
|
1140
1138
|
method: "debug_bundler_setBundlingMode";
|
|
1139
|
+
}, {
|
|
1141
1140
|
params: ["manual" | "auto"];
|
|
1141
|
+
method: "debug_bundler_setBundlingMode";
|
|
1142
1142
|
}>;
|
|
1143
1143
|
declare const bundlerSetReputationsRequestSchema: z.ZodObject<{
|
|
1144
1144
|
method: z.ZodLiteral<"debug_bundler_setReputation">;
|
|
@@ -1156,59 +1156,59 @@ declare const bundlerSetReputationsRequestSchema: z.ZodObject<{
|
|
|
1156
1156
|
opsIncluded: string | number | bigint;
|
|
1157
1157
|
}>, "many">, z.ZodEffects<z.ZodString, `0x${string}`, string>], null>;
|
|
1158
1158
|
}, "strip", z.ZodTypeAny, {
|
|
1159
|
-
method: "debug_bundler_setReputation";
|
|
1160
1159
|
params: [{
|
|
1161
1160
|
address: `0x${string}`;
|
|
1162
1161
|
opsSeen: bigint;
|
|
1163
1162
|
opsIncluded: bigint;
|
|
1164
1163
|
}[], `0x${string}`];
|
|
1165
|
-
}, {
|
|
1166
1164
|
method: "debug_bundler_setReputation";
|
|
1165
|
+
}, {
|
|
1167
1166
|
params: [{
|
|
1168
1167
|
address: string;
|
|
1169
1168
|
opsSeen: string | number | bigint;
|
|
1170
1169
|
opsIncluded: string | number | bigint;
|
|
1171
1170
|
}[], string];
|
|
1171
|
+
method: "debug_bundler_setReputation";
|
|
1172
1172
|
}>;
|
|
1173
1173
|
declare const bundlerDumpReputationsRequestSchema: z.ZodObject<{
|
|
1174
1174
|
method: z.ZodLiteral<"debug_bundler_dumpReputation">;
|
|
1175
1175
|
params: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>], null>;
|
|
1176
1176
|
}, "strip", z.ZodTypeAny, {
|
|
1177
|
-
method: "debug_bundler_dumpReputation";
|
|
1178
1177
|
params: [`0x${string}`];
|
|
1179
|
-
}, {
|
|
1180
1178
|
method: "debug_bundler_dumpReputation";
|
|
1179
|
+
}, {
|
|
1181
1180
|
params: [string];
|
|
1181
|
+
method: "debug_bundler_dumpReputation";
|
|
1182
1182
|
}>;
|
|
1183
1183
|
declare const pimlicoGetStakeStatusRequestSchema: z.ZodObject<{
|
|
1184
1184
|
method: z.ZodLiteral<"debug_bundler_getStakeStatus">;
|
|
1185
1185
|
params: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>], null>;
|
|
1186
1186
|
}, "strip", z.ZodTypeAny, {
|
|
1187
|
-
method: "debug_bundler_getStakeStatus";
|
|
1188
1187
|
params: [`0x${string}`, `0x${string}`];
|
|
1189
|
-
}, {
|
|
1190
1188
|
method: "debug_bundler_getStakeStatus";
|
|
1189
|
+
}, {
|
|
1191
1190
|
params: [string, string];
|
|
1191
|
+
method: "debug_bundler_getStakeStatus";
|
|
1192
1192
|
}>;
|
|
1193
1193
|
declare const pimlicoGetUserOperationStatusRequestSchema: z.ZodObject<{
|
|
1194
1194
|
method: z.ZodLiteral<"pimlico_getUserOperationStatus">;
|
|
1195
1195
|
params: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>], null>;
|
|
1196
1196
|
}, "strip", z.ZodTypeAny, {
|
|
1197
|
-
method: "pimlico_getUserOperationStatus";
|
|
1198
1197
|
params: [`0x${string}`];
|
|
1199
|
-
}, {
|
|
1200
1198
|
method: "pimlico_getUserOperationStatus";
|
|
1199
|
+
}, {
|
|
1201
1200
|
params: [string];
|
|
1201
|
+
method: "pimlico_getUserOperationStatus";
|
|
1202
1202
|
}>;
|
|
1203
1203
|
declare const pimlicoGetUserOperationGasPriceRequestSchema: z.ZodObject<{
|
|
1204
1204
|
method: z.ZodLiteral<"pimlico_getUserOperationGasPrice">;
|
|
1205
1205
|
params: z.ZodTuple<[], null>;
|
|
1206
1206
|
}, "strip", z.ZodTypeAny, {
|
|
1207
|
-
method: "pimlico_getUserOperationGasPrice";
|
|
1208
1207
|
params: [];
|
|
1209
|
-
}, {
|
|
1210
1208
|
method: "pimlico_getUserOperationGasPrice";
|
|
1209
|
+
}, {
|
|
1211
1210
|
params: [];
|
|
1211
|
+
method: "pimlico_getUserOperationGasPrice";
|
|
1212
1212
|
}>;
|
|
1213
1213
|
export declare const altoVersions: z.ZodEnum<["v1", "v2"]>;
|
|
1214
1214
|
export type AltoVersions = z.infer<typeof altoVersions>;
|
|
@@ -1216,20 +1216,20 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1216
1216
|
method: z.ZodLiteral<"eth_chainId">;
|
|
1217
1217
|
params: z.ZodTuple<[], null>;
|
|
1218
1218
|
}, "strip", z.ZodTypeAny, {
|
|
1219
|
-
method: "eth_chainId";
|
|
1220
1219
|
params: [];
|
|
1221
|
-
}, {
|
|
1222
1220
|
method: "eth_chainId";
|
|
1221
|
+
}, {
|
|
1223
1222
|
params: [];
|
|
1223
|
+
method: "eth_chainId";
|
|
1224
1224
|
}>, z.ZodObject<{
|
|
1225
1225
|
method: z.ZodLiteral<"eth_supportedEntryPoints">;
|
|
1226
1226
|
params: z.ZodTuple<[], null>;
|
|
1227
1227
|
}, "strip", z.ZodTypeAny, {
|
|
1228
|
-
method: "eth_supportedEntryPoints";
|
|
1229
1228
|
params: [];
|
|
1230
|
-
}, {
|
|
1231
1229
|
method: "eth_supportedEntryPoints";
|
|
1230
|
+
}, {
|
|
1232
1231
|
params: [];
|
|
1232
|
+
method: "eth_supportedEntryPoints";
|
|
1233
1233
|
}>, z.ZodObject<{
|
|
1234
1234
|
method: z.ZodLiteral<"eth_estimateUserOperationGas">;
|
|
1235
1235
|
params: z.ZodUnion<[z.ZodTuple<[z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
@@ -1532,7 +1532,6 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1532
1532
|
stateDiff?: unknown;
|
|
1533
1533
|
}>>], null>]>;
|
|
1534
1534
|
}, "strip", z.ZodTypeAny, {
|
|
1535
|
-
method: "eth_estimateUserOperationGas";
|
|
1536
1535
|
params: [{
|
|
1537
1536
|
sender: `0x${string}`;
|
|
1538
1537
|
nonce: bigint;
|
|
@@ -1596,8 +1595,8 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1596
1595
|
state?: unknown;
|
|
1597
1596
|
stateDiff?: unknown;
|
|
1598
1597
|
}>>];
|
|
1599
|
-
}, {
|
|
1600
1598
|
method: "eth_estimateUserOperationGas";
|
|
1599
|
+
}, {
|
|
1601
1600
|
params: [{
|
|
1602
1601
|
sender: string;
|
|
1603
1602
|
nonce: string | number | bigint;
|
|
@@ -1661,6 +1660,7 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1661
1660
|
state?: unknown;
|
|
1662
1661
|
stateDiff?: unknown;
|
|
1663
1662
|
}>];
|
|
1663
|
+
method: "eth_estimateUserOperationGas";
|
|
1664
1664
|
}>, z.ZodObject<{
|
|
1665
1665
|
method: z.ZodLiteral<"eth_sendUserOperation">;
|
|
1666
1666
|
params: z.ZodTuple<[z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
@@ -1805,7 +1805,6 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1805
1805
|
paymasterData?: string | null | undefined;
|
|
1806
1806
|
}>]>, z.ZodEffects<z.ZodString, `0x${string}`, string>], null>;
|
|
1807
1807
|
}, "strip", z.ZodTypeAny, {
|
|
1808
|
-
method: "eth_sendUserOperation";
|
|
1809
1808
|
params: [{
|
|
1810
1809
|
sender: `0x${string}`;
|
|
1811
1810
|
nonce: bigint;
|
|
@@ -1835,8 +1834,8 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1835
1834
|
factoryData: `0x${string}` | null;
|
|
1836
1835
|
paymasterData: `0x${string}` | null;
|
|
1837
1836
|
}, `0x${string}`];
|
|
1838
|
-
}, {
|
|
1839
1837
|
method: "eth_sendUserOperation";
|
|
1838
|
+
}, {
|
|
1840
1839
|
params: [{
|
|
1841
1840
|
sender: string;
|
|
1842
1841
|
nonce: string | number | bigint;
|
|
@@ -1866,69 +1865,70 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1866
1865
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
1867
1866
|
paymasterData?: string | null | undefined;
|
|
1868
1867
|
}, string];
|
|
1868
|
+
method: "eth_sendUserOperation";
|
|
1869
1869
|
}>, z.ZodObject<{
|
|
1870
1870
|
method: z.ZodLiteral<"eth_getUserOperationByHash">;
|
|
1871
1871
|
params: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>], null>;
|
|
1872
1872
|
}, "strip", z.ZodTypeAny, {
|
|
1873
|
-
method: "eth_getUserOperationByHash";
|
|
1874
1873
|
params: [`0x${string}`];
|
|
1875
|
-
}, {
|
|
1876
1874
|
method: "eth_getUserOperationByHash";
|
|
1875
|
+
}, {
|
|
1877
1876
|
params: [string];
|
|
1877
|
+
method: "eth_getUserOperationByHash";
|
|
1878
1878
|
}>, z.ZodObject<{
|
|
1879
1879
|
method: z.ZodLiteral<"eth_getUserOperationReceipt">;
|
|
1880
1880
|
params: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>], null>;
|
|
1881
1881
|
}, "strip", z.ZodTypeAny, {
|
|
1882
|
-
method: "eth_getUserOperationReceipt";
|
|
1883
1882
|
params: [`0x${string}`];
|
|
1884
|
-
}, {
|
|
1885
1883
|
method: "eth_getUserOperationReceipt";
|
|
1884
|
+
}, {
|
|
1886
1885
|
params: [string];
|
|
1886
|
+
method: "eth_getUserOperationReceipt";
|
|
1887
1887
|
}>, z.ZodObject<{
|
|
1888
1888
|
method: z.ZodLiteral<"debug_bundler_clearState">;
|
|
1889
1889
|
params: z.ZodTuple<[], null>;
|
|
1890
1890
|
}, "strip", z.ZodTypeAny, {
|
|
1891
|
-
method: "debug_bundler_clearState";
|
|
1892
1891
|
params: [];
|
|
1893
|
-
}, {
|
|
1894
1892
|
method: "debug_bundler_clearState";
|
|
1893
|
+
}, {
|
|
1895
1894
|
params: [];
|
|
1895
|
+
method: "debug_bundler_clearState";
|
|
1896
1896
|
}>, z.ZodObject<{
|
|
1897
1897
|
method: z.ZodLiteral<"debug_bundler_clearMempool">;
|
|
1898
1898
|
params: z.ZodTuple<[], null>;
|
|
1899
1899
|
}, "strip", z.ZodTypeAny, {
|
|
1900
|
-
method: "debug_bundler_clearMempool";
|
|
1901
1900
|
params: [];
|
|
1902
|
-
}, {
|
|
1903
1901
|
method: "debug_bundler_clearMempool";
|
|
1902
|
+
}, {
|
|
1904
1903
|
params: [];
|
|
1904
|
+
method: "debug_bundler_clearMempool";
|
|
1905
1905
|
}>, z.ZodObject<{
|
|
1906
1906
|
method: z.ZodLiteral<"debug_bundler_dumpMempool">;
|
|
1907
1907
|
params: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>], null>;
|
|
1908
1908
|
}, "strip", z.ZodTypeAny, {
|
|
1909
|
-
method: "debug_bundler_dumpMempool";
|
|
1910
1909
|
params: [`0x${string}`];
|
|
1911
|
-
}, {
|
|
1912
1910
|
method: "debug_bundler_dumpMempool";
|
|
1911
|
+
}, {
|
|
1913
1912
|
params: [string];
|
|
1913
|
+
method: "debug_bundler_dumpMempool";
|
|
1914
1914
|
}>, z.ZodObject<{
|
|
1915
1915
|
method: z.ZodLiteral<"debug_bundler_sendBundleNow">;
|
|
1916
1916
|
params: z.ZodTuple<[], null>;
|
|
1917
1917
|
}, "strip", z.ZodTypeAny, {
|
|
1918
|
-
method: "debug_bundler_sendBundleNow";
|
|
1919
1918
|
params: [];
|
|
1920
|
-
}, {
|
|
1921
1919
|
method: "debug_bundler_sendBundleNow";
|
|
1920
|
+
}, {
|
|
1922
1921
|
params: [];
|
|
1922
|
+
method: "debug_bundler_sendBundleNow";
|
|
1923
1923
|
}>, z.ZodObject<{
|
|
1924
1924
|
method: z.ZodLiteral<"debug_bundler_setBundlingMode">;
|
|
1925
1925
|
params: z.ZodTuple<[z.ZodEnum<["manual", "auto"]>], null>;
|
|
1926
1926
|
}, "strip", z.ZodTypeAny, {
|
|
1927
|
-
method: "debug_bundler_setBundlingMode";
|
|
1928
1927
|
params: ["manual" | "auto"];
|
|
1929
|
-
}, {
|
|
1930
1928
|
method: "debug_bundler_setBundlingMode";
|
|
1929
|
+
}, {
|
|
1931
1930
|
params: ["manual" | "auto"];
|
|
1931
|
+
method: "debug_bundler_setBundlingMode";
|
|
1932
1932
|
}>, z.ZodObject<{
|
|
1933
1933
|
method: z.ZodLiteral<"debug_bundler_setReputation">;
|
|
1934
1934
|
params: z.ZodTuple<[z.ZodArray<z.ZodObject<{
|
|
@@ -1945,64 +1945,64 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1945
1945
|
opsIncluded: string | number | bigint;
|
|
1946
1946
|
}>, "many">, z.ZodEffects<z.ZodString, `0x${string}`, string>], null>;
|
|
1947
1947
|
}, "strip", z.ZodTypeAny, {
|
|
1948
|
-
method: "debug_bundler_setReputation";
|
|
1949
1948
|
params: [{
|
|
1950
1949
|
address: `0x${string}`;
|
|
1951
1950
|
opsSeen: bigint;
|
|
1952
1951
|
opsIncluded: bigint;
|
|
1953
1952
|
}[], `0x${string}`];
|
|
1954
|
-
}, {
|
|
1955
1953
|
method: "debug_bundler_setReputation";
|
|
1954
|
+
}, {
|
|
1956
1955
|
params: [{
|
|
1957
1956
|
address: string;
|
|
1958
1957
|
opsSeen: string | number | bigint;
|
|
1959
1958
|
opsIncluded: string | number | bigint;
|
|
1960
1959
|
}[], string];
|
|
1960
|
+
method: "debug_bundler_setReputation";
|
|
1961
1961
|
}>, z.ZodObject<{
|
|
1962
1962
|
method: z.ZodLiteral<"debug_bundler_dumpReputation">;
|
|
1963
1963
|
params: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>], null>;
|
|
1964
1964
|
}, "strip", z.ZodTypeAny, {
|
|
1965
|
-
method: "debug_bundler_dumpReputation";
|
|
1966
1965
|
params: [`0x${string}`];
|
|
1967
|
-
}, {
|
|
1968
1966
|
method: "debug_bundler_dumpReputation";
|
|
1967
|
+
}, {
|
|
1969
1968
|
params: [string];
|
|
1969
|
+
method: "debug_bundler_dumpReputation";
|
|
1970
1970
|
}>, z.ZodObject<{
|
|
1971
1971
|
method: z.ZodLiteral<"debug_bundler_getStakeStatus">;
|
|
1972
1972
|
params: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>], null>;
|
|
1973
1973
|
}, "strip", z.ZodTypeAny, {
|
|
1974
|
-
method: "debug_bundler_getStakeStatus";
|
|
1975
1974
|
params: [`0x${string}`, `0x${string}`];
|
|
1976
|
-
}, {
|
|
1977
1975
|
method: "debug_bundler_getStakeStatus";
|
|
1976
|
+
}, {
|
|
1978
1977
|
params: [string, string];
|
|
1978
|
+
method: "debug_bundler_getStakeStatus";
|
|
1979
1979
|
}>, z.ZodObject<{
|
|
1980
1980
|
method: z.ZodLiteral<"pimlico_getUserOperationStatus">;
|
|
1981
1981
|
params: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>], null>;
|
|
1982
1982
|
}, "strip", z.ZodTypeAny, {
|
|
1983
|
-
method: "pimlico_getUserOperationStatus";
|
|
1984
1983
|
params: [`0x${string}`];
|
|
1985
|
-
}, {
|
|
1986
1984
|
method: "pimlico_getUserOperationStatus";
|
|
1985
|
+
}, {
|
|
1987
1986
|
params: [string];
|
|
1987
|
+
method: "pimlico_getUserOperationStatus";
|
|
1988
1988
|
}>, z.ZodObject<{
|
|
1989
1989
|
method: z.ZodLiteral<"pimlico_getUserOperationGasPrice">;
|
|
1990
1990
|
params: z.ZodTuple<[], null>;
|
|
1991
1991
|
}, "strip", z.ZodTypeAny, {
|
|
1992
|
-
method: "pimlico_getUserOperationGasPrice";
|
|
1993
1992
|
params: [];
|
|
1994
|
-
}, {
|
|
1995
1993
|
method: "pimlico_getUserOperationGasPrice";
|
|
1994
|
+
}, {
|
|
1996
1995
|
params: [];
|
|
1996
|
+
method: "pimlico_getUserOperationGasPrice";
|
|
1997
1997
|
}>, z.ZodObject<{
|
|
1998
1998
|
method: z.ZodLiteral<"pimlico_sendCompressedUserOperation">;
|
|
1999
1999
|
params: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>], null>;
|
|
2000
2000
|
}, "strip", z.ZodTypeAny, {
|
|
2001
|
-
method: "pimlico_sendCompressedUserOperation";
|
|
2002
2001
|
params: [`0x${string}`, `0x${string}`, `0x${string}`];
|
|
2003
|
-
}, {
|
|
2004
2002
|
method: "pimlico_sendCompressedUserOperation";
|
|
2003
|
+
}, {
|
|
2005
2004
|
params: [string, string, string];
|
|
2005
|
+
method: "pimlico_sendCompressedUserOperation";
|
|
2006
2006
|
}>]>;
|
|
2007
2007
|
declare const chainIdResponseSchema: z.ZodObject<{
|
|
2008
2008
|
method: z.ZodLiteral<"eth_chainId">;
|
|
@@ -2535,8 +2535,8 @@ declare const logSchema: z.ZodObject<{
|
|
|
2535
2535
|
data: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2536
2536
|
topics: z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">;
|
|
2537
2537
|
}, "strip", z.ZodTypeAny, {
|
|
2538
|
-
data: `0x${string}`;
|
|
2539
2538
|
address: `0x${string}`;
|
|
2539
|
+
data: `0x${string}`;
|
|
2540
2540
|
blockNumber: bigint;
|
|
2541
2541
|
blockHash: `0x${string}`;
|
|
2542
2542
|
transactionHash: `0x${string}`;
|
|
@@ -2544,8 +2544,8 @@ declare const logSchema: z.ZodObject<{
|
|
|
2544
2544
|
transactionIndex: bigint;
|
|
2545
2545
|
topics: `0x${string}`[];
|
|
2546
2546
|
}, {
|
|
2547
|
-
data: string;
|
|
2548
2547
|
address: string;
|
|
2548
|
+
data: string;
|
|
2549
2549
|
blockNumber: string | number | bigint;
|
|
2550
2550
|
blockHash: string;
|
|
2551
2551
|
transactionHash: string;
|
|
@@ -2573,8 +2573,8 @@ declare const receiptSchema: z.ZodObject<{
|
|
|
2573
2573
|
data: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2574
2574
|
topics: z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">;
|
|
2575
2575
|
}, "strip", z.ZodTypeAny, {
|
|
2576
|
-
data: `0x${string}`;
|
|
2577
2576
|
address: `0x${string}`;
|
|
2577
|
+
data: `0x${string}`;
|
|
2578
2578
|
blockNumber: bigint;
|
|
2579
2579
|
blockHash: `0x${string}`;
|
|
2580
2580
|
transactionHash: `0x${string}`;
|
|
@@ -2582,8 +2582,8 @@ declare const receiptSchema: z.ZodObject<{
|
|
|
2582
2582
|
transactionIndex: bigint;
|
|
2583
2583
|
topics: `0x${string}`[];
|
|
2584
2584
|
}, {
|
|
2585
|
-
data: string;
|
|
2586
2585
|
address: string;
|
|
2586
|
+
data: string;
|
|
2587
2587
|
blockNumber: string | number | bigint;
|
|
2588
2588
|
blockHash: string;
|
|
2589
2589
|
transactionHash: string;
|
|
@@ -2595,9 +2595,9 @@ declare const receiptSchema: z.ZodObject<{
|
|
|
2595
2595
|
status: z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, z.ZodNull]>;
|
|
2596
2596
|
effectiveGasPrice: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>;
|
|
2597
2597
|
}, "strip", z.ZodTypeAny, {
|
|
2598
|
-
status: bigint | null;
|
|
2599
2598
|
to: `0x${string}` | null;
|
|
2600
2599
|
gasUsed: bigint;
|
|
2600
|
+
status: bigint | null;
|
|
2601
2601
|
blockNumber: bigint;
|
|
2602
2602
|
blockHash: `0x${string}`;
|
|
2603
2603
|
transactionHash: `0x${string}`;
|
|
@@ -2606,8 +2606,8 @@ declare const receiptSchema: z.ZodObject<{
|
|
|
2606
2606
|
cumulativeGasUsed: bigint;
|
|
2607
2607
|
contractAddress: `0x${string}` | null;
|
|
2608
2608
|
logs: {
|
|
2609
|
-
data: `0x${string}`;
|
|
2610
2609
|
address: `0x${string}`;
|
|
2610
|
+
data: `0x${string}`;
|
|
2611
2611
|
blockNumber: bigint;
|
|
2612
2612
|
blockHash: `0x${string}`;
|
|
2613
2613
|
transactionHash: `0x${string}`;
|
|
@@ -2618,9 +2618,9 @@ declare const receiptSchema: z.ZodObject<{
|
|
|
2618
2618
|
logsBloom: string;
|
|
2619
2619
|
effectiveGasPrice: bigint;
|
|
2620
2620
|
}, {
|
|
2621
|
-
status: string | number | bigint | null;
|
|
2622
2621
|
to: string | null;
|
|
2623
2622
|
gasUsed: string | number | bigint;
|
|
2623
|
+
status: string | number | bigint | null;
|
|
2624
2624
|
blockNumber: string | number | bigint;
|
|
2625
2625
|
blockHash: string;
|
|
2626
2626
|
transactionHash: string;
|
|
@@ -2629,8 +2629,8 @@ declare const receiptSchema: z.ZodObject<{
|
|
|
2629
2629
|
cumulativeGasUsed: string | number | bigint;
|
|
2630
2630
|
contractAddress: string | null;
|
|
2631
2631
|
logs: {
|
|
2632
|
-
data: string;
|
|
2633
2632
|
address: string;
|
|
2633
|
+
data: string;
|
|
2634
2634
|
blockNumber: string | number | bigint;
|
|
2635
2635
|
blockHash: string;
|
|
2636
2636
|
transactionHash: string;
|
|
@@ -2663,8 +2663,8 @@ declare const getUserOperationReceiptResponseSchema: z.ZodObject<{
|
|
|
2663
2663
|
data: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2664
2664
|
topics: z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">;
|
|
2665
2665
|
}, "strip", z.ZodTypeAny, {
|
|
2666
|
-
data: `0x${string}`;
|
|
2667
2666
|
address: `0x${string}`;
|
|
2667
|
+
data: `0x${string}`;
|
|
2668
2668
|
blockNumber: bigint;
|
|
2669
2669
|
blockHash: `0x${string}`;
|
|
2670
2670
|
transactionHash: `0x${string}`;
|
|
@@ -2672,8 +2672,8 @@ declare const getUserOperationReceiptResponseSchema: z.ZodObject<{
|
|
|
2672
2672
|
transactionIndex: bigint;
|
|
2673
2673
|
topics: `0x${string}`[];
|
|
2674
2674
|
}, {
|
|
2675
|
-
data: string;
|
|
2676
2675
|
address: string;
|
|
2676
|
+
data: string;
|
|
2677
2677
|
blockNumber: string | number | bigint;
|
|
2678
2678
|
blockHash: string;
|
|
2679
2679
|
transactionHash: string;
|
|
@@ -2701,8 +2701,8 @@ declare const getUserOperationReceiptResponseSchema: z.ZodObject<{
|
|
|
2701
2701
|
data: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2702
2702
|
topics: z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">;
|
|
2703
2703
|
}, "strip", z.ZodTypeAny, {
|
|
2704
|
-
data: `0x${string}`;
|
|
2705
2704
|
address: `0x${string}`;
|
|
2705
|
+
data: `0x${string}`;
|
|
2706
2706
|
blockNumber: bigint;
|
|
2707
2707
|
blockHash: `0x${string}`;
|
|
2708
2708
|
transactionHash: `0x${string}`;
|
|
@@ -2710,8 +2710,8 @@ declare const getUserOperationReceiptResponseSchema: z.ZodObject<{
|
|
|
2710
2710
|
transactionIndex: bigint;
|
|
2711
2711
|
topics: `0x${string}`[];
|
|
2712
2712
|
}, {
|
|
2713
|
-
data: string;
|
|
2714
2713
|
address: string;
|
|
2714
|
+
data: string;
|
|
2715
2715
|
blockNumber: string | number | bigint;
|
|
2716
2716
|
blockHash: string;
|
|
2717
2717
|
transactionHash: string;
|
|
@@ -2723,9 +2723,9 @@ declare const getUserOperationReceiptResponseSchema: z.ZodObject<{
|
|
|
2723
2723
|
status: z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, z.ZodNull]>;
|
|
2724
2724
|
effectiveGasPrice: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>;
|
|
2725
2725
|
}, "strip", z.ZodTypeAny, {
|
|
2726
|
-
status: bigint | null;
|
|
2727
2726
|
to: `0x${string}` | null;
|
|
2728
2727
|
gasUsed: bigint;
|
|
2728
|
+
status: bigint | null;
|
|
2729
2729
|
blockNumber: bigint;
|
|
2730
2730
|
blockHash: `0x${string}`;
|
|
2731
2731
|
transactionHash: `0x${string}`;
|
|
@@ -2734,8 +2734,8 @@ declare const getUserOperationReceiptResponseSchema: z.ZodObject<{
|
|
|
2734
2734
|
cumulativeGasUsed: bigint;
|
|
2735
2735
|
contractAddress: `0x${string}` | null;
|
|
2736
2736
|
logs: {
|
|
2737
|
-
data: `0x${string}`;
|
|
2738
2737
|
address: `0x${string}`;
|
|
2738
|
+
data: `0x${string}`;
|
|
2739
2739
|
blockNumber: bigint;
|
|
2740
2740
|
blockHash: `0x${string}`;
|
|
2741
2741
|
transactionHash: `0x${string}`;
|
|
@@ -2746,9 +2746,9 @@ declare const getUserOperationReceiptResponseSchema: z.ZodObject<{
|
|
|
2746
2746
|
logsBloom: string;
|
|
2747
2747
|
effectiveGasPrice: bigint;
|
|
2748
2748
|
}, {
|
|
2749
|
-
status: string | number | bigint | null;
|
|
2750
2749
|
to: string | null;
|
|
2751
2750
|
gasUsed: string | number | bigint;
|
|
2751
|
+
status: string | number | bigint | null;
|
|
2752
2752
|
blockNumber: string | number | bigint;
|
|
2753
2753
|
blockHash: string;
|
|
2754
2754
|
transactionHash: string;
|
|
@@ -2757,8 +2757,8 @@ declare const getUserOperationReceiptResponseSchema: z.ZodObject<{
|
|
|
2757
2757
|
cumulativeGasUsed: string | number | bigint;
|
|
2758
2758
|
contractAddress: string | null;
|
|
2759
2759
|
logs: {
|
|
2760
|
-
data: string;
|
|
2761
2760
|
address: string;
|
|
2761
|
+
data: string;
|
|
2762
2762
|
blockNumber: string | number | bigint;
|
|
2763
2763
|
blockHash: string;
|
|
2764
2764
|
transactionHash: string;
|
|
@@ -2778,8 +2778,8 @@ declare const getUserOperationReceiptResponseSchema: z.ZodObject<{
|
|
|
2778
2778
|
actualGasUsed: bigint;
|
|
2779
2779
|
entryPoint: `0x${string}`;
|
|
2780
2780
|
logs: {
|
|
2781
|
-
data: `0x${string}`;
|
|
2782
2781
|
address: `0x${string}`;
|
|
2782
|
+
data: `0x${string}`;
|
|
2783
2783
|
blockNumber: bigint;
|
|
2784
2784
|
blockHash: `0x${string}`;
|
|
2785
2785
|
transactionHash: `0x${string}`;
|
|
@@ -2788,9 +2788,9 @@ declare const getUserOperationReceiptResponseSchema: z.ZodObject<{
|
|
|
2788
2788
|
topics: `0x${string}`[];
|
|
2789
2789
|
}[];
|
|
2790
2790
|
receipt: {
|
|
2791
|
-
status: bigint | null;
|
|
2792
2791
|
to: `0x${string}` | null;
|
|
2793
2792
|
gasUsed: bigint;
|
|
2793
|
+
status: bigint | null;
|
|
2794
2794
|
blockNumber: bigint;
|
|
2795
2795
|
blockHash: `0x${string}`;
|
|
2796
2796
|
transactionHash: `0x${string}`;
|
|
@@ -2799,8 +2799,8 @@ declare const getUserOperationReceiptResponseSchema: z.ZodObject<{
|
|
|
2799
2799
|
cumulativeGasUsed: bigint;
|
|
2800
2800
|
contractAddress: `0x${string}` | null;
|
|
2801
2801
|
logs: {
|
|
2802
|
-
data: `0x${string}`;
|
|
2803
2802
|
address: `0x${string}`;
|
|
2803
|
+
data: `0x${string}`;
|
|
2804
2804
|
blockNumber: bigint;
|
|
2805
2805
|
blockHash: `0x${string}`;
|
|
2806
2806
|
transactionHash: `0x${string}`;
|
|
@@ -2822,8 +2822,8 @@ declare const getUserOperationReceiptResponseSchema: z.ZodObject<{
|
|
|
2822
2822
|
actualGasUsed: string | number | bigint;
|
|
2823
2823
|
entryPoint: string;
|
|
2824
2824
|
logs: {
|
|
2825
|
-
data: string;
|
|
2826
2825
|
address: string;
|
|
2826
|
+
data: string;
|
|
2827
2827
|
blockNumber: string | number | bigint;
|
|
2828
2828
|
blockHash: string;
|
|
2829
2829
|
transactionHash: string;
|
|
@@ -2832,9 +2832,9 @@ declare const getUserOperationReceiptResponseSchema: z.ZodObject<{
|
|
|
2832
2832
|
topics: string[];
|
|
2833
2833
|
}[];
|
|
2834
2834
|
receipt: {
|
|
2835
|
-
status: string | number | bigint | null;
|
|
2836
2835
|
to: string | null;
|
|
2837
2836
|
gasUsed: string | number | bigint;
|
|
2837
|
+
status: string | number | bigint | null;
|
|
2838
2838
|
blockNumber: string | number | bigint;
|
|
2839
2839
|
blockHash: string;
|
|
2840
2840
|
transactionHash: string;
|
|
@@ -2843,8 +2843,8 @@ declare const getUserOperationReceiptResponseSchema: z.ZodObject<{
|
|
|
2843
2843
|
cumulativeGasUsed: string | number | bigint;
|
|
2844
2844
|
contractAddress: string | null;
|
|
2845
2845
|
logs: {
|
|
2846
|
-
data: string;
|
|
2847
2846
|
address: string;
|
|
2847
|
+
data: string;
|
|
2848
2848
|
blockNumber: string | number | bigint;
|
|
2849
2849
|
blockHash: string;
|
|
2850
2850
|
transactionHash: string;
|
|
@@ -2869,8 +2869,8 @@ declare const getUserOperationReceiptResponseSchema: z.ZodObject<{
|
|
|
2869
2869
|
actualGasUsed: bigint;
|
|
2870
2870
|
entryPoint: `0x${string}`;
|
|
2871
2871
|
logs: {
|
|
2872
|
-
data: `0x${string}`;
|
|
2873
2872
|
address: `0x${string}`;
|
|
2873
|
+
data: `0x${string}`;
|
|
2874
2874
|
blockNumber: bigint;
|
|
2875
2875
|
blockHash: `0x${string}`;
|
|
2876
2876
|
transactionHash: `0x${string}`;
|
|
@@ -2879,9 +2879,9 @@ declare const getUserOperationReceiptResponseSchema: z.ZodObject<{
|
|
|
2879
2879
|
topics: `0x${string}`[];
|
|
2880
2880
|
}[];
|
|
2881
2881
|
receipt: {
|
|
2882
|
-
status: bigint | null;
|
|
2883
2882
|
to: `0x${string}` | null;
|
|
2884
2883
|
gasUsed: bigint;
|
|
2884
|
+
status: bigint | null;
|
|
2885
2885
|
blockNumber: bigint;
|
|
2886
2886
|
blockHash: `0x${string}`;
|
|
2887
2887
|
transactionHash: `0x${string}`;
|
|
@@ -2890,8 +2890,8 @@ declare const getUserOperationReceiptResponseSchema: z.ZodObject<{
|
|
|
2890
2890
|
cumulativeGasUsed: bigint;
|
|
2891
2891
|
contractAddress: `0x${string}` | null;
|
|
2892
2892
|
logs: {
|
|
2893
|
-
data: `0x${string}`;
|
|
2894
2893
|
address: `0x${string}`;
|
|
2894
|
+
data: `0x${string}`;
|
|
2895
2895
|
blockNumber: bigint;
|
|
2896
2896
|
blockHash: `0x${string}`;
|
|
2897
2897
|
transactionHash: `0x${string}`;
|
|
@@ -2916,8 +2916,8 @@ declare const getUserOperationReceiptResponseSchema: z.ZodObject<{
|
|
|
2916
2916
|
actualGasUsed: string | number | bigint;
|
|
2917
2917
|
entryPoint: string;
|
|
2918
2918
|
logs: {
|
|
2919
|
-
data: string;
|
|
2920
2919
|
address: string;
|
|
2920
|
+
data: string;
|
|
2921
2921
|
blockNumber: string | number | bigint;
|
|
2922
2922
|
blockHash: string;
|
|
2923
2923
|
transactionHash: string;
|
|
@@ -2926,9 +2926,9 @@ declare const getUserOperationReceiptResponseSchema: z.ZodObject<{
|
|
|
2926
2926
|
topics: string[];
|
|
2927
2927
|
}[];
|
|
2928
2928
|
receipt: {
|
|
2929
|
-
status: string | number | bigint | null;
|
|
2930
2929
|
to: string | null;
|
|
2931
2930
|
gasUsed: string | number | bigint;
|
|
2931
|
+
status: string | number | bigint | null;
|
|
2932
2932
|
blockNumber: string | number | bigint;
|
|
2933
2933
|
blockHash: string;
|
|
2934
2934
|
transactionHash: string;
|
|
@@ -2937,8 +2937,8 @@ declare const getUserOperationReceiptResponseSchema: z.ZodObject<{
|
|
|
2937
2937
|
cumulativeGasUsed: string | number | bigint;
|
|
2938
2938
|
contractAddress: string | null;
|
|
2939
2939
|
logs: {
|
|
2940
|
-
data: string;
|
|
2941
2940
|
address: string;
|
|
2941
|
+
data: string;
|
|
2942
2942
|
blockNumber: string | number | bigint;
|
|
2943
2943
|
blockHash: string;
|
|
2944
2944
|
transactionHash: string;
|
|
@@ -3964,8 +3964,8 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
3964
3964
|
data: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3965
3965
|
topics: z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">;
|
|
3966
3966
|
}, "strip", z.ZodTypeAny, {
|
|
3967
|
-
data: `0x${string}`;
|
|
3968
3967
|
address: `0x${string}`;
|
|
3968
|
+
data: `0x${string}`;
|
|
3969
3969
|
blockNumber: bigint;
|
|
3970
3970
|
blockHash: `0x${string}`;
|
|
3971
3971
|
transactionHash: `0x${string}`;
|
|
@@ -3973,8 +3973,8 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
3973
3973
|
transactionIndex: bigint;
|
|
3974
3974
|
topics: `0x${string}`[];
|
|
3975
3975
|
}, {
|
|
3976
|
-
data: string;
|
|
3977
3976
|
address: string;
|
|
3977
|
+
data: string;
|
|
3978
3978
|
blockNumber: string | number | bigint;
|
|
3979
3979
|
blockHash: string;
|
|
3980
3980
|
transactionHash: string;
|
|
@@ -4002,8 +4002,8 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4002
4002
|
data: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
4003
4003
|
topics: z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">;
|
|
4004
4004
|
}, "strip", z.ZodTypeAny, {
|
|
4005
|
-
data: `0x${string}`;
|
|
4006
4005
|
address: `0x${string}`;
|
|
4006
|
+
data: `0x${string}`;
|
|
4007
4007
|
blockNumber: bigint;
|
|
4008
4008
|
blockHash: `0x${string}`;
|
|
4009
4009
|
transactionHash: `0x${string}`;
|
|
@@ -4011,8 +4011,8 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4011
4011
|
transactionIndex: bigint;
|
|
4012
4012
|
topics: `0x${string}`[];
|
|
4013
4013
|
}, {
|
|
4014
|
-
data: string;
|
|
4015
4014
|
address: string;
|
|
4015
|
+
data: string;
|
|
4016
4016
|
blockNumber: string | number | bigint;
|
|
4017
4017
|
blockHash: string;
|
|
4018
4018
|
transactionHash: string;
|
|
@@ -4024,9 +4024,9 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4024
4024
|
status: z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>, z.ZodNull]>;
|
|
4025
4025
|
effectiveGasPrice: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBigInt]>, bigint, string | number | bigint>;
|
|
4026
4026
|
}, "strip", z.ZodTypeAny, {
|
|
4027
|
-
status: bigint | null;
|
|
4028
4027
|
to: `0x${string}` | null;
|
|
4029
4028
|
gasUsed: bigint;
|
|
4029
|
+
status: bigint | null;
|
|
4030
4030
|
blockNumber: bigint;
|
|
4031
4031
|
blockHash: `0x${string}`;
|
|
4032
4032
|
transactionHash: `0x${string}`;
|
|
@@ -4035,8 +4035,8 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4035
4035
|
cumulativeGasUsed: bigint;
|
|
4036
4036
|
contractAddress: `0x${string}` | null;
|
|
4037
4037
|
logs: {
|
|
4038
|
-
data: `0x${string}`;
|
|
4039
4038
|
address: `0x${string}`;
|
|
4039
|
+
data: `0x${string}`;
|
|
4040
4040
|
blockNumber: bigint;
|
|
4041
4041
|
blockHash: `0x${string}`;
|
|
4042
4042
|
transactionHash: `0x${string}`;
|
|
@@ -4047,9 +4047,9 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4047
4047
|
logsBloom: string;
|
|
4048
4048
|
effectiveGasPrice: bigint;
|
|
4049
4049
|
}, {
|
|
4050
|
-
status: string | number | bigint | null;
|
|
4051
4050
|
to: string | null;
|
|
4052
4051
|
gasUsed: string | number | bigint;
|
|
4052
|
+
status: string | number | bigint | null;
|
|
4053
4053
|
blockNumber: string | number | bigint;
|
|
4054
4054
|
blockHash: string;
|
|
4055
4055
|
transactionHash: string;
|
|
@@ -4058,8 +4058,8 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4058
4058
|
cumulativeGasUsed: string | number | bigint;
|
|
4059
4059
|
contractAddress: string | null;
|
|
4060
4060
|
logs: {
|
|
4061
|
-
data: string;
|
|
4062
4061
|
address: string;
|
|
4062
|
+
data: string;
|
|
4063
4063
|
blockNumber: string | number | bigint;
|
|
4064
4064
|
blockHash: string;
|
|
4065
4065
|
transactionHash: string;
|
|
@@ -4079,8 +4079,8 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4079
4079
|
actualGasUsed: bigint;
|
|
4080
4080
|
entryPoint: `0x${string}`;
|
|
4081
4081
|
logs: {
|
|
4082
|
-
data: `0x${string}`;
|
|
4083
4082
|
address: `0x${string}`;
|
|
4083
|
+
data: `0x${string}`;
|
|
4084
4084
|
blockNumber: bigint;
|
|
4085
4085
|
blockHash: `0x${string}`;
|
|
4086
4086
|
transactionHash: `0x${string}`;
|
|
@@ -4089,9 +4089,9 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4089
4089
|
topics: `0x${string}`[];
|
|
4090
4090
|
}[];
|
|
4091
4091
|
receipt: {
|
|
4092
|
-
status: bigint | null;
|
|
4093
4092
|
to: `0x${string}` | null;
|
|
4094
4093
|
gasUsed: bigint;
|
|
4094
|
+
status: bigint | null;
|
|
4095
4095
|
blockNumber: bigint;
|
|
4096
4096
|
blockHash: `0x${string}`;
|
|
4097
4097
|
transactionHash: `0x${string}`;
|
|
@@ -4100,8 +4100,8 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4100
4100
|
cumulativeGasUsed: bigint;
|
|
4101
4101
|
contractAddress: `0x${string}` | null;
|
|
4102
4102
|
logs: {
|
|
4103
|
-
data: `0x${string}`;
|
|
4104
4103
|
address: `0x${string}`;
|
|
4104
|
+
data: `0x${string}`;
|
|
4105
4105
|
blockNumber: bigint;
|
|
4106
4106
|
blockHash: `0x${string}`;
|
|
4107
4107
|
transactionHash: `0x${string}`;
|
|
@@ -4123,8 +4123,8 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4123
4123
|
actualGasUsed: string | number | bigint;
|
|
4124
4124
|
entryPoint: string;
|
|
4125
4125
|
logs: {
|
|
4126
|
-
data: string;
|
|
4127
4126
|
address: string;
|
|
4127
|
+
data: string;
|
|
4128
4128
|
blockNumber: string | number | bigint;
|
|
4129
4129
|
blockHash: string;
|
|
4130
4130
|
transactionHash: string;
|
|
@@ -4133,9 +4133,9 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4133
4133
|
topics: string[];
|
|
4134
4134
|
}[];
|
|
4135
4135
|
receipt: {
|
|
4136
|
-
status: string | number | bigint | null;
|
|
4137
4136
|
to: string | null;
|
|
4138
4137
|
gasUsed: string | number | bigint;
|
|
4138
|
+
status: string | number | bigint | null;
|
|
4139
4139
|
blockNumber: string | number | bigint;
|
|
4140
4140
|
blockHash: string;
|
|
4141
4141
|
transactionHash: string;
|
|
@@ -4144,8 +4144,8 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4144
4144
|
cumulativeGasUsed: string | number | bigint;
|
|
4145
4145
|
contractAddress: string | null;
|
|
4146
4146
|
logs: {
|
|
4147
|
-
data: string;
|
|
4148
4147
|
address: string;
|
|
4148
|
+
data: string;
|
|
4149
4149
|
blockNumber: string | number | bigint;
|
|
4150
4150
|
blockHash: string;
|
|
4151
4151
|
transactionHash: string;
|
|
@@ -4170,8 +4170,8 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4170
4170
|
actualGasUsed: bigint;
|
|
4171
4171
|
entryPoint: `0x${string}`;
|
|
4172
4172
|
logs: {
|
|
4173
|
-
data: `0x${string}`;
|
|
4174
4173
|
address: `0x${string}`;
|
|
4174
|
+
data: `0x${string}`;
|
|
4175
4175
|
blockNumber: bigint;
|
|
4176
4176
|
blockHash: `0x${string}`;
|
|
4177
4177
|
transactionHash: `0x${string}`;
|
|
@@ -4180,9 +4180,9 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4180
4180
|
topics: `0x${string}`[];
|
|
4181
4181
|
}[];
|
|
4182
4182
|
receipt: {
|
|
4183
|
-
status: bigint | null;
|
|
4184
4183
|
to: `0x${string}` | null;
|
|
4185
4184
|
gasUsed: bigint;
|
|
4185
|
+
status: bigint | null;
|
|
4186
4186
|
blockNumber: bigint;
|
|
4187
4187
|
blockHash: `0x${string}`;
|
|
4188
4188
|
transactionHash: `0x${string}`;
|
|
@@ -4191,8 +4191,8 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4191
4191
|
cumulativeGasUsed: bigint;
|
|
4192
4192
|
contractAddress: `0x${string}` | null;
|
|
4193
4193
|
logs: {
|
|
4194
|
-
data: `0x${string}`;
|
|
4195
4194
|
address: `0x${string}`;
|
|
4195
|
+
data: `0x${string}`;
|
|
4196
4196
|
blockNumber: bigint;
|
|
4197
4197
|
blockHash: `0x${string}`;
|
|
4198
4198
|
transactionHash: `0x${string}`;
|
|
@@ -4217,8 +4217,8 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4217
4217
|
actualGasUsed: string | number | bigint;
|
|
4218
4218
|
entryPoint: string;
|
|
4219
4219
|
logs: {
|
|
4220
|
-
data: string;
|
|
4221
4220
|
address: string;
|
|
4221
|
+
data: string;
|
|
4222
4222
|
blockNumber: string | number | bigint;
|
|
4223
4223
|
blockHash: string;
|
|
4224
4224
|
transactionHash: string;
|
|
@@ -4227,9 +4227,9 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4227
4227
|
topics: string[];
|
|
4228
4228
|
}[];
|
|
4229
4229
|
receipt: {
|
|
4230
|
-
status: string | number | bigint | null;
|
|
4231
4230
|
to: string | null;
|
|
4232
4231
|
gasUsed: string | number | bigint;
|
|
4232
|
+
status: string | number | bigint | null;
|
|
4233
4233
|
blockNumber: string | number | bigint;
|
|
4234
4234
|
blockHash: string;
|
|
4235
4235
|
transactionHash: string;
|
|
@@ -4238,8 +4238,8 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4238
4238
|
cumulativeGasUsed: string | number | bigint;
|
|
4239
4239
|
contractAddress: string | null;
|
|
4240
4240
|
logs: {
|
|
4241
|
-
data: string;
|
|
4242
4241
|
address: string;
|
|
4242
|
+
data: string;
|
|
4243
4243
|
blockNumber: string | number | bigint;
|
|
4244
4244
|
blockHash: string;
|
|
4245
4245
|
transactionHash: string;
|