@lodestar/light-client 1.43.0-rc.2 → 1.43.0
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.
|
@@ -2920,6 +2920,13 @@ declare const BeaconBlockHeaderBigint: ContainerType<{
|
|
|
2920
2920
|
|
|
2921
2921
|
declare type BeaconBlockHeaderBigint_2 = ValueOf<typeof ssz_2.BeaconBlockHeaderBigint>;
|
|
2922
2922
|
|
|
2923
|
+
declare const BeaconBlocksByHeadRequest: ContainerType<{
|
|
2924
|
+
beaconRoot: ByteVectorType;
|
|
2925
|
+
count: UintNumberType;
|
|
2926
|
+
}>;
|
|
2927
|
+
|
|
2928
|
+
declare type BeaconBlocksByHeadRequest_2 = ValueOf<typeof ssz_8.BeaconBlocksByHeadRequest>;
|
|
2929
|
+
|
|
2923
2930
|
declare const BeaconBlocksByRangeRequest: ContainerType<{
|
|
2924
2931
|
startSlot: UintNumberType;
|
|
2925
2932
|
count: UintNumberType;
|
|
@@ -16399,6 +16406,7 @@ declare namespace ssz_8 {
|
|
|
16399
16406
|
MatrixEntry,
|
|
16400
16407
|
DataColumnsByRootIdentifier,
|
|
16401
16408
|
DataColumnSidecarsByRangeRequest,
|
|
16409
|
+
BeaconBlocksByHeadRequest,
|
|
16402
16410
|
BeaconBlock_13 as BeaconBlock,
|
|
16403
16411
|
SignedBeaconBlock_13 as SignedBeaconBlock,
|
|
16404
16412
|
BlobsBundle_3 as BlobsBundle,
|
|
@@ -17251,6 +17259,7 @@ declare namespace ts_7 {
|
|
|
17251
17259
|
ProposerLookahead_2 as ProposerLookahead,
|
|
17252
17260
|
DataColumnsByRootIdentifier_2 as DataColumnsByRootIdentifier,
|
|
17253
17261
|
DataColumnSidecarsByRangeRequest_2 as DataColumnSidecarsByRangeRequest,
|
|
17262
|
+
BeaconBlocksByHeadRequest_2 as BeaconBlocksByHeadRequest,
|
|
17254
17263
|
BeaconBlock_14 as BeaconBlock,
|
|
17255
17264
|
SignedBeaconBlock_14 as SignedBeaconBlock,
|
|
17256
17265
|
BeaconState_14 as BeaconState,
|
|
@@ -29827,6 +29836,10 @@ declare const typesByFork: {
|
|
|
29827
29836
|
count: UintNumberType;
|
|
29828
29837
|
columns: ListBasicType<UintNumberType>;
|
|
29829
29838
|
}>;
|
|
29839
|
+
BeaconBlocksByHeadRequest: ContainerType<{
|
|
29840
|
+
beaconRoot: ByteVectorType;
|
|
29841
|
+
count: UintNumberType;
|
|
29842
|
+
}>;
|
|
29830
29843
|
BeaconBlock: ContainerType<{
|
|
29831
29844
|
slot: UintNumberType;
|
|
29832
29845
|
proposerIndex: UintNumberType;
|
|
@@ -32284,6 +32297,10 @@ declare const typesByFork: {
|
|
|
32284
32297
|
count: UintNumberType;
|
|
32285
32298
|
columns: ListBasicType<UintNumberType>;
|
|
32286
32299
|
}>;
|
|
32300
|
+
BeaconBlocksByHeadRequest: ContainerType<{
|
|
32301
|
+
beaconRoot: ByteVectorType;
|
|
32302
|
+
count: UintNumberType;
|
|
32303
|
+
}>;
|
|
32287
32304
|
BlobsBundle: ContainerType<{
|
|
32288
32305
|
commitments: ListCompositeType<ByteVectorType>;
|
|
32289
32306
|
proofs: ListCompositeType<ByteVectorType>;
|