@lodestar/types 1.41.0-dev.afd446235e → 1.41.0-dev.b90dff673d
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 +12 -12
- package/lib/bellatrix/sszTypes.d.ts +130 -130
- package/lib/capella/sszTypes.d.ts +243 -243
- package/lib/deneb/sszTypes.d.ts +408 -408
- package/lib/electra/sszTypes.d.ts +155 -155
- package/lib/fulu/sszTypes.d.ts +68 -68
- package/lib/gloas/sszTypes.d.ts +26 -26
- package/lib/phase0/validator.d.ts.map +1 -1
- package/lib/phase0/validator.js.map +1 -1
- package/lib/sszTypes.d.ts +13908 -13908
- package/lib/sszTypes.js.map +1 -1
- package/lib/types.js +2 -1
- 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.d.ts.map +1 -1
- package/lib/utils/executionAddress.js.map +1 -1
- package/lib/utils/rewards.d.ts +4 -4
- package/lib/utils/rewards.d.ts.map +1 -1
- package/lib/utils/stringType.d.ts.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
|
@@ -213,10 +213,6 @@ export declare const ExecutionRequests: ContainerType<{
|
|
|
213
213
|
}>>;
|
|
214
214
|
}>;
|
|
215
215
|
export declare const ExecutionPayloadHeader: ContainerType<{
|
|
216
|
-
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
217
|
-
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
218
|
-
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
219
|
-
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
220
216
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
221
217
|
feeRecipient: import("../index.ts").ExecutionAddressType;
|
|
222
218
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -230,17 +226,12 @@ export declare const ExecutionPayloadHeader: ContainerType<{
|
|
|
230
226
|
extraData: import("@chainsafe/ssz").ByteListType;
|
|
231
227
|
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
232
228
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
233
|
-
|
|
234
|
-
|
|
229
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
230
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
235
231
|
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
236
232
|
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
240
|
-
address: import("../index.ts").ExecutionAddressType;
|
|
241
|
-
amount: import("@chainsafe/ssz").UintBigintType;
|
|
242
|
-
}>>;
|
|
243
|
-
transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
233
|
+
}>;
|
|
234
|
+
export declare const ExecutionPayload: ContainerType<{
|
|
244
235
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
245
236
|
feeRecipient: import("../index.ts").ExecutionAddressType;
|
|
246
237
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -254,6 +245,15 @@ export declare const ExecutionPayload: ContainerType<{
|
|
|
254
245
|
extraData: import("@chainsafe/ssz").ByteListType;
|
|
255
246
|
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
256
247
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
248
|
+
transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
249
|
+
withdrawals: ListCompositeType<ContainerType<{
|
|
250
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
251
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
252
|
+
address: import("../index.ts").ExecutionAddressType;
|
|
253
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
254
|
+
}>>;
|
|
255
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
256
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
257
257
|
}>;
|
|
258
258
|
export declare const BeaconBlockBody: ContainerType<{
|
|
259
259
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -360,15 +360,6 @@ export declare const BeaconBlockBody: ContainerType<{
|
|
|
360
360
|
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
361
361
|
}>;
|
|
362
362
|
executionPayload: ContainerType<{
|
|
363
|
-
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
364
|
-
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
365
|
-
withdrawals: ListCompositeType<ContainerType<{
|
|
366
|
-
index: import("@chainsafe/ssz").UintNumberType;
|
|
367
|
-
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
368
|
-
address: import("../index.ts").ExecutionAddressType;
|
|
369
|
-
amount: import("@chainsafe/ssz").UintBigintType;
|
|
370
|
-
}>>;
|
|
371
|
-
transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
372
363
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
373
364
|
feeRecipient: import("../index.ts").ExecutionAddressType;
|
|
374
365
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -382,6 +373,15 @@ export declare const BeaconBlockBody: ContainerType<{
|
|
|
382
373
|
extraData: import("@chainsafe/ssz").ByteListType;
|
|
383
374
|
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
384
375
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
376
|
+
transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
377
|
+
withdrawals: ListCompositeType<ContainerType<{
|
|
378
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
379
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
380
|
+
address: import("../index.ts").ExecutionAddressType;
|
|
381
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
382
|
+
}>>;
|
|
383
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
384
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
385
385
|
}>;
|
|
386
386
|
blsToExecutionChanges: ListCompositeType<ContainerType<{
|
|
387
387
|
message: ContainerType<{
|
|
@@ -413,6 +413,10 @@ export declare const BeaconBlockBody: ContainerType<{
|
|
|
413
413
|
}>;
|
|
414
414
|
}>;
|
|
415
415
|
export declare const BeaconBlock: ContainerType<{
|
|
416
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
417
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
418
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
419
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
416
420
|
body: ContainerType<{
|
|
417
421
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
418
422
|
eth1Data: ContainerType<{
|
|
@@ -518,15 +522,6 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
518
522
|
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
519
523
|
}>;
|
|
520
524
|
executionPayload: ContainerType<{
|
|
521
|
-
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
522
|
-
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
523
|
-
withdrawals: ListCompositeType<ContainerType<{
|
|
524
|
-
index: import("@chainsafe/ssz").UintNumberType;
|
|
525
|
-
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
526
|
-
address: import("../index.ts").ExecutionAddressType;
|
|
527
|
-
amount: import("@chainsafe/ssz").UintBigintType;
|
|
528
|
-
}>>;
|
|
529
|
-
transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
530
525
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
531
526
|
feeRecipient: import("../index.ts").ExecutionAddressType;
|
|
532
527
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -540,6 +535,15 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
540
535
|
extraData: import("@chainsafe/ssz").ByteListType;
|
|
541
536
|
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
542
537
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
538
|
+
transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
539
|
+
withdrawals: ListCompositeType<ContainerType<{
|
|
540
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
541
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
542
|
+
address: import("../index.ts").ExecutionAddressType;
|
|
543
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
544
|
+
}>>;
|
|
545
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
546
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
543
547
|
}>;
|
|
544
548
|
blsToExecutionChanges: ListCompositeType<ContainerType<{
|
|
545
549
|
message: ContainerType<{
|
|
@@ -570,13 +574,13 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
570
574
|
}>>;
|
|
571
575
|
}>;
|
|
572
576
|
}>;
|
|
573
|
-
slot: import("@chainsafe/ssz").UintNumberType;
|
|
574
|
-
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
575
|
-
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
576
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
577
577
|
}>;
|
|
578
578
|
export declare const SignedBeaconBlock: ContainerType<{
|
|
579
579
|
message: ContainerType<{
|
|
580
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
581
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
582
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
583
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
580
584
|
body: ContainerType<{
|
|
581
585
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
582
586
|
eth1Data: ContainerType<{
|
|
@@ -682,15 +686,6 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
682
686
|
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
683
687
|
}>;
|
|
684
688
|
executionPayload: ContainerType<{
|
|
685
|
-
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
686
|
-
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
687
|
-
withdrawals: ListCompositeType<ContainerType<{
|
|
688
|
-
index: import("@chainsafe/ssz").UintNumberType;
|
|
689
|
-
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
690
|
-
address: import("../index.ts").ExecutionAddressType;
|
|
691
|
-
amount: import("@chainsafe/ssz").UintBigintType;
|
|
692
|
-
}>>;
|
|
693
|
-
transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
694
689
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
695
690
|
feeRecipient: import("../index.ts").ExecutionAddressType;
|
|
696
691
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -704,6 +699,15 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
704
699
|
extraData: import("@chainsafe/ssz").ByteListType;
|
|
705
700
|
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
706
701
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
702
|
+
transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
703
|
+
withdrawals: ListCompositeType<ContainerType<{
|
|
704
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
705
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
706
|
+
address: import("../index.ts").ExecutionAddressType;
|
|
707
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
708
|
+
}>>;
|
|
709
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
710
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
707
711
|
}>;
|
|
708
712
|
blsToExecutionChanges: ListCompositeType<ContainerType<{
|
|
709
713
|
message: ContainerType<{
|
|
@@ -734,10 +738,6 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
734
738
|
}>>;
|
|
735
739
|
}>;
|
|
736
740
|
}>;
|
|
737
|
-
slot: import("@chainsafe/ssz").UintNumberType;
|
|
738
|
-
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
739
|
-
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
740
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
741
741
|
}>;
|
|
742
742
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
743
743
|
}>;
|
|
@@ -846,10 +846,6 @@ export declare const BlindedBeaconBlockBody: ContainerType<{
|
|
|
846
846
|
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
847
847
|
}>;
|
|
848
848
|
executionPayloadHeader: ContainerType<{
|
|
849
|
-
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
850
|
-
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
851
|
-
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
852
|
-
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
853
849
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
854
850
|
feeRecipient: import("../index.ts").ExecutionAddressType;
|
|
855
851
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -863,6 +859,10 @@ export declare const BlindedBeaconBlockBody: ContainerType<{
|
|
|
863
859
|
extraData: import("@chainsafe/ssz").ByteListType;
|
|
864
860
|
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
865
861
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
862
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
863
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
864
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
865
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
866
866
|
}>;
|
|
867
867
|
blsToExecutionChanges: ListCompositeType<ContainerType<{
|
|
868
868
|
message: ContainerType<{
|
|
@@ -894,6 +894,10 @@ export declare const BlindedBeaconBlockBody: ContainerType<{
|
|
|
894
894
|
}>;
|
|
895
895
|
}>;
|
|
896
896
|
export declare const BlindedBeaconBlock: ContainerType<{
|
|
897
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
898
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
899
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
900
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
897
901
|
body: ContainerType<{
|
|
898
902
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
899
903
|
eth1Data: ContainerType<{
|
|
@@ -999,10 +1003,6 @@ export declare const BlindedBeaconBlock: ContainerType<{
|
|
|
999
1003
|
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
1000
1004
|
}>;
|
|
1001
1005
|
executionPayloadHeader: ContainerType<{
|
|
1002
|
-
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1003
|
-
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
1004
|
-
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1005
|
-
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1006
1006
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1007
1007
|
feeRecipient: import("../index.ts").ExecutionAddressType;
|
|
1008
1008
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -1016,6 +1016,10 @@ export declare const BlindedBeaconBlock: ContainerType<{
|
|
|
1016
1016
|
extraData: import("@chainsafe/ssz").ByteListType;
|
|
1017
1017
|
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
1018
1018
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1019
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1020
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1021
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1022
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
1019
1023
|
}>;
|
|
1020
1024
|
blsToExecutionChanges: ListCompositeType<ContainerType<{
|
|
1021
1025
|
message: ContainerType<{
|
|
@@ -1046,13 +1050,13 @@ export declare const BlindedBeaconBlock: ContainerType<{
|
|
|
1046
1050
|
}>>;
|
|
1047
1051
|
}>;
|
|
1048
1052
|
}>;
|
|
1049
|
-
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1050
|
-
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1051
|
-
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1052
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1053
1053
|
}>;
|
|
1054
1054
|
export declare const SignedBlindedBeaconBlock: ContainerType<{
|
|
1055
1055
|
message: ContainerType<{
|
|
1056
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1057
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1058
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1059
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1056
1060
|
body: ContainerType<{
|
|
1057
1061
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
1058
1062
|
eth1Data: ContainerType<{
|
|
@@ -1158,10 +1162,6 @@ export declare const SignedBlindedBeaconBlock: ContainerType<{
|
|
|
1158
1162
|
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
1159
1163
|
}>;
|
|
1160
1164
|
executionPayloadHeader: ContainerType<{
|
|
1161
|
-
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1162
|
-
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
1163
|
-
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1164
|
-
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1165
1165
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1166
1166
|
feeRecipient: import("../index.ts").ExecutionAddressType;
|
|
1167
1167
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -1175,6 +1175,10 @@ export declare const SignedBlindedBeaconBlock: ContainerType<{
|
|
|
1175
1175
|
extraData: import("@chainsafe/ssz").ByteListType;
|
|
1176
1176
|
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
1177
1177
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1178
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1179
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1180
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1181
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
1178
1182
|
}>;
|
|
1179
1183
|
blsToExecutionChanges: ListCompositeType<ContainerType<{
|
|
1180
1184
|
message: ContainerType<{
|
|
@@ -1205,19 +1209,11 @@ export declare const SignedBlindedBeaconBlock: ContainerType<{
|
|
|
1205
1209
|
}>>;
|
|
1206
1210
|
}>;
|
|
1207
1211
|
}>;
|
|
1208
|
-
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1209
|
-
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1210
|
-
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1211
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1212
1212
|
}>;
|
|
1213
1213
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
1214
1214
|
}>;
|
|
1215
1215
|
export declare const BuilderBid: ContainerType<{
|
|
1216
1216
|
header: ContainerType<{
|
|
1217
|
-
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1218
|
-
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
1219
|
-
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1220
|
-
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1221
1217
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1222
1218
|
feeRecipient: import("../index.ts").ExecutionAddressType;
|
|
1223
1219
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -1231,6 +1227,10 @@ export declare const BuilderBid: ContainerType<{
|
|
|
1231
1227
|
extraData: import("@chainsafe/ssz").ByteListType;
|
|
1232
1228
|
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
1233
1229
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1230
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1231
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1232
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1233
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
1234
1234
|
}>;
|
|
1235
1235
|
blobKzgCommitments: ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1236
1236
|
executionRequests: ContainerType<{
|
|
@@ -1258,10 +1258,6 @@ export declare const BuilderBid: ContainerType<{
|
|
|
1258
1258
|
export declare const SignedBuilderBid: ContainerType<{
|
|
1259
1259
|
message: ContainerType<{
|
|
1260
1260
|
header: ContainerType<{
|
|
1261
|
-
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1262
|
-
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
1263
|
-
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1264
|
-
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1265
1261
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1266
1262
|
feeRecipient: import("../index.ts").ExecutionAddressType;
|
|
1267
1263
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -1275,6 +1271,10 @@ export declare const SignedBuilderBid: ContainerType<{
|
|
|
1275
1271
|
extraData: import("@chainsafe/ssz").ByteListType;
|
|
1276
1272
|
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
1277
1273
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1274
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1275
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1276
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1277
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
1278
1278
|
}>;
|
|
1279
1279
|
blobKzgCommitments: ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1280
1280
|
executionRequests: ContainerType<{
|
|
@@ -1392,10 +1392,6 @@ export declare const BeaconState: ContainerType<{
|
|
|
1392
1392
|
aggregatePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
1393
1393
|
}>;
|
|
1394
1394
|
latestExecutionPayloadHeader: ContainerType<{
|
|
1395
|
-
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1396
|
-
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
1397
|
-
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1398
|
-
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1399
1395
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1400
1396
|
feeRecipient: import("../index.ts").ExecutionAddressType;
|
|
1401
1397
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -1409,6 +1405,10 @@ export declare const BeaconState: ContainerType<{
|
|
|
1409
1405
|
extraData: import("@chainsafe/ssz").ByteListType;
|
|
1410
1406
|
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
1411
1407
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1408
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1409
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1410
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1411
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
1412
1412
|
}>;
|
|
1413
1413
|
nextWithdrawalIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1414
1414
|
nextWithdrawalValidatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -1449,10 +1449,6 @@ export declare const LightClientBootstrap: ContainerType<{
|
|
|
1449
1449
|
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1450
1450
|
}>;
|
|
1451
1451
|
execution: ContainerType<{
|
|
1452
|
-
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1453
|
-
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
1454
|
-
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1455
|
-
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1456
1452
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1457
1453
|
feeRecipient: import("../index.ts").ExecutionAddressType;
|
|
1458
1454
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -1466,6 +1462,10 @@ export declare const LightClientBootstrap: ContainerType<{
|
|
|
1466
1462
|
extraData: import("@chainsafe/ssz").ByteListType;
|
|
1467
1463
|
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
1468
1464
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1465
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1466
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1467
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1468
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
1469
1469
|
}>;
|
|
1470
1470
|
executionBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1471
1471
|
}>;
|
|
@@ -1485,10 +1485,6 @@ export declare const LightClientUpdate: ContainerType<{
|
|
|
1485
1485
|
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1486
1486
|
}>;
|
|
1487
1487
|
execution: ContainerType<{
|
|
1488
|
-
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1489
|
-
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
1490
|
-
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1491
|
-
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1492
1488
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1493
1489
|
feeRecipient: import("../index.ts").ExecutionAddressType;
|
|
1494
1490
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -1502,6 +1498,10 @@ export declare const LightClientUpdate: ContainerType<{
|
|
|
1502
1498
|
extraData: import("@chainsafe/ssz").ByteListType;
|
|
1503
1499
|
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
1504
1500
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1501
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1502
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1503
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1504
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
1505
1505
|
}>;
|
|
1506
1506
|
executionBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1507
1507
|
}>;
|
|
@@ -1519,10 +1519,6 @@ export declare const LightClientUpdate: ContainerType<{
|
|
|
1519
1519
|
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1520
1520
|
}>;
|
|
1521
1521
|
execution: ContainerType<{
|
|
1522
|
-
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1523
|
-
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
1524
|
-
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1525
|
-
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1526
1522
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1527
1523
|
feeRecipient: import("../index.ts").ExecutionAddressType;
|
|
1528
1524
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -1536,6 +1532,10 @@ export declare const LightClientUpdate: ContainerType<{
|
|
|
1536
1532
|
extraData: import("@chainsafe/ssz").ByteListType;
|
|
1537
1533
|
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
1538
1534
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1535
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1536
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1537
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1538
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
1539
1539
|
}>;
|
|
1540
1540
|
executionBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1541
1541
|
}>;
|
|
@@ -1556,10 +1556,6 @@ export declare const LightClientFinalityUpdate: ContainerType<{
|
|
|
1556
1556
|
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1557
1557
|
}>;
|
|
1558
1558
|
execution: ContainerType<{
|
|
1559
|
-
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1560
|
-
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
1561
|
-
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1562
|
-
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1563
1559
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1564
1560
|
feeRecipient: import("../index.ts").ExecutionAddressType;
|
|
1565
1561
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -1573,6 +1569,10 @@ export declare const LightClientFinalityUpdate: ContainerType<{
|
|
|
1573
1569
|
extraData: import("@chainsafe/ssz").ByteListType;
|
|
1574
1570
|
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
1575
1571
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1572
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1573
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1574
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1575
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
1576
1576
|
}>;
|
|
1577
1577
|
executionBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1578
1578
|
}>;
|
|
@@ -1585,10 +1585,6 @@ export declare const LightClientFinalityUpdate: ContainerType<{
|
|
|
1585
1585
|
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1586
1586
|
}>;
|
|
1587
1587
|
execution: ContainerType<{
|
|
1588
|
-
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1589
|
-
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
1590
|
-
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1591
|
-
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1592
1588
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1593
1589
|
feeRecipient: import("../index.ts").ExecutionAddressType;
|
|
1594
1590
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -1602,6 +1598,10 @@ export declare const LightClientFinalityUpdate: ContainerType<{
|
|
|
1602
1598
|
extraData: import("@chainsafe/ssz").ByteListType;
|
|
1603
1599
|
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
1604
1600
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1601
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1602
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1603
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1604
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
1605
1605
|
}>;
|
|
1606
1606
|
executionBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1607
1607
|
}>;
|
|
@@ -1622,10 +1622,6 @@ export declare const LightClientOptimisticUpdate: ContainerType<{
|
|
|
1622
1622
|
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1623
1623
|
}>;
|
|
1624
1624
|
execution: ContainerType<{
|
|
1625
|
-
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1626
|
-
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
1627
|
-
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1628
|
-
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1629
1625
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1630
1626
|
feeRecipient: import("../index.ts").ExecutionAddressType;
|
|
1631
1627
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -1639,6 +1635,10 @@ export declare const LightClientOptimisticUpdate: ContainerType<{
|
|
|
1639
1635
|
extraData: import("@chainsafe/ssz").ByteListType;
|
|
1640
1636
|
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
1641
1637
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1638
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1639
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1640
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1641
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
1642
1642
|
}>;
|
|
1643
1643
|
executionBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1644
1644
|
}>;
|
|
@@ -1659,10 +1659,6 @@ export declare const LightClientStore: ContainerType<{
|
|
|
1659
1659
|
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1660
1660
|
}>;
|
|
1661
1661
|
execution: ContainerType<{
|
|
1662
|
-
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1663
|
-
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
1664
|
-
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1665
|
-
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1666
1662
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1667
1663
|
feeRecipient: import("../index.ts").ExecutionAddressType;
|
|
1668
1664
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -1676,6 +1672,10 @@ export declare const LightClientStore: ContainerType<{
|
|
|
1676
1672
|
extraData: import("@chainsafe/ssz").ByteListType;
|
|
1677
1673
|
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
1678
1674
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1675
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1676
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1677
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1678
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
1679
1679
|
}>;
|
|
1680
1680
|
executionBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1681
1681
|
}>;
|
|
@@ -1695,10 +1695,6 @@ export declare const LightClientStore: ContainerType<{
|
|
|
1695
1695
|
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1696
1696
|
}>;
|
|
1697
1697
|
execution: ContainerType<{
|
|
1698
|
-
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1699
|
-
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
1700
|
-
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1701
|
-
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1702
1698
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1703
1699
|
feeRecipient: import("../index.ts").ExecutionAddressType;
|
|
1704
1700
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -1712,6 +1708,10 @@ export declare const LightClientStore: ContainerType<{
|
|
|
1712
1708
|
extraData: import("@chainsafe/ssz").ByteListType;
|
|
1713
1709
|
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
1714
1710
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1711
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1712
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1713
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1714
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
1715
1715
|
}>;
|
|
1716
1716
|
executionBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1717
1717
|
}>;
|
|
@@ -1729,10 +1729,6 @@ export declare const LightClientStore: ContainerType<{
|
|
|
1729
1729
|
bodyRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1730
1730
|
}>;
|
|
1731
1731
|
execution: ContainerType<{
|
|
1732
|
-
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1733
|
-
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
1734
|
-
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1735
|
-
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1736
1732
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1737
1733
|
feeRecipient: import("../index.ts").ExecutionAddressType;
|
|
1738
1734
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -1746,6 +1742,10 @@ export declare const LightClientStore: ContainerType<{
|
|
|
1746
1742
|
extraData: import("@chainsafe/ssz").ByteListType;
|
|
1747
1743
|
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
1748
1744
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1745
|
+
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1746
|
+
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1747
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1748
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
1749
1749
|
}>;
|
|
1750
1750
|
executionBranch: VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1751
1751
|
}>;
|
|
@@ -1758,38 +1758,42 @@ export declare const LightClientStore: ContainerType<{
|
|
|
1758
1758
|
}>>;
|
|
1759
1759
|
}>;
|
|
1760
1760
|
export declare const PayloadAttributes: ContainerType<{
|
|
1761
|
-
|
|
1761
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
1762
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
1763
|
+
suggestedFeeRecipient: import("../index.ts").StringType<string>;
|
|
1762
1764
|
withdrawals: ListCompositeType<ContainerType<{
|
|
1763
1765
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
1764
1766
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1765
1767
|
address: import("../index.ts").ExecutionAddressType;
|
|
1766
1768
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
1767
1769
|
}>>;
|
|
1768
|
-
|
|
1769
|
-
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
1770
|
-
suggestedFeeRecipient: import("../index.ts").StringType<string>;
|
|
1770
|
+
parentBeaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1771
1771
|
}>;
|
|
1772
1772
|
export declare const SSEPayloadAttributes: ContainerType<{
|
|
1773
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1774
|
+
proposalSlot: import("@chainsafe/ssz").UintNumberType;
|
|
1775
|
+
parentBlockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
1776
|
+
parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1777
|
+
parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1773
1778
|
payloadAttributes: ContainerType<{
|
|
1774
|
-
|
|
1779
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
1780
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
1781
|
+
suggestedFeeRecipient: import("../index.ts").StringType<string>;
|
|
1775
1782
|
withdrawals: ListCompositeType<ContainerType<{
|
|
1776
1783
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
1777
1784
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1778
1785
|
address: import("../index.ts").ExecutionAddressType;
|
|
1779
1786
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
1780
1787
|
}>>;
|
|
1781
|
-
|
|
1782
|
-
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
1783
|
-
suggestedFeeRecipient: import("../index.ts").StringType<string>;
|
|
1788
|
+
parentBeaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1784
1789
|
}>;
|
|
1785
|
-
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1786
|
-
proposalSlot: import("@chainsafe/ssz").UintNumberType;
|
|
1787
|
-
parentBlockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
1788
|
-
parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1789
|
-
parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1790
1790
|
}>;
|
|
1791
1791
|
export declare const BlockContents: ContainerType<{
|
|
1792
1792
|
block: ContainerType<{
|
|
1793
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1794
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1795
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1796
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1793
1797
|
body: ContainerType<{
|
|
1794
1798
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
1795
1799
|
eth1Data: ContainerType<{
|
|
@@ -1895,15 +1899,6 @@ export declare const BlockContents: ContainerType<{
|
|
|
1895
1899
|
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
1896
1900
|
}>;
|
|
1897
1901
|
executionPayload: ContainerType<{
|
|
1898
|
-
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1899
|
-
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
1900
|
-
withdrawals: ListCompositeType<ContainerType<{
|
|
1901
|
-
index: import("@chainsafe/ssz").UintNumberType;
|
|
1902
|
-
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1903
|
-
address: import("../index.ts").ExecutionAddressType;
|
|
1904
|
-
amount: import("@chainsafe/ssz").UintBigintType;
|
|
1905
|
-
}>>;
|
|
1906
|
-
transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
1907
1902
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1908
1903
|
feeRecipient: import("../index.ts").ExecutionAddressType;
|
|
1909
1904
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -1917,6 +1912,15 @@ export declare const BlockContents: ContainerType<{
|
|
|
1917
1912
|
extraData: import("@chainsafe/ssz").ByteListType;
|
|
1918
1913
|
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
1919
1914
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
1915
|
+
transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
1916
|
+
withdrawals: ListCompositeType<ContainerType<{
|
|
1917
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
1918
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1919
|
+
address: import("../index.ts").ExecutionAddressType;
|
|
1920
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
1921
|
+
}>>;
|
|
1922
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
1923
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
1920
1924
|
}>;
|
|
1921
1925
|
blsToExecutionChanges: ListCompositeType<ContainerType<{
|
|
1922
1926
|
message: ContainerType<{
|
|
@@ -1947,10 +1951,6 @@ export declare const BlockContents: ContainerType<{
|
|
|
1947
1951
|
}>>;
|
|
1948
1952
|
}>;
|
|
1949
1953
|
}>;
|
|
1950
|
-
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1951
|
-
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1952
|
-
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1953
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1954
1954
|
}>;
|
|
1955
1955
|
kzgProofs: ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
1956
1956
|
blobs: ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
@@ -1958,6 +1958,10 @@ export declare const BlockContents: ContainerType<{
|
|
|
1958
1958
|
export declare const SignedBlockContents: ContainerType<{
|
|
1959
1959
|
signedBlock: ContainerType<{
|
|
1960
1960
|
message: ContainerType<{
|
|
1961
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
1962
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1963
|
+
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1964
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
1961
1965
|
body: ContainerType<{
|
|
1962
1966
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
1963
1967
|
eth1Data: ContainerType<{
|
|
@@ -2063,15 +2067,6 @@ export declare const SignedBlockContents: ContainerType<{
|
|
|
2063
2067
|
syncCommitteeSignature: import("@chainsafe/ssz").ByteVectorType;
|
|
2064
2068
|
}>;
|
|
2065
2069
|
executionPayload: ContainerType<{
|
|
2066
|
-
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
2067
|
-
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
2068
|
-
withdrawals: ListCompositeType<ContainerType<{
|
|
2069
|
-
index: import("@chainsafe/ssz").UintNumberType;
|
|
2070
|
-
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
2071
|
-
address: import("../index.ts").ExecutionAddressType;
|
|
2072
|
-
amount: import("@chainsafe/ssz").UintBigintType;
|
|
2073
|
-
}>>;
|
|
2074
|
-
transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
2075
2070
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2076
2071
|
feeRecipient: import("../index.ts").ExecutionAddressType;
|
|
2077
2072
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -2085,6 +2080,15 @@ export declare const SignedBlockContents: ContainerType<{
|
|
|
2085
2080
|
extraData: import("@chainsafe/ssz").ByteListType;
|
|
2086
2081
|
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
2087
2082
|
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
2083
|
+
transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
2084
|
+
withdrawals: ListCompositeType<ContainerType<{
|
|
2085
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
2086
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
2087
|
+
address: import("../index.ts").ExecutionAddressType;
|
|
2088
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
2089
|
+
}>>;
|
|
2090
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
2091
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
2088
2092
|
}>;
|
|
2089
2093
|
blsToExecutionChanges: ListCompositeType<ContainerType<{
|
|
2090
2094
|
message: ContainerType<{
|
|
@@ -2115,10 +2119,6 @@ export declare const SignedBlockContents: ContainerType<{
|
|
|
2115
2119
|
}>>;
|
|
2116
2120
|
}>;
|
|
2117
2121
|
}>;
|
|
2118
|
-
slot: import("@chainsafe/ssz").UintNumberType;
|
|
2119
|
-
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
2120
|
-
parentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2121
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
2122
2122
|
}>;
|
|
2123
2123
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
2124
2124
|
}>;
|