@lodestar/types 1.34.0-dev.af1f74c2cd → 1.34.0-dev.b42f83b4e0

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,14 +1,25 @@
1
1
  import { ByteVectorType, ContainerType, ListBasicType, ListCompositeType, VectorBasicType, 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;
5
7
  attnets: import("@chainsafe/ssz").BitVectorType;
6
8
  syncnets: import("@chainsafe/ssz").BitVectorType;
7
9
  }>;
10
+ export declare const Status: ContainerType<{
11
+ earliestAvailableSlot: import("@chainsafe/ssz").UintNumberType;
12
+ forkDigest: ByteVectorType;
13
+ finalizedRoot: ByteVectorType;
14
+ finalizedEpoch: import("@chainsafe/ssz").UintNumberType;
15
+ headRoot: ByteVectorType;
16
+ headSlot: import("@chainsafe/ssz").UintNumberType;
17
+ }>;
8
18
  export declare const Cell: ByteVectorType;
9
19
  export declare const DataColumn: ListCompositeType<ByteVectorType>;
10
20
  export declare const ExtendedMatrix: ListCompositeType<ByteVectorType>;
11
21
  export declare const KzgCommitmentsInclusionProof: VectorCompositeType<ByteVectorType>;
22
+ export declare const KZGProofs: ListCompositeType<ByteVectorType>;
12
23
  export declare const ProposerLookahead: VectorBasicType<import("@chainsafe/ssz").UintNumberType>;
13
24
  export declare const DataColumnSidecar: ContainerType<{
14
25
  index: import("@chainsafe/ssz").UintNumberType;
@@ -50,19 +61,353 @@ export declare const MatrixEntry: ContainerType<{
50
61
  columnIndex: import("@chainsafe/ssz").UintNumberType;
51
62
  rowIndex: import("@chainsafe/ssz").UintNumberType;
52
63
  }>;
53
- export declare const DataColumnIdentifier: ContainerType<{
64
+ export declare const DataColumnsByRootIdentifier: ContainerType<{
54
65
  blockRoot: ByteVectorType;
55
- index: import("@chainsafe/ssz").UintNumberType;
66
+ columns: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
56
67
  }>;
57
68
  export declare const DataColumnSidecarsByRootRequest: ListCompositeType<ContainerType<{
58
69
  blockRoot: ByteVectorType;
59
- index: import("@chainsafe/ssz").UintNumberType;
70
+ columns: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
60
71
  }>>;
61
72
  export declare const DataColumnSidecarsByRangeRequest: ContainerType<{
62
73
  startSlot: import("@chainsafe/ssz").UintNumberType;
63
74
  count: import("@chainsafe/ssz").UintNumberType;
64
75
  columns: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
65
76
  }>;
77
+ export declare const BeaconBlock: ContainerType<{
78
+ body: ContainerType<{
79
+ randaoReveal: ByteVectorType;
80
+ eth1Data: ContainerType<{
81
+ depositRoot: ByteVectorType;
82
+ depositCount: import("@chainsafe/ssz").UintNumberType;
83
+ blockHash: ByteVectorType;
84
+ }>;
85
+ graffiti: ByteVectorType;
86
+ proposerSlashings: ListCompositeType<ContainerType<{
87
+ signedHeader1: ContainerType<{
88
+ message: ContainerType<{
89
+ slot: import("@chainsafe/ssz").UintBigintType;
90
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
91
+ parentRoot: ByteVectorType;
92
+ stateRoot: ByteVectorType;
93
+ bodyRoot: ByteVectorType;
94
+ }>;
95
+ signature: ByteVectorType;
96
+ }>;
97
+ signedHeader2: ContainerType<{
98
+ message: ContainerType<{
99
+ slot: import("@chainsafe/ssz").UintBigintType;
100
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
101
+ parentRoot: ByteVectorType;
102
+ stateRoot: ByteVectorType;
103
+ bodyRoot: ByteVectorType;
104
+ }>;
105
+ signature: ByteVectorType;
106
+ }>;
107
+ }>>;
108
+ attesterSlashings: ListCompositeType<ContainerType<{
109
+ attestation1: ContainerType<{
110
+ attestingIndices: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
111
+ data: ContainerType<{
112
+ slot: import("@chainsafe/ssz").UintBigintType;
113
+ index: import("@chainsafe/ssz").UintBigintType;
114
+ beaconBlockRoot: ByteVectorType;
115
+ source: ContainerType<{
116
+ epoch: import("@chainsafe/ssz").UintBigintType;
117
+ root: ByteVectorType;
118
+ }>;
119
+ target: ContainerType<{
120
+ epoch: import("@chainsafe/ssz").UintBigintType;
121
+ root: ByteVectorType;
122
+ }>;
123
+ }>;
124
+ signature: ByteVectorType;
125
+ }>;
126
+ attestation2: ContainerType<{
127
+ attestingIndices: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
128
+ data: ContainerType<{
129
+ slot: import("@chainsafe/ssz").UintBigintType;
130
+ index: import("@chainsafe/ssz").UintBigintType;
131
+ beaconBlockRoot: ByteVectorType;
132
+ source: ContainerType<{
133
+ epoch: import("@chainsafe/ssz").UintBigintType;
134
+ root: ByteVectorType;
135
+ }>;
136
+ target: ContainerType<{
137
+ epoch: import("@chainsafe/ssz").UintBigintType;
138
+ root: ByteVectorType;
139
+ }>;
140
+ }>;
141
+ signature: ByteVectorType;
142
+ }>;
143
+ }>>;
144
+ attestations: ListCompositeType<ContainerType<{
145
+ aggregationBits: import("@chainsafe/ssz").BitListType;
146
+ data: ContainerType<{
147
+ slot: import("@chainsafe/ssz").UintNumberType;
148
+ index: import("@chainsafe/ssz").UintNumberType;
149
+ beaconBlockRoot: ByteVectorType;
150
+ source: ContainerType<{
151
+ epoch: import("@chainsafe/ssz").UintNumberType;
152
+ root: ByteVectorType;
153
+ }>;
154
+ target: ContainerType<{
155
+ epoch: import("@chainsafe/ssz").UintNumberType;
156
+ root: ByteVectorType;
157
+ }>;
158
+ }>;
159
+ signature: ByteVectorType;
160
+ committeeBits: import("@chainsafe/ssz").BitVectorType;
161
+ }>>;
162
+ deposits: ListCompositeType<ContainerType<{
163
+ proof: VectorCompositeType<ByteVectorType>;
164
+ data: ContainerType<{
165
+ pubkey: ByteVectorType;
166
+ withdrawalCredentials: ByteVectorType;
167
+ amount: import("@chainsafe/ssz").UintNumberType;
168
+ signature: ByteVectorType;
169
+ }>;
170
+ }>>;
171
+ voluntaryExits: ListCompositeType<ContainerType<{
172
+ message: ContainerType<{
173
+ epoch: import("@chainsafe/ssz").UintNumberType;
174
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
175
+ }>;
176
+ signature: ByteVectorType;
177
+ }>>;
178
+ syncAggregate: ContainerType<{
179
+ syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
180
+ syncCommitteeSignature: ByteVectorType;
181
+ }>;
182
+ executionPayload: ContainerType<{
183
+ blobGasUsed: import("@chainsafe/ssz").UintBigintType;
184
+ excessBlobGas: import("@chainsafe/ssz").UintBigintType;
185
+ withdrawals: ListCompositeType<ContainerType<{
186
+ index: import("@chainsafe/ssz").UintNumberType;
187
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
188
+ address: import("../utils/executionAddress.js").ExecutionAddressType;
189
+ amount: import("@chainsafe/ssz").UintBigintType;
190
+ }>>;
191
+ transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
192
+ parentHash: ByteVectorType;
193
+ feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
194
+ stateRoot: ByteVectorType;
195
+ receiptsRoot: ByteVectorType;
196
+ logsBloom: ByteVectorType;
197
+ prevRandao: ByteVectorType;
198
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
199
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
200
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
201
+ timestamp: import("@chainsafe/ssz").UintNumberType;
202
+ extraData: import("@chainsafe/ssz").ByteListType;
203
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
204
+ blockHash: ByteVectorType;
205
+ }>;
206
+ blsToExecutionChanges: ListCompositeType<ContainerType<{
207
+ message: ContainerType<{
208
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
209
+ fromBlsPubkey: ByteVectorType;
210
+ toExecutionAddress: import("../utils/executionAddress.js").ExecutionAddressType;
211
+ }>;
212
+ signature: ByteVectorType;
213
+ }>>;
214
+ blobKzgCommitments: ListCompositeType<ByteVectorType>;
215
+ executionRequests: ContainerType<{
216
+ deposits: ListCompositeType<ContainerType<{
217
+ pubkey: ByteVectorType;
218
+ withdrawalCredentials: ByteVectorType;
219
+ amount: import("@chainsafe/ssz").UintNumberType;
220
+ signature: ByteVectorType;
221
+ index: import("@chainsafe/ssz").UintBigintType;
222
+ }>>;
223
+ withdrawals: ListCompositeType<ContainerType<{
224
+ sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
225
+ validatorPubkey: ByteVectorType;
226
+ amount: import("@chainsafe/ssz").UintBigintType;
227
+ }>>;
228
+ consolidations: ListCompositeType<ContainerType<{
229
+ sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
230
+ sourcePubkey: ByteVectorType;
231
+ targetPubkey: ByteVectorType;
232
+ }>>;
233
+ }>;
234
+ }>;
235
+ slot: import("@chainsafe/ssz").UintNumberType;
236
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
237
+ parentRoot: ByteVectorType;
238
+ stateRoot: ByteVectorType;
239
+ }>;
240
+ export declare const SignedBeaconBlock: ContainerType<{
241
+ message: ContainerType<{
242
+ body: ContainerType<{
243
+ randaoReveal: ByteVectorType;
244
+ eth1Data: ContainerType<{
245
+ depositRoot: ByteVectorType;
246
+ depositCount: import("@chainsafe/ssz").UintNumberType;
247
+ blockHash: ByteVectorType;
248
+ }>;
249
+ graffiti: ByteVectorType;
250
+ proposerSlashings: ListCompositeType<ContainerType<{
251
+ signedHeader1: ContainerType<{
252
+ message: ContainerType<{
253
+ slot: import("@chainsafe/ssz").UintBigintType;
254
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
255
+ parentRoot: ByteVectorType;
256
+ stateRoot: ByteVectorType;
257
+ bodyRoot: ByteVectorType;
258
+ }>;
259
+ signature: ByteVectorType;
260
+ }>;
261
+ signedHeader2: ContainerType<{
262
+ message: ContainerType<{
263
+ slot: import("@chainsafe/ssz").UintBigintType;
264
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
265
+ parentRoot: ByteVectorType;
266
+ stateRoot: ByteVectorType;
267
+ bodyRoot: ByteVectorType;
268
+ }>;
269
+ signature: ByteVectorType;
270
+ }>;
271
+ }>>;
272
+ attesterSlashings: ListCompositeType<ContainerType<{
273
+ attestation1: ContainerType<{
274
+ attestingIndices: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
275
+ data: ContainerType<{
276
+ slot: import("@chainsafe/ssz").UintBigintType;
277
+ index: import("@chainsafe/ssz").UintBigintType;
278
+ beaconBlockRoot: ByteVectorType;
279
+ source: ContainerType<{
280
+ epoch: import("@chainsafe/ssz").UintBigintType;
281
+ root: ByteVectorType;
282
+ }>;
283
+ target: ContainerType<{
284
+ epoch: import("@chainsafe/ssz").UintBigintType;
285
+ root: ByteVectorType;
286
+ }>;
287
+ }>;
288
+ signature: ByteVectorType;
289
+ }>;
290
+ attestation2: ContainerType<{
291
+ attestingIndices: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
292
+ data: ContainerType<{
293
+ slot: import("@chainsafe/ssz").UintBigintType;
294
+ index: import("@chainsafe/ssz").UintBigintType;
295
+ beaconBlockRoot: ByteVectorType;
296
+ source: ContainerType<{
297
+ epoch: import("@chainsafe/ssz").UintBigintType;
298
+ root: ByteVectorType;
299
+ }>;
300
+ target: ContainerType<{
301
+ epoch: import("@chainsafe/ssz").UintBigintType;
302
+ root: ByteVectorType;
303
+ }>;
304
+ }>;
305
+ signature: ByteVectorType;
306
+ }>;
307
+ }>>;
308
+ attestations: ListCompositeType<ContainerType<{
309
+ aggregationBits: import("@chainsafe/ssz").BitListType;
310
+ data: ContainerType<{
311
+ slot: import("@chainsafe/ssz").UintNumberType;
312
+ index: import("@chainsafe/ssz").UintNumberType;
313
+ beaconBlockRoot: ByteVectorType;
314
+ source: ContainerType<{
315
+ epoch: import("@chainsafe/ssz").UintNumberType;
316
+ root: ByteVectorType;
317
+ }>;
318
+ target: ContainerType<{
319
+ epoch: import("@chainsafe/ssz").UintNumberType;
320
+ root: ByteVectorType;
321
+ }>;
322
+ }>;
323
+ signature: ByteVectorType;
324
+ committeeBits: import("@chainsafe/ssz").BitVectorType;
325
+ }>>;
326
+ deposits: ListCompositeType<ContainerType<{
327
+ proof: VectorCompositeType<ByteVectorType>;
328
+ data: ContainerType<{
329
+ pubkey: ByteVectorType;
330
+ withdrawalCredentials: ByteVectorType;
331
+ amount: import("@chainsafe/ssz").UintNumberType;
332
+ signature: ByteVectorType;
333
+ }>;
334
+ }>>;
335
+ voluntaryExits: ListCompositeType<ContainerType<{
336
+ message: ContainerType<{
337
+ epoch: import("@chainsafe/ssz").UintNumberType;
338
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
339
+ }>;
340
+ signature: ByteVectorType;
341
+ }>>;
342
+ syncAggregate: ContainerType<{
343
+ syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
344
+ syncCommitteeSignature: ByteVectorType;
345
+ }>;
346
+ executionPayload: ContainerType<{
347
+ blobGasUsed: import("@chainsafe/ssz").UintBigintType;
348
+ excessBlobGas: import("@chainsafe/ssz").UintBigintType;
349
+ withdrawals: ListCompositeType<ContainerType<{
350
+ index: import("@chainsafe/ssz").UintNumberType;
351
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
352
+ address: import("../utils/executionAddress.js").ExecutionAddressType;
353
+ amount: import("@chainsafe/ssz").UintBigintType;
354
+ }>>;
355
+ transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
356
+ parentHash: ByteVectorType;
357
+ feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
358
+ stateRoot: ByteVectorType;
359
+ receiptsRoot: ByteVectorType;
360
+ logsBloom: ByteVectorType;
361
+ prevRandao: ByteVectorType;
362
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
363
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
364
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
365
+ timestamp: import("@chainsafe/ssz").UintNumberType;
366
+ extraData: import("@chainsafe/ssz").ByteListType;
367
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
368
+ blockHash: ByteVectorType;
369
+ }>;
370
+ blsToExecutionChanges: ListCompositeType<ContainerType<{
371
+ message: ContainerType<{
372
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
373
+ fromBlsPubkey: ByteVectorType;
374
+ toExecutionAddress: import("../utils/executionAddress.js").ExecutionAddressType;
375
+ }>;
376
+ signature: ByteVectorType;
377
+ }>>;
378
+ blobKzgCommitments: ListCompositeType<ByteVectorType>;
379
+ executionRequests: ContainerType<{
380
+ deposits: ListCompositeType<ContainerType<{
381
+ pubkey: ByteVectorType;
382
+ withdrawalCredentials: ByteVectorType;
383
+ amount: import("@chainsafe/ssz").UintNumberType;
384
+ signature: ByteVectorType;
385
+ index: import("@chainsafe/ssz").UintBigintType;
386
+ }>>;
387
+ withdrawals: ListCompositeType<ContainerType<{
388
+ sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
389
+ validatorPubkey: ByteVectorType;
390
+ amount: import("@chainsafe/ssz").UintBigintType;
391
+ }>>;
392
+ consolidations: ListCompositeType<ContainerType<{
393
+ sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
394
+ sourcePubkey: ByteVectorType;
395
+ targetPubkey: ByteVectorType;
396
+ }>>;
397
+ }>;
398
+ }>;
399
+ slot: import("@chainsafe/ssz").UintNumberType;
400
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
401
+ parentRoot: ByteVectorType;
402
+ stateRoot: ByteVectorType;
403
+ }>;
404
+ signature: ByteVectorType;
405
+ }>;
406
+ export declare const BlobsBundle: ContainerType<{
407
+ commitments: ListCompositeType<ByteVectorType>;
408
+ proofs: ListCompositeType<ByteVectorType>;
409
+ blobs: ListCompositeType<ByteVectorType>;
410
+ }>;
66
411
  export declare const BeaconState: ContainerType<{
67
412
  proposerLookahead: VectorBasicType<import("@chainsafe/ssz").UintNumberType>;
68
413
  genesisTime: import("@chainsafe/ssz").UintNumberType;
@@ -170,4 +515,341 @@ export declare const BeaconState: ContainerType<{
170
515
  targetIndex: import("@chainsafe/ssz").UintNumberType;
171
516
  }>>;
172
517
  }>;
518
+ export declare const BlockContents: ContainerType<{
519
+ block: ContainerType<{
520
+ body: ContainerType<{
521
+ randaoReveal: ByteVectorType;
522
+ eth1Data: ContainerType<{
523
+ depositRoot: ByteVectorType;
524
+ depositCount: import("@chainsafe/ssz").UintNumberType;
525
+ blockHash: ByteVectorType;
526
+ }>;
527
+ graffiti: ByteVectorType;
528
+ proposerSlashings: ListCompositeType<ContainerType<{
529
+ signedHeader1: ContainerType<{
530
+ message: ContainerType<{
531
+ slot: import("@chainsafe/ssz").UintBigintType;
532
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
533
+ parentRoot: ByteVectorType;
534
+ stateRoot: ByteVectorType;
535
+ bodyRoot: ByteVectorType;
536
+ }>;
537
+ signature: ByteVectorType;
538
+ }>;
539
+ signedHeader2: ContainerType<{
540
+ message: ContainerType<{
541
+ slot: import("@chainsafe/ssz").UintBigintType;
542
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
543
+ parentRoot: ByteVectorType;
544
+ stateRoot: ByteVectorType;
545
+ bodyRoot: ByteVectorType;
546
+ }>;
547
+ signature: ByteVectorType;
548
+ }>;
549
+ }>>;
550
+ attesterSlashings: ListCompositeType<ContainerType<{
551
+ attestation1: ContainerType<{
552
+ attestingIndices: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
553
+ data: ContainerType<{
554
+ slot: import("@chainsafe/ssz").UintBigintType;
555
+ index: import("@chainsafe/ssz").UintBigintType;
556
+ beaconBlockRoot: ByteVectorType;
557
+ source: ContainerType<{
558
+ epoch: import("@chainsafe/ssz").UintBigintType;
559
+ root: ByteVectorType;
560
+ }>;
561
+ target: ContainerType<{
562
+ epoch: import("@chainsafe/ssz").UintBigintType;
563
+ root: ByteVectorType;
564
+ }>;
565
+ }>;
566
+ signature: ByteVectorType;
567
+ }>;
568
+ attestation2: ContainerType<{
569
+ attestingIndices: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
570
+ data: ContainerType<{
571
+ slot: import("@chainsafe/ssz").UintBigintType;
572
+ index: import("@chainsafe/ssz").UintBigintType;
573
+ beaconBlockRoot: ByteVectorType;
574
+ source: ContainerType<{
575
+ epoch: import("@chainsafe/ssz").UintBigintType;
576
+ root: ByteVectorType;
577
+ }>;
578
+ target: ContainerType<{
579
+ epoch: import("@chainsafe/ssz").UintBigintType;
580
+ root: ByteVectorType;
581
+ }>;
582
+ }>;
583
+ signature: ByteVectorType;
584
+ }>;
585
+ }>>;
586
+ attestations: ListCompositeType<ContainerType<{
587
+ aggregationBits: import("@chainsafe/ssz").BitListType;
588
+ data: ContainerType<{
589
+ slot: import("@chainsafe/ssz").UintNumberType;
590
+ index: import("@chainsafe/ssz").UintNumberType;
591
+ beaconBlockRoot: ByteVectorType;
592
+ source: ContainerType<{
593
+ epoch: import("@chainsafe/ssz").UintNumberType;
594
+ root: ByteVectorType;
595
+ }>;
596
+ target: ContainerType<{
597
+ epoch: import("@chainsafe/ssz").UintNumberType;
598
+ root: ByteVectorType;
599
+ }>;
600
+ }>;
601
+ signature: ByteVectorType;
602
+ committeeBits: import("@chainsafe/ssz").BitVectorType;
603
+ }>>;
604
+ deposits: ListCompositeType<ContainerType<{
605
+ proof: VectorCompositeType<ByteVectorType>;
606
+ data: ContainerType<{
607
+ pubkey: ByteVectorType;
608
+ withdrawalCredentials: ByteVectorType;
609
+ amount: import("@chainsafe/ssz").UintNumberType;
610
+ signature: ByteVectorType;
611
+ }>;
612
+ }>>;
613
+ voluntaryExits: ListCompositeType<ContainerType<{
614
+ message: ContainerType<{
615
+ epoch: import("@chainsafe/ssz").UintNumberType;
616
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
617
+ }>;
618
+ signature: ByteVectorType;
619
+ }>>;
620
+ syncAggregate: ContainerType<{
621
+ syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
622
+ syncCommitteeSignature: ByteVectorType;
623
+ }>;
624
+ executionPayload: ContainerType<{
625
+ blobGasUsed: import("@chainsafe/ssz").UintBigintType;
626
+ excessBlobGas: import("@chainsafe/ssz").UintBigintType;
627
+ withdrawals: ListCompositeType<ContainerType<{
628
+ index: import("@chainsafe/ssz").UintNumberType;
629
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
630
+ address: import("../utils/executionAddress.js").ExecutionAddressType;
631
+ amount: import("@chainsafe/ssz").UintBigintType;
632
+ }>>;
633
+ transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
634
+ parentHash: ByteVectorType;
635
+ feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
636
+ stateRoot: ByteVectorType;
637
+ receiptsRoot: ByteVectorType;
638
+ logsBloom: ByteVectorType;
639
+ prevRandao: ByteVectorType;
640
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
641
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
642
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
643
+ timestamp: import("@chainsafe/ssz").UintNumberType;
644
+ extraData: import("@chainsafe/ssz").ByteListType;
645
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
646
+ blockHash: ByteVectorType;
647
+ }>;
648
+ blsToExecutionChanges: ListCompositeType<ContainerType<{
649
+ message: ContainerType<{
650
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
651
+ fromBlsPubkey: ByteVectorType;
652
+ toExecutionAddress: import("../utils/executionAddress.js").ExecutionAddressType;
653
+ }>;
654
+ signature: ByteVectorType;
655
+ }>>;
656
+ blobKzgCommitments: ListCompositeType<ByteVectorType>;
657
+ executionRequests: ContainerType<{
658
+ deposits: ListCompositeType<ContainerType<{
659
+ pubkey: ByteVectorType;
660
+ withdrawalCredentials: ByteVectorType;
661
+ amount: import("@chainsafe/ssz").UintNumberType;
662
+ signature: ByteVectorType;
663
+ index: import("@chainsafe/ssz").UintBigintType;
664
+ }>>;
665
+ withdrawals: ListCompositeType<ContainerType<{
666
+ sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
667
+ validatorPubkey: ByteVectorType;
668
+ amount: import("@chainsafe/ssz").UintBigintType;
669
+ }>>;
670
+ consolidations: ListCompositeType<ContainerType<{
671
+ sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
672
+ sourcePubkey: ByteVectorType;
673
+ targetPubkey: ByteVectorType;
674
+ }>>;
675
+ }>;
676
+ }>;
677
+ slot: import("@chainsafe/ssz").UintNumberType;
678
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
679
+ parentRoot: ByteVectorType;
680
+ stateRoot: ByteVectorType;
681
+ }>;
682
+ kzgProofs: ListCompositeType<ByteVectorType>;
683
+ blobs: ListCompositeType<ByteVectorType>;
684
+ }>;
685
+ export declare const SignedBlockContents: ContainerType<{
686
+ signedBlock: ContainerType<{
687
+ message: ContainerType<{
688
+ body: ContainerType<{
689
+ randaoReveal: ByteVectorType;
690
+ eth1Data: ContainerType<{
691
+ depositRoot: ByteVectorType;
692
+ depositCount: import("@chainsafe/ssz").UintNumberType;
693
+ blockHash: ByteVectorType;
694
+ }>;
695
+ graffiti: ByteVectorType;
696
+ proposerSlashings: ListCompositeType<ContainerType<{
697
+ signedHeader1: ContainerType<{
698
+ message: ContainerType<{
699
+ slot: import("@chainsafe/ssz").UintBigintType;
700
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
701
+ parentRoot: ByteVectorType;
702
+ stateRoot: ByteVectorType;
703
+ bodyRoot: ByteVectorType;
704
+ }>;
705
+ signature: ByteVectorType;
706
+ }>;
707
+ signedHeader2: ContainerType<{
708
+ message: ContainerType<{
709
+ slot: import("@chainsafe/ssz").UintBigintType;
710
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
711
+ parentRoot: ByteVectorType;
712
+ stateRoot: ByteVectorType;
713
+ bodyRoot: ByteVectorType;
714
+ }>;
715
+ signature: ByteVectorType;
716
+ }>;
717
+ }>>;
718
+ attesterSlashings: ListCompositeType<ContainerType<{
719
+ attestation1: ContainerType<{
720
+ attestingIndices: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
721
+ data: ContainerType<{
722
+ slot: import("@chainsafe/ssz").UintBigintType;
723
+ index: import("@chainsafe/ssz").UintBigintType;
724
+ beaconBlockRoot: ByteVectorType;
725
+ source: ContainerType<{
726
+ epoch: import("@chainsafe/ssz").UintBigintType;
727
+ root: ByteVectorType;
728
+ }>;
729
+ target: ContainerType<{
730
+ epoch: import("@chainsafe/ssz").UintBigintType;
731
+ root: ByteVectorType;
732
+ }>;
733
+ }>;
734
+ signature: ByteVectorType;
735
+ }>;
736
+ attestation2: ContainerType<{
737
+ attestingIndices: ListBasicType<import("@chainsafe/ssz").UintNumberType>;
738
+ data: ContainerType<{
739
+ slot: import("@chainsafe/ssz").UintBigintType;
740
+ index: import("@chainsafe/ssz").UintBigintType;
741
+ beaconBlockRoot: ByteVectorType;
742
+ source: ContainerType<{
743
+ epoch: import("@chainsafe/ssz").UintBigintType;
744
+ root: ByteVectorType;
745
+ }>;
746
+ target: ContainerType<{
747
+ epoch: import("@chainsafe/ssz").UintBigintType;
748
+ root: ByteVectorType;
749
+ }>;
750
+ }>;
751
+ signature: ByteVectorType;
752
+ }>;
753
+ }>>;
754
+ attestations: ListCompositeType<ContainerType<{
755
+ aggregationBits: import("@chainsafe/ssz").BitListType;
756
+ data: ContainerType<{
757
+ slot: import("@chainsafe/ssz").UintNumberType;
758
+ index: import("@chainsafe/ssz").UintNumberType;
759
+ beaconBlockRoot: ByteVectorType;
760
+ source: ContainerType<{
761
+ epoch: import("@chainsafe/ssz").UintNumberType;
762
+ root: ByteVectorType;
763
+ }>;
764
+ target: ContainerType<{
765
+ epoch: import("@chainsafe/ssz").UintNumberType;
766
+ root: ByteVectorType;
767
+ }>;
768
+ }>;
769
+ signature: ByteVectorType;
770
+ committeeBits: import("@chainsafe/ssz").BitVectorType;
771
+ }>>;
772
+ deposits: ListCompositeType<ContainerType<{
773
+ proof: VectorCompositeType<ByteVectorType>;
774
+ data: ContainerType<{
775
+ pubkey: ByteVectorType;
776
+ withdrawalCredentials: ByteVectorType;
777
+ amount: import("@chainsafe/ssz").UintNumberType;
778
+ signature: ByteVectorType;
779
+ }>;
780
+ }>>;
781
+ voluntaryExits: ListCompositeType<ContainerType<{
782
+ message: ContainerType<{
783
+ epoch: import("@chainsafe/ssz").UintNumberType;
784
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
785
+ }>;
786
+ signature: ByteVectorType;
787
+ }>>;
788
+ syncAggregate: ContainerType<{
789
+ syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
790
+ syncCommitteeSignature: ByteVectorType;
791
+ }>;
792
+ executionPayload: ContainerType<{
793
+ blobGasUsed: import("@chainsafe/ssz").UintBigintType;
794
+ excessBlobGas: import("@chainsafe/ssz").UintBigintType;
795
+ withdrawals: ListCompositeType<ContainerType<{
796
+ index: import("@chainsafe/ssz").UintNumberType;
797
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
798
+ address: import("../utils/executionAddress.js").ExecutionAddressType;
799
+ amount: import("@chainsafe/ssz").UintBigintType;
800
+ }>>;
801
+ transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
802
+ parentHash: ByteVectorType;
803
+ feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
804
+ stateRoot: ByteVectorType;
805
+ receiptsRoot: ByteVectorType;
806
+ logsBloom: ByteVectorType;
807
+ prevRandao: ByteVectorType;
808
+ blockNumber: import("@chainsafe/ssz").UintNumberType;
809
+ gasLimit: import("@chainsafe/ssz").UintNumberType;
810
+ gasUsed: import("@chainsafe/ssz").UintNumberType;
811
+ timestamp: import("@chainsafe/ssz").UintNumberType;
812
+ extraData: import("@chainsafe/ssz").ByteListType;
813
+ baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
814
+ blockHash: ByteVectorType;
815
+ }>;
816
+ blsToExecutionChanges: ListCompositeType<ContainerType<{
817
+ message: ContainerType<{
818
+ validatorIndex: import("@chainsafe/ssz").UintNumberType;
819
+ fromBlsPubkey: ByteVectorType;
820
+ toExecutionAddress: import("../utils/executionAddress.js").ExecutionAddressType;
821
+ }>;
822
+ signature: ByteVectorType;
823
+ }>>;
824
+ blobKzgCommitments: ListCompositeType<ByteVectorType>;
825
+ executionRequests: ContainerType<{
826
+ deposits: ListCompositeType<ContainerType<{
827
+ pubkey: ByteVectorType;
828
+ withdrawalCredentials: ByteVectorType;
829
+ amount: import("@chainsafe/ssz").UintNumberType;
830
+ signature: ByteVectorType;
831
+ index: import("@chainsafe/ssz").UintBigintType;
832
+ }>>;
833
+ withdrawals: ListCompositeType<ContainerType<{
834
+ sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
835
+ validatorPubkey: ByteVectorType;
836
+ amount: import("@chainsafe/ssz").UintBigintType;
837
+ }>>;
838
+ consolidations: ListCompositeType<ContainerType<{
839
+ sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
840
+ sourcePubkey: ByteVectorType;
841
+ targetPubkey: ByteVectorType;
842
+ }>>;
843
+ }>;
844
+ }>;
845
+ slot: import("@chainsafe/ssz").UintNumberType;
846
+ proposerIndex: import("@chainsafe/ssz").UintNumberType;
847
+ parentRoot: ByteVectorType;
848
+ stateRoot: ByteVectorType;
849
+ }>;
850
+ signature: ByteVectorType;
851
+ }>;
852
+ kzgProofs: ListCompositeType<ByteVectorType>;
853
+ blobs: ListCompositeType<ByteVectorType>;
854
+ }>;
173
855
  //# sourceMappingURL=sszTypes.d.ts.map