@avalabs/evm-module 1.9.1 → 1.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -59,10 +59,10 @@ declare const transactionSchema: z.ZodObject<{
59
59
  }, "strip", z.ZodTypeAny, {
60
60
  from: string;
61
61
  chainId?: string | number | undefined;
62
+ value?: string | undefined;
62
63
  to?: string | undefined;
63
64
  gasPrice?: string | undefined;
64
65
  data?: string | undefined;
65
- value?: string | undefined;
66
66
  gas?: string | undefined;
67
67
  maxFeePerGas?: string | undefined;
68
68
  maxPriorityFeePerGas?: string | undefined;
@@ -74,10 +74,10 @@ declare const transactionSchema: z.ZodObject<{
74
74
  }, {
75
75
  from: string;
76
76
  chainId?: string | number | undefined;
77
+ value?: string | undefined;
77
78
  to?: string | undefined;
78
79
  gasPrice?: string | undefined;
79
80
  data?: string | undefined;
80
- value?: string | undefined;
81
81
  gas?: string | undefined;
82
82
  maxFeePerGas?: string | undefined;
83
83
  maxPriorityFeePerGas?: string | undefined;
@@ -112,10 +112,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
112
112
  }, "strip", z.ZodTypeAny, {
113
113
  from: string;
114
114
  chainId?: string | number | undefined;
115
+ value?: string | undefined;
115
116
  to?: string | undefined;
116
117
  gasPrice?: string | undefined;
117
118
  data?: string | undefined;
118
- value?: string | undefined;
119
119
  gas?: string | undefined;
120
120
  maxFeePerGas?: string | undefined;
121
121
  maxPriorityFeePerGas?: string | undefined;
@@ -127,10 +127,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
127
127
  }, {
128
128
  from: string;
129
129
  chainId?: string | number | undefined;
130
+ value?: string | undefined;
130
131
  to?: string | undefined;
131
132
  gasPrice?: string | undefined;
132
133
  data?: string | undefined;
133
- value?: string | undefined;
134
134
  gas?: string | undefined;
135
135
  maxFeePerGas?: string | undefined;
136
136
  maxPriorityFeePerGas?: string | undefined;
@@ -163,10 +163,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
163
163
  }, "strip", z.ZodTypeAny, {
164
164
  from: string;
165
165
  chainId?: string | number | undefined;
166
+ value?: string | undefined;
166
167
  to?: string | undefined;
167
168
  gasPrice?: string | undefined;
168
169
  data?: string | undefined;
169
- value?: string | undefined;
170
170
  gas?: string | undefined;
171
171
  maxFeePerGas?: string | undefined;
172
172
  maxPriorityFeePerGas?: string | undefined;
@@ -178,10 +178,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
178
178
  }, {
179
179
  from: string;
180
180
  chainId?: string | number | undefined;
181
+ value?: string | undefined;
181
182
  to?: string | undefined;
182
183
  gasPrice?: string | undefined;
183
184
  data?: string | undefined;
184
- value?: string | undefined;
185
185
  gas?: string | undefined;
186
186
  maxFeePerGas?: string | undefined;
187
187
  maxPriorityFeePerGas?: string | undefined;
@@ -214,10 +214,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
214
214
  }, "strip", z.ZodTypeAny, {
215
215
  from: string;
216
216
  chainId?: string | number | undefined;
217
+ value?: string | undefined;
217
218
  to?: string | undefined;
218
219
  gasPrice?: string | undefined;
219
220
  data?: string | undefined;
220
- value?: string | undefined;
221
221
  gas?: string | undefined;
222
222
  maxFeePerGas?: string | undefined;
223
223
  maxPriorityFeePerGas?: string | undefined;
@@ -229,10 +229,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
229
229
  }, {
230
230
  from: string;
231
231
  chainId?: string | number | undefined;
232
+ value?: string | undefined;
232
233
  to?: string | undefined;
233
234
  gasPrice?: string | undefined;
234
235
  data?: string | undefined;
235
- value?: string | undefined;
236
236
  gas?: string | undefined;
237
237
  maxFeePerGas?: string | undefined;
238
238
  maxPriorityFeePerGas?: string | undefined;
@@ -244,10 +244,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
244
244
  }>>, [{
245
245
  from: string;
246
246
  chainId?: string | number | undefined;
247
+ value?: string | undefined;
247
248
  to?: string | undefined;
248
249
  gasPrice?: string | undefined;
249
250
  data?: string | undefined;
250
- value?: string | undefined;
251
251
  gas?: string | undefined;
252
252
  maxFeePerGas?: string | undefined;
253
253
  maxPriorityFeePerGas?: string | undefined;
@@ -259,10 +259,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
259
259
  }, {
260
260
  from: string;
261
261
  chainId?: string | number | undefined;
262
+ value?: string | undefined;
262
263
  to?: string | undefined;
263
264
  gasPrice?: string | undefined;
264
265
  data?: string | undefined;
265
- value?: string | undefined;
266
266
  gas?: string | undefined;
267
267
  maxFeePerGas?: string | undefined;
268
268
  maxPriorityFeePerGas?: string | undefined;
@@ -274,10 +274,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
274
274
  }, ...{
275
275
  from: string;
276
276
  chainId?: string | number | undefined;
277
+ value?: string | undefined;
277
278
  to?: string | undefined;
278
279
  gasPrice?: string | undefined;
279
280
  data?: string | undefined;
280
- value?: string | undefined;
281
281
  gas?: string | undefined;
282
282
  maxFeePerGas?: string | undefined;
283
283
  maxPriorityFeePerGas?: string | undefined;
@@ -289,10 +289,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
289
289
  }[]], [{
290
290
  from: string;
291
291
  chainId?: string | number | undefined;
292
+ value?: string | undefined;
292
293
  to?: string | undefined;
293
294
  gasPrice?: string | undefined;
294
295
  data?: string | undefined;
295
- value?: string | undefined;
296
296
  gas?: string | undefined;
297
297
  maxFeePerGas?: string | undefined;
298
298
  maxPriorityFeePerGas?: string | undefined;
@@ -304,10 +304,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
304
304
  }, {
305
305
  from: string;
306
306
  chainId?: string | number | undefined;
307
+ value?: string | undefined;
307
308
  to?: string | undefined;
308
309
  gasPrice?: string | undefined;
309
310
  data?: string | undefined;
310
- value?: string | undefined;
311
311
  gas?: string | undefined;
312
312
  maxFeePerGas?: string | undefined;
313
313
  maxPriorityFeePerGas?: string | undefined;
@@ -319,10 +319,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
319
319
  }, ...{
320
320
  from: string;
321
321
  chainId?: string | number | undefined;
322
+ value?: string | undefined;
322
323
  to?: string | undefined;
323
324
  gasPrice?: string | undefined;
324
325
  data?: string | undefined;
325
- value?: string | undefined;
326
326
  gas?: string | undefined;
327
327
  maxFeePerGas?: string | undefined;
328
328
  maxPriorityFeePerGas?: string | undefined;
@@ -334,10 +334,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
334
334
  }[]]>, [{
335
335
  from: string;
336
336
  chainId?: string | number | undefined;
337
+ value?: string | undefined;
337
338
  to?: string | undefined;
338
339
  gasPrice?: string | undefined;
339
340
  data?: string | undefined;
340
- value?: string | undefined;
341
341
  gas?: string | undefined;
342
342
  maxFeePerGas?: string | undefined;
343
343
  maxPriorityFeePerGas?: string | undefined;
@@ -349,10 +349,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
349
349
  }, {
350
350
  from: string;
351
351
  chainId?: string | number | undefined;
352
+ value?: string | undefined;
352
353
  to?: string | undefined;
353
354
  gasPrice?: string | undefined;
354
355
  data?: string | undefined;
355
- value?: string | undefined;
356
356
  gas?: string | undefined;
357
357
  maxFeePerGas?: string | undefined;
358
358
  maxPriorityFeePerGas?: string | undefined;
@@ -364,10 +364,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
364
364
  }, ...{
365
365
  from: string;
366
366
  chainId?: string | number | undefined;
367
+ value?: string | undefined;
367
368
  to?: string | undefined;
368
369
  gasPrice?: string | undefined;
369
370
  data?: string | undefined;
370
- value?: string | undefined;
371
371
  gas?: string | undefined;
372
372
  maxFeePerGas?: string | undefined;
373
373
  maxPriorityFeePerGas?: string | undefined;
@@ -379,10 +379,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
379
379
  }[]], [{
380
380
  from: string;
381
381
  chainId?: string | number | undefined;
382
+ value?: string | undefined;
382
383
  to?: string | undefined;
383
384
  gasPrice?: string | undefined;
384
385
  data?: string | undefined;
385
- value?: string | undefined;
386
386
  gas?: string | undefined;
387
387
  maxFeePerGas?: string | undefined;
388
388
  maxPriorityFeePerGas?: string | undefined;
@@ -394,10 +394,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
394
394
  }, {
395
395
  from: string;
396
396
  chainId?: string | number | undefined;
397
+ value?: string | undefined;
397
398
  to?: string | undefined;
398
399
  gasPrice?: string | undefined;
399
400
  data?: string | undefined;
400
- value?: string | undefined;
401
401
  gas?: string | undefined;
402
402
  maxFeePerGas?: string | undefined;
403
403
  maxPriorityFeePerGas?: string | undefined;
@@ -409,10 +409,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
409
409
  }, ...{
410
410
  from: string;
411
411
  chainId?: string | number | undefined;
412
+ value?: string | undefined;
412
413
  to?: string | undefined;
413
414
  gasPrice?: string | undefined;
414
415
  data?: string | undefined;
415
- value?: string | undefined;
416
416
  gas?: string | undefined;
417
417
  maxFeePerGas?: string | undefined;
418
418
  maxPriorityFeePerGas?: string | undefined;
@@ -424,10 +424,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
424
424
  }[]]>, [{
425
425
  from: string;
426
426
  chainId?: string | number | undefined;
427
+ value?: string | undefined;
427
428
  to?: string | undefined;
428
429
  gasPrice?: string | undefined;
429
430
  data?: string | undefined;
430
- value?: string | undefined;
431
431
  gas?: string | undefined;
432
432
  maxFeePerGas?: string | undefined;
433
433
  maxPriorityFeePerGas?: string | undefined;
@@ -439,10 +439,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
439
439
  }, {
440
440
  from: string;
441
441
  chainId?: string | number | undefined;
442
+ value?: string | undefined;
442
443
  to?: string | undefined;
443
444
  gasPrice?: string | undefined;
444
445
  data?: string | undefined;
445
- value?: string | undefined;
446
446
  gas?: string | undefined;
447
447
  maxFeePerGas?: string | undefined;
448
448
  maxPriorityFeePerGas?: string | undefined;
@@ -454,10 +454,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
454
454
  }, ...{
455
455
  from: string;
456
456
  chainId?: string | number | undefined;
457
+ value?: string | undefined;
457
458
  to?: string | undefined;
458
459
  gasPrice?: string | undefined;
459
460
  data?: string | undefined;
460
- value?: string | undefined;
461
461
  gas?: string | undefined;
462
462
  maxFeePerGas?: string | undefined;
463
463
  maxPriorityFeePerGas?: string | undefined;
@@ -469,10 +469,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
469
469
  }[]], [{
470
470
  from: string;
471
471
  chainId?: string | number | undefined;
472
+ value?: string | undefined;
472
473
  to?: string | undefined;
473
474
  gasPrice?: string | undefined;
474
475
  data?: string | undefined;
475
- value?: string | undefined;
476
476
  gas?: string | undefined;
477
477
  maxFeePerGas?: string | undefined;
478
478
  maxPriorityFeePerGas?: string | undefined;
@@ -484,10 +484,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
484
484
  }, {
485
485
  from: string;
486
486
  chainId?: string | number | undefined;
487
+ value?: string | undefined;
487
488
  to?: string | undefined;
488
489
  gasPrice?: string | undefined;
489
490
  data?: string | undefined;
490
- value?: string | undefined;
491
491
  gas?: string | undefined;
492
492
  maxFeePerGas?: string | undefined;
493
493
  maxPriorityFeePerGas?: string | undefined;
@@ -499,10 +499,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
499
499
  }, ...{
500
500
  from: string;
501
501
  chainId?: string | number | undefined;
502
+ value?: string | undefined;
502
503
  to?: string | undefined;
503
504
  gasPrice?: string | undefined;
504
505
  data?: string | undefined;
505
- value?: string | undefined;
506
506
  gas?: string | undefined;
507
507
  maxFeePerGas?: string | undefined;
508
508
  maxPriorityFeePerGas?: string | undefined;
package/dist/index.d.ts CHANGED
@@ -59,10 +59,10 @@ declare const transactionSchema: z.ZodObject<{
59
59
  }, "strip", z.ZodTypeAny, {
60
60
  from: string;
61
61
  chainId?: string | number | undefined;
62
+ value?: string | undefined;
62
63
  to?: string | undefined;
63
64
  gasPrice?: string | undefined;
64
65
  data?: string | undefined;
65
- value?: string | undefined;
66
66
  gas?: string | undefined;
67
67
  maxFeePerGas?: string | undefined;
68
68
  maxPriorityFeePerGas?: string | undefined;
@@ -74,10 +74,10 @@ declare const transactionSchema: z.ZodObject<{
74
74
  }, {
75
75
  from: string;
76
76
  chainId?: string | number | undefined;
77
+ value?: string | undefined;
77
78
  to?: string | undefined;
78
79
  gasPrice?: string | undefined;
79
80
  data?: string | undefined;
80
- value?: string | undefined;
81
81
  gas?: string | undefined;
82
82
  maxFeePerGas?: string | undefined;
83
83
  maxPriorityFeePerGas?: string | undefined;
@@ -112,10 +112,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
112
112
  }, "strip", z.ZodTypeAny, {
113
113
  from: string;
114
114
  chainId?: string | number | undefined;
115
+ value?: string | undefined;
115
116
  to?: string | undefined;
116
117
  gasPrice?: string | undefined;
117
118
  data?: string | undefined;
118
- value?: string | undefined;
119
119
  gas?: string | undefined;
120
120
  maxFeePerGas?: string | undefined;
121
121
  maxPriorityFeePerGas?: string | undefined;
@@ -127,10 +127,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
127
127
  }, {
128
128
  from: string;
129
129
  chainId?: string | number | undefined;
130
+ value?: string | undefined;
130
131
  to?: string | undefined;
131
132
  gasPrice?: string | undefined;
132
133
  data?: string | undefined;
133
- value?: string | undefined;
134
134
  gas?: string | undefined;
135
135
  maxFeePerGas?: string | undefined;
136
136
  maxPriorityFeePerGas?: string | undefined;
@@ -163,10 +163,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
163
163
  }, "strip", z.ZodTypeAny, {
164
164
  from: string;
165
165
  chainId?: string | number | undefined;
166
+ value?: string | undefined;
166
167
  to?: string | undefined;
167
168
  gasPrice?: string | undefined;
168
169
  data?: string | undefined;
169
- value?: string | undefined;
170
170
  gas?: string | undefined;
171
171
  maxFeePerGas?: string | undefined;
172
172
  maxPriorityFeePerGas?: string | undefined;
@@ -178,10 +178,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
178
178
  }, {
179
179
  from: string;
180
180
  chainId?: string | number | undefined;
181
+ value?: string | undefined;
181
182
  to?: string | undefined;
182
183
  gasPrice?: string | undefined;
183
184
  data?: string | undefined;
184
- value?: string | undefined;
185
185
  gas?: string | undefined;
186
186
  maxFeePerGas?: string | undefined;
187
187
  maxPriorityFeePerGas?: string | undefined;
@@ -214,10 +214,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
214
214
  }, "strip", z.ZodTypeAny, {
215
215
  from: string;
216
216
  chainId?: string | number | undefined;
217
+ value?: string | undefined;
217
218
  to?: string | undefined;
218
219
  gasPrice?: string | undefined;
219
220
  data?: string | undefined;
220
- value?: string | undefined;
221
221
  gas?: string | undefined;
222
222
  maxFeePerGas?: string | undefined;
223
223
  maxPriorityFeePerGas?: string | undefined;
@@ -229,10 +229,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
229
229
  }, {
230
230
  from: string;
231
231
  chainId?: string | number | undefined;
232
+ value?: string | undefined;
232
233
  to?: string | undefined;
233
234
  gasPrice?: string | undefined;
234
235
  data?: string | undefined;
235
- value?: string | undefined;
236
236
  gas?: string | undefined;
237
237
  maxFeePerGas?: string | undefined;
238
238
  maxPriorityFeePerGas?: string | undefined;
@@ -244,10 +244,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
244
244
  }>>, [{
245
245
  from: string;
246
246
  chainId?: string | number | undefined;
247
+ value?: string | undefined;
247
248
  to?: string | undefined;
248
249
  gasPrice?: string | undefined;
249
250
  data?: string | undefined;
250
- value?: string | undefined;
251
251
  gas?: string | undefined;
252
252
  maxFeePerGas?: string | undefined;
253
253
  maxPriorityFeePerGas?: string | undefined;
@@ -259,10 +259,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
259
259
  }, {
260
260
  from: string;
261
261
  chainId?: string | number | undefined;
262
+ value?: string | undefined;
262
263
  to?: string | undefined;
263
264
  gasPrice?: string | undefined;
264
265
  data?: string | undefined;
265
- value?: string | undefined;
266
266
  gas?: string | undefined;
267
267
  maxFeePerGas?: string | undefined;
268
268
  maxPriorityFeePerGas?: string | undefined;
@@ -274,10 +274,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
274
274
  }, ...{
275
275
  from: string;
276
276
  chainId?: string | number | undefined;
277
+ value?: string | undefined;
277
278
  to?: string | undefined;
278
279
  gasPrice?: string | undefined;
279
280
  data?: string | undefined;
280
- value?: string | undefined;
281
281
  gas?: string | undefined;
282
282
  maxFeePerGas?: string | undefined;
283
283
  maxPriorityFeePerGas?: string | undefined;
@@ -289,10 +289,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
289
289
  }[]], [{
290
290
  from: string;
291
291
  chainId?: string | number | undefined;
292
+ value?: string | undefined;
292
293
  to?: string | undefined;
293
294
  gasPrice?: string | undefined;
294
295
  data?: string | undefined;
295
- value?: string | undefined;
296
296
  gas?: string | undefined;
297
297
  maxFeePerGas?: string | undefined;
298
298
  maxPriorityFeePerGas?: string | undefined;
@@ -304,10 +304,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
304
304
  }, {
305
305
  from: string;
306
306
  chainId?: string | number | undefined;
307
+ value?: string | undefined;
307
308
  to?: string | undefined;
308
309
  gasPrice?: string | undefined;
309
310
  data?: string | undefined;
310
- value?: string | undefined;
311
311
  gas?: string | undefined;
312
312
  maxFeePerGas?: string | undefined;
313
313
  maxPriorityFeePerGas?: string | undefined;
@@ -319,10 +319,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
319
319
  }, ...{
320
320
  from: string;
321
321
  chainId?: string | number | undefined;
322
+ value?: string | undefined;
322
323
  to?: string | undefined;
323
324
  gasPrice?: string | undefined;
324
325
  data?: string | undefined;
325
- value?: string | undefined;
326
326
  gas?: string | undefined;
327
327
  maxFeePerGas?: string | undefined;
328
328
  maxPriorityFeePerGas?: string | undefined;
@@ -334,10 +334,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
334
334
  }[]]>, [{
335
335
  from: string;
336
336
  chainId?: string | number | undefined;
337
+ value?: string | undefined;
337
338
  to?: string | undefined;
338
339
  gasPrice?: string | undefined;
339
340
  data?: string | undefined;
340
- value?: string | undefined;
341
341
  gas?: string | undefined;
342
342
  maxFeePerGas?: string | undefined;
343
343
  maxPriorityFeePerGas?: string | undefined;
@@ -349,10 +349,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
349
349
  }, {
350
350
  from: string;
351
351
  chainId?: string | number | undefined;
352
+ value?: string | undefined;
352
353
  to?: string | undefined;
353
354
  gasPrice?: string | undefined;
354
355
  data?: string | undefined;
355
- value?: string | undefined;
356
356
  gas?: string | undefined;
357
357
  maxFeePerGas?: string | undefined;
358
358
  maxPriorityFeePerGas?: string | undefined;
@@ -364,10 +364,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
364
364
  }, ...{
365
365
  from: string;
366
366
  chainId?: string | number | undefined;
367
+ value?: string | undefined;
367
368
  to?: string | undefined;
368
369
  gasPrice?: string | undefined;
369
370
  data?: string | undefined;
370
- value?: string | undefined;
371
371
  gas?: string | undefined;
372
372
  maxFeePerGas?: string | undefined;
373
373
  maxPriorityFeePerGas?: string | undefined;
@@ -379,10 +379,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
379
379
  }[]], [{
380
380
  from: string;
381
381
  chainId?: string | number | undefined;
382
+ value?: string | undefined;
382
383
  to?: string | undefined;
383
384
  gasPrice?: string | undefined;
384
385
  data?: string | undefined;
385
- value?: string | undefined;
386
386
  gas?: string | undefined;
387
387
  maxFeePerGas?: string | undefined;
388
388
  maxPriorityFeePerGas?: string | undefined;
@@ -394,10 +394,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
394
394
  }, {
395
395
  from: string;
396
396
  chainId?: string | number | undefined;
397
+ value?: string | undefined;
397
398
  to?: string | undefined;
398
399
  gasPrice?: string | undefined;
399
400
  data?: string | undefined;
400
- value?: string | undefined;
401
401
  gas?: string | undefined;
402
402
  maxFeePerGas?: string | undefined;
403
403
  maxPriorityFeePerGas?: string | undefined;
@@ -409,10 +409,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
409
409
  }, ...{
410
410
  from: string;
411
411
  chainId?: string | number | undefined;
412
+ value?: string | undefined;
412
413
  to?: string | undefined;
413
414
  gasPrice?: string | undefined;
414
415
  data?: string | undefined;
415
- value?: string | undefined;
416
416
  gas?: string | undefined;
417
417
  maxFeePerGas?: string | undefined;
418
418
  maxPriorityFeePerGas?: string | undefined;
@@ -424,10 +424,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
424
424
  }[]]>, [{
425
425
  from: string;
426
426
  chainId?: string | number | undefined;
427
+ value?: string | undefined;
427
428
  to?: string | undefined;
428
429
  gasPrice?: string | undefined;
429
430
  data?: string | undefined;
430
- value?: string | undefined;
431
431
  gas?: string | undefined;
432
432
  maxFeePerGas?: string | undefined;
433
433
  maxPriorityFeePerGas?: string | undefined;
@@ -439,10 +439,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
439
439
  }, {
440
440
  from: string;
441
441
  chainId?: string | number | undefined;
442
+ value?: string | undefined;
442
443
  to?: string | undefined;
443
444
  gasPrice?: string | undefined;
444
445
  data?: string | undefined;
445
- value?: string | undefined;
446
446
  gas?: string | undefined;
447
447
  maxFeePerGas?: string | undefined;
448
448
  maxPriorityFeePerGas?: string | undefined;
@@ -454,10 +454,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
454
454
  }, ...{
455
455
  from: string;
456
456
  chainId?: string | number | undefined;
457
+ value?: string | undefined;
457
458
  to?: string | undefined;
458
459
  gasPrice?: string | undefined;
459
460
  data?: string | undefined;
460
- value?: string | undefined;
461
461
  gas?: string | undefined;
462
462
  maxFeePerGas?: string | undefined;
463
463
  maxPriorityFeePerGas?: string | undefined;
@@ -469,10 +469,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
469
469
  }[]], [{
470
470
  from: string;
471
471
  chainId?: string | number | undefined;
472
+ value?: string | undefined;
472
473
  to?: string | undefined;
473
474
  gasPrice?: string | undefined;
474
475
  data?: string | undefined;
475
- value?: string | undefined;
476
476
  gas?: string | undefined;
477
477
  maxFeePerGas?: string | undefined;
478
478
  maxPriorityFeePerGas?: string | undefined;
@@ -484,10 +484,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
484
484
  }, {
485
485
  from: string;
486
486
  chainId?: string | number | undefined;
487
+ value?: string | undefined;
487
488
  to?: string | undefined;
488
489
  gasPrice?: string | undefined;
489
490
  data?: string | undefined;
490
- value?: string | undefined;
491
491
  gas?: string | undefined;
492
492
  maxFeePerGas?: string | undefined;
493
493
  maxPriorityFeePerGas?: string | undefined;
@@ -499,10 +499,10 @@ declare const transactionBatchSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.Z
499
499
  }, ...{
500
500
  from: string;
501
501
  chainId?: string | number | undefined;
502
+ value?: string | undefined;
502
503
  to?: string | undefined;
503
504
  gasPrice?: string | undefined;
504
505
  data?: string | undefined;
505
- value?: string | undefined;
506
506
  gas?: string | undefined;
507
507
  maxFeePerGas?: string | undefined;
508
508
  maxPriorityFeePerGas?: string | undefined;