@lodestar/types 1.31.0-dev.fa41ea44de → 1.31.0-peerDAS.0a673a00bb

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.
@@ -1,4 +1,6 @@
1
1
  import { ByteVectorType, ContainerType, ListBasicType, ListCompositeType, VectorCompositeType } from "@chainsafe/ssz";
2
+ export declare const KZGProof: ByteVectorType;
3
+ export declare const Blob: ByteVectorType;
2
4
  export declare const Metadata: ContainerType<{
3
5
  custodyGroupCount: import("@chainsafe/ssz").UintNumberType;
4
6
  seqNumber: import("@chainsafe/ssz").UintBigintType;
@@ -9,6 +11,7 @@ export declare const Cell: ByteVectorType;
9
11
  export declare const DataColumn: ListCompositeType<ByteVectorType>;
10
12
  export declare const ExtendedMatrix: ListCompositeType<ByteVectorType>;
11
13
  export declare const KzgCommitmentsInclusionProof: VectorCompositeType<ByteVectorType>;
14
+ export declare const KZGProofs: ListCompositeType<ByteVectorType>;
12
15
  export declare const DataColumnSidecar: ContainerType<{
13
16
  index: import("@chainsafe/ssz").UintNumberType;
14
17
  column: ListCompositeType<ByteVectorType>;
@@ -49,17 +52,1968 @@ export declare const MatrixEntry: ContainerType<{
49
52
  columnIndex: import("@chainsafe/ssz").UintNumberType;
50
53
  rowIndex: import("@chainsafe/ssz").UintNumberType;
51
54
  }>;
52
- export declare const DataColumnIdentifier: ContainerType<{
55
+ export declare const DataColumnsByRootIdentifier: ContainerType<{
53
56
  blockRoot: ByteVectorType;
54
- index: import("@chainsafe/ssz").UintNumberType;
57
+ columns: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
55
58
  }>;
56
59
  export declare const DataColumnSidecarsByRootRequest: ListCompositeType<ContainerType<{
57
60
  blockRoot: ByteVectorType;
58
- index: import("@chainsafe/ssz").UintNumberType;
61
+ columns: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
59
62
  }>>;
60
63
  export declare const DataColumnSidecarsByRangeRequest: ContainerType<{
61
64
  startSlot: import("@chainsafe/ssz").UintNumberType;
62
65
  count: import("@chainsafe/ssz").UintNumberType;
63
66
  columns: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
64
67
  }>;
68
+ export declare const ExecutionPayload: ContainerType<{
69
+ blobGasUsed: import("@chainsafe/ssz").UintBigintType;
70
+ excessBlobGas: import("@chainsafe/ssz").UintBigintType;
71
+ withdrawals: ListCompositeType<ContainerType<{
72
+ index: import("@chainsafe/ssz").UintNumberType;
73
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
74
+ address: import("../utils/executionAddress.js").ExecutionAddressType;
75
+ amount: import("@chainsafe/ssz").UintBigintType;
76
+ }>>;
77
+ transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
78
+ parentHash: ByteVectorType;
79
+ feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
80
+ stateRoot: ByteVectorType;
81
+ receiptsRoot: ByteVectorType;
82
+ logsBloom: ByteVectorType;
83
+ prevRandao: ByteVectorType;
84
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
85
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
86
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
87
+ timestamp: import("@chainsafe/ssz").UintNumberType;
88
+ extraData: import("@chainsafe/ssz").ByteListType;
89
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
90
+ blockHash: ByteVectorType;
91
+ }>;
92
+ export declare const ExecutionPayloadHeader: ContainerType<{
93
+ blobGasUsed: import("@chainsafe/ssz").UintBigintType;
94
+ excessBlobGas: import("@chainsafe/ssz").UintBigintType;
95
+ withdrawalsRoot: ByteVectorType;
96
+ transactionsRoot: ByteVectorType;
97
+ parentHash: ByteVectorType;
98
+ feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
99
+ stateRoot: ByteVectorType;
100
+ receiptsRoot: ByteVectorType;
101
+ logsBloom: ByteVectorType;
102
+ prevRandao: ByteVectorType;
103
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
104
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
105
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
106
+ timestamp: import("@chainsafe/ssz").UintNumberType;
107
+ extraData: import("@chainsafe/ssz").ByteListType;
108
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
109
+ blockHash: ByteVectorType;
110
+ }>;
111
+ export declare const BeaconBlockBody: ContainerType<{
112
+ randaoReveal: ByteVectorType;
113
+ eth1Data: ContainerType<{
114
+ depositRoot: ByteVectorType;
115
+ depositCount: import("@chainsafe/ssz").UintNumberType;
116
+ blockHash: ByteVectorType;
117
+ }>;
118
+ graffiti: ByteVectorType;
119
+ proposerSlashings: ListCompositeType<ContainerType<{
120
+ signedHeader1: ContainerType<{
121
+ message: ContainerType<{
122
+ slot: import("@chainsafe/ssz").UintBigintType;
123
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
124
+ parentRoot: ByteVectorType;
125
+ stateRoot: ByteVectorType;
126
+ bodyRoot: ByteVectorType;
127
+ }>;
128
+ signature: ByteVectorType;
129
+ }>;
130
+ signedHeader2: ContainerType<{
131
+ message: ContainerType<{
132
+ slot: import("@chainsafe/ssz").UintBigintType;
133
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
134
+ parentRoot: ByteVectorType;
135
+ stateRoot: ByteVectorType;
136
+ bodyRoot: ByteVectorType;
137
+ }>;
138
+ signature: ByteVectorType;
139
+ }>;
140
+ }>>;
141
+ attesterSlashings: ListCompositeType<ContainerType<{
142
+ attestation1: ContainerType<{
143
+ attestingIndices: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
144
+ data: ContainerType<{
145
+ slot: import("@chainsafe/ssz").UintBigintType;
146
+ index: import("@chainsafe/ssz").UintBigintType;
147
+ beaconBlockRoot: ByteVectorType;
148
+ source: ContainerType<{
149
+ epoch: import("@chainsafe/ssz").UintBigintType;
150
+ root: ByteVectorType;
151
+ }>;
152
+ target: ContainerType<{
153
+ epoch: import("@chainsafe/ssz").UintBigintType;
154
+ root: ByteVectorType;
155
+ }>;
156
+ }>;
157
+ signature: ByteVectorType;
158
+ }>;
159
+ attestation2: ContainerType<{
160
+ attestingIndices: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
161
+ data: ContainerType<{
162
+ slot: import("@chainsafe/ssz").UintBigintType;
163
+ index: import("@chainsafe/ssz").UintBigintType;
164
+ beaconBlockRoot: ByteVectorType;
165
+ source: ContainerType<{
166
+ epoch: import("@chainsafe/ssz").UintBigintType;
167
+ root: ByteVectorType;
168
+ }>;
169
+ target: ContainerType<{
170
+ epoch: import("@chainsafe/ssz").UintBigintType;
171
+ root: ByteVectorType;
172
+ }>;
173
+ }>;
174
+ signature: ByteVectorType;
175
+ }>;
176
+ }>>;
177
+ attestations: ListCompositeType<ContainerType<{
178
+ aggregationBits: import("@chainsafe/ssz").BitListType;
179
+ data: ContainerType<{
180
+ slot: import("@chainsafe/ssz").UintNumberType;
181
+ index: import("@chainsafe/ssz").UintNumberType;
182
+ beaconBlockRoot: ByteVectorType;
183
+ source: ContainerType<{
184
+ epoch: import("@chainsafe/ssz").UintNumberType;
185
+ root: ByteVectorType;
186
+ }>;
187
+ target: ContainerType<{
188
+ epoch: import("@chainsafe/ssz").UintNumberType;
189
+ root: ByteVectorType;
190
+ }>;
191
+ }>;
192
+ signature: ByteVectorType;
193
+ committeeBits: import("@chainsafe/ssz").BitVectorType;
194
+ }>>;
195
+ deposits: ListCompositeType<ContainerType<{
196
+ proof: VectorCompositeType<ByteVectorType>;
197
+ data: ContainerType<{
198
+ pubkey: ByteVectorType;
199
+ withdrawalCredentials: ByteVectorType;
200
+ amount: import("@chainsafe/ssz").UintNumberType;
201
+ signature: ByteVectorType;
202
+ }>;
203
+ }>>;
204
+ voluntaryExits: ListCompositeType<ContainerType<{
205
+ message: ContainerType<{
206
+ epoch: import("@chainsafe/ssz").UintNumberType;
207
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
208
+ }>;
209
+ signature: ByteVectorType;
210
+ }>>;
211
+ syncAggregate: ContainerType<{
212
+ syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
213
+ syncCommitteeSignature: ByteVectorType;
214
+ }>;
215
+ executionPayload: ContainerType<{
216
+ blobGasUsed: import("@chainsafe/ssz").UintBigintType;
217
+ excessBlobGas: import("@chainsafe/ssz").UintBigintType;
218
+ withdrawals: ListCompositeType<ContainerType<{
219
+ index: import("@chainsafe/ssz").UintNumberType;
220
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
221
+ address: import("../utils/executionAddress.js").ExecutionAddressType;
222
+ amount: import("@chainsafe/ssz").UintBigintType;
223
+ }>>;
224
+ transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
225
+ parentHash: ByteVectorType;
226
+ feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
227
+ stateRoot: ByteVectorType;
228
+ receiptsRoot: ByteVectorType;
229
+ logsBloom: ByteVectorType;
230
+ prevRandao: ByteVectorType;
231
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
232
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
233
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
234
+ timestamp: import("@chainsafe/ssz").UintNumberType;
235
+ extraData: import("@chainsafe/ssz").ByteListType;
236
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
237
+ blockHash: ByteVectorType;
238
+ }>;
239
+ blsToExecutionChanges: ListCompositeType<ContainerType<{
240
+ message: ContainerType<{
241
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
242
+ fromBlsPubkey: ByteVectorType;
243
+ toExecutionAddress: import("../utils/executionAddress.js").ExecutionAddressType;
244
+ }>;
245
+ signature: ByteVectorType;
246
+ }>>;
247
+ blobKzgCommitments: ListCompositeType<ByteVectorType>;
248
+ executionRequests: ContainerType<{
249
+ deposits: ListCompositeType<ContainerType<{
250
+ pubkey: ByteVectorType;
251
+ withdrawalCredentials: ByteVectorType;
252
+ amount: import("@chainsafe/ssz").UintNumberType;
253
+ signature: ByteVectorType;
254
+ index: import("@chainsafe/ssz").UintBigintType;
255
+ }>>;
256
+ withdrawals: ListCompositeType<ContainerType<{
257
+ sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
258
+ validatorPubkey: ByteVectorType;
259
+ amount: import("@chainsafe/ssz").UintBigintType;
260
+ }>>;
261
+ consolidations: ListCompositeType<ContainerType<{
262
+ sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
263
+ sourcePubkey: ByteVectorType;
264
+ targetPubkey: ByteVectorType;
265
+ }>>;
266
+ }>;
267
+ }>;
268
+ export declare const BeaconBlock: ContainerType<{
269
+ body: ContainerType<{
270
+ randaoReveal: ByteVectorType;
271
+ eth1Data: ContainerType<{
272
+ depositRoot: ByteVectorType;
273
+ depositCount: import("@chainsafe/ssz").UintNumberType;
274
+ blockHash: ByteVectorType;
275
+ }>;
276
+ graffiti: ByteVectorType;
277
+ proposerSlashings: ListCompositeType<ContainerType<{
278
+ signedHeader1: ContainerType<{
279
+ message: ContainerType<{
280
+ slot: import("@chainsafe/ssz").UintBigintType;
281
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
282
+ parentRoot: ByteVectorType;
283
+ stateRoot: ByteVectorType;
284
+ bodyRoot: ByteVectorType;
285
+ }>;
286
+ signature: ByteVectorType;
287
+ }>;
288
+ signedHeader2: ContainerType<{
289
+ message: ContainerType<{
290
+ slot: import("@chainsafe/ssz").UintBigintType;
291
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
292
+ parentRoot: ByteVectorType;
293
+ stateRoot: ByteVectorType;
294
+ bodyRoot: ByteVectorType;
295
+ }>;
296
+ signature: ByteVectorType;
297
+ }>;
298
+ }>>;
299
+ attesterSlashings: ListCompositeType<ContainerType<{
300
+ attestation1: ContainerType<{
301
+ attestingIndices: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
302
+ data: ContainerType<{
303
+ slot: import("@chainsafe/ssz").UintBigintType;
304
+ index: import("@chainsafe/ssz").UintBigintType;
305
+ beaconBlockRoot: ByteVectorType;
306
+ source: ContainerType<{
307
+ epoch: import("@chainsafe/ssz").UintBigintType;
308
+ root: ByteVectorType;
309
+ }>;
310
+ target: ContainerType<{
311
+ epoch: import("@chainsafe/ssz").UintBigintType;
312
+ root: ByteVectorType;
313
+ }>;
314
+ }>;
315
+ signature: ByteVectorType;
316
+ }>;
317
+ attestation2: ContainerType<{
318
+ attestingIndices: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
319
+ data: ContainerType<{
320
+ slot: import("@chainsafe/ssz").UintBigintType;
321
+ index: import("@chainsafe/ssz").UintBigintType;
322
+ beaconBlockRoot: ByteVectorType;
323
+ source: ContainerType<{
324
+ epoch: import("@chainsafe/ssz").UintBigintType;
325
+ root: ByteVectorType;
326
+ }>;
327
+ target: ContainerType<{
328
+ epoch: import("@chainsafe/ssz").UintBigintType;
329
+ root: ByteVectorType;
330
+ }>;
331
+ }>;
332
+ signature: ByteVectorType;
333
+ }>;
334
+ }>>;
335
+ attestations: ListCompositeType<ContainerType<{
336
+ aggregationBits: import("@chainsafe/ssz").BitListType;
337
+ data: ContainerType<{
338
+ slot: import("@chainsafe/ssz").UintNumberType;
339
+ index: import("@chainsafe/ssz").UintNumberType;
340
+ beaconBlockRoot: ByteVectorType;
341
+ source: ContainerType<{
342
+ epoch: import("@chainsafe/ssz").UintNumberType;
343
+ root: ByteVectorType;
344
+ }>;
345
+ target: ContainerType<{
346
+ epoch: import("@chainsafe/ssz").UintNumberType;
347
+ root: ByteVectorType;
348
+ }>;
349
+ }>;
350
+ signature: ByteVectorType;
351
+ committeeBits: import("@chainsafe/ssz").BitVectorType;
352
+ }>>;
353
+ deposits: ListCompositeType<ContainerType<{
354
+ proof: VectorCompositeType<ByteVectorType>;
355
+ data: ContainerType<{
356
+ pubkey: ByteVectorType;
357
+ withdrawalCredentials: ByteVectorType;
358
+ amount: import("@chainsafe/ssz").UintNumberType;
359
+ signature: ByteVectorType;
360
+ }>;
361
+ }>>;
362
+ voluntaryExits: ListCompositeType<ContainerType<{
363
+ message: ContainerType<{
364
+ epoch: import("@chainsafe/ssz").UintNumberType;
365
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
366
+ }>;
367
+ signature: ByteVectorType;
368
+ }>>;
369
+ syncAggregate: ContainerType<{
370
+ syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
371
+ syncCommitteeSignature: ByteVectorType;
372
+ }>;
373
+ executionPayload: ContainerType<{
374
+ blobGasUsed: import("@chainsafe/ssz").UintBigintType;
375
+ excessBlobGas: import("@chainsafe/ssz").UintBigintType;
376
+ withdrawals: ListCompositeType<ContainerType<{
377
+ index: import("@chainsafe/ssz").UintNumberType;
378
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
379
+ address: import("../utils/executionAddress.js").ExecutionAddressType;
380
+ amount: import("@chainsafe/ssz").UintBigintType;
381
+ }>>;
382
+ transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
383
+ parentHash: ByteVectorType;
384
+ feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
385
+ stateRoot: ByteVectorType;
386
+ receiptsRoot: ByteVectorType;
387
+ logsBloom: ByteVectorType;
388
+ prevRandao: ByteVectorType;
389
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
390
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
391
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
392
+ timestamp: import("@chainsafe/ssz").UintNumberType;
393
+ extraData: import("@chainsafe/ssz").ByteListType;
394
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
395
+ blockHash: ByteVectorType;
396
+ }>;
397
+ blsToExecutionChanges: ListCompositeType<ContainerType<{
398
+ message: ContainerType<{
399
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
400
+ fromBlsPubkey: ByteVectorType;
401
+ toExecutionAddress: import("../utils/executionAddress.js").ExecutionAddressType;
402
+ }>;
403
+ signature: ByteVectorType;
404
+ }>>;
405
+ blobKzgCommitments: ListCompositeType<ByteVectorType>;
406
+ executionRequests: ContainerType<{
407
+ deposits: ListCompositeType<ContainerType<{
408
+ pubkey: ByteVectorType;
409
+ withdrawalCredentials: ByteVectorType;
410
+ amount: import("@chainsafe/ssz").UintNumberType;
411
+ signature: ByteVectorType;
412
+ index: import("@chainsafe/ssz").UintBigintType;
413
+ }>>;
414
+ withdrawals: ListCompositeType<ContainerType<{
415
+ sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
416
+ validatorPubkey: ByteVectorType;
417
+ amount: import("@chainsafe/ssz").UintBigintType;
418
+ }>>;
419
+ consolidations: ListCompositeType<ContainerType<{
420
+ sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
421
+ sourcePubkey: ByteVectorType;
422
+ targetPubkey: ByteVectorType;
423
+ }>>;
424
+ }>;
425
+ }>;
426
+ slot: import("@chainsafe/ssz").UintNumberType;
427
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
428
+ parentRoot: ByteVectorType;
429
+ stateRoot: ByteVectorType;
430
+ }>;
431
+ export declare const SignedBeaconBlock: ContainerType<{
432
+ message: ContainerType<{
433
+ body: ContainerType<{
434
+ randaoReveal: ByteVectorType;
435
+ eth1Data: ContainerType<{
436
+ depositRoot: ByteVectorType;
437
+ depositCount: import("@chainsafe/ssz").UintNumberType;
438
+ blockHash: ByteVectorType;
439
+ }>;
440
+ graffiti: ByteVectorType;
441
+ proposerSlashings: ListCompositeType<ContainerType<{
442
+ signedHeader1: ContainerType<{
443
+ message: ContainerType<{
444
+ slot: import("@chainsafe/ssz").UintBigintType;
445
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
446
+ parentRoot: ByteVectorType;
447
+ stateRoot: ByteVectorType;
448
+ bodyRoot: ByteVectorType;
449
+ }>;
450
+ signature: ByteVectorType;
451
+ }>;
452
+ signedHeader2: ContainerType<{
453
+ message: ContainerType<{
454
+ slot: import("@chainsafe/ssz").UintBigintType;
455
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
456
+ parentRoot: ByteVectorType;
457
+ stateRoot: ByteVectorType;
458
+ bodyRoot: ByteVectorType;
459
+ }>;
460
+ signature: ByteVectorType;
461
+ }>;
462
+ }>>;
463
+ attesterSlashings: ListCompositeType<ContainerType<{
464
+ attestation1: ContainerType<{
465
+ attestingIndices: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
466
+ data: ContainerType<{
467
+ slot: import("@chainsafe/ssz").UintBigintType;
468
+ index: import("@chainsafe/ssz").UintBigintType;
469
+ beaconBlockRoot: ByteVectorType;
470
+ source: ContainerType<{
471
+ epoch: import("@chainsafe/ssz").UintBigintType;
472
+ root: ByteVectorType;
473
+ }>;
474
+ target: ContainerType<{
475
+ epoch: import("@chainsafe/ssz").UintBigintType;
476
+ root: ByteVectorType;
477
+ }>;
478
+ }>;
479
+ signature: ByteVectorType;
480
+ }>;
481
+ attestation2: ContainerType<{
482
+ attestingIndices: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
483
+ data: ContainerType<{
484
+ slot: import("@chainsafe/ssz").UintBigintType;
485
+ index: import("@chainsafe/ssz").UintBigintType;
486
+ beaconBlockRoot: ByteVectorType;
487
+ source: ContainerType<{
488
+ epoch: import("@chainsafe/ssz").UintBigintType;
489
+ root: ByteVectorType;
490
+ }>;
491
+ target: ContainerType<{
492
+ epoch: import("@chainsafe/ssz").UintBigintType;
493
+ root: ByteVectorType;
494
+ }>;
495
+ }>;
496
+ signature: ByteVectorType;
497
+ }>;
498
+ }>>;
499
+ attestations: ListCompositeType<ContainerType<{
500
+ aggregationBits: import("@chainsafe/ssz").BitListType;
501
+ data: ContainerType<{
502
+ slot: import("@chainsafe/ssz").UintNumberType;
503
+ index: import("@chainsafe/ssz").UintNumberType;
504
+ beaconBlockRoot: ByteVectorType;
505
+ source: ContainerType<{
506
+ epoch: import("@chainsafe/ssz").UintNumberType;
507
+ root: ByteVectorType;
508
+ }>;
509
+ target: ContainerType<{
510
+ epoch: import("@chainsafe/ssz").UintNumberType;
511
+ root: ByteVectorType;
512
+ }>;
513
+ }>;
514
+ signature: ByteVectorType;
515
+ committeeBits: import("@chainsafe/ssz").BitVectorType;
516
+ }>>;
517
+ deposits: ListCompositeType<ContainerType<{
518
+ proof: VectorCompositeType<ByteVectorType>;
519
+ data: ContainerType<{
520
+ pubkey: ByteVectorType;
521
+ withdrawalCredentials: ByteVectorType;
522
+ amount: import("@chainsafe/ssz").UintNumberType;
523
+ signature: ByteVectorType;
524
+ }>;
525
+ }>>;
526
+ voluntaryExits: ListCompositeType<ContainerType<{
527
+ message: ContainerType<{
528
+ epoch: import("@chainsafe/ssz").UintNumberType;
529
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
530
+ }>;
531
+ signature: ByteVectorType;
532
+ }>>;
533
+ syncAggregate: ContainerType<{
534
+ syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
535
+ syncCommitteeSignature: ByteVectorType;
536
+ }>;
537
+ executionPayload: ContainerType<{
538
+ blobGasUsed: import("@chainsafe/ssz").UintBigintType;
539
+ excessBlobGas: import("@chainsafe/ssz").UintBigintType;
540
+ withdrawals: ListCompositeType<ContainerType<{
541
+ index: import("@chainsafe/ssz").UintNumberType;
542
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
543
+ address: import("../utils/executionAddress.js").ExecutionAddressType;
544
+ amount: import("@chainsafe/ssz").UintBigintType;
545
+ }>>;
546
+ transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
547
+ parentHash: ByteVectorType;
548
+ feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
549
+ stateRoot: ByteVectorType;
550
+ receiptsRoot: ByteVectorType;
551
+ logsBloom: ByteVectorType;
552
+ prevRandao: ByteVectorType;
553
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
554
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
555
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
556
+ timestamp: import("@chainsafe/ssz").UintNumberType;
557
+ extraData: import("@chainsafe/ssz").ByteListType;
558
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
559
+ blockHash: ByteVectorType;
560
+ }>;
561
+ blsToExecutionChanges: ListCompositeType<ContainerType<{
562
+ message: ContainerType<{
563
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
564
+ fromBlsPubkey: ByteVectorType;
565
+ toExecutionAddress: import("../utils/executionAddress.js").ExecutionAddressType;
566
+ }>;
567
+ signature: ByteVectorType;
568
+ }>>;
569
+ blobKzgCommitments: ListCompositeType<ByteVectorType>;
570
+ executionRequests: ContainerType<{
571
+ deposits: ListCompositeType<ContainerType<{
572
+ pubkey: ByteVectorType;
573
+ withdrawalCredentials: ByteVectorType;
574
+ amount: import("@chainsafe/ssz").UintNumberType;
575
+ signature: ByteVectorType;
576
+ index: import("@chainsafe/ssz").UintBigintType;
577
+ }>>;
578
+ withdrawals: ListCompositeType<ContainerType<{
579
+ sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
580
+ validatorPubkey: ByteVectorType;
581
+ amount: import("@chainsafe/ssz").UintBigintType;
582
+ }>>;
583
+ consolidations: ListCompositeType<ContainerType<{
584
+ sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
585
+ sourcePubkey: ByteVectorType;
586
+ targetPubkey: ByteVectorType;
587
+ }>>;
588
+ }>;
589
+ }>;
590
+ slot: import("@chainsafe/ssz").UintNumberType;
591
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
592
+ parentRoot: ByteVectorType;
593
+ stateRoot: ByteVectorType;
594
+ }>;
595
+ signature: ByteVectorType;
596
+ }>;
597
+ export declare const BlobSidecar: ContainerType<{
598
+ index: import("@chainsafe/ssz").UintNumberType;
599
+ blob: ByteVectorType;
600
+ kzgCommitment: ByteVectorType;
601
+ kzgProof: ByteVectorType;
602
+ signedBlockHeader: ContainerType<{
603
+ message: ContainerType<{
604
+ slot: import("@chainsafe/ssz").UintNumberType;
605
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
606
+ parentRoot: ByteVectorType;
607
+ stateRoot: ByteVectorType;
608
+ bodyRoot: ByteVectorType;
609
+ }>;
610
+ signature: ByteVectorType;
611
+ }>;
612
+ kzgCommitmentInclusionProof: VectorCompositeType<ByteVectorType>;
613
+ }>;
614
+ export declare const BlobsBundle: ContainerType<{
615
+ commitments: ListCompositeType<ByteVectorType>;
616
+ proofs: ListCompositeType<ByteVectorType>;
617
+ blobs: ListCompositeType<ByteVectorType>;
618
+ }>;
619
+ export declare const BlindedBeaconBlockBody: ContainerType<{
620
+ randaoReveal: ByteVectorType;
621
+ eth1Data: ContainerType<{
622
+ depositRoot: ByteVectorType;
623
+ depositCount: import("@chainsafe/ssz").UintNumberType;
624
+ blockHash: ByteVectorType;
625
+ }>;
626
+ graffiti: ByteVectorType;
627
+ proposerSlashings: ListCompositeType<ContainerType<{
628
+ signedHeader1: ContainerType<{
629
+ message: ContainerType<{
630
+ slot: import("@chainsafe/ssz").UintBigintType;
631
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
632
+ parentRoot: ByteVectorType;
633
+ stateRoot: ByteVectorType;
634
+ bodyRoot: ByteVectorType;
635
+ }>;
636
+ signature: ByteVectorType;
637
+ }>;
638
+ signedHeader2: ContainerType<{
639
+ message: ContainerType<{
640
+ slot: import("@chainsafe/ssz").UintBigintType;
641
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
642
+ parentRoot: ByteVectorType;
643
+ stateRoot: ByteVectorType;
644
+ bodyRoot: ByteVectorType;
645
+ }>;
646
+ signature: ByteVectorType;
647
+ }>;
648
+ }>>;
649
+ attesterSlashings: ListCompositeType<ContainerType<{
650
+ attestation1: ContainerType<{
651
+ attestingIndices: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
652
+ data: ContainerType<{
653
+ slot: import("@chainsafe/ssz").UintBigintType;
654
+ index: import("@chainsafe/ssz").UintBigintType;
655
+ beaconBlockRoot: ByteVectorType;
656
+ source: ContainerType<{
657
+ epoch: import("@chainsafe/ssz").UintBigintType;
658
+ root: ByteVectorType;
659
+ }>;
660
+ target: ContainerType<{
661
+ epoch: import("@chainsafe/ssz").UintBigintType;
662
+ root: ByteVectorType;
663
+ }>;
664
+ }>;
665
+ signature: ByteVectorType;
666
+ }>;
667
+ attestation2: ContainerType<{
668
+ attestingIndices: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
669
+ data: ContainerType<{
670
+ slot: import("@chainsafe/ssz").UintBigintType;
671
+ index: import("@chainsafe/ssz").UintBigintType;
672
+ beaconBlockRoot: ByteVectorType;
673
+ source: ContainerType<{
674
+ epoch: import("@chainsafe/ssz").UintBigintType;
675
+ root: ByteVectorType;
676
+ }>;
677
+ target: ContainerType<{
678
+ epoch: import("@chainsafe/ssz").UintBigintType;
679
+ root: ByteVectorType;
680
+ }>;
681
+ }>;
682
+ signature: ByteVectorType;
683
+ }>;
684
+ }>>;
685
+ attestations: ListCompositeType<ContainerType<{
686
+ aggregationBits: import("@chainsafe/ssz").BitListType;
687
+ data: ContainerType<{
688
+ slot: import("@chainsafe/ssz").UintNumberType;
689
+ index: import("@chainsafe/ssz").UintNumberType;
690
+ beaconBlockRoot: ByteVectorType;
691
+ source: ContainerType<{
692
+ epoch: import("@chainsafe/ssz").UintNumberType;
693
+ root: ByteVectorType;
694
+ }>;
695
+ target: ContainerType<{
696
+ epoch: import("@chainsafe/ssz").UintNumberType;
697
+ root: ByteVectorType;
698
+ }>;
699
+ }>;
700
+ signature: ByteVectorType;
701
+ committeeBits: import("@chainsafe/ssz").BitVectorType;
702
+ }>>;
703
+ deposits: ListCompositeType<ContainerType<{
704
+ proof: VectorCompositeType<ByteVectorType>;
705
+ data: ContainerType<{
706
+ pubkey: ByteVectorType;
707
+ withdrawalCredentials: ByteVectorType;
708
+ amount: import("@chainsafe/ssz").UintNumberType;
709
+ signature: ByteVectorType;
710
+ }>;
711
+ }>>;
712
+ voluntaryExits: ListCompositeType<ContainerType<{
713
+ message: ContainerType<{
714
+ epoch: import("@chainsafe/ssz").UintNumberType;
715
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
716
+ }>;
717
+ signature: ByteVectorType;
718
+ }>>;
719
+ syncAggregate: ContainerType<{
720
+ syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
721
+ syncCommitteeSignature: ByteVectorType;
722
+ }>;
723
+ executionPayloadHeader: ContainerType<{
724
+ blobGasUsed: import("@chainsafe/ssz").UintBigintType;
725
+ excessBlobGas: import("@chainsafe/ssz").UintBigintType;
726
+ withdrawalsRoot: ByteVectorType;
727
+ transactionsRoot: ByteVectorType;
728
+ parentHash: ByteVectorType;
729
+ feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
730
+ stateRoot: ByteVectorType;
731
+ receiptsRoot: ByteVectorType;
732
+ logsBloom: ByteVectorType;
733
+ prevRandao: ByteVectorType;
734
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
735
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
736
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
737
+ timestamp: import("@chainsafe/ssz").UintNumberType;
738
+ extraData: import("@chainsafe/ssz").ByteListType;
739
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
740
+ blockHash: ByteVectorType;
741
+ }>;
742
+ blsToExecutionChanges: ListCompositeType<ContainerType<{
743
+ message: ContainerType<{
744
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
745
+ fromBlsPubkey: ByteVectorType;
746
+ toExecutionAddress: import("../utils/executionAddress.js").ExecutionAddressType;
747
+ }>;
748
+ signature: ByteVectorType;
749
+ }>>;
750
+ blobKzgCommitments: ListCompositeType<ByteVectorType>;
751
+ executionRequests: ContainerType<{
752
+ deposits: ListCompositeType<ContainerType<{
753
+ pubkey: ByteVectorType;
754
+ withdrawalCredentials: ByteVectorType;
755
+ amount: import("@chainsafe/ssz").UintNumberType;
756
+ signature: ByteVectorType;
757
+ index: import("@chainsafe/ssz").UintBigintType;
758
+ }>>;
759
+ withdrawals: ListCompositeType<ContainerType<{
760
+ sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
761
+ validatorPubkey: ByteVectorType;
762
+ amount: import("@chainsafe/ssz").UintBigintType;
763
+ }>>;
764
+ consolidations: ListCompositeType<ContainerType<{
765
+ sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
766
+ sourcePubkey: ByteVectorType;
767
+ targetPubkey: ByteVectorType;
768
+ }>>;
769
+ }>;
770
+ }>;
771
+ export declare const BlindedBeaconBlock: ContainerType<{
772
+ body: ContainerType<{
773
+ randaoReveal: ByteVectorType;
774
+ eth1Data: ContainerType<{
775
+ depositRoot: ByteVectorType;
776
+ depositCount: import("@chainsafe/ssz").UintNumberType;
777
+ blockHash: ByteVectorType;
778
+ }>;
779
+ graffiti: ByteVectorType;
780
+ proposerSlashings: ListCompositeType<ContainerType<{
781
+ signedHeader1: ContainerType<{
782
+ message: ContainerType<{
783
+ slot: import("@chainsafe/ssz").UintBigintType;
784
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
785
+ parentRoot: ByteVectorType;
786
+ stateRoot: ByteVectorType;
787
+ bodyRoot: ByteVectorType;
788
+ }>;
789
+ signature: ByteVectorType;
790
+ }>;
791
+ signedHeader2: ContainerType<{
792
+ message: ContainerType<{
793
+ slot: import("@chainsafe/ssz").UintBigintType;
794
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
795
+ parentRoot: ByteVectorType;
796
+ stateRoot: ByteVectorType;
797
+ bodyRoot: ByteVectorType;
798
+ }>;
799
+ signature: ByteVectorType;
800
+ }>;
801
+ }>>;
802
+ attesterSlashings: ListCompositeType<ContainerType<{
803
+ attestation1: ContainerType<{
804
+ attestingIndices: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
805
+ data: ContainerType<{
806
+ slot: import("@chainsafe/ssz").UintBigintType;
807
+ index: import("@chainsafe/ssz").UintBigintType;
808
+ beaconBlockRoot: ByteVectorType;
809
+ source: ContainerType<{
810
+ epoch: import("@chainsafe/ssz").UintBigintType;
811
+ root: ByteVectorType;
812
+ }>;
813
+ target: ContainerType<{
814
+ epoch: import("@chainsafe/ssz").UintBigintType;
815
+ root: ByteVectorType;
816
+ }>;
817
+ }>;
818
+ signature: ByteVectorType;
819
+ }>;
820
+ attestation2: ContainerType<{
821
+ attestingIndices: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
822
+ data: ContainerType<{
823
+ slot: import("@chainsafe/ssz").UintBigintType;
824
+ index: import("@chainsafe/ssz").UintBigintType;
825
+ beaconBlockRoot: ByteVectorType;
826
+ source: ContainerType<{
827
+ epoch: import("@chainsafe/ssz").UintBigintType;
828
+ root: ByteVectorType;
829
+ }>;
830
+ target: ContainerType<{
831
+ epoch: import("@chainsafe/ssz").UintBigintType;
832
+ root: ByteVectorType;
833
+ }>;
834
+ }>;
835
+ signature: ByteVectorType;
836
+ }>;
837
+ }>>;
838
+ attestations: ListCompositeType<ContainerType<{
839
+ aggregationBits: import("@chainsafe/ssz").BitListType;
840
+ data: ContainerType<{
841
+ slot: import("@chainsafe/ssz").UintNumberType;
842
+ index: import("@chainsafe/ssz").UintNumberType;
843
+ beaconBlockRoot: ByteVectorType;
844
+ source: ContainerType<{
845
+ epoch: import("@chainsafe/ssz").UintNumberType;
846
+ root: ByteVectorType;
847
+ }>;
848
+ target: ContainerType<{
849
+ epoch: import("@chainsafe/ssz").UintNumberType;
850
+ root: ByteVectorType;
851
+ }>;
852
+ }>;
853
+ signature: ByteVectorType;
854
+ committeeBits: import("@chainsafe/ssz").BitVectorType;
855
+ }>>;
856
+ deposits: ListCompositeType<ContainerType<{
857
+ proof: VectorCompositeType<ByteVectorType>;
858
+ data: ContainerType<{
859
+ pubkey: ByteVectorType;
860
+ withdrawalCredentials: ByteVectorType;
861
+ amount: import("@chainsafe/ssz").UintNumberType;
862
+ signature: ByteVectorType;
863
+ }>;
864
+ }>>;
865
+ voluntaryExits: ListCompositeType<ContainerType<{
866
+ message: ContainerType<{
867
+ epoch: import("@chainsafe/ssz").UintNumberType;
868
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
869
+ }>;
870
+ signature: ByteVectorType;
871
+ }>>;
872
+ syncAggregate: ContainerType<{
873
+ syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
874
+ syncCommitteeSignature: ByteVectorType;
875
+ }>;
876
+ executionPayloadHeader: ContainerType<{
877
+ blobGasUsed: import("@chainsafe/ssz").UintBigintType;
878
+ excessBlobGas: import("@chainsafe/ssz").UintBigintType;
879
+ withdrawalsRoot: ByteVectorType;
880
+ transactionsRoot: ByteVectorType;
881
+ parentHash: ByteVectorType;
882
+ feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
883
+ stateRoot: ByteVectorType;
884
+ receiptsRoot: ByteVectorType;
885
+ logsBloom: ByteVectorType;
886
+ prevRandao: ByteVectorType;
887
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
888
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
889
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
890
+ timestamp: import("@chainsafe/ssz").UintNumberType;
891
+ extraData: import("@chainsafe/ssz").ByteListType;
892
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
893
+ blockHash: ByteVectorType;
894
+ }>;
895
+ blsToExecutionChanges: ListCompositeType<ContainerType<{
896
+ message: ContainerType<{
897
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
898
+ fromBlsPubkey: ByteVectorType;
899
+ toExecutionAddress: import("../utils/executionAddress.js").ExecutionAddressType;
900
+ }>;
901
+ signature: ByteVectorType;
902
+ }>>;
903
+ blobKzgCommitments: ListCompositeType<ByteVectorType>;
904
+ executionRequests: ContainerType<{
905
+ deposits: ListCompositeType<ContainerType<{
906
+ pubkey: ByteVectorType;
907
+ withdrawalCredentials: ByteVectorType;
908
+ amount: import("@chainsafe/ssz").UintNumberType;
909
+ signature: ByteVectorType;
910
+ index: import("@chainsafe/ssz").UintBigintType;
911
+ }>>;
912
+ withdrawals: ListCompositeType<ContainerType<{
913
+ sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
914
+ validatorPubkey: ByteVectorType;
915
+ amount: import("@chainsafe/ssz").UintBigintType;
916
+ }>>;
917
+ consolidations: ListCompositeType<ContainerType<{
918
+ sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
919
+ sourcePubkey: ByteVectorType;
920
+ targetPubkey: ByteVectorType;
921
+ }>>;
922
+ }>;
923
+ }>;
924
+ slot: import("@chainsafe/ssz").UintNumberType;
925
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
926
+ parentRoot: ByteVectorType;
927
+ stateRoot: ByteVectorType;
928
+ }>;
929
+ export declare const SignedBlindedBeaconBlock: ContainerType<{
930
+ message: ContainerType<{
931
+ body: ContainerType<{
932
+ randaoReveal: ByteVectorType;
933
+ eth1Data: ContainerType<{
934
+ depositRoot: ByteVectorType;
935
+ depositCount: import("@chainsafe/ssz").UintNumberType;
936
+ blockHash: ByteVectorType;
937
+ }>;
938
+ graffiti: ByteVectorType;
939
+ proposerSlashings: ListCompositeType<ContainerType<{
940
+ signedHeader1: ContainerType<{
941
+ message: ContainerType<{
942
+ slot: import("@chainsafe/ssz").UintBigintType;
943
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
944
+ parentRoot: ByteVectorType;
945
+ stateRoot: ByteVectorType;
946
+ bodyRoot: ByteVectorType;
947
+ }>;
948
+ signature: ByteVectorType;
949
+ }>;
950
+ signedHeader2: ContainerType<{
951
+ message: ContainerType<{
952
+ slot: import("@chainsafe/ssz").UintBigintType;
953
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
954
+ parentRoot: ByteVectorType;
955
+ stateRoot: ByteVectorType;
956
+ bodyRoot: ByteVectorType;
957
+ }>;
958
+ signature: ByteVectorType;
959
+ }>;
960
+ }>>;
961
+ attesterSlashings: ListCompositeType<ContainerType<{
962
+ attestation1: ContainerType<{
963
+ attestingIndices: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
964
+ data: ContainerType<{
965
+ slot: import("@chainsafe/ssz").UintBigintType;
966
+ index: import("@chainsafe/ssz").UintBigintType;
967
+ beaconBlockRoot: ByteVectorType;
968
+ source: ContainerType<{
969
+ epoch: import("@chainsafe/ssz").UintBigintType;
970
+ root: ByteVectorType;
971
+ }>;
972
+ target: ContainerType<{
973
+ epoch: import("@chainsafe/ssz").UintBigintType;
974
+ root: ByteVectorType;
975
+ }>;
976
+ }>;
977
+ signature: ByteVectorType;
978
+ }>;
979
+ attestation2: ContainerType<{
980
+ attestingIndices: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
981
+ data: ContainerType<{
982
+ slot: import("@chainsafe/ssz").UintBigintType;
983
+ index: import("@chainsafe/ssz").UintBigintType;
984
+ beaconBlockRoot: ByteVectorType;
985
+ source: ContainerType<{
986
+ epoch: import("@chainsafe/ssz").UintBigintType;
987
+ root: ByteVectorType;
988
+ }>;
989
+ target: ContainerType<{
990
+ epoch: import("@chainsafe/ssz").UintBigintType;
991
+ root: ByteVectorType;
992
+ }>;
993
+ }>;
994
+ signature: ByteVectorType;
995
+ }>;
996
+ }>>;
997
+ attestations: ListCompositeType<ContainerType<{
998
+ aggregationBits: import("@chainsafe/ssz").BitListType;
999
+ data: ContainerType<{
1000
+ slot: import("@chainsafe/ssz").UintNumberType;
1001
+ index: import("@chainsafe/ssz").UintNumberType;
1002
+ beaconBlockRoot: ByteVectorType;
1003
+ source: ContainerType<{
1004
+ epoch: import("@chainsafe/ssz").UintNumberType;
1005
+ root: ByteVectorType;
1006
+ }>;
1007
+ target: ContainerType<{
1008
+ epoch: import("@chainsafe/ssz").UintNumberType;
1009
+ root: ByteVectorType;
1010
+ }>;
1011
+ }>;
1012
+ signature: ByteVectorType;
1013
+ committeeBits: import("@chainsafe/ssz").BitVectorType;
1014
+ }>>;
1015
+ deposits: ListCompositeType<ContainerType<{
1016
+ proof: VectorCompositeType<ByteVectorType>;
1017
+ data: ContainerType<{
1018
+ pubkey: ByteVectorType;
1019
+ withdrawalCredentials: ByteVectorType;
1020
+ amount: import("@chainsafe/ssz").UintNumberType;
1021
+ signature: ByteVectorType;
1022
+ }>;
1023
+ }>>;
1024
+ voluntaryExits: ListCompositeType<ContainerType<{
1025
+ message: ContainerType<{
1026
+ epoch: import("@chainsafe/ssz").UintNumberType;
1027
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
1028
+ }>;
1029
+ signature: ByteVectorType;
1030
+ }>>;
1031
+ syncAggregate: ContainerType<{
1032
+ syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
1033
+ syncCommitteeSignature: ByteVectorType;
1034
+ }>;
1035
+ executionPayloadHeader: ContainerType<{
1036
+ blobGasUsed: import("@chainsafe/ssz").UintBigintType;
1037
+ excessBlobGas: import("@chainsafe/ssz").UintBigintType;
1038
+ withdrawalsRoot: ByteVectorType;
1039
+ transactionsRoot: ByteVectorType;
1040
+ parentHash: ByteVectorType;
1041
+ feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
1042
+ stateRoot: ByteVectorType;
1043
+ receiptsRoot: ByteVectorType;
1044
+ logsBloom: ByteVectorType;
1045
+ prevRandao: ByteVectorType;
1046
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
1047
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
1048
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
1049
+ timestamp: import("@chainsafe/ssz").UintNumberType;
1050
+ extraData: import("@chainsafe/ssz").ByteListType;
1051
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
1052
+ blockHash: ByteVectorType;
1053
+ }>;
1054
+ blsToExecutionChanges: ListCompositeType<ContainerType<{
1055
+ message: ContainerType<{
1056
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
1057
+ fromBlsPubkey: ByteVectorType;
1058
+ toExecutionAddress: import("../utils/executionAddress.js").ExecutionAddressType;
1059
+ }>;
1060
+ signature: ByteVectorType;
1061
+ }>>;
1062
+ blobKzgCommitments: ListCompositeType<ByteVectorType>;
1063
+ executionRequests: ContainerType<{
1064
+ deposits: ListCompositeType<ContainerType<{
1065
+ pubkey: ByteVectorType;
1066
+ withdrawalCredentials: ByteVectorType;
1067
+ amount: import("@chainsafe/ssz").UintNumberType;
1068
+ signature: ByteVectorType;
1069
+ index: import("@chainsafe/ssz").UintBigintType;
1070
+ }>>;
1071
+ withdrawals: ListCompositeType<ContainerType<{
1072
+ sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
1073
+ validatorPubkey: ByteVectorType;
1074
+ amount: import("@chainsafe/ssz").UintBigintType;
1075
+ }>>;
1076
+ consolidations: ListCompositeType<ContainerType<{
1077
+ sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
1078
+ sourcePubkey: ByteVectorType;
1079
+ targetPubkey: ByteVectorType;
1080
+ }>>;
1081
+ }>;
1082
+ }>;
1083
+ slot: import("@chainsafe/ssz").UintNumberType;
1084
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
1085
+ parentRoot: ByteVectorType;
1086
+ stateRoot: ByteVectorType;
1087
+ }>;
1088
+ signature: ByteVectorType;
1089
+ }>;
1090
+ export declare const BuilderBid: ContainerType<{
1091
+ header: ContainerType<{
1092
+ blobGasUsed: import("@chainsafe/ssz").UintBigintType;
1093
+ excessBlobGas: import("@chainsafe/ssz").UintBigintType;
1094
+ withdrawalsRoot: ByteVectorType;
1095
+ transactionsRoot: ByteVectorType;
1096
+ parentHash: ByteVectorType;
1097
+ feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
1098
+ stateRoot: ByteVectorType;
1099
+ receiptsRoot: ByteVectorType;
1100
+ logsBloom: ByteVectorType;
1101
+ prevRandao: ByteVectorType;
1102
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
1103
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
1104
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
1105
+ timestamp: import("@chainsafe/ssz").UintNumberType;
1106
+ extraData: import("@chainsafe/ssz").ByteListType;
1107
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
1108
+ blockHash: ByteVectorType;
1109
+ }>;
1110
+ blobKzgCommitments: ListCompositeType<ByteVectorType>;
1111
+ executionRequests: ContainerType<{
1112
+ deposits: ListCompositeType<ContainerType<{
1113
+ pubkey: ByteVectorType;
1114
+ withdrawalCredentials: ByteVectorType;
1115
+ amount: import("@chainsafe/ssz").UintNumberType;
1116
+ signature: ByteVectorType;
1117
+ index: import("@chainsafe/ssz").UintBigintType;
1118
+ }>>;
1119
+ withdrawals: ListCompositeType<ContainerType<{
1120
+ sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
1121
+ validatorPubkey: ByteVectorType;
1122
+ amount: import("@chainsafe/ssz").UintBigintType;
1123
+ }>>;
1124
+ consolidations: ListCompositeType<ContainerType<{
1125
+ sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
1126
+ sourcePubkey: ByteVectorType;
1127
+ targetPubkey: ByteVectorType;
1128
+ }>>;
1129
+ }>;
1130
+ value: import("@chainsafe/ssz").UintBigintType;
1131
+ pubkey: ByteVectorType;
1132
+ }>;
1133
+ export declare const SignedBuilderBid: ContainerType<{
1134
+ message: ContainerType<{
1135
+ header: ContainerType<{
1136
+ blobGasUsed: import("@chainsafe/ssz").UintBigintType;
1137
+ excessBlobGas: import("@chainsafe/ssz").UintBigintType;
1138
+ withdrawalsRoot: ByteVectorType;
1139
+ transactionsRoot: ByteVectorType;
1140
+ parentHash: ByteVectorType;
1141
+ feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
1142
+ stateRoot: ByteVectorType;
1143
+ receiptsRoot: ByteVectorType;
1144
+ logsBloom: ByteVectorType;
1145
+ prevRandao: ByteVectorType;
1146
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
1147
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
1148
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
1149
+ timestamp: import("@chainsafe/ssz").UintNumberType;
1150
+ extraData: import("@chainsafe/ssz").ByteListType;
1151
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
1152
+ blockHash: ByteVectorType;
1153
+ }>;
1154
+ blobKzgCommitments: ListCompositeType<ByteVectorType>;
1155
+ executionRequests: ContainerType<{
1156
+ deposits: ListCompositeType<ContainerType<{
1157
+ pubkey: ByteVectorType;
1158
+ withdrawalCredentials: ByteVectorType;
1159
+ amount: import("@chainsafe/ssz").UintNumberType;
1160
+ signature: ByteVectorType;
1161
+ index: import("@chainsafe/ssz").UintBigintType;
1162
+ }>>;
1163
+ withdrawals: ListCompositeType<ContainerType<{
1164
+ sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
1165
+ validatorPubkey: ByteVectorType;
1166
+ amount: import("@chainsafe/ssz").UintBigintType;
1167
+ }>>;
1168
+ consolidations: ListCompositeType<ContainerType<{
1169
+ sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
1170
+ sourcePubkey: ByteVectorType;
1171
+ targetPubkey: ByteVectorType;
1172
+ }>>;
1173
+ }>;
1174
+ value: import("@chainsafe/ssz").UintBigintType;
1175
+ pubkey: ByteVectorType;
1176
+ }>;
1177
+ signature: ByteVectorType;
1178
+ }>;
1179
+ export declare const ExecutionPayloadAndBlobsBundle: ContainerType<{
1180
+ executionPayload: ContainerType<{
1181
+ blobGasUsed: import("@chainsafe/ssz").UintBigintType;
1182
+ excessBlobGas: import("@chainsafe/ssz").UintBigintType;
1183
+ withdrawals: ListCompositeType<ContainerType<{
1184
+ index: import("@chainsafe/ssz").UintNumberType;
1185
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
1186
+ address: import("../utils/executionAddress.js").ExecutionAddressType;
1187
+ amount: import("@chainsafe/ssz").UintBigintType;
1188
+ }>>;
1189
+ transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
1190
+ parentHash: ByteVectorType;
1191
+ feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
1192
+ stateRoot: ByteVectorType;
1193
+ receiptsRoot: ByteVectorType;
1194
+ logsBloom: ByteVectorType;
1195
+ prevRandao: ByteVectorType;
1196
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
1197
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
1198
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
1199
+ timestamp: import("@chainsafe/ssz").UintNumberType;
1200
+ extraData: import("@chainsafe/ssz").ByteListType;
1201
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
1202
+ blockHash: ByteVectorType;
1203
+ }>;
1204
+ blobsBundle: ContainerType<{
1205
+ commitments: ListCompositeType<ByteVectorType>;
1206
+ proofs: ListCompositeType<ByteVectorType>;
1207
+ blobs: ListCompositeType<ByteVectorType>;
1208
+ }>;
1209
+ }>;
1210
+ export declare const BeaconState: ContainerType<{
1211
+ genesisTime: import("@chainsafe/ssz").UintNumberType;
1212
+ genesisValidatorsRoot: ByteVectorType;
1213
+ slot: import("@chainsafe/ssz").UintNumberType;
1214
+ fork: ContainerType<{
1215
+ previousVersion: ByteVectorType;
1216
+ currentVersion: ByteVectorType;
1217
+ epoch: import("@chainsafe/ssz").UintNumberType;
1218
+ }>;
1219
+ latestBlockHeader: ContainerType<{
1220
+ slot: import("@chainsafe/ssz").UintNumberType;
1221
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
1222
+ parentRoot: ByteVectorType;
1223
+ stateRoot: ByteVectorType;
1224
+ bodyRoot: ByteVectorType;
1225
+ }>;
1226
+ blockRoots: VectorCompositeType<ByteVectorType>;
1227
+ stateRoots: VectorCompositeType<ByteVectorType>;
1228
+ historicalRoots: ListCompositeType<ByteVectorType>;
1229
+ eth1Data: ContainerType<{
1230
+ depositRoot: ByteVectorType;
1231
+ depositCount: import("@chainsafe/ssz").UintNumberType;
1232
+ blockHash: ByteVectorType;
1233
+ }>;
1234
+ eth1DataVotes: ListCompositeType<ContainerType<{
1235
+ depositRoot: ByteVectorType;
1236
+ depositCount: import("@chainsafe/ssz").UintNumberType;
1237
+ blockHash: ByteVectorType;
1238
+ }>>;
1239
+ eth1DepositIndex: import("@chainsafe/ssz").UintNumberType;
1240
+ validators: ListCompositeType<import("../phase0/validator.js").ValidatorNodeStructType>;
1241
+ balances: import("@chainsafe/ssz").ListUintNum64Type;
1242
+ randaoMixes: VectorCompositeType<ByteVectorType>;
1243
+ slashings: import("@chainsafe/ssz").VectorBasicType<import("@chainsafe/ssz").UintNumberType>;
1244
+ previousEpochParticipation: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
1245
+ currentEpochParticipation: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
1246
+ justificationBits: import("@chainsafe/ssz").BitVectorType;
1247
+ previousJustifiedCheckpoint: ContainerType<{
1248
+ epoch: import("@chainsafe/ssz").UintNumberType;
1249
+ root: ByteVectorType;
1250
+ }>;
1251
+ currentJustifiedCheckpoint: ContainerType<{
1252
+ epoch: import("@chainsafe/ssz").UintNumberType;
1253
+ root: ByteVectorType;
1254
+ }>;
1255
+ finalizedCheckpoint: ContainerType<{
1256
+ epoch: import("@chainsafe/ssz").UintNumberType;
1257
+ root: ByteVectorType;
1258
+ }>;
1259
+ inactivityScores: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
1260
+ currentSyncCommittee: ContainerType<{
1261
+ pubkeys: VectorCompositeType<ByteVectorType>;
1262
+ aggregatePubkey: ByteVectorType;
1263
+ }>;
1264
+ nextSyncCommittee: ContainerType<{
1265
+ pubkeys: VectorCompositeType<ByteVectorType>;
1266
+ aggregatePubkey: ByteVectorType;
1267
+ }>;
1268
+ latestExecutionPayloadHeader: ContainerType<{
1269
+ blobGasUsed: import("@chainsafe/ssz").UintBigintType;
1270
+ excessBlobGas: import("@chainsafe/ssz").UintBigintType;
1271
+ withdrawalsRoot: ByteVectorType;
1272
+ transactionsRoot: ByteVectorType;
1273
+ parentHash: ByteVectorType;
1274
+ feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
1275
+ stateRoot: ByteVectorType;
1276
+ receiptsRoot: ByteVectorType;
1277
+ logsBloom: ByteVectorType;
1278
+ prevRandao: ByteVectorType;
1279
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
1280
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
1281
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
1282
+ timestamp: import("@chainsafe/ssz").UintNumberType;
1283
+ extraData: import("@chainsafe/ssz").ByteListType;
1284
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
1285
+ blockHash: ByteVectorType;
1286
+ }>;
1287
+ nextWithdrawalIndex: import("@chainsafe/ssz").UintNumberType;
1288
+ nextWithdrawalValidatorIndex: import("@chainsafe/ssz").UintNumberType;
1289
+ historicalSummaries: ListCompositeType<ContainerType<{
1290
+ blockSummaryRoot: ByteVectorType;
1291
+ stateSummaryRoot: ByteVectorType;
1292
+ }>>;
1293
+ depositRequestsStartIndex: import("@chainsafe/ssz").UintBigintType;
1294
+ depositBalanceToConsume: import("@chainsafe/ssz").UintBigintType;
1295
+ exitBalanceToConsume: import("@chainsafe/ssz").UintBigintType;
1296
+ earliestExitEpoch: import("@chainsafe/ssz").UintNumberType;
1297
+ consolidationBalanceToConsume: import("@chainsafe/ssz").UintBigintType;
1298
+ earliestConsolidationEpoch: import("@chainsafe/ssz").UintNumberType;
1299
+ pendingDeposits: ListCompositeType<ContainerType<{
1300
+ pubkey: ByteVectorType;
1301
+ withdrawalCredentials: ByteVectorType;
1302
+ amount: import("@chainsafe/ssz").UintNumberType;
1303
+ signature: ByteVectorType;
1304
+ slot: import("@chainsafe/ssz").UintNumberType;
1305
+ }>>;
1306
+ pendingPartialWithdrawals: ListCompositeType<ContainerType<{
1307
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
1308
+ amount: import("@chainsafe/ssz").UintBigintType;
1309
+ withdrawableEpoch: import("@chainsafe/ssz").UintNumberType;
1310
+ }>>;
1311
+ pendingConsolidations: ListCompositeType<ContainerType<{
1312
+ sourceIndex: import("@chainsafe/ssz").UintNumberType;
1313
+ targetIndex: import("@chainsafe/ssz").UintNumberType;
1314
+ }>>;
1315
+ }>;
1316
+ export declare const LightClientHeader: ContainerType<{
1317
+ beacon: ContainerType<{
1318
+ slot: import("@chainsafe/ssz").UintNumberType;
1319
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
1320
+ parentRoot: ByteVectorType;
1321
+ stateRoot: ByteVectorType;
1322
+ bodyRoot: ByteVectorType;
1323
+ }>;
1324
+ execution: ContainerType<{
1325
+ blobGasUsed: import("@chainsafe/ssz").UintBigintType;
1326
+ excessBlobGas: import("@chainsafe/ssz").UintBigintType;
1327
+ withdrawalsRoot: ByteVectorType;
1328
+ transactionsRoot: ByteVectorType;
1329
+ parentHash: ByteVectorType;
1330
+ feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
1331
+ stateRoot: ByteVectorType;
1332
+ receiptsRoot: ByteVectorType;
1333
+ logsBloom: ByteVectorType;
1334
+ prevRandao: ByteVectorType;
1335
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
1336
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
1337
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
1338
+ timestamp: import("@chainsafe/ssz").UintNumberType;
1339
+ extraData: import("@chainsafe/ssz").ByteListType;
1340
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
1341
+ blockHash: ByteVectorType;
1342
+ }>;
1343
+ executionBranch: VectorCompositeType<ByteVectorType>;
1344
+ }>;
1345
+ export declare const LightClientBootstrap: ContainerType<{
1346
+ header: ContainerType<{
1347
+ beacon: ContainerType<{
1348
+ slot: import("@chainsafe/ssz").UintNumberType;
1349
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
1350
+ parentRoot: ByteVectorType;
1351
+ stateRoot: ByteVectorType;
1352
+ bodyRoot: ByteVectorType;
1353
+ }>;
1354
+ execution: ContainerType<{
1355
+ blobGasUsed: import("@chainsafe/ssz").UintBigintType;
1356
+ excessBlobGas: import("@chainsafe/ssz").UintBigintType;
1357
+ withdrawalsRoot: ByteVectorType;
1358
+ transactionsRoot: ByteVectorType;
1359
+ parentHash: ByteVectorType;
1360
+ feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
1361
+ stateRoot: ByteVectorType;
1362
+ receiptsRoot: ByteVectorType;
1363
+ logsBloom: ByteVectorType;
1364
+ prevRandao: ByteVectorType;
1365
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
1366
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
1367
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
1368
+ timestamp: import("@chainsafe/ssz").UintNumberType;
1369
+ extraData: import("@chainsafe/ssz").ByteListType;
1370
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
1371
+ blockHash: ByteVectorType;
1372
+ }>;
1373
+ executionBranch: VectorCompositeType<ByteVectorType>;
1374
+ }>;
1375
+ currentSyncCommittee: ContainerType<{
1376
+ pubkeys: VectorCompositeType<ByteVectorType>;
1377
+ aggregatePubkey: ByteVectorType;
1378
+ }>;
1379
+ currentSyncCommitteeBranch: VectorCompositeType<ByteVectorType>;
1380
+ }>;
1381
+ export declare const LightClientUpdate: ContainerType<{
1382
+ attestedHeader: ContainerType<{
1383
+ beacon: ContainerType<{
1384
+ slot: import("@chainsafe/ssz").UintNumberType;
1385
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
1386
+ parentRoot: ByteVectorType;
1387
+ stateRoot: ByteVectorType;
1388
+ bodyRoot: ByteVectorType;
1389
+ }>;
1390
+ execution: ContainerType<{
1391
+ blobGasUsed: import("@chainsafe/ssz").UintBigintType;
1392
+ excessBlobGas: import("@chainsafe/ssz").UintBigintType;
1393
+ withdrawalsRoot: ByteVectorType;
1394
+ transactionsRoot: ByteVectorType;
1395
+ parentHash: ByteVectorType;
1396
+ feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
1397
+ stateRoot: ByteVectorType;
1398
+ receiptsRoot: ByteVectorType;
1399
+ logsBloom: ByteVectorType;
1400
+ prevRandao: ByteVectorType;
1401
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
1402
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
1403
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
1404
+ timestamp: import("@chainsafe/ssz").UintNumberType;
1405
+ extraData: import("@chainsafe/ssz").ByteListType;
1406
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
1407
+ blockHash: ByteVectorType;
1408
+ }>;
1409
+ executionBranch: VectorCompositeType<ByteVectorType>;
1410
+ }>;
1411
+ nextSyncCommittee: ContainerType<{
1412
+ pubkeys: VectorCompositeType<ByteVectorType>;
1413
+ aggregatePubkey: ByteVectorType;
1414
+ }>;
1415
+ nextSyncCommitteeBranch: VectorCompositeType<ByteVectorType>;
1416
+ finalizedHeader: ContainerType<{
1417
+ beacon: ContainerType<{
1418
+ slot: import("@chainsafe/ssz").UintNumberType;
1419
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
1420
+ parentRoot: ByteVectorType;
1421
+ stateRoot: ByteVectorType;
1422
+ bodyRoot: ByteVectorType;
1423
+ }>;
1424
+ execution: ContainerType<{
1425
+ blobGasUsed: import("@chainsafe/ssz").UintBigintType;
1426
+ excessBlobGas: import("@chainsafe/ssz").UintBigintType;
1427
+ withdrawalsRoot: ByteVectorType;
1428
+ transactionsRoot: ByteVectorType;
1429
+ parentHash: ByteVectorType;
1430
+ feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
1431
+ stateRoot: ByteVectorType;
1432
+ receiptsRoot: ByteVectorType;
1433
+ logsBloom: ByteVectorType;
1434
+ prevRandao: ByteVectorType;
1435
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
1436
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
1437
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
1438
+ timestamp: import("@chainsafe/ssz").UintNumberType;
1439
+ extraData: import("@chainsafe/ssz").ByteListType;
1440
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
1441
+ blockHash: ByteVectorType;
1442
+ }>;
1443
+ executionBranch: VectorCompositeType<ByteVectorType>;
1444
+ }>;
1445
+ finalityBranch: VectorCompositeType<ByteVectorType>;
1446
+ syncAggregate: ContainerType<{
1447
+ syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
1448
+ syncCommitteeSignature: ByteVectorType;
1449
+ }>;
1450
+ signatureSlot: import("@chainsafe/ssz").UintNumberType;
1451
+ }>;
1452
+ export declare const LightClientFinalityUpdate: ContainerType<{
1453
+ attestedHeader: ContainerType<{
1454
+ beacon: ContainerType<{
1455
+ slot: import("@chainsafe/ssz").UintNumberType;
1456
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
1457
+ parentRoot: ByteVectorType;
1458
+ stateRoot: ByteVectorType;
1459
+ bodyRoot: ByteVectorType;
1460
+ }>;
1461
+ execution: ContainerType<{
1462
+ blobGasUsed: import("@chainsafe/ssz").UintBigintType;
1463
+ excessBlobGas: import("@chainsafe/ssz").UintBigintType;
1464
+ withdrawalsRoot: ByteVectorType;
1465
+ transactionsRoot: ByteVectorType;
1466
+ parentHash: ByteVectorType;
1467
+ feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
1468
+ stateRoot: ByteVectorType;
1469
+ receiptsRoot: ByteVectorType;
1470
+ logsBloom: ByteVectorType;
1471
+ prevRandao: ByteVectorType;
1472
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
1473
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
1474
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
1475
+ timestamp: import("@chainsafe/ssz").UintNumberType;
1476
+ extraData: import("@chainsafe/ssz").ByteListType;
1477
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
1478
+ blockHash: ByteVectorType;
1479
+ }>;
1480
+ executionBranch: VectorCompositeType<ByteVectorType>;
1481
+ }>;
1482
+ finalizedHeader: ContainerType<{
1483
+ beacon: ContainerType<{
1484
+ slot: import("@chainsafe/ssz").UintNumberType;
1485
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
1486
+ parentRoot: ByteVectorType;
1487
+ stateRoot: ByteVectorType;
1488
+ bodyRoot: ByteVectorType;
1489
+ }>;
1490
+ execution: ContainerType<{
1491
+ blobGasUsed: import("@chainsafe/ssz").UintBigintType;
1492
+ excessBlobGas: import("@chainsafe/ssz").UintBigintType;
1493
+ withdrawalsRoot: ByteVectorType;
1494
+ transactionsRoot: ByteVectorType;
1495
+ parentHash: ByteVectorType;
1496
+ feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
1497
+ stateRoot: ByteVectorType;
1498
+ receiptsRoot: ByteVectorType;
1499
+ logsBloom: ByteVectorType;
1500
+ prevRandao: ByteVectorType;
1501
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
1502
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
1503
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
1504
+ timestamp: import("@chainsafe/ssz").UintNumberType;
1505
+ extraData: import("@chainsafe/ssz").ByteListType;
1506
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
1507
+ blockHash: ByteVectorType;
1508
+ }>;
1509
+ executionBranch: VectorCompositeType<ByteVectorType>;
1510
+ }>;
1511
+ finalityBranch: VectorCompositeType<ByteVectorType>;
1512
+ syncAggregate: ContainerType<{
1513
+ syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
1514
+ syncCommitteeSignature: ByteVectorType;
1515
+ }>;
1516
+ signatureSlot: import("@chainsafe/ssz").UintNumberType;
1517
+ }>;
1518
+ export declare const LightClientOptimisticUpdate: ContainerType<{
1519
+ attestedHeader: ContainerType<{
1520
+ beacon: ContainerType<{
1521
+ slot: import("@chainsafe/ssz").UintNumberType;
1522
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
1523
+ parentRoot: ByteVectorType;
1524
+ stateRoot: ByteVectorType;
1525
+ bodyRoot: ByteVectorType;
1526
+ }>;
1527
+ execution: ContainerType<{
1528
+ blobGasUsed: import("@chainsafe/ssz").UintBigintType;
1529
+ excessBlobGas: import("@chainsafe/ssz").UintBigintType;
1530
+ withdrawalsRoot: ByteVectorType;
1531
+ transactionsRoot: ByteVectorType;
1532
+ parentHash: ByteVectorType;
1533
+ feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
1534
+ stateRoot: ByteVectorType;
1535
+ receiptsRoot: ByteVectorType;
1536
+ logsBloom: ByteVectorType;
1537
+ prevRandao: ByteVectorType;
1538
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
1539
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
1540
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
1541
+ timestamp: import("@chainsafe/ssz").UintNumberType;
1542
+ extraData: import("@chainsafe/ssz").ByteListType;
1543
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
1544
+ blockHash: ByteVectorType;
1545
+ }>;
1546
+ executionBranch: VectorCompositeType<ByteVectorType>;
1547
+ }>;
1548
+ syncAggregate: ContainerType<{
1549
+ syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
1550
+ syncCommitteeSignature: ByteVectorType;
1551
+ }>;
1552
+ signatureSlot: import("@chainsafe/ssz").UintNumberType;
1553
+ }>;
1554
+ export declare const LightClientStore: ContainerType<{
1555
+ snapshot: ContainerType<{
1556
+ header: ContainerType<{
1557
+ beacon: ContainerType<{
1558
+ slot: import("@chainsafe/ssz").UintNumberType;
1559
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
1560
+ parentRoot: ByteVectorType;
1561
+ stateRoot: ByteVectorType;
1562
+ bodyRoot: ByteVectorType;
1563
+ }>;
1564
+ execution: ContainerType<{
1565
+ blobGasUsed: import("@chainsafe/ssz").UintBigintType;
1566
+ excessBlobGas: import("@chainsafe/ssz").UintBigintType;
1567
+ withdrawalsRoot: ByteVectorType;
1568
+ transactionsRoot: ByteVectorType;
1569
+ parentHash: ByteVectorType;
1570
+ feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
1571
+ stateRoot: ByteVectorType;
1572
+ receiptsRoot: ByteVectorType;
1573
+ logsBloom: ByteVectorType;
1574
+ prevRandao: ByteVectorType;
1575
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
1576
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
1577
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
1578
+ timestamp: import("@chainsafe/ssz").UintNumberType;
1579
+ extraData: import("@chainsafe/ssz").ByteListType;
1580
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
1581
+ blockHash: ByteVectorType;
1582
+ }>;
1583
+ executionBranch: VectorCompositeType<ByteVectorType>;
1584
+ }>;
1585
+ currentSyncCommittee: ContainerType<{
1586
+ pubkeys: VectorCompositeType<ByteVectorType>;
1587
+ aggregatePubkey: ByteVectorType;
1588
+ }>;
1589
+ currentSyncCommitteeBranch: VectorCompositeType<ByteVectorType>;
1590
+ }>;
1591
+ validUpdates: ListCompositeType<ContainerType<{
1592
+ attestedHeader: ContainerType<{
1593
+ beacon: ContainerType<{
1594
+ slot: import("@chainsafe/ssz").UintNumberType;
1595
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
1596
+ parentRoot: ByteVectorType;
1597
+ stateRoot: ByteVectorType;
1598
+ bodyRoot: ByteVectorType;
1599
+ }>;
1600
+ execution: ContainerType<{
1601
+ blobGasUsed: import("@chainsafe/ssz").UintBigintType;
1602
+ excessBlobGas: import("@chainsafe/ssz").UintBigintType;
1603
+ withdrawalsRoot: ByteVectorType;
1604
+ transactionsRoot: ByteVectorType;
1605
+ parentHash: ByteVectorType;
1606
+ feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
1607
+ stateRoot: ByteVectorType;
1608
+ receiptsRoot: ByteVectorType;
1609
+ logsBloom: ByteVectorType;
1610
+ prevRandao: ByteVectorType;
1611
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
1612
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
1613
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
1614
+ timestamp: import("@chainsafe/ssz").UintNumberType;
1615
+ extraData: import("@chainsafe/ssz").ByteListType;
1616
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
1617
+ blockHash: ByteVectorType;
1618
+ }>;
1619
+ executionBranch: VectorCompositeType<ByteVectorType>;
1620
+ }>;
1621
+ nextSyncCommittee: ContainerType<{
1622
+ pubkeys: VectorCompositeType<ByteVectorType>;
1623
+ aggregatePubkey: ByteVectorType;
1624
+ }>;
1625
+ nextSyncCommitteeBranch: VectorCompositeType<ByteVectorType>;
1626
+ finalizedHeader: ContainerType<{
1627
+ beacon: ContainerType<{
1628
+ slot: import("@chainsafe/ssz").UintNumberType;
1629
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
1630
+ parentRoot: ByteVectorType;
1631
+ stateRoot: ByteVectorType;
1632
+ bodyRoot: ByteVectorType;
1633
+ }>;
1634
+ execution: ContainerType<{
1635
+ blobGasUsed: import("@chainsafe/ssz").UintBigintType;
1636
+ excessBlobGas: import("@chainsafe/ssz").UintBigintType;
1637
+ withdrawalsRoot: ByteVectorType;
1638
+ transactionsRoot: ByteVectorType;
1639
+ parentHash: ByteVectorType;
1640
+ feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
1641
+ stateRoot: ByteVectorType;
1642
+ receiptsRoot: ByteVectorType;
1643
+ logsBloom: ByteVectorType;
1644
+ prevRandao: ByteVectorType;
1645
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
1646
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
1647
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
1648
+ timestamp: import("@chainsafe/ssz").UintNumberType;
1649
+ extraData: import("@chainsafe/ssz").ByteListType;
1650
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
1651
+ blockHash: ByteVectorType;
1652
+ }>;
1653
+ executionBranch: VectorCompositeType<ByteVectorType>;
1654
+ }>;
1655
+ finalityBranch: VectorCompositeType<ByteVectorType>;
1656
+ syncAggregate: ContainerType<{
1657
+ syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
1658
+ syncCommitteeSignature: ByteVectorType;
1659
+ }>;
1660
+ signatureSlot: import("@chainsafe/ssz").UintNumberType;
1661
+ }>>;
1662
+ }>;
1663
+ export declare const SSEPayloadAttributes: ContainerType<{
1664
+ payloadAttributes: ContainerType<{
1665
+ parentBeaconBlockRoot: ByteVectorType;
1666
+ withdrawals: ListCompositeType<ContainerType<{
1667
+ index: import("@chainsafe/ssz").UintNumberType;
1668
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
1669
+ address: import("../utils/executionAddress.js").ExecutionAddressType;
1670
+ amount: import("@chainsafe/ssz").UintBigintType;
1671
+ }>>;
1672
+ timestamp: import("@chainsafe/ssz").UintNumberType;
1673
+ prevRandao: ByteVectorType;
1674
+ suggestedFeeRecipient: import("../index.js").StringType<string>;
1675
+ }>;
1676
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
1677
+ proposalSlot: import("@chainsafe/ssz").UintNumberType;
1678
+ parentBlockNumber: import("@chainsafe/ssz").UintNumberType;
1679
+ parentBlockRoot: ByteVectorType;
1680
+ parentBlockHash: ByteVectorType;
1681
+ }>;
1682
+ export declare const BlockContents: ContainerType<{
1683
+ block: ContainerType<{
1684
+ body: ContainerType<{
1685
+ randaoReveal: ByteVectorType;
1686
+ eth1Data: ContainerType<{
1687
+ depositRoot: ByteVectorType;
1688
+ depositCount: import("@chainsafe/ssz").UintNumberType;
1689
+ blockHash: ByteVectorType;
1690
+ }>;
1691
+ graffiti: ByteVectorType;
1692
+ proposerSlashings: ListCompositeType<ContainerType<{
1693
+ signedHeader1: ContainerType<{
1694
+ message: ContainerType<{
1695
+ slot: import("@chainsafe/ssz").UintBigintType;
1696
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
1697
+ parentRoot: ByteVectorType;
1698
+ stateRoot: ByteVectorType;
1699
+ bodyRoot: ByteVectorType;
1700
+ }>;
1701
+ signature: ByteVectorType;
1702
+ }>;
1703
+ signedHeader2: ContainerType<{
1704
+ message: ContainerType<{
1705
+ slot: import("@chainsafe/ssz").UintBigintType;
1706
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
1707
+ parentRoot: ByteVectorType;
1708
+ stateRoot: ByteVectorType;
1709
+ bodyRoot: ByteVectorType;
1710
+ }>;
1711
+ signature: ByteVectorType;
1712
+ }>;
1713
+ }>>;
1714
+ attesterSlashings: ListCompositeType<ContainerType<{
1715
+ attestation1: ContainerType<{
1716
+ attestingIndices: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
1717
+ data: ContainerType<{
1718
+ slot: import("@chainsafe/ssz").UintBigintType;
1719
+ index: import("@chainsafe/ssz").UintBigintType;
1720
+ beaconBlockRoot: ByteVectorType;
1721
+ source: ContainerType<{
1722
+ epoch: import("@chainsafe/ssz").UintBigintType;
1723
+ root: ByteVectorType;
1724
+ }>;
1725
+ target: ContainerType<{
1726
+ epoch: import("@chainsafe/ssz").UintBigintType;
1727
+ root: ByteVectorType;
1728
+ }>;
1729
+ }>;
1730
+ signature: ByteVectorType;
1731
+ }>;
1732
+ attestation2: ContainerType<{
1733
+ attestingIndices: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
1734
+ data: ContainerType<{
1735
+ slot: import("@chainsafe/ssz").UintBigintType;
1736
+ index: import("@chainsafe/ssz").UintBigintType;
1737
+ beaconBlockRoot: ByteVectorType;
1738
+ source: ContainerType<{
1739
+ epoch: import("@chainsafe/ssz").UintBigintType;
1740
+ root: ByteVectorType;
1741
+ }>;
1742
+ target: ContainerType<{
1743
+ epoch: import("@chainsafe/ssz").UintBigintType;
1744
+ root: ByteVectorType;
1745
+ }>;
1746
+ }>;
1747
+ signature: ByteVectorType;
1748
+ }>;
1749
+ }>>;
1750
+ attestations: ListCompositeType<ContainerType<{
1751
+ aggregationBits: import("@chainsafe/ssz").BitListType;
1752
+ data: ContainerType<{
1753
+ slot: import("@chainsafe/ssz").UintNumberType;
1754
+ index: import("@chainsafe/ssz").UintNumberType;
1755
+ beaconBlockRoot: ByteVectorType;
1756
+ source: ContainerType<{
1757
+ epoch: import("@chainsafe/ssz").UintNumberType;
1758
+ root: ByteVectorType;
1759
+ }>;
1760
+ target: ContainerType<{
1761
+ epoch: import("@chainsafe/ssz").UintNumberType;
1762
+ root: ByteVectorType;
1763
+ }>;
1764
+ }>;
1765
+ signature: ByteVectorType;
1766
+ committeeBits: import("@chainsafe/ssz").BitVectorType;
1767
+ }>>;
1768
+ deposits: ListCompositeType<ContainerType<{
1769
+ proof: VectorCompositeType<ByteVectorType>;
1770
+ data: ContainerType<{
1771
+ pubkey: ByteVectorType;
1772
+ withdrawalCredentials: ByteVectorType;
1773
+ amount: import("@chainsafe/ssz").UintNumberType;
1774
+ signature: ByteVectorType;
1775
+ }>;
1776
+ }>>;
1777
+ voluntaryExits: ListCompositeType<ContainerType<{
1778
+ message: ContainerType<{
1779
+ epoch: import("@chainsafe/ssz").UintNumberType;
1780
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
1781
+ }>;
1782
+ signature: ByteVectorType;
1783
+ }>>;
1784
+ syncAggregate: ContainerType<{
1785
+ syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
1786
+ syncCommitteeSignature: ByteVectorType;
1787
+ }>;
1788
+ executionPayload: ContainerType<{
1789
+ blobGasUsed: import("@chainsafe/ssz").UintBigintType;
1790
+ excessBlobGas: import("@chainsafe/ssz").UintBigintType;
1791
+ withdrawals: ListCompositeType<ContainerType<{
1792
+ index: import("@chainsafe/ssz").UintNumberType;
1793
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
1794
+ address: import("../utils/executionAddress.js").ExecutionAddressType;
1795
+ amount: import("@chainsafe/ssz").UintBigintType;
1796
+ }>>;
1797
+ transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
1798
+ parentHash: ByteVectorType;
1799
+ feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
1800
+ stateRoot: ByteVectorType;
1801
+ receiptsRoot: ByteVectorType;
1802
+ logsBloom: ByteVectorType;
1803
+ prevRandao: ByteVectorType;
1804
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
1805
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
1806
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
1807
+ timestamp: import("@chainsafe/ssz").UintNumberType;
1808
+ extraData: import("@chainsafe/ssz").ByteListType;
1809
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
1810
+ blockHash: ByteVectorType;
1811
+ }>;
1812
+ blsToExecutionChanges: ListCompositeType<ContainerType<{
1813
+ message: ContainerType<{
1814
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
1815
+ fromBlsPubkey: ByteVectorType;
1816
+ toExecutionAddress: import("../utils/executionAddress.js").ExecutionAddressType;
1817
+ }>;
1818
+ signature: ByteVectorType;
1819
+ }>>;
1820
+ blobKzgCommitments: ListCompositeType<ByteVectorType>;
1821
+ executionRequests: ContainerType<{
1822
+ deposits: ListCompositeType<ContainerType<{
1823
+ pubkey: ByteVectorType;
1824
+ withdrawalCredentials: ByteVectorType;
1825
+ amount: import("@chainsafe/ssz").UintNumberType;
1826
+ signature: ByteVectorType;
1827
+ index: import("@chainsafe/ssz").UintBigintType;
1828
+ }>>;
1829
+ withdrawals: ListCompositeType<ContainerType<{
1830
+ sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
1831
+ validatorPubkey: ByteVectorType;
1832
+ amount: import("@chainsafe/ssz").UintBigintType;
1833
+ }>>;
1834
+ consolidations: ListCompositeType<ContainerType<{
1835
+ sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
1836
+ sourcePubkey: ByteVectorType;
1837
+ targetPubkey: ByteVectorType;
1838
+ }>>;
1839
+ }>;
1840
+ }>;
1841
+ slot: import("@chainsafe/ssz").UintNumberType;
1842
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
1843
+ parentRoot: ByteVectorType;
1844
+ stateRoot: ByteVectorType;
1845
+ }>;
1846
+ kzgProofs: ListCompositeType<ByteVectorType>;
1847
+ blobs: ListCompositeType<ByteVectorType>;
1848
+ }>;
1849
+ export declare const SignedBlockContents: ContainerType<{
1850
+ signedBlock: ContainerType<{
1851
+ message: ContainerType<{
1852
+ body: ContainerType<{
1853
+ randaoReveal: ByteVectorType;
1854
+ eth1Data: ContainerType<{
1855
+ depositRoot: ByteVectorType;
1856
+ depositCount: import("@chainsafe/ssz").UintNumberType;
1857
+ blockHash: ByteVectorType;
1858
+ }>;
1859
+ graffiti: ByteVectorType;
1860
+ proposerSlashings: ListCompositeType<ContainerType<{
1861
+ signedHeader1: ContainerType<{
1862
+ message: ContainerType<{
1863
+ slot: import("@chainsafe/ssz").UintBigintType;
1864
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
1865
+ parentRoot: ByteVectorType;
1866
+ stateRoot: ByteVectorType;
1867
+ bodyRoot: ByteVectorType;
1868
+ }>;
1869
+ signature: ByteVectorType;
1870
+ }>;
1871
+ signedHeader2: ContainerType<{
1872
+ message: ContainerType<{
1873
+ slot: import("@chainsafe/ssz").UintBigintType;
1874
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
1875
+ parentRoot: ByteVectorType;
1876
+ stateRoot: ByteVectorType;
1877
+ bodyRoot: ByteVectorType;
1878
+ }>;
1879
+ signature: ByteVectorType;
1880
+ }>;
1881
+ }>>;
1882
+ attesterSlashings: ListCompositeType<ContainerType<{
1883
+ attestation1: ContainerType<{
1884
+ attestingIndices: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
1885
+ data: ContainerType<{
1886
+ slot: import("@chainsafe/ssz").UintBigintType;
1887
+ index: import("@chainsafe/ssz").UintBigintType;
1888
+ beaconBlockRoot: ByteVectorType;
1889
+ source: ContainerType<{
1890
+ epoch: import("@chainsafe/ssz").UintBigintType;
1891
+ root: ByteVectorType;
1892
+ }>;
1893
+ target: ContainerType<{
1894
+ epoch: import("@chainsafe/ssz").UintBigintType;
1895
+ root: ByteVectorType;
1896
+ }>;
1897
+ }>;
1898
+ signature: ByteVectorType;
1899
+ }>;
1900
+ attestation2: ContainerType<{
1901
+ attestingIndices: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
1902
+ data: ContainerType<{
1903
+ slot: import("@chainsafe/ssz").UintBigintType;
1904
+ index: import("@chainsafe/ssz").UintBigintType;
1905
+ beaconBlockRoot: ByteVectorType;
1906
+ source: ContainerType<{
1907
+ epoch: import("@chainsafe/ssz").UintBigintType;
1908
+ root: ByteVectorType;
1909
+ }>;
1910
+ target: ContainerType<{
1911
+ epoch: import("@chainsafe/ssz").UintBigintType;
1912
+ root: ByteVectorType;
1913
+ }>;
1914
+ }>;
1915
+ signature: ByteVectorType;
1916
+ }>;
1917
+ }>>;
1918
+ attestations: ListCompositeType<ContainerType<{
1919
+ aggregationBits: import("@chainsafe/ssz").BitListType;
1920
+ data: ContainerType<{
1921
+ slot: import("@chainsafe/ssz").UintNumberType;
1922
+ index: import("@chainsafe/ssz").UintNumberType;
1923
+ beaconBlockRoot: ByteVectorType;
1924
+ source: ContainerType<{
1925
+ epoch: import("@chainsafe/ssz").UintNumberType;
1926
+ root: ByteVectorType;
1927
+ }>;
1928
+ target: ContainerType<{
1929
+ epoch: import("@chainsafe/ssz").UintNumberType;
1930
+ root: ByteVectorType;
1931
+ }>;
1932
+ }>;
1933
+ signature: ByteVectorType;
1934
+ committeeBits: import("@chainsafe/ssz").BitVectorType;
1935
+ }>>;
1936
+ deposits: ListCompositeType<ContainerType<{
1937
+ proof: VectorCompositeType<ByteVectorType>;
1938
+ data: ContainerType<{
1939
+ pubkey: ByteVectorType;
1940
+ withdrawalCredentials: ByteVectorType;
1941
+ amount: import("@chainsafe/ssz").UintNumberType;
1942
+ signature: ByteVectorType;
1943
+ }>;
1944
+ }>>;
1945
+ voluntaryExits: ListCompositeType<ContainerType<{
1946
+ message: ContainerType<{
1947
+ epoch: import("@chainsafe/ssz").UintNumberType;
1948
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
1949
+ }>;
1950
+ signature: ByteVectorType;
1951
+ }>>;
1952
+ syncAggregate: ContainerType<{
1953
+ syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
1954
+ syncCommitteeSignature: ByteVectorType;
1955
+ }>;
1956
+ executionPayload: ContainerType<{
1957
+ blobGasUsed: import("@chainsafe/ssz").UintBigintType;
1958
+ excessBlobGas: import("@chainsafe/ssz").UintBigintType;
1959
+ withdrawals: ListCompositeType<ContainerType<{
1960
+ index: import("@chainsafe/ssz").UintNumberType;
1961
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
1962
+ address: import("../utils/executionAddress.js").ExecutionAddressType;
1963
+ amount: import("@chainsafe/ssz").UintBigintType;
1964
+ }>>;
1965
+ transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
1966
+ parentHash: ByteVectorType;
1967
+ feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
1968
+ stateRoot: ByteVectorType;
1969
+ receiptsRoot: ByteVectorType;
1970
+ logsBloom: ByteVectorType;
1971
+ prevRandao: ByteVectorType;
1972
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
1973
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
1974
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
1975
+ timestamp: import("@chainsafe/ssz").UintNumberType;
1976
+ extraData: import("@chainsafe/ssz").ByteListType;
1977
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
1978
+ blockHash: ByteVectorType;
1979
+ }>;
1980
+ blsToExecutionChanges: ListCompositeType<ContainerType<{
1981
+ message: ContainerType<{
1982
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
1983
+ fromBlsPubkey: ByteVectorType;
1984
+ toExecutionAddress: import("../utils/executionAddress.js").ExecutionAddressType;
1985
+ }>;
1986
+ signature: ByteVectorType;
1987
+ }>>;
1988
+ blobKzgCommitments: ListCompositeType<ByteVectorType>;
1989
+ executionRequests: ContainerType<{
1990
+ deposits: ListCompositeType<ContainerType<{
1991
+ pubkey: ByteVectorType;
1992
+ withdrawalCredentials: ByteVectorType;
1993
+ amount: import("@chainsafe/ssz").UintNumberType;
1994
+ signature: ByteVectorType;
1995
+ index: import("@chainsafe/ssz").UintBigintType;
1996
+ }>>;
1997
+ withdrawals: ListCompositeType<ContainerType<{
1998
+ sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
1999
+ validatorPubkey: ByteVectorType;
2000
+ amount: import("@chainsafe/ssz").UintBigintType;
2001
+ }>>;
2002
+ consolidations: ListCompositeType<ContainerType<{
2003
+ sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
2004
+ sourcePubkey: ByteVectorType;
2005
+ targetPubkey: ByteVectorType;
2006
+ }>>;
2007
+ }>;
2008
+ }>;
2009
+ slot: import("@chainsafe/ssz").UintNumberType;
2010
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
2011
+ parentRoot: ByteVectorType;
2012
+ stateRoot: ByteVectorType;
2013
+ }>;
2014
+ signature: ByteVectorType;
2015
+ }>;
2016
+ kzgProofs: ListCompositeType<ByteVectorType>;
2017
+ blobs: ListCompositeType<ByteVectorType>;
2018
+ }>;
65
2019
  //# sourceMappingURL=sszTypes.d.ts.map