@lodestar/types 1.35.0-dev.fcf8d024ea → 1.35.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/altair/sszTypes.d.ts +1 -1
- package/lib/bellatrix/sszTypes.d.ts +15 -15
- package/lib/capella/sszTypes.d.ts +41 -41
- package/lib/deneb/sszTypes.d.ts +44 -44
- package/lib/electra/sszTypes.d.ts +67 -67
- package/lib/fulu/sszTypes.d.ts +22 -22
- package/lib/gloas/sszTypes.d.ts +234 -535
- package/lib/gloas/sszTypes.d.ts.map +1 -1
- package/lib/gloas/sszTypes.js +3 -162
- package/lib/gloas/sszTypes.js.map +1 -1
- package/lib/gloas/types.d.ts +0 -13
- package/lib/gloas/types.d.ts.map +1 -1
- package/lib/sszTypes.d.ts +1446 -1664
- package/lib/sszTypes.d.ts.map +1 -1
- package/lib/types.d.ts +4 -3
- package/lib/types.d.ts.map +1 -1
- package/lib/types.js.map +1 -1
- package/package.json +3 -3
- package/src/gloas/sszTypes.ts +3 -232
- package/src/gloas/types.ts +0 -14
- package/src/types.ts +5 -4
package/lib/deneb/sszTypes.d.ts
CHANGED
|
@@ -25,12 +25,12 @@ export declare const ExecutionPayload: ContainerType<{
|
|
|
25
25
|
withdrawals: ListCompositeType<ContainerType<{
|
|
26
26
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
27
27
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
28
|
-
address: import("../index.
|
|
28
|
+
address: import("../index.js").ExecutionAddressType;
|
|
29
29
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
30
30
|
}>>;
|
|
31
31
|
transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
32
32
|
parentHash: ByteVectorType;
|
|
33
|
-
feeRecipient: import("../index.
|
|
33
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
34
34
|
stateRoot: ByteVectorType;
|
|
35
35
|
receiptsRoot: ByteVectorType;
|
|
36
36
|
logsBloom: ByteVectorType;
|
|
@@ -49,7 +49,7 @@ export declare const ExecutionPayloadHeader: ContainerType<{
|
|
|
49
49
|
withdrawalsRoot: ByteVectorType;
|
|
50
50
|
transactionsRoot: ByteVectorType;
|
|
51
51
|
parentHash: ByteVectorType;
|
|
52
|
-
feeRecipient: import("../index.
|
|
52
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
53
53
|
stateRoot: ByteVectorType;
|
|
54
54
|
receiptsRoot: ByteVectorType;
|
|
55
55
|
logsBloom: ByteVectorType;
|
|
@@ -69,12 +69,12 @@ export declare const BeaconBlockBody: ContainerType<{
|
|
|
69
69
|
withdrawals: ListCompositeType<ContainerType<{
|
|
70
70
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
71
71
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
72
|
-
address: import("../index.
|
|
72
|
+
address: import("../index.js").ExecutionAddressType;
|
|
73
73
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
74
74
|
}>>;
|
|
75
75
|
transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
76
76
|
parentHash: ByteVectorType;
|
|
77
|
-
feeRecipient: import("../index.
|
|
77
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
78
78
|
stateRoot: ByteVectorType;
|
|
79
79
|
receiptsRoot: ByteVectorType;
|
|
80
80
|
logsBloom: ByteVectorType;
|
|
@@ -91,7 +91,7 @@ export declare const BeaconBlockBody: ContainerType<{
|
|
|
91
91
|
message: ContainerType<{
|
|
92
92
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
93
93
|
fromBlsPubkey: ByteVectorType;
|
|
94
|
-
toExecutionAddress: import("../index.
|
|
94
|
+
toExecutionAddress: import("../index.js").ExecutionAddressType;
|
|
95
95
|
}>;
|
|
96
96
|
signature: ByteVectorType;
|
|
97
97
|
}>>;
|
|
@@ -207,12 +207,12 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
207
207
|
withdrawals: ListCompositeType<ContainerType<{
|
|
208
208
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
209
209
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
210
|
-
address: import("../index.
|
|
210
|
+
address: import("../index.js").ExecutionAddressType;
|
|
211
211
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
212
212
|
}>>;
|
|
213
213
|
transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
214
214
|
parentHash: ByteVectorType;
|
|
215
|
-
feeRecipient: import("../index.
|
|
215
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
216
216
|
stateRoot: ByteVectorType;
|
|
217
217
|
receiptsRoot: ByteVectorType;
|
|
218
218
|
logsBloom: ByteVectorType;
|
|
@@ -229,7 +229,7 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
229
229
|
message: ContainerType<{
|
|
230
230
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
231
231
|
fromBlsPubkey: ByteVectorType;
|
|
232
|
-
toExecutionAddress: import("../index.
|
|
232
|
+
toExecutionAddress: import("../index.js").ExecutionAddressType;
|
|
233
233
|
}>;
|
|
234
234
|
signature: ByteVectorType;
|
|
235
235
|
}>>;
|
|
@@ -351,12 +351,12 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
351
351
|
withdrawals: ListCompositeType<ContainerType<{
|
|
352
352
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
353
353
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
354
|
-
address: import("../index.
|
|
354
|
+
address: import("../index.js").ExecutionAddressType;
|
|
355
355
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
356
356
|
}>>;
|
|
357
357
|
transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
358
358
|
parentHash: ByteVectorType;
|
|
359
|
-
feeRecipient: import("../index.
|
|
359
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
360
360
|
stateRoot: ByteVectorType;
|
|
361
361
|
receiptsRoot: ByteVectorType;
|
|
362
362
|
logsBloom: ByteVectorType;
|
|
@@ -373,7 +373,7 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
373
373
|
message: ContainerType<{
|
|
374
374
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
375
375
|
fromBlsPubkey: ByteVectorType;
|
|
376
|
-
toExecutionAddress: import("../index.
|
|
376
|
+
toExecutionAddress: import("../index.js").ExecutionAddressType;
|
|
377
377
|
}>;
|
|
378
378
|
signature: ByteVectorType;
|
|
379
379
|
}>>;
|
|
@@ -535,7 +535,7 @@ export declare const BlindedBeaconBlockBody: ContainerType<{
|
|
|
535
535
|
withdrawalsRoot: ByteVectorType;
|
|
536
536
|
transactionsRoot: ByteVectorType;
|
|
537
537
|
parentHash: ByteVectorType;
|
|
538
|
-
feeRecipient: import("../index.
|
|
538
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
539
539
|
stateRoot: ByteVectorType;
|
|
540
540
|
receiptsRoot: ByteVectorType;
|
|
541
541
|
logsBloom: ByteVectorType;
|
|
@@ -552,7 +552,7 @@ export declare const BlindedBeaconBlockBody: ContainerType<{
|
|
|
552
552
|
message: ContainerType<{
|
|
553
553
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
554
554
|
fromBlsPubkey: ByteVectorType;
|
|
555
|
-
toExecutionAddress: import("../index.
|
|
555
|
+
toExecutionAddress: import("../index.js").ExecutionAddressType;
|
|
556
556
|
}>;
|
|
557
557
|
signature: ByteVectorType;
|
|
558
558
|
}>>;
|
|
@@ -668,7 +668,7 @@ export declare const BlindedBeaconBlock: ContainerType<{
|
|
|
668
668
|
withdrawalsRoot: ByteVectorType;
|
|
669
669
|
transactionsRoot: ByteVectorType;
|
|
670
670
|
parentHash: ByteVectorType;
|
|
671
|
-
feeRecipient: import("../index.
|
|
671
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
672
672
|
stateRoot: ByteVectorType;
|
|
673
673
|
receiptsRoot: ByteVectorType;
|
|
674
674
|
logsBloom: ByteVectorType;
|
|
@@ -685,7 +685,7 @@ export declare const BlindedBeaconBlock: ContainerType<{
|
|
|
685
685
|
message: ContainerType<{
|
|
686
686
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
687
687
|
fromBlsPubkey: ByteVectorType;
|
|
688
|
-
toExecutionAddress: import("../index.
|
|
688
|
+
toExecutionAddress: import("../index.js").ExecutionAddressType;
|
|
689
689
|
}>;
|
|
690
690
|
signature: ByteVectorType;
|
|
691
691
|
}>>;
|
|
@@ -807,7 +807,7 @@ export declare const SignedBlindedBeaconBlock: ContainerType<{
|
|
|
807
807
|
withdrawalsRoot: ByteVectorType;
|
|
808
808
|
transactionsRoot: ByteVectorType;
|
|
809
809
|
parentHash: ByteVectorType;
|
|
810
|
-
feeRecipient: import("../index.
|
|
810
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
811
811
|
stateRoot: ByteVectorType;
|
|
812
812
|
receiptsRoot: ByteVectorType;
|
|
813
813
|
logsBloom: ByteVectorType;
|
|
@@ -824,7 +824,7 @@ export declare const SignedBlindedBeaconBlock: ContainerType<{
|
|
|
824
824
|
message: ContainerType<{
|
|
825
825
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
826
826
|
fromBlsPubkey: ByteVectorType;
|
|
827
|
-
toExecutionAddress: import("../index.
|
|
827
|
+
toExecutionAddress: import("../index.js").ExecutionAddressType;
|
|
828
828
|
}>;
|
|
829
829
|
signature: ByteVectorType;
|
|
830
830
|
}>>;
|
|
@@ -946,7 +946,7 @@ export declare const BuilderBid: ContainerType<{
|
|
|
946
946
|
withdrawalsRoot: ByteVectorType;
|
|
947
947
|
transactionsRoot: ByteVectorType;
|
|
948
948
|
parentHash: ByteVectorType;
|
|
949
|
-
feeRecipient: import("../index.
|
|
949
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
950
950
|
stateRoot: ByteVectorType;
|
|
951
951
|
receiptsRoot: ByteVectorType;
|
|
952
952
|
logsBloom: ByteVectorType;
|
|
@@ -971,7 +971,7 @@ export declare const SignedBuilderBid: ContainerType<{
|
|
|
971
971
|
withdrawalsRoot: ByteVectorType;
|
|
972
972
|
transactionsRoot: ByteVectorType;
|
|
973
973
|
parentHash: ByteVectorType;
|
|
974
|
-
feeRecipient: import("../index.
|
|
974
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
975
975
|
stateRoot: ByteVectorType;
|
|
976
976
|
receiptsRoot: ByteVectorType;
|
|
977
977
|
logsBloom: ByteVectorType;
|
|
@@ -997,12 +997,12 @@ export declare const ExecutionPayloadAndBlobsBundle: ContainerType<{
|
|
|
997
997
|
withdrawals: ListCompositeType<ContainerType<{
|
|
998
998
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
999
999
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1000
|
-
address: import("../index.
|
|
1000
|
+
address: import("../index.js").ExecutionAddressType;
|
|
1001
1001
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
1002
1002
|
}>>;
|
|
1003
1003
|
transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
1004
1004
|
parentHash: ByteVectorType;
|
|
1005
|
-
feeRecipient: import("../index.
|
|
1005
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
1006
1006
|
stateRoot: ByteVectorType;
|
|
1007
1007
|
receiptsRoot: ByteVectorType;
|
|
1008
1008
|
logsBloom: ByteVectorType;
|
|
@@ -1051,7 +1051,7 @@ export declare const BeaconState: ContainerType<{
|
|
|
1051
1051
|
blockHash: ByteVectorType;
|
|
1052
1052
|
}>>;
|
|
1053
1053
|
eth1DepositIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1054
|
-
validators: ListCompositeType<import("../phase0/validator.
|
|
1054
|
+
validators: ListCompositeType<import("../phase0/validator.js").ValidatorNodeStructType>;
|
|
1055
1055
|
balances: import("@chainsafe/ssz").ListUintNum64Type;
|
|
1056
1056
|
randaoMixes: VectorCompositeType<ByteVectorType>;
|
|
1057
1057
|
slashings: import("@chainsafe/ssz").VectorBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
@@ -1085,7 +1085,7 @@ export declare const BeaconState: ContainerType<{
|
|
|
1085
1085
|
withdrawalsRoot: ByteVectorType;
|
|
1086
1086
|
transactionsRoot: ByteVectorType;
|
|
1087
1087
|
parentHash: ByteVectorType;
|
|
1088
|
-
feeRecipient: import("../index.
|
|
1088
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
1089
1089
|
stateRoot: ByteVectorType;
|
|
1090
1090
|
receiptsRoot: ByteVectorType;
|
|
1091
1091
|
logsBloom: ByteVectorType;
|
|
@@ -1119,7 +1119,7 @@ export declare const LightClientHeader: ContainerType<{
|
|
|
1119
1119
|
withdrawalsRoot: ByteVectorType;
|
|
1120
1120
|
transactionsRoot: ByteVectorType;
|
|
1121
1121
|
parentHash: ByteVectorType;
|
|
1122
|
-
feeRecipient: import("../index.
|
|
1122
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
1123
1123
|
stateRoot: ByteVectorType;
|
|
1124
1124
|
receiptsRoot: ByteVectorType;
|
|
1125
1125
|
logsBloom: ByteVectorType;
|
|
@@ -1149,7 +1149,7 @@ export declare const LightClientBootstrap: ContainerType<{
|
|
|
1149
1149
|
withdrawalsRoot: ByteVectorType;
|
|
1150
1150
|
transactionsRoot: ByteVectorType;
|
|
1151
1151
|
parentHash: ByteVectorType;
|
|
1152
|
-
feeRecipient: import("../index.
|
|
1152
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
1153
1153
|
stateRoot: ByteVectorType;
|
|
1154
1154
|
receiptsRoot: ByteVectorType;
|
|
1155
1155
|
logsBloom: ByteVectorType;
|
|
@@ -1185,7 +1185,7 @@ export declare const LightClientUpdate: ContainerType<{
|
|
|
1185
1185
|
withdrawalsRoot: ByteVectorType;
|
|
1186
1186
|
transactionsRoot: ByteVectorType;
|
|
1187
1187
|
parentHash: ByteVectorType;
|
|
1188
|
-
feeRecipient: import("../index.
|
|
1188
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
1189
1189
|
stateRoot: ByteVectorType;
|
|
1190
1190
|
receiptsRoot: ByteVectorType;
|
|
1191
1191
|
logsBloom: ByteVectorType;
|
|
@@ -1219,7 +1219,7 @@ export declare const LightClientUpdate: ContainerType<{
|
|
|
1219
1219
|
withdrawalsRoot: ByteVectorType;
|
|
1220
1220
|
transactionsRoot: ByteVectorType;
|
|
1221
1221
|
parentHash: ByteVectorType;
|
|
1222
|
-
feeRecipient: import("../index.
|
|
1222
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
1223
1223
|
stateRoot: ByteVectorType;
|
|
1224
1224
|
receiptsRoot: ByteVectorType;
|
|
1225
1225
|
logsBloom: ByteVectorType;
|
|
@@ -1256,7 +1256,7 @@ export declare const LightClientFinalityUpdate: ContainerType<{
|
|
|
1256
1256
|
withdrawalsRoot: ByteVectorType;
|
|
1257
1257
|
transactionsRoot: ByteVectorType;
|
|
1258
1258
|
parentHash: ByteVectorType;
|
|
1259
|
-
feeRecipient: import("../index.
|
|
1259
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
1260
1260
|
stateRoot: ByteVectorType;
|
|
1261
1261
|
receiptsRoot: ByteVectorType;
|
|
1262
1262
|
logsBloom: ByteVectorType;
|
|
@@ -1285,7 +1285,7 @@ export declare const LightClientFinalityUpdate: ContainerType<{
|
|
|
1285
1285
|
withdrawalsRoot: ByteVectorType;
|
|
1286
1286
|
transactionsRoot: ByteVectorType;
|
|
1287
1287
|
parentHash: ByteVectorType;
|
|
1288
|
-
feeRecipient: import("../index.
|
|
1288
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
1289
1289
|
stateRoot: ByteVectorType;
|
|
1290
1290
|
receiptsRoot: ByteVectorType;
|
|
1291
1291
|
logsBloom: ByteVectorType;
|
|
@@ -1322,7 +1322,7 @@ export declare const LightClientOptimisticUpdate: ContainerType<{
|
|
|
1322
1322
|
withdrawalsRoot: ByteVectorType;
|
|
1323
1323
|
transactionsRoot: ByteVectorType;
|
|
1324
1324
|
parentHash: ByteVectorType;
|
|
1325
|
-
feeRecipient: import("../index.
|
|
1325
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
1326
1326
|
stateRoot: ByteVectorType;
|
|
1327
1327
|
receiptsRoot: ByteVectorType;
|
|
1328
1328
|
logsBloom: ByteVectorType;
|
|
@@ -1359,7 +1359,7 @@ export declare const LightClientStore: ContainerType<{
|
|
|
1359
1359
|
withdrawalsRoot: ByteVectorType;
|
|
1360
1360
|
transactionsRoot: ByteVectorType;
|
|
1361
1361
|
parentHash: ByteVectorType;
|
|
1362
|
-
feeRecipient: import("../index.
|
|
1362
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
1363
1363
|
stateRoot: ByteVectorType;
|
|
1364
1364
|
receiptsRoot: ByteVectorType;
|
|
1365
1365
|
logsBloom: ByteVectorType;
|
|
@@ -1395,7 +1395,7 @@ export declare const LightClientStore: ContainerType<{
|
|
|
1395
1395
|
withdrawalsRoot: ByteVectorType;
|
|
1396
1396
|
transactionsRoot: ByteVectorType;
|
|
1397
1397
|
parentHash: ByteVectorType;
|
|
1398
|
-
feeRecipient: import("../index.
|
|
1398
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
1399
1399
|
stateRoot: ByteVectorType;
|
|
1400
1400
|
receiptsRoot: ByteVectorType;
|
|
1401
1401
|
logsBloom: ByteVectorType;
|
|
@@ -1429,7 +1429,7 @@ export declare const LightClientStore: ContainerType<{
|
|
|
1429
1429
|
withdrawalsRoot: ByteVectorType;
|
|
1430
1430
|
transactionsRoot: ByteVectorType;
|
|
1431
1431
|
parentHash: ByteVectorType;
|
|
1432
|
-
feeRecipient: import("../index.
|
|
1432
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
1433
1433
|
stateRoot: ByteVectorType;
|
|
1434
1434
|
receiptsRoot: ByteVectorType;
|
|
1435
1435
|
logsBloom: ByteVectorType;
|
|
@@ -1457,12 +1457,12 @@ export declare const PayloadAttributes: ContainerType<{
|
|
|
1457
1457
|
withdrawals: ListCompositeType<ContainerType<{
|
|
1458
1458
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
1459
1459
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1460
|
-
address: import("../index.
|
|
1460
|
+
address: import("../index.js").ExecutionAddressType;
|
|
1461
1461
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
1462
1462
|
}>>;
|
|
1463
1463
|
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
1464
1464
|
prevRandao: ByteVectorType;
|
|
1465
|
-
suggestedFeeRecipient: import("../index.
|
|
1465
|
+
suggestedFeeRecipient: import("../index.js").StringType<string>;
|
|
1466
1466
|
}>;
|
|
1467
1467
|
export declare const SSEPayloadAttributes: ContainerType<{
|
|
1468
1468
|
payloadAttributes: ContainerType<{
|
|
@@ -1470,12 +1470,12 @@ export declare const SSEPayloadAttributes: ContainerType<{
|
|
|
1470
1470
|
withdrawals: ListCompositeType<ContainerType<{
|
|
1471
1471
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
1472
1472
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1473
|
-
address: import("../index.
|
|
1473
|
+
address: import("../index.js").ExecutionAddressType;
|
|
1474
1474
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
1475
1475
|
}>>;
|
|
1476
1476
|
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
1477
1477
|
prevRandao: ByteVectorType;
|
|
1478
|
-
suggestedFeeRecipient: import("../index.
|
|
1478
|
+
suggestedFeeRecipient: import("../index.js").StringType<string>;
|
|
1479
1479
|
}>;
|
|
1480
1480
|
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1481
1481
|
proposalSlot: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -1492,12 +1492,12 @@ export declare const BlockContents: ContainerType<{
|
|
|
1492
1492
|
withdrawals: ListCompositeType<ContainerType<{
|
|
1493
1493
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
1494
1494
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1495
|
-
address: import("../index.
|
|
1495
|
+
address: import("../index.js").ExecutionAddressType;
|
|
1496
1496
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
1497
1497
|
}>>;
|
|
1498
1498
|
transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
1499
1499
|
parentHash: ByteVectorType;
|
|
1500
|
-
feeRecipient: import("../index.
|
|
1500
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
1501
1501
|
stateRoot: ByteVectorType;
|
|
1502
1502
|
receiptsRoot: ByteVectorType;
|
|
1503
1503
|
logsBloom: ByteVectorType;
|
|
@@ -1514,7 +1514,7 @@ export declare const BlockContents: ContainerType<{
|
|
|
1514
1514
|
message: ContainerType<{
|
|
1515
1515
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1516
1516
|
fromBlsPubkey: ByteVectorType;
|
|
1517
|
-
toExecutionAddress: import("../index.
|
|
1517
|
+
toExecutionAddress: import("../index.js").ExecutionAddressType;
|
|
1518
1518
|
}>;
|
|
1519
1519
|
signature: ByteVectorType;
|
|
1520
1520
|
}>>;
|
|
@@ -1640,12 +1640,12 @@ export declare const SignedBlockContents: ContainerType<{
|
|
|
1640
1640
|
withdrawals: ListCompositeType<ContainerType<{
|
|
1641
1641
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
1642
1642
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1643
|
-
address: import("../index.
|
|
1643
|
+
address: import("../index.js").ExecutionAddressType;
|
|
1644
1644
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
1645
1645
|
}>>;
|
|
1646
1646
|
transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
1647
1647
|
parentHash: ByteVectorType;
|
|
1648
|
-
feeRecipient: import("../index.
|
|
1648
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
1649
1649
|
stateRoot: ByteVectorType;
|
|
1650
1650
|
receiptsRoot: ByteVectorType;
|
|
1651
1651
|
logsBloom: ByteVectorType;
|
|
@@ -1662,7 +1662,7 @@ export declare const SignedBlockContents: ContainerType<{
|
|
|
1662
1662
|
message: ContainerType<{
|
|
1663
1663
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
1664
1664
|
fromBlsPubkey: ByteVectorType;
|
|
1665
|
-
toExecutionAddress: import("../index.
|
|
1665
|
+
toExecutionAddress: import("../index.js").ExecutionAddressType;
|
|
1666
1666
|
}>;
|
|
1667
1667
|
signature: ByteVectorType;
|
|
1668
1668
|
}>>;
|