@lodestar/beacon-node 1.20.0-dev.f37e50fb13 → 1.20.0-dev.f69bc110e4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/api/impl/beacon/blocks/index.js +19 -9
- package/lib/api/impl/beacon/blocks/index.js.map +1 -1
- package/lib/api/impl/beacon/blocks/utils.d.ts +3 -3
- package/lib/api/impl/beacon/blocks/utils.js.map +1 -1
- package/lib/api/impl/debug/index.js +0 -13
- package/lib/api/impl/debug/index.js.map +1 -1
- package/lib/api/impl/validator/index.js +1 -12
- package/lib/api/impl/validator/index.js.map +1 -1
- package/lib/chain/blocks/importBlock.js.map +1 -1
- package/lib/chain/blocks/index.js.map +1 -1
- package/lib/chain/blocks/types.d.ts +6 -6
- package/lib/chain/blocks/types.js.map +1 -1
- package/lib/chain/blocks/verifyBlocksExecutionPayloads.d.ts +3 -3
- package/lib/chain/blocks/verifyBlocksExecutionPayloads.js.map +1 -1
- package/lib/chain/blocks/verifyBlocksSignatures.d.ts +2 -2
- package/lib/chain/blocks/verifyBlocksSignatures.js +3 -1
- package/lib/chain/blocks/verifyBlocksSignatures.js.map +1 -1
- package/lib/chain/chain.d.ts +68 -9
- package/lib/chain/chain.js +3 -3
- package/lib/chain/chain.js.map +1 -1
- package/lib/chain/errors/blockError.d.ts +3 -3
- package/lib/chain/errors/blockError.js.map +1 -1
- package/lib/chain/initState.d.ts +3 -3
- package/lib/chain/initState.js.map +1 -1
- package/lib/chain/interface.d.ts +9 -9
- package/lib/chain/interface.js.map +1 -1
- package/lib/chain/lightClient/index.d.ts +9 -9
- package/lib/chain/lightClient/index.js +3 -3
- package/lib/chain/lightClient/index.js.map +1 -1
- package/lib/chain/lightClient/proofs.d.ts +2 -2
- package/lib/chain/lightClient/proofs.js.map +1 -1
- package/lib/chain/opPools/opPool.d.ts +2 -2
- package/lib/chain/opPools/opPool.js.map +1 -1
- package/lib/chain/produceBlock/computeNewStateRoot.d.ts +2 -2
- package/lib/chain/produceBlock/computeNewStateRoot.js.map +1 -1
- package/lib/chain/produceBlock/produceBlockBody.d.ts +4 -4
- package/lib/chain/produceBlock/produceBlockBody.js +3 -3
- package/lib/chain/produceBlock/produceBlockBody.js.map +1 -1
- package/lib/chain/produceBlock/validateBlobsAndKzgCommitments.d.ts +2 -2
- package/lib/chain/produceBlock/validateBlobsAndKzgCommitments.js.map +1 -1
- package/lib/chain/regen/interface.d.ts +3 -3
- package/lib/chain/regen/queued.d.ts +3 -3
- package/lib/chain/regen/queued.js.map +1 -1
- package/lib/chain/regen/regen.d.ts +2 -2
- package/lib/chain/regen/regen.js.map +1 -1
- package/lib/chain/rewards/blockRewards.d.ts +2 -2
- package/lib/chain/rewards/blockRewards.js.map +1 -1
- package/lib/chain/rewards/syncCommitteeRewards.d.ts +2 -2
- package/lib/chain/rewards/syncCommitteeRewards.js.map +1 -1
- package/lib/chain/seenCache/seenGossipBlockInput.d.ts +2 -2
- package/lib/chain/seenCache/seenGossipBlockInput.js.map +1 -1
- package/lib/chain/validation/block.d.ts +2 -2
- package/lib/chain/validation/block.js.map +1 -1
- package/lib/chain/validation/lightClientFinalityUpdate.d.ts +2 -2
- package/lib/chain/validation/lightClientFinalityUpdate.js.map +1 -1
- package/lib/chain/validation/lightClientOptimisticUpdate.d.ts +3 -3
- package/lib/chain/validation/lightClientOptimisticUpdate.js.map +1 -1
- package/lib/db/buckets.d.ts +1 -1
- package/lib/db/repositories/block.d.ts +5 -5
- package/lib/db/repositories/block.js.map +1 -1
- package/lib/db/repositories/blockArchive.d.ts +13 -13
- package/lib/db/repositories/blockArchive.js.map +1 -1
- package/lib/db/repositories/blockArchiveIndex.d.ts +4 -3
- package/lib/db/repositories/blockArchiveIndex.js.map +1 -1
- package/lib/db/repositories/lightclientBestUpdate.d.ts +4 -4
- package/lib/db/repositories/lightclientBestUpdate.js.map +1 -1
- package/lib/db/repositories/lightclientCheckpointHeader.d.ts +4 -4
- package/lib/db/repositories/lightclientCheckpointHeader.js.map +1 -1
- package/lib/db/single/preGenesisState.js.map +1 -1
- package/lib/execution/builder/http.d.ts +3 -3
- package/lib/execution/builder/http.js.map +1 -1
- package/lib/execution/builder/interface.d.ts +3 -3
- package/lib/execution/engine/http.d.ts +3 -3
- package/lib/execution/engine/http.js.map +1 -1
- package/lib/execution/engine/interface.d.ts +3 -3
- package/lib/execution/engine/types.d.ts +3 -3
- package/lib/execution/engine/types.js.map +1 -1
- package/lib/metrics/metrics/lodestar.d.ts +2 -2
- package/lib/metrics/metrics/lodestar.js.map +1 -1
- package/lib/metrics/validatorMonitor.d.ts +3 -3
- package/lib/network/gossip/interface.d.ts +7 -7
- package/lib/network/gossip/interface.js.map +1 -1
- package/lib/network/gossip/topic.d.ts +731 -43
- package/lib/network/gossip/topic.js +3 -3
- package/lib/network/gossip/topic.js.map +1 -1
- package/lib/network/interface.d.ts +6 -6
- package/lib/network/network.d.ts +10 -10
- package/lib/network/network.js.map +1 -1
- package/lib/network/peers/peerManager.d.ts +2 -2
- package/lib/network/peers/peerManager.js.map +1 -1
- package/lib/network/processor/gossipHandlers.js.map +1 -1
- package/lib/network/reqresp/ReqRespBeaconNode.d.ts +2 -2
- package/lib/network/reqresp/beaconBlocksMaybeBlobsByRange.d.ts +2 -2
- package/lib/network/reqresp/beaconBlocksMaybeBlobsByRange.js.map +1 -1
- package/lib/network/reqresp/types.d.ts +4 -4
- package/lib/network/reqresp/types.js +5 -5
- package/lib/network/reqresp/types.js.map +1 -1
- package/lib/network/reqresp/utils/collectSequentialBlocksInRange.d.ts +2 -2
- package/lib/network/reqresp/utils/collectSequentialBlocksInRange.js.map +1 -1
- package/lib/node/utils/interop/state.js +2 -2
- package/lib/node/utils/interop/state.js.map +1 -1
- package/lib/sync/backfill/backfill.d.ts +2 -2
- package/lib/sync/backfill/backfill.js.map +1 -1
- package/lib/sync/backfill/verify.d.ts +5 -5
- package/lib/sync/backfill/verify.js.map +1 -1
- package/lib/util/blobs.d.ts +3 -3
- package/lib/util/blobs.js.map +1 -1
- package/lib/util/multifork.d.ts +5 -4
- package/lib/util/multifork.js.map +1 -1
- package/package.json +14 -14
|
@@ -308,46 +308,6 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
308
308
|
toExecutionAddress: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
309
309
|
}>;
|
|
310
310
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
311
|
-
}> | import("@chainsafe/ssz").ContainerType<{
|
|
312
|
-
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
313
|
-
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
314
|
-
slot: import("@chainsafe/ssz").UintNumberType;
|
|
315
|
-
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
316
|
-
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
317
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
318
|
-
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
319
|
-
}>;
|
|
320
|
-
}>;
|
|
321
|
-
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
322
|
-
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
323
|
-
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
324
|
-
}>;
|
|
325
|
-
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
326
|
-
}> | import("@chainsafe/ssz").ContainerType<{
|
|
327
|
-
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
328
|
-
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
329
|
-
slot: import("@chainsafe/ssz").UintNumberType;
|
|
330
|
-
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
331
|
-
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
332
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
333
|
-
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
334
|
-
}>;
|
|
335
|
-
}>;
|
|
336
|
-
finalizedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
337
|
-
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
338
|
-
slot: import("@chainsafe/ssz").UintNumberType;
|
|
339
|
-
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
340
|
-
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
341
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
342
|
-
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
343
|
-
}>;
|
|
344
|
-
}>;
|
|
345
|
-
finalityBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
346
|
-
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
347
|
-
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
348
|
-
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
349
|
-
}>;
|
|
350
|
-
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
351
311
|
}> | import("@chainsafe/ssz").ContainerType<{
|
|
352
312
|
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
353
313
|
data: import("@chainsafe/ssz").ContainerType<{
|
|
@@ -421,7 +381,37 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
421
381
|
selectionProof: import("@chainsafe/ssz").ByteVectorType;
|
|
422
382
|
}>;
|
|
423
383
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
424
|
-
}> | import("@chainsafe/ssz").
|
|
384
|
+
}> | import("@chainsafe/ssz").CompositeType<import("@chainsafe/ssz").ValueOfFields<{
|
|
385
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
386
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
387
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
388
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
389
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
390
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
391
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
392
|
+
}>;
|
|
393
|
+
}>;
|
|
394
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
395
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
396
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
397
|
+
}>;
|
|
398
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
399
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
400
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
401
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
402
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
403
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
404
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
405
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
406
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
407
|
+
}>;
|
|
408
|
+
}>;
|
|
409
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
410
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
411
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
412
|
+
}>;
|
|
413
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
414
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
425
415
|
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
426
416
|
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
427
417
|
slot: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -454,7 +444,701 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
454
444
|
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
455
445
|
}>;
|
|
456
446
|
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
457
|
-
}> | import("@chainsafe/ssz").
|
|
447
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
448
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
449
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
450
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
451
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
452
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
453
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
454
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
455
|
+
}>;
|
|
456
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
457
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
458
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
459
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
460
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
461
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
462
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
463
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
464
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
465
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
466
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
467
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
468
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
469
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
470
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
471
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
472
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
473
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
474
|
+
}>;
|
|
475
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
476
|
+
}>;
|
|
477
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
478
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
479
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
480
|
+
}>;
|
|
481
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
482
|
+
}>, import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
483
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
484
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
485
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
486
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
487
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
488
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
489
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
490
|
+
}>;
|
|
491
|
+
}>;
|
|
492
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
493
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
494
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
495
|
+
}>;
|
|
496
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
497
|
+
}> | import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
498
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
499
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
500
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
501
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
502
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
503
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
504
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
505
|
+
}>;
|
|
506
|
+
}>;
|
|
507
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
508
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
509
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
510
|
+
}>;
|
|
511
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
512
|
+
}> | import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
513
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
514
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
515
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
516
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
517
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
518
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
519
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
520
|
+
}>;
|
|
521
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
522
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
523
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
524
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
525
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
526
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
527
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
528
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
529
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
530
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
531
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
532
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
533
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
534
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
535
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
536
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
537
|
+
}>;
|
|
538
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
539
|
+
}>;
|
|
540
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
541
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
542
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
543
|
+
}>;
|
|
544
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
545
|
+
}> | import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
546
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
547
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
548
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
549
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
550
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
551
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
552
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
553
|
+
}>;
|
|
554
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
555
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
556
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
557
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
558
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
559
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
560
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
561
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
562
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
563
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
564
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
565
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
566
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
567
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
568
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
569
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
570
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
571
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
572
|
+
}>;
|
|
573
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
574
|
+
}>;
|
|
575
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
576
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
577
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
578
|
+
}>;
|
|
579
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
580
|
+
}>, import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
581
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
582
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
583
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
584
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
585
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
586
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
587
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
588
|
+
}>;
|
|
589
|
+
}>;
|
|
590
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
591
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
592
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
593
|
+
}>;
|
|
594
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
595
|
+
}> | import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
596
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
597
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
598
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
599
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
600
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
601
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
602
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
603
|
+
}>;
|
|
604
|
+
}>;
|
|
605
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
606
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
607
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
608
|
+
}>;
|
|
609
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
610
|
+
}> | import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
611
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
612
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
613
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
614
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
615
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
616
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
617
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
618
|
+
}>;
|
|
619
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
620
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
621
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
622
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
623
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
624
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
625
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
626
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
627
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
628
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
629
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
630
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
631
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
632
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
633
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
634
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
635
|
+
}>;
|
|
636
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
637
|
+
}>;
|
|
638
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
639
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
640
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
641
|
+
}>;
|
|
642
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
643
|
+
}> | import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
644
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
645
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
646
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
647
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
648
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
649
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
650
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
651
|
+
}>;
|
|
652
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
653
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
654
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
655
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
656
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
657
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
658
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
659
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
660
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
661
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
662
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
663
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
664
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
665
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
666
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
667
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
668
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
669
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
670
|
+
}>;
|
|
671
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
672
|
+
}>;
|
|
673
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
674
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
675
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
676
|
+
}>;
|
|
677
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
678
|
+
}>> | import("@chainsafe/ssz").CompositeType<import("@chainsafe/ssz").ValueOfFields<{
|
|
679
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
680
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
681
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
682
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
683
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
684
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
685
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
686
|
+
}>;
|
|
687
|
+
}>;
|
|
688
|
+
finalizedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
689
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
690
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
691
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
692
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
693
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
694
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
695
|
+
}>;
|
|
696
|
+
}>;
|
|
697
|
+
finalityBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
698
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
699
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
700
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
701
|
+
}>;
|
|
702
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
703
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
704
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
705
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
706
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
707
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
708
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
709
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
710
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
711
|
+
}>;
|
|
712
|
+
}>;
|
|
713
|
+
finalizedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
714
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
715
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
716
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
717
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
718
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
719
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
720
|
+
}>;
|
|
721
|
+
}>;
|
|
722
|
+
finalityBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
723
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
724
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
725
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
726
|
+
}>;
|
|
727
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
728
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
729
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
730
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
731
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
732
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
733
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
734
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
735
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
736
|
+
}>;
|
|
737
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
738
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
739
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
740
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
741
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
742
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
743
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
744
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
745
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
746
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
747
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
748
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
749
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
750
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
751
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
752
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
753
|
+
}>;
|
|
754
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
755
|
+
}>;
|
|
756
|
+
finalizedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
757
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
758
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
759
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
760
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
761
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
762
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
763
|
+
}>;
|
|
764
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
765
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
766
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
767
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
768
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
769
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
770
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
771
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
772
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
773
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
774
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
775
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
776
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
777
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
778
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
779
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
780
|
+
}>;
|
|
781
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
782
|
+
}>;
|
|
783
|
+
finalityBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
784
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
785
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
786
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
787
|
+
}>;
|
|
788
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
789
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
790
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
791
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
792
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
793
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
794
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
795
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
796
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
797
|
+
}>;
|
|
798
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
799
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
800
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
801
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
802
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
803
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
804
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
805
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
806
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
807
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
808
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
809
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
810
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
811
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
812
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
813
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
814
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
815
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
816
|
+
}>;
|
|
817
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
818
|
+
}>;
|
|
819
|
+
finalizedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
820
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
821
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
822
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
823
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
824
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
825
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
826
|
+
}>;
|
|
827
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
828
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
829
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
830
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
831
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
832
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
833
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
834
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
835
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
836
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
837
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
838
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
839
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
840
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
841
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
842
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
843
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
844
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
845
|
+
}>;
|
|
846
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
847
|
+
}>;
|
|
848
|
+
finalityBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
849
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
850
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
851
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
852
|
+
}>;
|
|
853
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
854
|
+
}>, import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
855
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
856
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
857
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
858
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
859
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
860
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
861
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
862
|
+
}>;
|
|
863
|
+
}>;
|
|
864
|
+
finalizedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
865
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
866
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
867
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
868
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
869
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
870
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
871
|
+
}>;
|
|
872
|
+
}>;
|
|
873
|
+
finalityBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
874
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
875
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
876
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
877
|
+
}>;
|
|
878
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
879
|
+
}> | import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
880
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
881
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
882
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
883
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
884
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
885
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
886
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
887
|
+
}>;
|
|
888
|
+
}>;
|
|
889
|
+
finalizedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
890
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
891
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
892
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
893
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
894
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
895
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
896
|
+
}>;
|
|
897
|
+
}>;
|
|
898
|
+
finalityBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
899
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
900
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
901
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
902
|
+
}>;
|
|
903
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
904
|
+
}> | import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
905
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
906
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
907
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
908
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
909
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
910
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
911
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
912
|
+
}>;
|
|
913
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
914
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
915
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
916
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
917
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
918
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
919
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
920
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
921
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
922
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
923
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
924
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
925
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
926
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
927
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
928
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
929
|
+
}>;
|
|
930
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
931
|
+
}>;
|
|
932
|
+
finalizedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
933
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
934
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
935
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
936
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
937
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
938
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
939
|
+
}>;
|
|
940
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
941
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
942
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
943
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
944
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
945
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
946
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
947
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
948
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
949
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
950
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
951
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
952
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
953
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
954
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
955
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
956
|
+
}>;
|
|
957
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
958
|
+
}>;
|
|
959
|
+
finalityBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
960
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
961
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
962
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
963
|
+
}>;
|
|
964
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
965
|
+
}> | import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
966
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
967
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
968
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
969
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
970
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
971
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
972
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
973
|
+
}>;
|
|
974
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
975
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
976
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
977
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
978
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
979
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
980
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
981
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
982
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
983
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
984
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
985
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
986
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
987
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
988
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
989
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
990
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
991
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
992
|
+
}>;
|
|
993
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
994
|
+
}>;
|
|
995
|
+
finalizedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
996
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
997
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
998
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
999
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1000
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1001
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1002
|
+
}>;
|
|
1003
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
1004
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1005
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
1006
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1007
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1008
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1009
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
1010
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1011
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1012
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
1013
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
1014
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
1015
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
1016
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
1017
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
1018
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
1019
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
1020
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1021
|
+
}>;
|
|
1022
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1023
|
+
}>;
|
|
1024
|
+
finalityBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1025
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
1026
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
1027
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
1028
|
+
}>;
|
|
1029
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
1030
|
+
}>, import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
1031
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
1032
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
1033
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1034
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1035
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1036
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1037
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1038
|
+
}>;
|
|
1039
|
+
}>;
|
|
1040
|
+
finalizedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
1041
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
1042
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1043
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1044
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1045
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1046
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1047
|
+
}>;
|
|
1048
|
+
}>;
|
|
1049
|
+
finalityBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1050
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
1051
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
1052
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
1053
|
+
}>;
|
|
1054
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
1055
|
+
}> | import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
1056
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
1057
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
1058
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1059
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1060
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1061
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1062
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1063
|
+
}>;
|
|
1064
|
+
}>;
|
|
1065
|
+
finalizedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
1066
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
1067
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1068
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1069
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1070
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1071
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1072
|
+
}>;
|
|
1073
|
+
}>;
|
|
1074
|
+
finalityBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1075
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
1076
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
1077
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
1078
|
+
}>;
|
|
1079
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
1080
|
+
}> | import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
1081
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
1082
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
1083
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1084
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1085
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1086
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1087
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1088
|
+
}>;
|
|
1089
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
1090
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1091
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1092
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1093
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
1094
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1095
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1096
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
1097
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
1098
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
1099
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
1100
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
1101
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
1102
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
1103
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
1104
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1105
|
+
}>;
|
|
1106
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1107
|
+
}>;
|
|
1108
|
+
finalizedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
1109
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
1110
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1111
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1112
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1113
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1114
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1115
|
+
}>;
|
|
1116
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
1117
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1118
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1119
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1120
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
1121
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1122
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1123
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
1124
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
1125
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
1126
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
1127
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
1128
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
1129
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
1130
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
1131
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1132
|
+
}>;
|
|
1133
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1134
|
+
}>;
|
|
1135
|
+
finalityBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1136
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
1137
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
1138
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
1139
|
+
}>;
|
|
1140
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
1141
|
+
}> | import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
458
1142
|
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
459
1143
|
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
460
1144
|
slot: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -464,6 +1148,8 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
464
1148
|
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
465
1149
|
}>;
|
|
466
1150
|
execution: import("@chainsafe/ssz").ContainerType<{
|
|
1151
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1152
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
467
1153
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
468
1154
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
469
1155
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -491,6 +1177,8 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
491
1177
|
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
492
1178
|
}>;
|
|
493
1179
|
execution: import("@chainsafe/ssz").ContainerType<{
|
|
1180
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1181
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
494
1182
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
495
1183
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
496
1184
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -515,7 +1203,7 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
515
1203
|
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
516
1204
|
}>;
|
|
517
1205
|
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
518
|
-
}
|
|
1206
|
+
}>>;
|
|
519
1207
|
/**
|
|
520
1208
|
* Deserialize a gossip serialized data into an ssz object.
|
|
521
1209
|
*/
|