@lodestar/types 1.46.0-dev.d9bad172a8 → 1.46.0-dev.df02c7532b
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/altair/sszTypes.d.ts +5 -5
- package/lib/bellatrix/sszTypes.d.ts +8 -8
- package/lib/capella/sszTypes.d.ts +8 -8
- package/lib/deneb/sszTypes.d.ts +10 -10
- package/lib/electra/sszTypes.d.ts +10 -10
- package/lib/fulu/sszTypes.d.ts +6 -6
- package/lib/gloas/sszTypes.d.ts +6 -6
- package/lib/gloas/sszTypes.js.map +1 -1
- package/lib/heze/index.d.ts +5 -0
- package/lib/heze/index.d.ts.map +1 -0
- package/lib/heze/index.js +5 -0
- package/lib/heze/index.js.map +1 -0
- package/lib/heze/sszTypes.d.ts +1007 -0
- package/lib/heze/sszTypes.d.ts.map +1 -0
- package/lib/heze/sszTypes.js +67 -0
- package/lib/heze/sszTypes.js.map +1 -0
- package/lib/heze/types.d.ts +15 -0
- package/lib/heze/types.d.ts.map +1 -0
- package/lib/heze/types.js +2 -0
- package/lib/heze/types.js.map +1 -0
- package/lib/phase0/sszTypes.d.ts +7 -7
- package/lib/phase0/sszTypes.d.ts.map +1 -1
- package/lib/phase0/sszTypes.js +2 -1
- package/lib/phase0/sszTypes.js.map +1 -1
- package/lib/phase0/validator.d.ts.map +1 -1
- package/lib/phase0/validator.js.map +1 -1
- package/lib/sszTypes.d.ts +10675 -4407
- package/lib/sszTypes.d.ts.map +1 -1
- package/lib/sszTypes.js +13 -0
- package/lib/sszTypes.js.map +1 -1
- package/lib/types.d.ts +43 -0
- package/lib/types.d.ts.map +1 -1
- package/lib/types.js +2 -2
- package/lib/types.js.map +1 -1
- package/lib/utils/array.js.map +1 -1
- package/lib/utils/container.js.map +1 -1
- package/lib/utils/executionAddress.js.map +1 -1
- package/lib/utils/stringType.js.map +1 -1
- package/lib/utils/typeguards.js.map +1 -1
- package/lib/utils/validatorStatus.js.map +1 -1
- package/package.json +5 -5
- package/src/heze/index.ts +5 -0
- package/src/heze/sszTypes.ts +128 -0
- package/src/heze/types.ts +17 -0
- package/src/phase0/sszTypes.ts +2 -1
- package/src/sszTypes.ts +13 -0
- package/src/types.ts +43 -0
package/lib/altair/sszTypes.d.ts
CHANGED
|
@@ -63,7 +63,7 @@ export declare const BeaconBlockBody: ContainerType<{
|
|
|
63
63
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
64
64
|
eth1Data: ContainerType<{
|
|
65
65
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
66
|
-
depositCount: import("@chainsafe/ssz").
|
|
66
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
67
67
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
68
68
|
}>;
|
|
69
69
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -172,7 +172,7 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
172
172
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
173
173
|
eth1Data: ContainerType<{
|
|
174
174
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
175
|
-
depositCount: import("@chainsafe/ssz").
|
|
175
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
176
176
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
177
177
|
}>;
|
|
178
178
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -283,7 +283,7 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
283
283
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
284
284
|
eth1Data: ContainerType<{
|
|
285
285
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
286
|
-
depositCount: import("@chainsafe/ssz").
|
|
286
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
287
287
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
288
288
|
}>;
|
|
289
289
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -409,12 +409,12 @@ export declare const BeaconState: ContainerType<{
|
|
|
409
409
|
historicalRoots: ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
410
410
|
eth1Data: ContainerType<{
|
|
411
411
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
412
|
-
depositCount: import("@chainsafe/ssz").
|
|
412
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
413
413
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
414
414
|
}>;
|
|
415
415
|
eth1DataVotes: ListCompositeType<ContainerType<{
|
|
416
416
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
417
|
-
depositCount: import("@chainsafe/ssz").
|
|
417
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
418
418
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
419
419
|
}>>;
|
|
420
420
|
eth1DepositIndex: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -62,7 +62,7 @@ export declare const BeaconBlockBody: ContainerType<{
|
|
|
62
62
|
randaoReveal: ByteVectorType;
|
|
63
63
|
eth1Data: ContainerType<{
|
|
64
64
|
depositRoot: ByteVectorType;
|
|
65
|
-
depositCount: import("@chainsafe/ssz").
|
|
65
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
66
66
|
blockHash: ByteVectorType;
|
|
67
67
|
}>;
|
|
68
68
|
graffiti: ByteVectorType;
|
|
@@ -187,7 +187,7 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
187
187
|
randaoReveal: ByteVectorType;
|
|
188
188
|
eth1Data: ContainerType<{
|
|
189
189
|
depositRoot: ByteVectorType;
|
|
190
|
-
depositCount: import("@chainsafe/ssz").
|
|
190
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
191
191
|
blockHash: ByteVectorType;
|
|
192
192
|
}>;
|
|
193
193
|
graffiti: ByteVectorType;
|
|
@@ -314,7 +314,7 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
314
314
|
randaoReveal: ByteVectorType;
|
|
315
315
|
eth1Data: ContainerType<{
|
|
316
316
|
depositRoot: ByteVectorType;
|
|
317
|
-
depositCount: import("@chainsafe/ssz").
|
|
317
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
318
318
|
blockHash: ByteVectorType;
|
|
319
319
|
}>;
|
|
320
320
|
graffiti: ByteVectorType;
|
|
@@ -459,12 +459,12 @@ export declare const BeaconState: ContainerType<{
|
|
|
459
459
|
historicalRoots: ListCompositeType<ByteVectorType>;
|
|
460
460
|
eth1Data: ContainerType<{
|
|
461
461
|
depositRoot: ByteVectorType;
|
|
462
|
-
depositCount: import("@chainsafe/ssz").
|
|
462
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
463
463
|
blockHash: ByteVectorType;
|
|
464
464
|
}>;
|
|
465
465
|
eth1DataVotes: ListCompositeType<ContainerType<{
|
|
466
466
|
depositRoot: ByteVectorType;
|
|
467
|
-
depositCount: import("@chainsafe/ssz").
|
|
467
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
468
468
|
blockHash: ByteVectorType;
|
|
469
469
|
}>>;
|
|
470
470
|
eth1DepositIndex: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -517,7 +517,7 @@ export declare const BlindedBeaconBlockBody: ContainerType<{
|
|
|
517
517
|
randaoReveal: ByteVectorType;
|
|
518
518
|
eth1Data: ContainerType<{
|
|
519
519
|
depositRoot: ByteVectorType;
|
|
520
|
-
depositCount: import("@chainsafe/ssz").
|
|
520
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
521
521
|
blockHash: ByteVectorType;
|
|
522
522
|
}>;
|
|
523
523
|
graffiti: ByteVectorType;
|
|
@@ -642,7 +642,7 @@ export declare const BlindedBeaconBlock: ContainerType<{
|
|
|
642
642
|
randaoReveal: ByteVectorType;
|
|
643
643
|
eth1Data: ContainerType<{
|
|
644
644
|
depositRoot: ByteVectorType;
|
|
645
|
-
depositCount: import("@chainsafe/ssz").
|
|
645
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
646
646
|
blockHash: ByteVectorType;
|
|
647
647
|
}>;
|
|
648
648
|
graffiti: ByteVectorType;
|
|
@@ -769,7 +769,7 @@ export declare const SignedBlindedBeaconBlock: ContainerType<{
|
|
|
769
769
|
randaoReveal: ByteVectorType;
|
|
770
770
|
eth1Data: ContainerType<{
|
|
771
771
|
depositRoot: ByteVectorType;
|
|
772
|
-
depositCount: import("@chainsafe/ssz").
|
|
772
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
773
773
|
blockHash: ByteVectorType;
|
|
774
774
|
}>;
|
|
775
775
|
graffiti: ByteVectorType;
|
|
@@ -76,7 +76,7 @@ export declare const BeaconBlockBody: ContainerType<{
|
|
|
76
76
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
77
77
|
eth1Data: ContainerType<{
|
|
78
78
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
79
|
-
depositCount: import("@chainsafe/ssz").
|
|
79
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
80
80
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
81
81
|
}>;
|
|
82
82
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -215,7 +215,7 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
215
215
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
216
216
|
eth1Data: ContainerType<{
|
|
217
217
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
218
|
-
depositCount: import("@chainsafe/ssz").
|
|
218
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
219
219
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
220
220
|
}>;
|
|
221
221
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -356,7 +356,7 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
356
356
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
357
357
|
eth1Data: ContainerType<{
|
|
358
358
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
359
|
-
depositCount: import("@chainsafe/ssz").
|
|
359
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
360
360
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
361
361
|
}>;
|
|
362
362
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -563,12 +563,12 @@ export declare const BeaconState: ContainerType<{
|
|
|
563
563
|
historicalRoots: ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
564
564
|
eth1Data: ContainerType<{
|
|
565
565
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
566
|
-
depositCount: import("@chainsafe/ssz").
|
|
566
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
567
567
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
568
568
|
}>;
|
|
569
569
|
eth1DataVotes: ListCompositeType<ContainerType<{
|
|
570
570
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
571
|
-
depositCount: import("@chainsafe/ssz").
|
|
571
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
572
572
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
573
573
|
}>>;
|
|
574
574
|
eth1DepositIndex: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -628,7 +628,7 @@ export declare const BlindedBeaconBlockBody: ContainerType<{
|
|
|
628
628
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
629
629
|
eth1Data: ContainerType<{
|
|
630
630
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
631
|
-
depositCount: import("@chainsafe/ssz").
|
|
631
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
632
632
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
633
633
|
}>;
|
|
634
634
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -762,7 +762,7 @@ export declare const BlindedBeaconBlock: ContainerType<{
|
|
|
762
762
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
763
763
|
eth1Data: ContainerType<{
|
|
764
764
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
765
|
-
depositCount: import("@chainsafe/ssz").
|
|
765
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
766
766
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
767
767
|
}>;
|
|
768
768
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -898,7 +898,7 @@ export declare const SignedBlindedBeaconBlock: ContainerType<{
|
|
|
898
898
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
899
899
|
eth1Data: ContainerType<{
|
|
900
900
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
901
|
-
depositCount: import("@chainsafe/ssz").
|
|
901
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
902
902
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
903
903
|
}>;
|
|
904
904
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
package/lib/deneb/sszTypes.d.ts
CHANGED
|
@@ -66,7 +66,7 @@ export declare const BeaconBlockBody: ContainerType<{
|
|
|
66
66
|
randaoReveal: ByteVectorType;
|
|
67
67
|
eth1Data: ContainerType<{
|
|
68
68
|
depositRoot: ByteVectorType;
|
|
69
|
-
depositCount: import("@chainsafe/ssz").
|
|
69
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
70
70
|
blockHash: ByteVectorType;
|
|
71
71
|
}>;
|
|
72
72
|
graffiti: ByteVectorType;
|
|
@@ -208,7 +208,7 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
208
208
|
randaoReveal: ByteVectorType;
|
|
209
209
|
eth1Data: ContainerType<{
|
|
210
210
|
depositRoot: ByteVectorType;
|
|
211
|
-
depositCount: import("@chainsafe/ssz").
|
|
211
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
212
212
|
blockHash: ByteVectorType;
|
|
213
213
|
}>;
|
|
214
214
|
graffiti: ByteVectorType;
|
|
@@ -352,7 +352,7 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
352
352
|
randaoReveal: ByteVectorType;
|
|
353
353
|
eth1Data: ContainerType<{
|
|
354
354
|
depositRoot: ByteVectorType;
|
|
355
|
-
depositCount: import("@chainsafe/ssz").
|
|
355
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
356
356
|
blockHash: ByteVectorType;
|
|
357
357
|
}>;
|
|
358
358
|
graffiti: ByteVectorType;
|
|
@@ -532,7 +532,7 @@ export declare const BlindedBeaconBlockBody: ContainerType<{
|
|
|
532
532
|
randaoReveal: ByteVectorType;
|
|
533
533
|
eth1Data: ContainerType<{
|
|
534
534
|
depositRoot: ByteVectorType;
|
|
535
|
-
depositCount: import("@chainsafe/ssz").
|
|
535
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
536
536
|
blockHash: ByteVectorType;
|
|
537
537
|
}>;
|
|
538
538
|
graffiti: ByteVectorType;
|
|
@@ -669,7 +669,7 @@ export declare const BlindedBeaconBlock: ContainerType<{
|
|
|
669
669
|
randaoReveal: ByteVectorType;
|
|
670
670
|
eth1Data: ContainerType<{
|
|
671
671
|
depositRoot: ByteVectorType;
|
|
672
|
-
depositCount: import("@chainsafe/ssz").
|
|
672
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
673
673
|
blockHash: ByteVectorType;
|
|
674
674
|
}>;
|
|
675
675
|
graffiti: ByteVectorType;
|
|
@@ -808,7 +808,7 @@ export declare const SignedBlindedBeaconBlock: ContainerType<{
|
|
|
808
808
|
randaoReveal: ByteVectorType;
|
|
809
809
|
eth1Data: ContainerType<{
|
|
810
810
|
depositRoot: ByteVectorType;
|
|
811
|
-
depositCount: import("@chainsafe/ssz").
|
|
811
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
812
812
|
blockHash: ByteVectorType;
|
|
813
813
|
}>;
|
|
814
814
|
graffiti: ByteVectorType;
|
|
@@ -1042,12 +1042,12 @@ export declare const BeaconState: ContainerType<{
|
|
|
1042
1042
|
historicalRoots: ListCompositeType<ByteVectorType>;
|
|
1043
1043
|
eth1Data: ContainerType<{
|
|
1044
1044
|
depositRoot: ByteVectorType;
|
|
1045
|
-
depositCount: import("@chainsafe/ssz").
|
|
1045
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
1046
1046
|
blockHash: ByteVectorType;
|
|
1047
1047
|
}>;
|
|
1048
1048
|
eth1DataVotes: ListCompositeType<ContainerType<{
|
|
1049
1049
|
depositRoot: ByteVectorType;
|
|
1050
|
-
depositCount: import("@chainsafe/ssz").
|
|
1050
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
1051
1051
|
blockHash: ByteVectorType;
|
|
1052
1052
|
}>>;
|
|
1053
1053
|
eth1DepositIndex: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -1493,7 +1493,7 @@ export declare const BlockContents: ContainerType<{
|
|
|
1493
1493
|
randaoReveal: ByteVectorType;
|
|
1494
1494
|
eth1Data: ContainerType<{
|
|
1495
1495
|
depositRoot: ByteVectorType;
|
|
1496
|
-
depositCount: import("@chainsafe/ssz").
|
|
1496
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
1497
1497
|
blockHash: ByteVectorType;
|
|
1498
1498
|
}>;
|
|
1499
1499
|
graffiti: ByteVectorType;
|
|
@@ -1641,7 +1641,7 @@ export declare const SignedBlockContents: ContainerType<{
|
|
|
1641
1641
|
randaoReveal: ByteVectorType;
|
|
1642
1642
|
eth1Data: ContainerType<{
|
|
1643
1643
|
depositRoot: ByteVectorType;
|
|
1644
|
-
depositCount: import("@chainsafe/ssz").
|
|
1644
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
1645
1645
|
blockHash: ByteVectorType;
|
|
1646
1646
|
}>;
|
|
1647
1647
|
graffiti: ByteVectorType;
|
|
@@ -259,7 +259,7 @@ export declare const BeaconBlockBody: ContainerType<{
|
|
|
259
259
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
260
260
|
eth1Data: ContainerType<{
|
|
261
261
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
262
|
-
depositCount: import("@chainsafe/ssz").
|
|
262
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
263
263
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
264
264
|
}>;
|
|
265
265
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -421,7 +421,7 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
421
421
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
422
422
|
eth1Data: ContainerType<{
|
|
423
423
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
424
|
-
depositCount: import("@chainsafe/ssz").
|
|
424
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
425
425
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
426
426
|
}>;
|
|
427
427
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -585,7 +585,7 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
585
585
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
586
586
|
eth1Data: ContainerType<{
|
|
587
587
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
588
|
-
depositCount: import("@chainsafe/ssz").
|
|
588
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
589
589
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
590
590
|
}>;
|
|
591
591
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -745,7 +745,7 @@ export declare const BlindedBeaconBlockBody: ContainerType<{
|
|
|
745
745
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
746
746
|
eth1Data: ContainerType<{
|
|
747
747
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
748
|
-
depositCount: import("@chainsafe/ssz").
|
|
748
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
749
749
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
750
750
|
}>;
|
|
751
751
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -902,7 +902,7 @@ export declare const BlindedBeaconBlock: ContainerType<{
|
|
|
902
902
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
903
903
|
eth1Data: ContainerType<{
|
|
904
904
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
905
|
-
depositCount: import("@chainsafe/ssz").
|
|
905
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
906
906
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
907
907
|
}>;
|
|
908
908
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -1061,7 +1061,7 @@ export declare const SignedBlindedBeaconBlock: ContainerType<{
|
|
|
1061
1061
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
1062
1062
|
eth1Data: ContainerType<{
|
|
1063
1063
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1064
|
-
depositCount: import("@chainsafe/ssz").
|
|
1064
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
1065
1065
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1066
1066
|
}>;
|
|
1067
1067
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -1354,12 +1354,12 @@ export declare const BeaconState: ContainerType<{
|
|
|
1354
1354
|
historicalRoots: ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1355
1355
|
eth1Data: ContainerType<{
|
|
1356
1356
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1357
|
-
depositCount: import("@chainsafe/ssz").
|
|
1357
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
1358
1358
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1359
1359
|
}>;
|
|
1360
1360
|
eth1DataVotes: ListCompositeType<ContainerType<{
|
|
1361
1361
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1362
|
-
depositCount: import("@chainsafe/ssz").
|
|
1362
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
1363
1363
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1364
1364
|
}>>;
|
|
1365
1365
|
eth1DepositIndex: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -1798,7 +1798,7 @@ export declare const BlockContents: ContainerType<{
|
|
|
1798
1798
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
1799
1799
|
eth1Data: ContainerType<{
|
|
1800
1800
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1801
|
-
depositCount: import("@chainsafe/ssz").
|
|
1801
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
1802
1802
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1803
1803
|
}>;
|
|
1804
1804
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -1966,7 +1966,7 @@ export declare const SignedBlockContents: ContainerType<{
|
|
|
1966
1966
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
1967
1967
|
eth1Data: ContainerType<{
|
|
1968
1968
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1969
|
-
depositCount: import("@chainsafe/ssz").
|
|
1969
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
1970
1970
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1971
1971
|
}>;
|
|
1972
1972
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
package/lib/fulu/sszTypes.d.ts
CHANGED
|
@@ -84,7 +84,7 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
84
84
|
randaoReveal: ByteVectorType;
|
|
85
85
|
eth1Data: ContainerType<{
|
|
86
86
|
depositRoot: ByteVectorType;
|
|
87
|
-
depositCount: import("@chainsafe/ssz").
|
|
87
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
88
88
|
blockHash: ByteVectorType;
|
|
89
89
|
}>;
|
|
90
90
|
graffiti: ByteVectorType;
|
|
@@ -248,7 +248,7 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
248
248
|
randaoReveal: ByteVectorType;
|
|
249
249
|
eth1Data: ContainerType<{
|
|
250
250
|
depositRoot: ByteVectorType;
|
|
251
|
-
depositCount: import("@chainsafe/ssz").
|
|
251
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
252
252
|
blockHash: ByteVectorType;
|
|
253
253
|
}>;
|
|
254
254
|
graffiti: ByteVectorType;
|
|
@@ -461,12 +461,12 @@ export declare const BeaconState: ContainerType<{
|
|
|
461
461
|
historicalRoots: ListCompositeType<ByteVectorType>;
|
|
462
462
|
eth1Data: ContainerType<{
|
|
463
463
|
depositRoot: ByteVectorType;
|
|
464
|
-
depositCount: import("@chainsafe/ssz").
|
|
464
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
465
465
|
blockHash: ByteVectorType;
|
|
466
466
|
}>;
|
|
467
467
|
eth1DataVotes: ListCompositeType<ContainerType<{
|
|
468
468
|
depositRoot: ByteVectorType;
|
|
469
|
-
depositCount: import("@chainsafe/ssz").
|
|
469
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
470
470
|
blockHash: ByteVectorType;
|
|
471
471
|
}>>;
|
|
472
472
|
eth1DepositIndex: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -557,7 +557,7 @@ export declare const BlockContents: ContainerType<{
|
|
|
557
557
|
randaoReveal: ByteVectorType;
|
|
558
558
|
eth1Data: ContainerType<{
|
|
559
559
|
depositRoot: ByteVectorType;
|
|
560
|
-
depositCount: import("@chainsafe/ssz").
|
|
560
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
561
561
|
blockHash: ByteVectorType;
|
|
562
562
|
}>;
|
|
563
563
|
graffiti: ByteVectorType;
|
|
@@ -725,7 +725,7 @@ export declare const SignedBlockContents: ContainerType<{
|
|
|
725
725
|
randaoReveal: ByteVectorType;
|
|
726
726
|
eth1Data: ContainerType<{
|
|
727
727
|
depositRoot: ByteVectorType;
|
|
728
|
-
depositCount: import("@chainsafe/ssz").
|
|
728
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
729
729
|
blockHash: ByteVectorType;
|
|
730
730
|
}>;
|
|
731
731
|
graffiti: ByteVectorType;
|
package/lib/gloas/sszTypes.d.ts
CHANGED
|
@@ -707,7 +707,7 @@ export declare const BeaconBlockBody: ProgressiveContainerType<{
|
|
|
707
707
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
708
708
|
eth1Data: ContainerType<{
|
|
709
709
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
710
|
-
depositCount: import("@chainsafe/ssz").
|
|
710
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
711
711
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
712
712
|
}>;
|
|
713
713
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -881,7 +881,7 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
881
881
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
882
882
|
eth1Data: ContainerType<{
|
|
883
883
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
884
|
-
depositCount: import("@chainsafe/ssz").
|
|
884
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
885
885
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
886
886
|
}>;
|
|
887
887
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -1057,7 +1057,7 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
1057
1057
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
1058
1058
|
eth1Data: ContainerType<{
|
|
1059
1059
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1060
|
-
depositCount: import("@chainsafe/ssz").
|
|
1060
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
1061
1061
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1062
1062
|
}>;
|
|
1063
1063
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -1235,7 +1235,7 @@ export declare const BlockContents: ContainerType<{
|
|
|
1235
1235
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
1236
1236
|
eth1Data: ContainerType<{
|
|
1237
1237
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1238
|
-
depositCount: import("@chainsafe/ssz").
|
|
1238
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
1239
1239
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1240
1240
|
}>;
|
|
1241
1241
|
graffiti: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -1652,12 +1652,12 @@ export declare const BeaconState: ProgressiveContainerType<{
|
|
|
1652
1652
|
historicalRoots: ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1653
1653
|
eth1Data: ContainerType<{
|
|
1654
1654
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1655
|
-
depositCount: import("@chainsafe/ssz").
|
|
1655
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
1656
1656
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1657
1657
|
}>;
|
|
1658
1658
|
eth1DataVotes: ListCompositeType<ContainerType<{
|
|
1659
1659
|
depositRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1660
|
-
depositCount: import("@chainsafe/ssz").
|
|
1660
|
+
depositCount: import("@chainsafe/ssz").UintBigintType;
|
|
1661
1661
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1662
1662
|
}>>;
|
|
1663
1663
|
eth1DepositIndex: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sszTypes.js","sourceRoot":"","sources":["../../src/gloas/sszTypes.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"sszTypes.js","sourceRoot":"","sources":["../../src/gloas/sszTypes.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/heze/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAE3B,OAAO,KAAK,GAAG,MAAM,eAAe,CAAC;AACrC,OAAO,KAAK,EAAE,MAAM,YAAY,CAAC;AACjC,OAAO,EAAC,EAAE,EAAE,GAAG,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/heze/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAE3B,OAAO,KAAK,GAAG,MAAM,eAAe,CAAC;AACrC,OAAO,KAAK,EAAE,MAAM,YAAY,CAAC;AACjC,OAAO,EAAC,EAAE,EAAE,GAAG,EAAC,CAAC"}
|