@lodestar/beacon-node 1.28.0-dev.32186d08b5 → 1.28.0-dev.51efa3d604
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/config/constants.d.ts +13 -13
- package/lib/api/rest/activeSockets.d.ts +0 -1
- package/lib/api/rest/swaggerUI.d.ts +2 -3
- package/lib/chain/archiver/archiver.d.ts +1 -1
- package/lib/chain/archiver/strategies/frequencyStateArchiveStrategy.d.ts +1 -1
- package/lib/chain/beaconProposerCache.d.ts +1 -1
- package/lib/chain/emitter.d.ts +3 -2
- package/lib/chain/regen/regen.d.ts +13 -0
- package/lib/chain/regen/regen.js +31 -4
- package/lib/chain/regen/regen.js.map +1 -1
- package/lib/chain/serializeState.js +12 -5
- package/lib/chain/serializeState.js.map +1 -1
- package/lib/chain/stateCache/persistentCheckpointsCache.js +18 -5
- package/lib/chain/stateCache/persistentCheckpointsCache.js.map +1 -1
- package/lib/constants/constants.d.ts +2 -3
- package/lib/db/repositories/backfilledRanges.d.ts +0 -1
- package/lib/db/repositories/block.d.ts +0 -1
- package/lib/db/repositories/blockArchive.d.ts +0 -1
- package/lib/db/repositories/depositDataRoot.d.ts +0 -1
- package/lib/db/repositories/eth1Data.d.ts +0 -1
- package/lib/eth1/eth1DepositDataTracker.js +1 -1
- package/lib/eth1/eth1DepositDataTracker.js.map +1 -1
- package/lib/eth1/provider/jsonRpcHttpClient.d.ts +12 -11
- package/lib/eth1/provider/jwt.d.ts +0 -1
- package/lib/execution/engine/payloadIdCache.d.ts +1 -1
- package/lib/network/core/events.d.ts +3 -1
- package/lib/network/discv5/index.d.ts +3 -2
- package/lib/network/events.d.ts +3 -1
- package/lib/network/gossip/constants.d.ts +2 -3
- package/lib/network/gossip/topic.d.ts +547 -15
- package/lib/node/utils/interop/state.d.ts +1 -2
- package/lib/sync/backfill/backfill.d.ts +3 -2
- package/lib/sync/range/range.d.ts +3 -2
- package/lib/util/bufferPool.d.ts +0 -1
- package/lib/util/clock.d.ts +0 -1
- package/lib/util/graffiti.d.ts +0 -1
- package/lib/util/hex.d.ts +0 -1
- package/lib/util/multifork.d.ts +0 -1
- package/lib/util/workerEvents.d.ts +0 -1
- package/package.json +24 -24
|
@@ -273,19 +273,6 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
273
273
|
toExecutionAddress: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
274
274
|
}>;
|
|
275
275
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
276
|
-
}> | import("@chainsafe/ssz").ContainerType<{
|
|
277
|
-
message: import("@chainsafe/ssz").ContainerType<{
|
|
278
|
-
aggregatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
279
|
-
contribution: import("@chainsafe/ssz").ContainerType<{
|
|
280
|
-
slot: import("@chainsafe/ssz").UintNumberType;
|
|
281
|
-
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
282
|
-
subcommitteeIndex: import("@chainsafe/ssz").UintNumberType;
|
|
283
|
-
aggregationBits: import("@chainsafe/ssz").BitVectorType;
|
|
284
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
285
|
-
}>;
|
|
286
|
-
selectionProof: import("@chainsafe/ssz").ByteVectorType;
|
|
287
|
-
}>;
|
|
288
|
-
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
289
276
|
}> | import("@chainsafe/ssz").ContainerType<{
|
|
290
277
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
291
278
|
blob: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -517,6 +504,41 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
517
504
|
}>;
|
|
518
505
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
519
506
|
}>;
|
|
507
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
508
|
+
attestation1: import("@chainsafe/ssz").ContainerType<{
|
|
509
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
510
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
511
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
512
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
513
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
514
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
515
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
516
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
517
|
+
}>;
|
|
518
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
519
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
520
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
521
|
+
}>;
|
|
522
|
+
}>;
|
|
523
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
524
|
+
}>;
|
|
525
|
+
attestation2: import("@chainsafe/ssz").ContainerType<{
|
|
526
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
527
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
528
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
529
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
530
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
531
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
532
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
533
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
534
|
+
}>;
|
|
535
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
536
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
537
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
538
|
+
}>;
|
|
539
|
+
}>;
|
|
540
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
541
|
+
}>;
|
|
520
542
|
}>, import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
521
543
|
attestation1: import("@chainsafe/ssz").ContainerType<{
|
|
522
544
|
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
@@ -727,6 +749,41 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
727
749
|
}>;
|
|
728
750
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
729
751
|
}>;
|
|
752
|
+
}> | import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
753
|
+
attestation1: import("@chainsafe/ssz").ContainerType<{
|
|
754
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
755
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
756
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
757
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
758
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
759
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
760
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
761
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
762
|
+
}>;
|
|
763
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
764
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
765
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
766
|
+
}>;
|
|
767
|
+
}>;
|
|
768
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
769
|
+
}>;
|
|
770
|
+
attestation2: import("@chainsafe/ssz").ContainerType<{
|
|
771
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
772
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
773
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
774
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
775
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
776
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
777
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
778
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
779
|
+
}>;
|
|
780
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
781
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
782
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
783
|
+
}>;
|
|
784
|
+
}>;
|
|
785
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
786
|
+
}>;
|
|
730
787
|
}>, import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
731
788
|
attestation1: import("@chainsafe/ssz").ContainerType<{
|
|
732
789
|
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
@@ -937,6 +994,41 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
937
994
|
}>;
|
|
938
995
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
939
996
|
}>;
|
|
997
|
+
}> | import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
998
|
+
attestation1: import("@chainsafe/ssz").ContainerType<{
|
|
999
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
1000
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
1001
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
1002
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
1003
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1004
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
1005
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
1006
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1007
|
+
}>;
|
|
1008
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
1009
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
1010
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1011
|
+
}>;
|
|
1012
|
+
}>;
|
|
1013
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1014
|
+
}>;
|
|
1015
|
+
attestation2: import("@chainsafe/ssz").ContainerType<{
|
|
1016
|
+
attestingIndices: import("@chainsafe/ssz").ListBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
1017
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
1018
|
+
slot: import("@chainsafe/ssz").UintBigintType;
|
|
1019
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
1020
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1021
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
1022
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
1023
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1024
|
+
}>;
|
|
1025
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
1026
|
+
epoch: import("@chainsafe/ssz").UintBigintType;
|
|
1027
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1028
|
+
}>;
|
|
1029
|
+
}>;
|
|
1030
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1031
|
+
}>;
|
|
940
1032
|
}>> | import("@chainsafe/ssz").CompositeType<import("@chainsafe/ssz").ValueOfFields<{
|
|
941
1033
|
message: import("@chainsafe/ssz").ContainerType<{
|
|
942
1034
|
aggregatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -1076,6 +1168,30 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
1076
1168
|
selectionProof: import("@chainsafe/ssz").ByteVectorType;
|
|
1077
1169
|
}>;
|
|
1078
1170
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1171
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
1172
|
+
message: import("@chainsafe/ssz").ContainerType<{
|
|
1173
|
+
aggregatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1174
|
+
aggregate: import("@chainsafe/ssz").ContainerType<{
|
|
1175
|
+
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
1176
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
1177
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1178
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
1179
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1180
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
1181
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
1182
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1183
|
+
}>;
|
|
1184
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
1185
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
1186
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1187
|
+
}>;
|
|
1188
|
+
}>;
|
|
1189
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1190
|
+
committeeBits: import("@chainsafe/ssz").BitVectorType;
|
|
1191
|
+
}>;
|
|
1192
|
+
selectionProof: import("@chainsafe/ssz").ByteVectorType;
|
|
1193
|
+
}>;
|
|
1194
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1079
1195
|
}>, import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
1080
1196
|
message: import("@chainsafe/ssz").ContainerType<{
|
|
1081
1197
|
aggregatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -1215,6 +1331,30 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
1215
1331
|
selectionProof: import("@chainsafe/ssz").ByteVectorType;
|
|
1216
1332
|
}>;
|
|
1217
1333
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1334
|
+
}> | import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
1335
|
+
message: import("@chainsafe/ssz").ContainerType<{
|
|
1336
|
+
aggregatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1337
|
+
aggregate: import("@chainsafe/ssz").ContainerType<{
|
|
1338
|
+
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
1339
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
1340
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1341
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
1342
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1343
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
1344
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
1345
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1346
|
+
}>;
|
|
1347
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
1348
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
1349
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1350
|
+
}>;
|
|
1351
|
+
}>;
|
|
1352
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1353
|
+
committeeBits: import("@chainsafe/ssz").BitVectorType;
|
|
1354
|
+
}>;
|
|
1355
|
+
selectionProof: import("@chainsafe/ssz").ByteVectorType;
|
|
1356
|
+
}>;
|
|
1357
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1218
1358
|
}>, import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
1219
1359
|
message: import("@chainsafe/ssz").ContainerType<{
|
|
1220
1360
|
aggregatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -1354,6 +1494,30 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
1354
1494
|
selectionProof: import("@chainsafe/ssz").ByteVectorType;
|
|
1355
1495
|
}>;
|
|
1356
1496
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1497
|
+
}> | import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
1498
|
+
message: import("@chainsafe/ssz").ContainerType<{
|
|
1499
|
+
aggregatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1500
|
+
aggregate: import("@chainsafe/ssz").ContainerType<{
|
|
1501
|
+
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
1502
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
1503
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1504
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
1505
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1506
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
1507
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
1508
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1509
|
+
}>;
|
|
1510
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
1511
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
1512
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1513
|
+
}>;
|
|
1514
|
+
}>;
|
|
1515
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1516
|
+
committeeBits: import("@chainsafe/ssz").BitVectorType;
|
|
1517
|
+
}>;
|
|
1518
|
+
selectionProof: import("@chainsafe/ssz").ByteVectorType;
|
|
1519
|
+
}>;
|
|
1520
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1357
1521
|
}>> | import("@chainsafe/ssz").CompositeType<import("@chainsafe/ssz").ValueOfFields<{
|
|
1358
1522
|
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
1359
1523
|
data: import("@chainsafe/ssz").ContainerType<{
|
|
@@ -1451,6 +1615,23 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
1451
1615
|
}>;
|
|
1452
1616
|
}>;
|
|
1453
1617
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1618
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
1619
|
+
committeeIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1620
|
+
attesterIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1621
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
1622
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1623
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
1624
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1625
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
1626
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
1627
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1628
|
+
}>;
|
|
1629
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
1630
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
1631
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1632
|
+
}>;
|
|
1633
|
+
}>;
|
|
1634
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1454
1635
|
}>, import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
1455
1636
|
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
1456
1637
|
data: import("@chainsafe/ssz").ContainerType<{
|
|
@@ -1548,6 +1729,23 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
1548
1729
|
}>;
|
|
1549
1730
|
}>;
|
|
1550
1731
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1732
|
+
}> | import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
1733
|
+
committeeIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1734
|
+
attesterIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1735
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
1736
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1737
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
1738
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1739
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
1740
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
1741
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1742
|
+
}>;
|
|
1743
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
1744
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
1745
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1746
|
+
}>;
|
|
1747
|
+
}>;
|
|
1748
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1551
1749
|
}>, import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
1552
1750
|
aggregationBits: import("@chainsafe/ssz").BitListType;
|
|
1553
1751
|
data: import("@chainsafe/ssz").ContainerType<{
|
|
@@ -1645,7 +1843,41 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
1645
1843
|
}>;
|
|
1646
1844
|
}>;
|
|
1647
1845
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1648
|
-
}
|
|
1846
|
+
}> | import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
1847
|
+
committeeIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1848
|
+
attesterIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1849
|
+
data: import("@chainsafe/ssz").ContainerType<{
|
|
1850
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1851
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
1852
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1853
|
+
source: import("@chainsafe/ssz").ContainerType<{
|
|
1854
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
1855
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1856
|
+
}>;
|
|
1857
|
+
target: import("@chainsafe/ssz").ContainerType<{
|
|
1858
|
+
epoch: import("@chainsafe/ssz").UintNumberType;
|
|
1859
|
+
root: import("@chainsafe/ssz").ByteVectorType;
|
|
1860
|
+
}>;
|
|
1861
|
+
}>;
|
|
1862
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1863
|
+
}>> | import("@chainsafe/ssz").ContainerType<{
|
|
1864
|
+
message: import("@chainsafe/ssz").ContainerType<{
|
|
1865
|
+
aggregatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1866
|
+
contribution: import("@chainsafe/ssz").ContainerType<{
|
|
1867
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1868
|
+
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1869
|
+
subcommitteeIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1870
|
+
aggregationBits: import("@chainsafe/ssz").BitVectorType;
|
|
1871
|
+
signature: import(
|
|
1872
|
+
/**
|
|
1873
|
+
* Stringify a GossipTopic into a spec-ed formated partial topic string
|
|
1874
|
+
*/
|
|
1875
|
+
"@chainsafe/ssz").ByteVectorType;
|
|
1876
|
+
}>;
|
|
1877
|
+
selectionProof: import("@chainsafe/ssz").ByteVectorType;
|
|
1878
|
+
}>;
|
|
1879
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1880
|
+
}> | import("@chainsafe/ssz").CompositeType<import("@chainsafe/ssz").ValueOfFields<{
|
|
1649
1881
|
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
1650
1882
|
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
1651
1883
|
slot: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -1778,7 +2010,42 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
1778
2010
|
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
1779
2011
|
}>;
|
|
1780
2012
|
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
1781
|
-
}
|
|
2013
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
2014
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
2015
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
2016
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
2017
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
2018
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2019
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2020
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2021
|
+
}>;
|
|
2022
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
2023
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
2024
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
2025
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2026
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2027
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2028
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2029
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2030
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2031
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
2032
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
2033
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
2034
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
2035
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
2036
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
2037
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
2038
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
2039
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2040
|
+
}>;
|
|
2041
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
2042
|
+
}>;
|
|
2043
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
2044
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
2045
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
2046
|
+
}>;
|
|
2047
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
2048
|
+
}>, import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
1782
2049
|
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
1783
2050
|
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
1784
2051
|
slot: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -1911,6 +2178,41 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
1911
2178
|
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
1912
2179
|
}>;
|
|
1913
2180
|
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
2181
|
+
}> | import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
2182
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
2183
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
2184
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
2185
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
2186
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2187
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2188
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2189
|
+
}>;
|
|
2190
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
2191
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
2192
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
2193
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2194
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2195
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2196
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2197
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2198
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2199
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
2200
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
2201
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
2202
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
2203
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
2204
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
2205
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
2206
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
2207
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2208
|
+
}>;
|
|
2209
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
2210
|
+
}>;
|
|
2211
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
2212
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
2213
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
2214
|
+
}>;
|
|
2215
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
1914
2216
|
}>, import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
1915
2217
|
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
1916
2218
|
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
@@ -2044,6 +2346,41 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2044
2346
|
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
2045
2347
|
}>;
|
|
2046
2348
|
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
2349
|
+
}> | import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
2350
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
2351
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
2352
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
2353
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
2354
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2355
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2356
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2357
|
+
}>;
|
|
2358
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
2359
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
2360
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
2361
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2362
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2363
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2364
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2365
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2366
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2367
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
2368
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
2369
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
2370
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
2371
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
2372
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
2373
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
2374
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
2375
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2376
|
+
}>;
|
|
2377
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
2378
|
+
}>;
|
|
2379
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
2380
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
2381
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
2382
|
+
}>;
|
|
2383
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
2047
2384
|
}>> | import("@chainsafe/ssz").CompositeType<import("@chainsafe/ssz").ValueOfFields<{
|
|
2048
2385
|
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
2049
2386
|
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
@@ -2285,6 +2622,71 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2285
2622
|
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
2286
2623
|
}>;
|
|
2287
2624
|
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
2625
|
+
}> | import("@chainsafe/ssz").ValueOfFields<{
|
|
2626
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
2627
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
2628
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
2629
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
2630
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2631
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2632
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2633
|
+
}>;
|
|
2634
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
2635
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
2636
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
2637
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2638
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2639
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2640
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2641
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2642
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2643
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
2644
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
2645
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
2646
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
2647
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
2648
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
2649
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
2650
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
2651
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2652
|
+
}>;
|
|
2653
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
2654
|
+
}>;
|
|
2655
|
+
finalizedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
2656
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
2657
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
2658
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
2659
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2660
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2661
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2662
|
+
}>;
|
|
2663
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
2664
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
2665
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
2666
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2667
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2668
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2669
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2670
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2671
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2672
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
2673
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
2674
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
2675
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
2676
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
2677
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
2678
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
2679
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
2680
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2681
|
+
}>;
|
|
2682
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
2683
|
+
}>;
|
|
2684
|
+
finalityBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
2685
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
2686
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
2687
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
2688
|
+
}>;
|
|
2689
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
2288
2690
|
}>, import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
2289
2691
|
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
2290
2692
|
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
@@ -2526,6 +2928,71 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2526
2928
|
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
2527
2929
|
}>;
|
|
2528
2930
|
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
2931
|
+
}> | import("@chainsafe/ssz/lib/view/container.js").ContainerTreeViewType<{
|
|
2932
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
2933
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
2934
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
2935
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
2936
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2937
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2938
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2939
|
+
}>;
|
|
2940
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
2941
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
2942
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
2943
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2944
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2945
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2946
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2947
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2948
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2949
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
2950
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
2951
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
2952
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
2953
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
2954
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
2955
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
2956
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
2957
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2958
|
+
}>;
|
|
2959
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
2960
|
+
}>;
|
|
2961
|
+
finalizedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
2962
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
2963
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
2964
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
2965
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2966
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2967
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2968
|
+
}>;
|
|
2969
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
2970
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
2971
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
2972
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2973
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2974
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2975
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
2976
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2977
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2978
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
2979
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
2980
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
2981
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
2982
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
2983
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
2984
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
2985
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
2986
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2987
|
+
}>;
|
|
2988
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
2989
|
+
}>;
|
|
2990
|
+
finalityBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
2991
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
2992
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
2993
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
2994
|
+
}>;
|
|
2995
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
2529
2996
|
}>, import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
2530
2997
|
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
2531
2998
|
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
@@ -2767,6 +3234,71 @@ export declare function getGossipSSZType(topic: GossipTopic): import("@chainsafe
|
|
|
2767
3234
|
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
2768
3235
|
}>;
|
|
2769
3236
|
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
3237
|
+
}> | import("@chainsafe/ssz/lib/viewDU/container.js").ContainerTreeViewDUType<{
|
|
3238
|
+
attestedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
3239
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
3240
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
3241
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
3242
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3243
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3244
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3245
|
+
}>;
|
|
3246
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
3247
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
3248
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
3249
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3250
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3251
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3252
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
3253
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3254
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3255
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
3256
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
3257
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
3258
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
3259
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
3260
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
3261
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
3262
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
3263
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3264
|
+
}>;
|
|
3265
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
3266
|
+
}>;
|
|
3267
|
+
finalizedHeader: import("@chainsafe/ssz").ContainerType<{
|
|
3268
|
+
beacon: import("@chainsafe/ssz").ContainerType<{
|
|
3269
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
3270
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
3271
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3272
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3273
|
+
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3274
|
+
}>;
|
|
3275
|
+
execution: import("@chainsafe/ssz").ContainerType<{
|
|
3276
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
3277
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
3278
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3279
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3280
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3281
|
+
feeRecipient: import("@lodestar/types/lib/utils/executionAddress.js").ExecutionAddressType;
|
|
3282
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3283
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
3284
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
3285
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
3286
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
3287
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
3288
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
3289
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
3290
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
3291
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
3292
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
3293
|
+
}>;
|
|
3294
|
+
executionBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
3295
|
+
}>;
|
|
3296
|
+
finalityBranch: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
3297
|
+
syncAggregate: import("@chainsafe/ssz").ContainerType<{
|
|
3298
|
+
syncCommitteeBits: import("@chainsafe/ssz").BitVectorType;
|
|
3299
|
+
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
3300
|
+
}>;
|
|
3301
|
+
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
2770
3302
|
}>>;
|
|
2771
3303
|
/**
|
|
2772
3304
|
* Deserialize a gossip serialized data into an ssz object.
|