@lodestar/types 1.35.0-dev.98d359db41 → 1.35.0-dev.a70bac5bd3
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/index.js.map +1 -1
- package/lib/bellatrix/index.js.map +1 -1
- package/lib/bellatrix/sszTypes.d.ts +14 -14
- package/lib/capella/index.js.map +1 -1
- package/lib/capella/sszTypes.d.ts +38 -38
- package/lib/deneb/index.js.map +1 -1
- package/lib/deneb/sszTypes.d.ts +41 -41
- package/lib/electra/index.js.map +1 -1
- package/lib/electra/sszTypes.d.ts +64 -64
- package/lib/fulu/index.js.map +1 -1
- package/lib/fulu/sszTypes.d.ts +21 -21
- package/lib/fulu/sszTypes.js.map +1 -1
- package/lib/gloas/index.js.map +1 -1
- package/lib/gloas/sszTypes.d.ts +11 -11
- package/lib/index.d.ts +3 -4
- package/lib/index.js +4 -5
- package/lib/index.js.map +1 -1
- package/lib/phase0/index.d.ts +0 -1
- package/lib/phase0/index.js +0 -1
- package/lib/phase0/index.js.map +1 -1
- package/lib/sszTypes.d.ts +658 -658
- package/lib/types.d.ts +2 -2
- package/lib/types.js +2 -2
- package/lib/types.js.map +1 -1
- package/lib/utils/container.js.map +1 -1
- package/lib/utils/executionAddress.js +1 -1
- package/lib/utils/executionAddress.js.map +1 -1
- package/lib/utils/stringType.js +8 -5
- package/lib/utils/stringType.js.map +1 -1
- package/package.json +8 -17
- package/lib/altair/index.d.ts.map +0 -1
- package/lib/altair/sszTypes.d.ts.map +0 -1
- package/lib/altair/types.d.ts.map +0 -1
- package/lib/bellatrix/index.d.ts.map +0 -1
- package/lib/bellatrix/sszTypes.d.ts.map +0 -1
- package/lib/bellatrix/types.d.ts.map +0 -1
- package/lib/capella/index.d.ts.map +0 -1
- package/lib/capella/sszTypes.d.ts.map +0 -1
- package/lib/capella/types.d.ts.map +0 -1
- package/lib/deneb/index.d.ts.map +0 -1
- package/lib/deneb/sszTypes.d.ts.map +0 -1
- package/lib/deneb/types.d.ts.map +0 -1
- package/lib/electra/index.d.ts.map +0 -1
- package/lib/electra/sszTypes.d.ts.map +0 -1
- package/lib/electra/types.d.ts.map +0 -1
- package/lib/fulu/index.d.ts.map +0 -1
- package/lib/fulu/sszTypes.d.ts.map +0 -1
- package/lib/fulu/types.d.ts.map +0 -1
- package/lib/gloas/index.d.ts.map +0 -1
- package/lib/gloas/sszTypes.d.ts.map +0 -1
- package/lib/gloas/types.d.ts.map +0 -1
- package/lib/index.d.ts.map +0 -1
- package/lib/phase0/index.d.ts.map +0 -1
- package/lib/phase0/sszTypes.d.ts.map +0 -1
- package/lib/phase0/types.d.ts.map +0 -1
- package/lib/phase0/validator.d.ts.map +0 -1
- package/lib/primitive/index.d.ts.map +0 -1
- package/lib/primitive/sszTypes.d.ts.map +0 -1
- package/lib/primitive/types.d.ts.map +0 -1
- package/lib/sszTypes.d.ts.map +0 -1
- package/lib/types.d.ts.map +0 -1
- package/lib/utils/container.d.ts.map +0 -1
- package/lib/utils/executionAddress.d.ts.map +0 -1
- package/lib/utils/stringType.d.ts.map +0 -1
- package/lib/utils/typeguards.d.ts.map +0 -1
- package/lib/utils/validatorStatus.d.ts.map +0 -1
- package/src/altair/index.ts +0 -5
- package/src/altair/sszTypes.ts +0 -243
- package/src/altair/types.ts +0 -24
- package/src/bellatrix/index.ts +0 -5
- package/src/bellatrix/sszTypes.ts +0 -238
- package/src/bellatrix/types.ts +0 -24
- package/src/capella/index.ts +0 -5
- package/src/capella/sszTypes.ts +0 -281
- package/src/capella/types.ts +0 -33
- package/src/deneb/index.ts +0 -5
- package/src/deneb/sszTypes.ts +0 -329
- package/src/deneb/types.ts +0 -55
- package/src/electra/index.ts +0 -5
- package/src/electra/sszTypes.ts +0 -451
- package/src/electra/types.ts +0 -54
- package/src/fulu/index.ts +0 -5
- package/src/fulu/sszTypes.ts +0 -138
- package/src/fulu/types.ts +0 -31
- package/src/gloas/index.ts +0 -5
- package/src/gloas/sszTypes.ts +0 -5
- package/src/gloas/types.ts +0 -6
- package/src/index.ts +0 -15
- package/src/phase0/index.ts +0 -6
- package/src/phase0/sszTypes.ts +0 -514
- package/src/phase0/types.ts +0 -46
- package/src/phase0/validator.ts +0 -78
- package/src/primitive/index.ts +0 -3
- package/src/primitive/sszTypes.ts +0 -70
- package/src/primitive/types.ts +0 -53
- package/src/sszTypes.ts +0 -86
- package/src/types.ts +0 -375
- package/src/utils/container.ts +0 -38
- package/src/utils/executionAddress.ts +0 -48
- package/src/utils/stringType.ts +0 -58
- package/src/utils/typeguards.ts +0 -98
- package/src/utils/validatorStatus.ts +0 -52
package/lib/fulu/sszTypes.d.ts
CHANGED
|
@@ -182,12 +182,12 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
182
182
|
withdrawals: ListCompositeType<ContainerType<{
|
|
183
183
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
184
184
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
185
|
-
address: import("../
|
|
185
|
+
address: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
186
186
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
187
187
|
}>>;
|
|
188
188
|
transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
189
189
|
parentHash: ByteVectorType;
|
|
190
|
-
feeRecipient: import("../
|
|
190
|
+
feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
191
191
|
stateRoot: ByteVectorType;
|
|
192
192
|
receiptsRoot: ByteVectorType;
|
|
193
193
|
logsBloom: ByteVectorType;
|
|
@@ -204,7 +204,7 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
204
204
|
message: ContainerType<{
|
|
205
205
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
206
206
|
fromBlsPubkey: ByteVectorType;
|
|
207
|
-
toExecutionAddress: import("../
|
|
207
|
+
toExecutionAddress: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
208
208
|
}>;
|
|
209
209
|
signature: ByteVectorType;
|
|
210
210
|
}>>;
|
|
@@ -218,12 +218,12 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
218
218
|
index: import("@chainsafe/ssz").UintBigintType;
|
|
219
219
|
}>>;
|
|
220
220
|
withdrawals: ListCompositeType<ContainerType<{
|
|
221
|
-
sourceAddress: import("../
|
|
221
|
+
sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
222
222
|
validatorPubkey: ByteVectorType;
|
|
223
223
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
224
224
|
}>>;
|
|
225
225
|
consolidations: ListCompositeType<ContainerType<{
|
|
226
|
-
sourceAddress: import("../
|
|
226
|
+
sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
227
227
|
sourcePubkey: ByteVectorType;
|
|
228
228
|
targetPubkey: ByteVectorType;
|
|
229
229
|
}>>;
|
|
@@ -346,12 +346,12 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
346
346
|
withdrawals: ListCompositeType<ContainerType<{
|
|
347
347
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
348
348
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
349
|
-
address: import("../
|
|
349
|
+
address: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
350
350
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
351
351
|
}>>;
|
|
352
352
|
transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
353
353
|
parentHash: ByteVectorType;
|
|
354
|
-
feeRecipient: import("../
|
|
354
|
+
feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
355
355
|
stateRoot: ByteVectorType;
|
|
356
356
|
receiptsRoot: ByteVectorType;
|
|
357
357
|
logsBloom: ByteVectorType;
|
|
@@ -368,7 +368,7 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
368
368
|
message: ContainerType<{
|
|
369
369
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
370
370
|
fromBlsPubkey: ByteVectorType;
|
|
371
|
-
toExecutionAddress: import("../
|
|
371
|
+
toExecutionAddress: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
372
372
|
}>;
|
|
373
373
|
signature: ByteVectorType;
|
|
374
374
|
}>>;
|
|
@@ -382,12 +382,12 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
382
382
|
index: import("@chainsafe/ssz").UintBigintType;
|
|
383
383
|
}>>;
|
|
384
384
|
withdrawals: ListCompositeType<ContainerType<{
|
|
385
|
-
sourceAddress: import("../
|
|
385
|
+
sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
386
386
|
validatorPubkey: ByteVectorType;
|
|
387
387
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
388
388
|
}>>;
|
|
389
389
|
consolidations: ListCompositeType<ContainerType<{
|
|
390
|
-
sourceAddress: import("../
|
|
390
|
+
sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
391
391
|
sourcePubkey: ByteVectorType;
|
|
392
392
|
targetPubkey: ByteVectorType;
|
|
393
393
|
}>>;
|
|
@@ -470,7 +470,7 @@ export declare const BeaconState: ContainerType<{
|
|
|
470
470
|
withdrawalsRoot: ByteVectorType;
|
|
471
471
|
transactionsRoot: ByteVectorType;
|
|
472
472
|
parentHash: ByteVectorType;
|
|
473
|
-
feeRecipient: import("../
|
|
473
|
+
feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
474
474
|
stateRoot: ByteVectorType;
|
|
475
475
|
receiptsRoot: ByteVectorType;
|
|
476
476
|
logsBloom: ByteVectorType;
|
|
@@ -624,12 +624,12 @@ export declare const BlockContents: ContainerType<{
|
|
|
624
624
|
withdrawals: ListCompositeType<ContainerType<{
|
|
625
625
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
626
626
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
627
|
-
address: import("../
|
|
627
|
+
address: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
628
628
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
629
629
|
}>>;
|
|
630
630
|
transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
631
631
|
parentHash: ByteVectorType;
|
|
632
|
-
feeRecipient: import("../
|
|
632
|
+
feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
633
633
|
stateRoot: ByteVectorType;
|
|
634
634
|
receiptsRoot: ByteVectorType;
|
|
635
635
|
logsBloom: ByteVectorType;
|
|
@@ -646,7 +646,7 @@ export declare const BlockContents: ContainerType<{
|
|
|
646
646
|
message: ContainerType<{
|
|
647
647
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
648
648
|
fromBlsPubkey: ByteVectorType;
|
|
649
|
-
toExecutionAddress: import("../
|
|
649
|
+
toExecutionAddress: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
650
650
|
}>;
|
|
651
651
|
signature: ByteVectorType;
|
|
652
652
|
}>>;
|
|
@@ -660,12 +660,12 @@ export declare const BlockContents: ContainerType<{
|
|
|
660
660
|
index: import("@chainsafe/ssz").UintBigintType;
|
|
661
661
|
}>>;
|
|
662
662
|
withdrawals: ListCompositeType<ContainerType<{
|
|
663
|
-
sourceAddress: import("../
|
|
663
|
+
sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
664
664
|
validatorPubkey: ByteVectorType;
|
|
665
665
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
666
666
|
}>>;
|
|
667
667
|
consolidations: ListCompositeType<ContainerType<{
|
|
668
|
-
sourceAddress: import("../
|
|
668
|
+
sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
669
669
|
sourcePubkey: ByteVectorType;
|
|
670
670
|
targetPubkey: ByteVectorType;
|
|
671
671
|
}>>;
|
|
@@ -792,12 +792,12 @@ export declare const SignedBlockContents: ContainerType<{
|
|
|
792
792
|
withdrawals: ListCompositeType<ContainerType<{
|
|
793
793
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
794
794
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
795
|
-
address: import("../
|
|
795
|
+
address: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
796
796
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
797
797
|
}>>;
|
|
798
798
|
transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
799
799
|
parentHash: ByteVectorType;
|
|
800
|
-
feeRecipient: import("../
|
|
800
|
+
feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
801
801
|
stateRoot: ByteVectorType;
|
|
802
802
|
receiptsRoot: ByteVectorType;
|
|
803
803
|
logsBloom: ByteVectorType;
|
|
@@ -814,7 +814,7 @@ export declare const SignedBlockContents: ContainerType<{
|
|
|
814
814
|
message: ContainerType<{
|
|
815
815
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
816
816
|
fromBlsPubkey: ByteVectorType;
|
|
817
|
-
toExecutionAddress: import("../
|
|
817
|
+
toExecutionAddress: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
818
818
|
}>;
|
|
819
819
|
signature: ByteVectorType;
|
|
820
820
|
}>>;
|
|
@@ -828,12 +828,12 @@ export declare const SignedBlockContents: ContainerType<{
|
|
|
828
828
|
index: import("@chainsafe/ssz").UintBigintType;
|
|
829
829
|
}>>;
|
|
830
830
|
withdrawals: ListCompositeType<ContainerType<{
|
|
831
|
-
sourceAddress: import("../
|
|
831
|
+
sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
832
832
|
validatorPubkey: ByteVectorType;
|
|
833
833
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
834
834
|
}>>;
|
|
835
835
|
consolidations: ListCompositeType<ContainerType<{
|
|
836
|
-
sourceAddress: import("../
|
|
836
|
+
sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
837
837
|
sourcePubkey: ByteVectorType;
|
|
838
838
|
targetPubkey: ByteVectorType;
|
|
839
839
|
}>>;
|
package/lib/fulu/sszTypes.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sszTypes.js","sourceRoot":"","sources":["../../src/fulu/sszTypes.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,aAAa,EACb,aAAa,EACb,iBAAiB,EACjB,eAAe,EACf,mBAAmB,GACpB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,uBAAuB,EACvB,uBAAuB,EACvB,2BAA2B,EAC3B,qCAAqC,EACrC,8BAA8B,EAC9B,kBAAkB,EAClB,iBAAiB,EACjB,eAAe,GAChB,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"sszTypes.js","sourceRoot":"","sources":["../../src/fulu/sszTypes.ts"],"names":[],"mappings":"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"}
|
package/lib/gloas/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/gloas/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/gloas/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,OAAO,KAAK,GAAG,MAAM,eAAe,CAAC;AACrC,OAAO,KAAK,EAAE,MAAM,YAAY,CAAC;AACjC,OAAO,EAAC,EAAE,EAAE,GAAG,EAAC,CAAC"}
|
package/lib/gloas/sszTypes.d.ts
CHANGED
|
@@ -63,7 +63,7 @@ export declare const BeaconState: import("@chainsafe/ssz").ContainerType<{
|
|
|
63
63
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
64
64
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
65
65
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
66
|
-
feeRecipient: import("../
|
|
66
|
+
feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
67
67
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
68
68
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
69
69
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -216,12 +216,12 @@ export declare const BeaconBlock: import("@chainsafe/ssz").ContainerType<{
|
|
|
216
216
|
withdrawals: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
217
217
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
218
218
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
219
|
-
address: import("../
|
|
219
|
+
address: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
220
220
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
221
221
|
}>>;
|
|
222
222
|
transactions: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
223
223
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
224
|
-
feeRecipient: import("../
|
|
224
|
+
feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
225
225
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
226
226
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
227
227
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -238,7 +238,7 @@ export declare const BeaconBlock: import("@chainsafe/ssz").ContainerType<{
|
|
|
238
238
|
message: import("@chainsafe/ssz").ContainerType<{
|
|
239
239
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
240
240
|
fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
241
|
-
toExecutionAddress: import("../
|
|
241
|
+
toExecutionAddress: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
242
242
|
}>;
|
|
243
243
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
244
244
|
}>>;
|
|
@@ -252,12 +252,12 @@ export declare const BeaconBlock: import("@chainsafe/ssz").ContainerType<{
|
|
|
252
252
|
index: import("@chainsafe/ssz").UintBigintType;
|
|
253
253
|
}>>;
|
|
254
254
|
withdrawals: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
255
|
-
sourceAddress: import("../
|
|
255
|
+
sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
256
256
|
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
257
257
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
258
258
|
}>>;
|
|
259
259
|
consolidations: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
260
|
-
sourceAddress: import("../
|
|
260
|
+
sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
261
261
|
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
262
262
|
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
263
263
|
}>>;
|
|
@@ -380,12 +380,12 @@ export declare const SignedBeaconBlock: import("@chainsafe/ssz").ContainerType<{
|
|
|
380
380
|
withdrawals: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
381
381
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
382
382
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
383
|
-
address: import("../
|
|
383
|
+
address: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
384
384
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
385
385
|
}>>;
|
|
386
386
|
transactions: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
387
387
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
388
|
-
feeRecipient: import("../
|
|
388
|
+
feeRecipient: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
389
389
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
390
390
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
391
391
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -402,7 +402,7 @@ export declare const SignedBeaconBlock: import("@chainsafe/ssz").ContainerType<{
|
|
|
402
402
|
message: import("@chainsafe/ssz").ContainerType<{
|
|
403
403
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
404
404
|
fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
405
|
-
toExecutionAddress: import("../
|
|
405
|
+
toExecutionAddress: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
406
406
|
}>;
|
|
407
407
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
408
408
|
}>>;
|
|
@@ -416,12 +416,12 @@ export declare const SignedBeaconBlock: import("@chainsafe/ssz").ContainerType<{
|
|
|
416
416
|
index: import("@chainsafe/ssz").UintBigintType;
|
|
417
417
|
}>>;
|
|
418
418
|
withdrawals: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
419
|
-
sourceAddress: import("../
|
|
419
|
+
sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
420
420
|
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
421
421
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
422
422
|
}>>;
|
|
423
423
|
consolidations: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
424
|
-
sourceAddress: import("../
|
|
424
|
+
sourceAddress: import("../utils/executionAddress.js").ExecutionAddressType;
|
|
425
425
|
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
426
426
|
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
427
427
|
}>>;
|
package/lib/index.d.ts
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
export * from "./types.js";
|
|
2
|
-
import type { SSZTypesFor } from "./sszTypes.js";
|
|
3
2
|
import * as ssz from "./sszTypes.js";
|
|
4
3
|
import { sszTypesFor } from "./sszTypes.js";
|
|
4
|
+
import type { SSZTypesFor } from "./sszTypes.js";
|
|
5
5
|
export { sszTypesFor, SSZTypesFor, ssz };
|
|
6
|
-
export * from "./utils/container.js";
|
|
7
|
-
export { ExecutionAddressType } from "./utils/executionAddress.js";
|
|
8
|
-
export { StringType, stringType } from "./utils/stringType.js";
|
|
9
6
|
export * from "./utils/typeguards.js";
|
|
7
|
+
export { StringType, stringType } from "./utils/stringType.js";
|
|
8
|
+
export * from "./utils/container.js";
|
|
10
9
|
export * from "./utils/validatorStatus.js";
|
|
11
10
|
//# sourceMappingURL=index.d.ts.map
|
package/lib/index.js
CHANGED
|
@@ -2,12 +2,11 @@ export * from "./types.js";
|
|
|
2
2
|
import * as ssz from "./sszTypes.js";
|
|
3
3
|
import { sszTypesFor } from "./sszTypes.js";
|
|
4
4
|
export { sszTypesFor, ssz };
|
|
5
|
-
// Container utils
|
|
6
|
-
export * from "./utils/container.js";
|
|
7
|
-
export { ExecutionAddressType } from "./utils/executionAddress.js";
|
|
8
|
-
// String type
|
|
9
|
-
export { StringType, stringType } from "./utils/stringType.js";
|
|
10
5
|
// Typeguards
|
|
11
6
|
export * from "./utils/typeguards.js";
|
|
7
|
+
// String type
|
|
8
|
+
export { StringType, stringType } from "./utils/stringType.js";
|
|
9
|
+
// Container utils
|
|
10
|
+
export * from "./utils/container.js";
|
|
12
11
|
export * from "./utils/validatorStatus.js";
|
|
13
12
|
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,OAAO,KAAK,GAAG,MAAM,eAAe,CAAC;AACrC,OAAO,EAAC,WAAW,EAAC,MAAM,eAAe,CAAC;AAE1C,OAAO,EAAC,WAAW,EAAe,GAAG,EAAC,CAAC;AACvC,aAAa;AACb,cAAc,uBAAuB,CAAC;AACtC,cAAc;AACd,OAAO,EAAC,UAAU,EAAE,UAAU,EAAC,MAAM,uBAAuB,CAAC;AAC7D,kBAAkB;AAClB,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC"}
|
package/lib/phase0/index.d.ts
CHANGED
package/lib/phase0/index.js
CHANGED
package/lib/phase0/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/phase0/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/phase0/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,OAAO,KAAK,GAAG,MAAM,eAAe,CAAC;AACrC,OAAO,KAAK,EAAE,MAAM,YAAY,CAAC;AACjC,OAAO,EAAC,EAAE,EAAE,GAAG,EAAC,CAAC"}
|