@lodestar/types 1.43.0-dev.568a81a148 → 1.43.0-dev.657dd16e61
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/gloas/sszTypes.d.ts +155 -25
- package/lib/gloas/sszTypes.d.ts.map +1 -1
- package/lib/gloas/sszTypes.js +28 -7
- package/lib/gloas/sszTypes.js.map +1 -1
- package/lib/gloas/types.d.ts +6 -0
- package/lib/gloas/types.d.ts.map +1 -1
- package/lib/sszTypes.d.ts +296 -146
- package/lib/sszTypes.d.ts.map +1 -1
- package/lib/types.d.ts +2 -2
- package/lib/types.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/gloas/sszTypes.ts +54 -6
- package/src/gloas/types.ts +6 -0
- package/src/types.ts +2 -2
package/lib/sszTypes.d.ts
CHANGED
|
@@ -13660,30 +13660,6 @@ declare const typesByFork: {
|
|
|
13660
13660
|
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
13661
13661
|
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
13662
13662
|
}>;
|
|
13663
|
-
ExecutionPayload: ContainerType<{
|
|
13664
|
-
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
13665
|
-
feeRecipient: import("./index.ts").ExecutionAddressType;
|
|
13666
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
13667
|
-
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
13668
|
-
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
13669
|
-
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
13670
|
-
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
13671
|
-
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
13672
|
-
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
13673
|
-
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
13674
|
-
extraData: import("@chainsafe/ssz").ByteListType;
|
|
13675
|
-
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
13676
|
-
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
13677
|
-
transactions: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
13678
|
-
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
13679
|
-
index: import("@chainsafe/ssz").UintNumberType;
|
|
13680
|
-
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
13681
|
-
address: import("./index.ts").ExecutionAddressType;
|
|
13682
|
-
amount: import("@chainsafe/ssz").UintBigintType;
|
|
13683
|
-
}>>;
|
|
13684
|
-
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
13685
|
-
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
13686
|
-
}>;
|
|
13687
13663
|
BlindedBeaconBlockBody: ContainerType<{
|
|
13688
13664
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
13689
13665
|
eth1Data: ContainerType<{
|
|
@@ -14594,37 +14570,6 @@ declare const typesByFork: {
|
|
|
14594
14570
|
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
14595
14571
|
}>>;
|
|
14596
14572
|
}>;
|
|
14597
|
-
PayloadAttributes: ContainerType<{
|
|
14598
|
-
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
14599
|
-
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
14600
|
-
suggestedFeeRecipient: import("./index.ts").StringType<string>;
|
|
14601
|
-
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
14602
|
-
index: import("@chainsafe/ssz").UintNumberType;
|
|
14603
|
-
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
14604
|
-
address: import("./index.ts").ExecutionAddressType;
|
|
14605
|
-
amount: import("@chainsafe/ssz").UintBigintType;
|
|
14606
|
-
}>>;
|
|
14607
|
-
parentBeaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
14608
|
-
}>;
|
|
14609
|
-
SSEPayloadAttributes: ContainerType<{
|
|
14610
|
-
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
14611
|
-
proposalSlot: import("@chainsafe/ssz").UintNumberType;
|
|
14612
|
-
parentBlockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
14613
|
-
parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
14614
|
-
parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
14615
|
-
payloadAttributes: ContainerType<{
|
|
14616
|
-
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
14617
|
-
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
14618
|
-
suggestedFeeRecipient: import("./index.ts").StringType<string>;
|
|
14619
|
-
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
14620
|
-
index: import("@chainsafe/ssz").UintNumberType;
|
|
14621
|
-
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
14622
|
-
address: import("./index.ts").ExecutionAddressType;
|
|
14623
|
-
amount: import("@chainsafe/ssz").UintBigintType;
|
|
14624
|
-
}>>;
|
|
14625
|
-
parentBeaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
14626
|
-
}>;
|
|
14627
|
-
}>;
|
|
14628
14573
|
KZGProof: import("@chainsafe/ssz").ByteVectorType;
|
|
14629
14574
|
Blob: import("@chainsafe/ssz").ByteVectorType;
|
|
14630
14575
|
Metadata: ContainerType<{
|
|
@@ -15057,6 +15002,8 @@ declare const typesByFork: {
|
|
|
15057
15002
|
builderIndex: import("@chainsafe/ssz").UintNumberType;
|
|
15058
15003
|
}>;
|
|
15059
15004
|
}>;
|
|
15005
|
+
PayloadTimelinessCommittee: import("@chainsafe/ssz").VectorBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
15006
|
+
PtcWindow: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").VectorBasicType<import("@chainsafe/ssz").UintNumberType>>;
|
|
15060
15007
|
PayloadAttestationData: ContainerType<{
|
|
15061
15008
|
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
15062
15009
|
slot: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -15094,6 +15041,7 @@ declare const typesByFork: {
|
|
|
15094
15041
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
15095
15042
|
}>;
|
|
15096
15043
|
ProposerPreferences: ContainerType<{
|
|
15044
|
+
dependentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
15097
15045
|
proposalSlot: import("@chainsafe/ssz").UintNumberType;
|
|
15098
15046
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
15099
15047
|
feeRecipient: import("./index.ts").ExecutionAddressType;
|
|
@@ -15101,6 +15049,7 @@ declare const typesByFork: {
|
|
|
15101
15049
|
}>;
|
|
15102
15050
|
SignedProposerPreferences: ContainerType<{
|
|
15103
15051
|
message: ContainerType<{
|
|
15052
|
+
dependentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
15104
15053
|
proposalSlot: import("@chainsafe/ssz").UintNumberType;
|
|
15105
15054
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
15106
15055
|
feeRecipient: import("./index.ts").ExecutionAddressType;
|
|
@@ -15120,6 +15069,7 @@ declare const typesByFork: {
|
|
|
15120
15069
|
value: import("@chainsafe/ssz").UintNumberType;
|
|
15121
15070
|
executionPayment: import("@chainsafe/ssz").UintNumberType;
|
|
15122
15071
|
blobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
15072
|
+
executionRequestsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
15123
15073
|
}>;
|
|
15124
15074
|
SignedExecutionPayloadBid: ContainerType<{
|
|
15125
15075
|
message: ContainerType<{
|
|
@@ -15134,9 +15084,37 @@ declare const typesByFork: {
|
|
|
15134
15084
|
value: import("@chainsafe/ssz").UintNumberType;
|
|
15135
15085
|
executionPayment: import("@chainsafe/ssz").UintNumberType;
|
|
15136
15086
|
blobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
15087
|
+
executionRequestsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
15137
15088
|
}>;
|
|
15138
15089
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
15139
15090
|
}>;
|
|
15091
|
+
BlockAccessList: import("@chainsafe/ssz").ByteListType;
|
|
15092
|
+
ExecutionPayload: ContainerType<{
|
|
15093
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
15094
|
+
feeRecipient: import("./index.ts").ExecutionAddressType;
|
|
15095
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
15096
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
15097
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
15098
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
15099
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
15100
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
15101
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
15102
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
15103
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
15104
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
15105
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
15106
|
+
transactions: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
15107
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
15108
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
15109
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
15110
|
+
address: import("./index.ts").ExecutionAddressType;
|
|
15111
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
15112
|
+
}>>;
|
|
15113
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
15114
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
15115
|
+
blockAccessList: import("@chainsafe/ssz").ByteListType;
|
|
15116
|
+
slotNumber: import("@chainsafe/ssz").UintNumberType;
|
|
15117
|
+
}>;
|
|
15140
15118
|
ExecutionPayloadEnvelope: ContainerType<{
|
|
15141
15119
|
payload: ContainerType<{
|
|
15142
15120
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -15161,6 +15139,8 @@ declare const typesByFork: {
|
|
|
15161
15139
|
}>>;
|
|
15162
15140
|
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
15163
15141
|
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
15142
|
+
blockAccessList: import("@chainsafe/ssz").ByteListType;
|
|
15143
|
+
slotNumber: import("@chainsafe/ssz").UintNumberType;
|
|
15164
15144
|
}>;
|
|
15165
15145
|
executionRequests: ContainerType<{
|
|
15166
15146
|
deposits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
@@ -15183,8 +15163,7 @@ declare const typesByFork: {
|
|
|
15183
15163
|
}>;
|
|
15184
15164
|
builderIndex: import("@chainsafe/ssz").UintNumberType;
|
|
15185
15165
|
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
15186
|
-
|
|
15187
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
15166
|
+
parentBeaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
15188
15167
|
}>;
|
|
15189
15168
|
SignedExecutionPayloadEnvelope: ContainerType<{
|
|
15190
15169
|
message: ContainerType<{
|
|
@@ -15211,6 +15190,8 @@ declare const typesByFork: {
|
|
|
15211
15190
|
}>>;
|
|
15212
15191
|
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
15213
15192
|
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
15193
|
+
blockAccessList: import("@chainsafe/ssz").ByteListType;
|
|
15194
|
+
slotNumber: import("@chainsafe/ssz").UintNumberType;
|
|
15214
15195
|
}>;
|
|
15215
15196
|
executionRequests: ContainerType<{
|
|
15216
15197
|
deposits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
@@ -15233,8 +15214,7 @@ declare const typesByFork: {
|
|
|
15233
15214
|
}>;
|
|
15234
15215
|
builderIndex: import("@chainsafe/ssz").UintNumberType;
|
|
15235
15216
|
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
15236
|
-
|
|
15237
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
15217
|
+
parentBeaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
15238
15218
|
}>;
|
|
15239
15219
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
15240
15220
|
}>;
|
|
@@ -15363,6 +15343,7 @@ declare const typesByFork: {
|
|
|
15363
15343
|
value: import("@chainsafe/ssz").UintNumberType;
|
|
15364
15344
|
executionPayment: import("@chainsafe/ssz").UintNumberType;
|
|
15365
15345
|
blobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
15346
|
+
executionRequestsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
15366
15347
|
}>;
|
|
15367
15348
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
15368
15349
|
}>;
|
|
@@ -15376,6 +15357,25 @@ declare const typesByFork: {
|
|
|
15376
15357
|
}>;
|
|
15377
15358
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
15378
15359
|
}>>;
|
|
15360
|
+
parentExecutionRequests: ContainerType<{
|
|
15361
|
+
deposits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
15362
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
15363
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
15364
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
15365
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
15366
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
15367
|
+
}>>;
|
|
15368
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
15369
|
+
sourceAddress: import("./index.ts").ExecutionAddressType;
|
|
15370
|
+
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
15371
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
15372
|
+
}>>;
|
|
15373
|
+
consolidations: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
15374
|
+
sourceAddress: import("./index.ts").ExecutionAddressType;
|
|
15375
|
+
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
15376
|
+
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
15377
|
+
}>>;
|
|
15378
|
+
}>;
|
|
15379
15379
|
}>;
|
|
15380
15380
|
BeaconBlock: ContainerType<{
|
|
15381
15381
|
slot: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -15507,6 +15507,7 @@ declare const typesByFork: {
|
|
|
15507
15507
|
value: import("@chainsafe/ssz").UintNumberType;
|
|
15508
15508
|
executionPayment: import("@chainsafe/ssz").UintNumberType;
|
|
15509
15509
|
blobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
15510
|
+
executionRequestsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
15510
15511
|
}>;
|
|
15511
15512
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
15512
15513
|
}>;
|
|
@@ -15520,6 +15521,25 @@ declare const typesByFork: {
|
|
|
15520
15521
|
}>;
|
|
15521
15522
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
15522
15523
|
}>>;
|
|
15524
|
+
parentExecutionRequests: ContainerType<{
|
|
15525
|
+
deposits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
15526
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
15527
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
15528
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
15529
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
15530
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
15531
|
+
}>>;
|
|
15532
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
15533
|
+
sourceAddress: import("./index.ts").ExecutionAddressType;
|
|
15534
|
+
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
15535
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
15536
|
+
}>>;
|
|
15537
|
+
consolidations: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
15538
|
+
sourceAddress: import("./index.ts").ExecutionAddressType;
|
|
15539
|
+
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
15540
|
+
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
15541
|
+
}>>;
|
|
15542
|
+
}>;
|
|
15523
15543
|
}>;
|
|
15524
15544
|
}>;
|
|
15525
15545
|
SignedBeaconBlock: ContainerType<{
|
|
@@ -15653,6 +15673,7 @@ declare const typesByFork: {
|
|
|
15653
15673
|
value: import("@chainsafe/ssz").UintNumberType;
|
|
15654
15674
|
executionPayment: import("@chainsafe/ssz").UintNumberType;
|
|
15655
15675
|
blobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
15676
|
+
executionRequestsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
15656
15677
|
}>;
|
|
15657
15678
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
15658
15679
|
}>;
|
|
@@ -15666,6 +15687,25 @@ declare const typesByFork: {
|
|
|
15666
15687
|
}>;
|
|
15667
15688
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
15668
15689
|
}>>;
|
|
15690
|
+
parentExecutionRequests: ContainerType<{
|
|
15691
|
+
deposits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
15692
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
15693
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
15694
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
15695
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
15696
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
15697
|
+
}>>;
|
|
15698
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
15699
|
+
sourceAddress: import("./index.ts").ExecutionAddressType;
|
|
15700
|
+
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
15701
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
15702
|
+
}>>;
|
|
15703
|
+
consolidations: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
15704
|
+
sourceAddress: import("./index.ts").ExecutionAddressType;
|
|
15705
|
+
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
15706
|
+
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
15707
|
+
}>>;
|
|
15708
|
+
}>;
|
|
15669
15709
|
}>;
|
|
15670
15710
|
}>;
|
|
15671
15711
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -15728,19 +15768,7 @@ declare const typesByFork: {
|
|
|
15728
15768
|
pubkeys: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
15729
15769
|
aggregatePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
15730
15770
|
}>;
|
|
15731
|
-
|
|
15732
|
-
parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
15733
|
-
parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
15734
|
-
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
15735
|
-
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
15736
|
-
feeRecipient: import("./index.ts").ExecutionAddressType;
|
|
15737
|
-
gasLimit: import("@chainsafe/ssz").UintBigintType;
|
|
15738
|
-
builderIndex: import("@chainsafe/ssz").UintNumberType;
|
|
15739
|
-
slot: import("@chainsafe/ssz").UintNumberType;
|
|
15740
|
-
value: import("@chainsafe/ssz").UintNumberType;
|
|
15741
|
-
executionPayment: import("@chainsafe/ssz").UintNumberType;
|
|
15742
|
-
blobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
15743
|
-
}>;
|
|
15771
|
+
latestBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
15744
15772
|
nextWithdrawalIndex: import("@chainsafe/ssz").UintNumberType;
|
|
15745
15773
|
nextWithdrawalValidatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
15746
15774
|
historicalSummaries: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
@@ -15793,13 +15821,27 @@ declare const typesByFork: {
|
|
|
15793
15821
|
amount: import("@chainsafe/ssz").UintNumberType;
|
|
15794
15822
|
builderIndex: import("@chainsafe/ssz").UintNumberType;
|
|
15795
15823
|
}>>;
|
|
15796
|
-
|
|
15824
|
+
latestExecutionPayloadBid: ContainerType<{
|
|
15825
|
+
parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
15826
|
+
parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
15827
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
15828
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
15829
|
+
feeRecipient: import("./index.ts").ExecutionAddressType;
|
|
15830
|
+
gasLimit: import("@chainsafe/ssz").UintBigintType;
|
|
15831
|
+
builderIndex: import("@chainsafe/ssz").UintNumberType;
|
|
15832
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
15833
|
+
value: import("@chainsafe/ssz").UintNumberType;
|
|
15834
|
+
executionPayment: import("@chainsafe/ssz").UintNumberType;
|
|
15835
|
+
blobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
15836
|
+
executionRequestsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
15837
|
+
}>;
|
|
15797
15838
|
payloadExpectedWithdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
15798
15839
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
15799
15840
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
15800
15841
|
address: import("./index.ts").ExecutionAddressType;
|
|
15801
15842
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
15802
15843
|
}>>;
|
|
15844
|
+
ptcWindow: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").VectorBasicType<import("@chainsafe/ssz").UintNumberType>>;
|
|
15803
15845
|
}>;
|
|
15804
15846
|
DataColumnSidecar: ContainerType<{
|
|
15805
15847
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -15819,6 +15861,39 @@ declare const typesByFork: {
|
|
|
15819
15861
|
startSlot: import("@chainsafe/ssz").UintNumberType;
|
|
15820
15862
|
count: import("@chainsafe/ssz").UintNumberType;
|
|
15821
15863
|
}>;
|
|
15864
|
+
PayloadAttributes: ContainerType<{
|
|
15865
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
15866
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
15867
|
+
suggestedFeeRecipient: import("./index.ts").StringType<string>;
|
|
15868
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
15869
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
15870
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
15871
|
+
address: import("./index.ts").ExecutionAddressType;
|
|
15872
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
15873
|
+
}>>;
|
|
15874
|
+
parentBeaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
15875
|
+
slotNumber: import("@chainsafe/ssz").UintNumberType;
|
|
15876
|
+
}>;
|
|
15877
|
+
SSEPayloadAttributes: ContainerType<{
|
|
15878
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
15879
|
+
proposalSlot: import("@chainsafe/ssz").UintNumberType;
|
|
15880
|
+
parentBlockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
15881
|
+
parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
15882
|
+
parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
15883
|
+
payloadAttributes: ContainerType<{
|
|
15884
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
15885
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
15886
|
+
suggestedFeeRecipient: import("./index.ts").StringType<string>;
|
|
15887
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
15888
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
15889
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
15890
|
+
address: import("./index.ts").ExecutionAddressType;
|
|
15891
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
15892
|
+
}>>;
|
|
15893
|
+
parentBeaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
15894
|
+
slotNumber: import("@chainsafe/ssz").UintNumberType;
|
|
15895
|
+
}>;
|
|
15896
|
+
}>;
|
|
15822
15897
|
};
|
|
15823
15898
|
};
|
|
15824
15899
|
export declare const phase0: {
|
|
@@ -29475,30 +29550,6 @@ export declare const gloas: {
|
|
|
29475
29550
|
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
29476
29551
|
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
29477
29552
|
}>;
|
|
29478
|
-
ExecutionPayload: ContainerType<{
|
|
29479
|
-
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
29480
|
-
feeRecipient: import("./index.ts").ExecutionAddressType;
|
|
29481
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
29482
|
-
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
29483
|
-
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
29484
|
-
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
29485
|
-
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
29486
|
-
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
29487
|
-
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
29488
|
-
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
29489
|
-
extraData: import("@chainsafe/ssz").ByteListType;
|
|
29490
|
-
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
29491
|
-
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
29492
|
-
transactions: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
29493
|
-
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
29494
|
-
index: import("@chainsafe/ssz").UintNumberType;
|
|
29495
|
-
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
29496
|
-
address: import("./index.ts").ExecutionAddressType;
|
|
29497
|
-
amount: import("@chainsafe/ssz").UintBigintType;
|
|
29498
|
-
}>>;
|
|
29499
|
-
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
29500
|
-
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
29501
|
-
}>;
|
|
29502
29553
|
BlindedBeaconBlockBody: ContainerType<{
|
|
29503
29554
|
randaoReveal: import("@chainsafe/ssz").ByteVectorType;
|
|
29504
29555
|
eth1Data: ContainerType<{
|
|
@@ -30409,37 +30460,6 @@ export declare const gloas: {
|
|
|
30409
30460
|
signatureSlot: import("@chainsafe/ssz").UintNumberType;
|
|
30410
30461
|
}>>;
|
|
30411
30462
|
}>;
|
|
30412
|
-
PayloadAttributes: ContainerType<{
|
|
30413
|
-
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
30414
|
-
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
30415
|
-
suggestedFeeRecipient: import("./index.ts").StringType<string>;
|
|
30416
|
-
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
30417
|
-
index: import("@chainsafe/ssz").UintNumberType;
|
|
30418
|
-
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
30419
|
-
address: import("./index.ts").ExecutionAddressType;
|
|
30420
|
-
amount: import("@chainsafe/ssz").UintBigintType;
|
|
30421
|
-
}>>;
|
|
30422
|
-
parentBeaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
30423
|
-
}>;
|
|
30424
|
-
SSEPayloadAttributes: ContainerType<{
|
|
30425
|
-
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
30426
|
-
proposalSlot: import("@chainsafe/ssz").UintNumberType;
|
|
30427
|
-
parentBlockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
30428
|
-
parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
30429
|
-
parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
30430
|
-
payloadAttributes: ContainerType<{
|
|
30431
|
-
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
30432
|
-
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
30433
|
-
suggestedFeeRecipient: import("./index.ts").StringType<string>;
|
|
30434
|
-
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
30435
|
-
index: import("@chainsafe/ssz").UintNumberType;
|
|
30436
|
-
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
30437
|
-
address: import("./index.ts").ExecutionAddressType;
|
|
30438
|
-
amount: import("@chainsafe/ssz").UintBigintType;
|
|
30439
|
-
}>>;
|
|
30440
|
-
parentBeaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
30441
|
-
}>;
|
|
30442
|
-
}>;
|
|
30443
30463
|
KZGProof: import("@chainsafe/ssz").ByteVectorType;
|
|
30444
30464
|
Blob: import("@chainsafe/ssz").ByteVectorType;
|
|
30445
30465
|
Metadata: ContainerType<{
|
|
@@ -30872,6 +30892,8 @@ export declare const gloas: {
|
|
|
30872
30892
|
builderIndex: import("@chainsafe/ssz").UintNumberType;
|
|
30873
30893
|
}>;
|
|
30874
30894
|
}>;
|
|
30895
|
+
PayloadTimelinessCommittee: import("@chainsafe/ssz").VectorBasicType<import("@chainsafe/ssz").UintNumberType>;
|
|
30896
|
+
PtcWindow: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").VectorBasicType<import("@chainsafe/ssz").UintNumberType>>;
|
|
30875
30897
|
PayloadAttestationData: ContainerType<{
|
|
30876
30898
|
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
30877
30899
|
slot: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -30909,6 +30931,7 @@ export declare const gloas: {
|
|
|
30909
30931
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
30910
30932
|
}>;
|
|
30911
30933
|
ProposerPreferences: ContainerType<{
|
|
30934
|
+
dependentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
30912
30935
|
proposalSlot: import("@chainsafe/ssz").UintNumberType;
|
|
30913
30936
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
30914
30937
|
feeRecipient: import("./index.ts").ExecutionAddressType;
|
|
@@ -30916,6 +30939,7 @@ export declare const gloas: {
|
|
|
30916
30939
|
}>;
|
|
30917
30940
|
SignedProposerPreferences: ContainerType<{
|
|
30918
30941
|
message: ContainerType<{
|
|
30942
|
+
dependentRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
30919
30943
|
proposalSlot: import("@chainsafe/ssz").UintNumberType;
|
|
30920
30944
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
30921
30945
|
feeRecipient: import("./index.ts").ExecutionAddressType;
|
|
@@ -30935,6 +30959,7 @@ export declare const gloas: {
|
|
|
30935
30959
|
value: import("@chainsafe/ssz").UintNumberType;
|
|
30936
30960
|
executionPayment: import("@chainsafe/ssz").UintNumberType;
|
|
30937
30961
|
blobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
30962
|
+
executionRequestsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
30938
30963
|
}>;
|
|
30939
30964
|
SignedExecutionPayloadBid: ContainerType<{
|
|
30940
30965
|
message: ContainerType<{
|
|
@@ -30949,9 +30974,37 @@ export declare const gloas: {
|
|
|
30949
30974
|
value: import("@chainsafe/ssz").UintNumberType;
|
|
30950
30975
|
executionPayment: import("@chainsafe/ssz").UintNumberType;
|
|
30951
30976
|
blobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
30977
|
+
executionRequestsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
30952
30978
|
}>;
|
|
30953
30979
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
30954
30980
|
}>;
|
|
30981
|
+
BlockAccessList: import("@chainsafe/ssz").ByteListType;
|
|
30982
|
+
ExecutionPayload: ContainerType<{
|
|
30983
|
+
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
30984
|
+
feeRecipient: import("./index.ts").ExecutionAddressType;
|
|
30985
|
+
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
30986
|
+
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
30987
|
+
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
30988
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
30989
|
+
blockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
30990
|
+
gasLimit: import("@chainsafe/ssz").UintNumberType;
|
|
30991
|
+
gasUsed: import("@chainsafe/ssz").UintNumberType;
|
|
30992
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
30993
|
+
extraData: import("@chainsafe/ssz").ByteListType;
|
|
30994
|
+
baseFeePerGas: import("@chainsafe/ssz").UintBigintType;
|
|
30995
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
30996
|
+
transactions: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
30997
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
30998
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
30999
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
31000
|
+
address: import("./index.ts").ExecutionAddressType;
|
|
31001
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
31002
|
+
}>>;
|
|
31003
|
+
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
31004
|
+
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
31005
|
+
blockAccessList: import("@chainsafe/ssz").ByteListType;
|
|
31006
|
+
slotNumber: import("@chainsafe/ssz").UintNumberType;
|
|
31007
|
+
}>;
|
|
30955
31008
|
ExecutionPayloadEnvelope: ContainerType<{
|
|
30956
31009
|
payload: ContainerType<{
|
|
30957
31010
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -30976,6 +31029,8 @@ export declare const gloas: {
|
|
|
30976
31029
|
}>>;
|
|
30977
31030
|
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
30978
31031
|
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
31032
|
+
blockAccessList: import("@chainsafe/ssz").ByteListType;
|
|
31033
|
+
slotNumber: import("@chainsafe/ssz").UintNumberType;
|
|
30979
31034
|
}>;
|
|
30980
31035
|
executionRequests: ContainerType<{
|
|
30981
31036
|
deposits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
@@ -30998,8 +31053,7 @@ export declare const gloas: {
|
|
|
30998
31053
|
}>;
|
|
30999
31054
|
builderIndex: import("@chainsafe/ssz").UintNumberType;
|
|
31000
31055
|
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
31001
|
-
|
|
31002
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
31056
|
+
parentBeaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
31003
31057
|
}>;
|
|
31004
31058
|
SignedExecutionPayloadEnvelope: ContainerType<{
|
|
31005
31059
|
message: ContainerType<{
|
|
@@ -31026,6 +31080,8 @@ export declare const gloas: {
|
|
|
31026
31080
|
}>>;
|
|
31027
31081
|
blobGasUsed: import("@chainsafe/ssz").UintBigintType;
|
|
31028
31082
|
excessBlobGas: import("@chainsafe/ssz").UintBigintType;
|
|
31083
|
+
blockAccessList: import("@chainsafe/ssz").ByteListType;
|
|
31084
|
+
slotNumber: import("@chainsafe/ssz").UintNumberType;
|
|
31029
31085
|
}>;
|
|
31030
31086
|
executionRequests: ContainerType<{
|
|
31031
31087
|
deposits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
@@ -31048,8 +31104,7 @@ export declare const gloas: {
|
|
|
31048
31104
|
}>;
|
|
31049
31105
|
builderIndex: import("@chainsafe/ssz").UintNumberType;
|
|
31050
31106
|
beaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
31051
|
-
|
|
31052
|
-
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
31107
|
+
parentBeaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
31053
31108
|
}>;
|
|
31054
31109
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
31055
31110
|
}>;
|
|
@@ -31178,6 +31233,7 @@ export declare const gloas: {
|
|
|
31178
31233
|
value: import("@chainsafe/ssz").UintNumberType;
|
|
31179
31234
|
executionPayment: import("@chainsafe/ssz").UintNumberType;
|
|
31180
31235
|
blobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
31236
|
+
executionRequestsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
31181
31237
|
}>;
|
|
31182
31238
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
31183
31239
|
}>;
|
|
@@ -31191,6 +31247,25 @@ export declare const gloas: {
|
|
|
31191
31247
|
}>;
|
|
31192
31248
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
31193
31249
|
}>>;
|
|
31250
|
+
parentExecutionRequests: ContainerType<{
|
|
31251
|
+
deposits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
31252
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
31253
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
31254
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
31255
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
31256
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
31257
|
+
}>>;
|
|
31258
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
31259
|
+
sourceAddress: import("./index.ts").ExecutionAddressType;
|
|
31260
|
+
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
31261
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
31262
|
+
}>>;
|
|
31263
|
+
consolidations: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
31264
|
+
sourceAddress: import("./index.ts").ExecutionAddressType;
|
|
31265
|
+
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
31266
|
+
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
31267
|
+
}>>;
|
|
31268
|
+
}>;
|
|
31194
31269
|
}>;
|
|
31195
31270
|
BeaconBlock: ContainerType<{
|
|
31196
31271
|
slot: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -31322,6 +31397,7 @@ export declare const gloas: {
|
|
|
31322
31397
|
value: import("@chainsafe/ssz").UintNumberType;
|
|
31323
31398
|
executionPayment: import("@chainsafe/ssz").UintNumberType;
|
|
31324
31399
|
blobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
31400
|
+
executionRequestsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
31325
31401
|
}>;
|
|
31326
31402
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
31327
31403
|
}>;
|
|
@@ -31335,6 +31411,25 @@ export declare const gloas: {
|
|
|
31335
31411
|
}>;
|
|
31336
31412
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
31337
31413
|
}>>;
|
|
31414
|
+
parentExecutionRequests: ContainerType<{
|
|
31415
|
+
deposits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
31416
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
31417
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
31418
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
31419
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
31420
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
31421
|
+
}>>;
|
|
31422
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
31423
|
+
sourceAddress: import("./index.ts").ExecutionAddressType;
|
|
31424
|
+
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
31425
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
31426
|
+
}>>;
|
|
31427
|
+
consolidations: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
31428
|
+
sourceAddress: import("./index.ts").ExecutionAddressType;
|
|
31429
|
+
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
31430
|
+
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
31431
|
+
}>>;
|
|
31432
|
+
}>;
|
|
31338
31433
|
}>;
|
|
31339
31434
|
}>;
|
|
31340
31435
|
SignedBeaconBlock: ContainerType<{
|
|
@@ -31468,6 +31563,7 @@ export declare const gloas: {
|
|
|
31468
31563
|
value: import("@chainsafe/ssz").UintNumberType;
|
|
31469
31564
|
executionPayment: import("@chainsafe/ssz").UintNumberType;
|
|
31470
31565
|
blobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
31566
|
+
executionRequestsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
31471
31567
|
}>;
|
|
31472
31568
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
31473
31569
|
}>;
|
|
@@ -31481,6 +31577,25 @@ export declare const gloas: {
|
|
|
31481
31577
|
}>;
|
|
31482
31578
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
31483
31579
|
}>>;
|
|
31580
|
+
parentExecutionRequests: ContainerType<{
|
|
31581
|
+
deposits: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
31582
|
+
pubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
31583
|
+
withdrawalCredentials: import("@chainsafe/ssz").ByteVectorType;
|
|
31584
|
+
amount: import("@chainsafe/ssz").UintNumberType;
|
|
31585
|
+
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
31586
|
+
index: import("@chainsafe/ssz").UintBigintType;
|
|
31587
|
+
}>>;
|
|
31588
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
31589
|
+
sourceAddress: import("./index.ts").ExecutionAddressType;
|
|
31590
|
+
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
31591
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
31592
|
+
}>>;
|
|
31593
|
+
consolidations: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
31594
|
+
sourceAddress: import("./index.ts").ExecutionAddressType;
|
|
31595
|
+
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
31596
|
+
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
31597
|
+
}>>;
|
|
31598
|
+
}>;
|
|
31484
31599
|
}>;
|
|
31485
31600
|
}>;
|
|
31486
31601
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -31543,19 +31658,7 @@ export declare const gloas: {
|
|
|
31543
31658
|
pubkeys: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
31544
31659
|
aggregatePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
31545
31660
|
}>;
|
|
31546
|
-
|
|
31547
|
-
parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
31548
|
-
parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
31549
|
-
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
31550
|
-
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
31551
|
-
feeRecipient: import("./index.ts").ExecutionAddressType;
|
|
31552
|
-
gasLimit: import("@chainsafe/ssz").UintBigintType;
|
|
31553
|
-
builderIndex: import("@chainsafe/ssz").UintNumberType;
|
|
31554
|
-
slot: import("@chainsafe/ssz").UintNumberType;
|
|
31555
|
-
value: import("@chainsafe/ssz").UintNumberType;
|
|
31556
|
-
executionPayment: import("@chainsafe/ssz").UintNumberType;
|
|
31557
|
-
blobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
31558
|
-
}>;
|
|
31661
|
+
latestBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
31559
31662
|
nextWithdrawalIndex: import("@chainsafe/ssz").UintNumberType;
|
|
31560
31663
|
nextWithdrawalValidatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
31561
31664
|
historicalSummaries: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
@@ -31608,13 +31711,27 @@ export declare const gloas: {
|
|
|
31608
31711
|
amount: import("@chainsafe/ssz").UintNumberType;
|
|
31609
31712
|
builderIndex: import("@chainsafe/ssz").UintNumberType;
|
|
31610
31713
|
}>>;
|
|
31611
|
-
|
|
31714
|
+
latestExecutionPayloadBid: ContainerType<{
|
|
31715
|
+
parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
31716
|
+
parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
31717
|
+
blockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
31718
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
31719
|
+
feeRecipient: import("./index.ts").ExecutionAddressType;
|
|
31720
|
+
gasLimit: import("@chainsafe/ssz").UintBigintType;
|
|
31721
|
+
builderIndex: import("@chainsafe/ssz").UintNumberType;
|
|
31722
|
+
slot: import("@chainsafe/ssz").UintNumberType;
|
|
31723
|
+
value: import("@chainsafe/ssz").UintNumberType;
|
|
31724
|
+
executionPayment: import("@chainsafe/ssz").UintNumberType;
|
|
31725
|
+
blobKzgCommitments: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteVectorType>;
|
|
31726
|
+
executionRequestsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
31727
|
+
}>;
|
|
31612
31728
|
payloadExpectedWithdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
31613
31729
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
31614
31730
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
31615
31731
|
address: import("./index.ts").ExecutionAddressType;
|
|
31616
31732
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
31617
31733
|
}>>;
|
|
31734
|
+
ptcWindow: import("@chainsafe/ssz").VectorCompositeType<import("@chainsafe/ssz").VectorBasicType<import("@chainsafe/ssz").UintNumberType>>;
|
|
31618
31735
|
}>;
|
|
31619
31736
|
DataColumnSidecar: ContainerType<{
|
|
31620
31737
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
@@ -31634,6 +31751,39 @@ export declare const gloas: {
|
|
|
31634
31751
|
startSlot: import("@chainsafe/ssz").UintNumberType;
|
|
31635
31752
|
count: import("@chainsafe/ssz").UintNumberType;
|
|
31636
31753
|
}>;
|
|
31754
|
+
PayloadAttributes: ContainerType<{
|
|
31755
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
31756
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
31757
|
+
suggestedFeeRecipient: import("./index.ts").StringType<string>;
|
|
31758
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
31759
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
31760
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
31761
|
+
address: import("./index.ts").ExecutionAddressType;
|
|
31762
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
31763
|
+
}>>;
|
|
31764
|
+
parentBeaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
31765
|
+
slotNumber: import("@chainsafe/ssz").UintNumberType;
|
|
31766
|
+
}>;
|
|
31767
|
+
SSEPayloadAttributes: ContainerType<{
|
|
31768
|
+
proposerIndex: import("@chainsafe/ssz").UintNumberType;
|
|
31769
|
+
proposalSlot: import("@chainsafe/ssz").UintNumberType;
|
|
31770
|
+
parentBlockNumber: import("@chainsafe/ssz").UintNumberType;
|
|
31771
|
+
parentBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
31772
|
+
parentBlockHash: import("@chainsafe/ssz").ByteVectorType;
|
|
31773
|
+
payloadAttributes: ContainerType<{
|
|
31774
|
+
timestamp: import("@chainsafe/ssz").UintNumberType;
|
|
31775
|
+
prevRandao: import("@chainsafe/ssz").ByteVectorType;
|
|
31776
|
+
suggestedFeeRecipient: import("./index.ts").StringType<string>;
|
|
31777
|
+
withdrawals: import("@chainsafe/ssz").ListCompositeType<ContainerType<{
|
|
31778
|
+
index: import("@chainsafe/ssz").UintNumberType;
|
|
31779
|
+
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
31780
|
+
address: import("./index.ts").ExecutionAddressType;
|
|
31781
|
+
amount: import("@chainsafe/ssz").UintBigintType;
|
|
31782
|
+
}>>;
|
|
31783
|
+
parentBeaconBlockRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
31784
|
+
slotNumber: import("@chainsafe/ssz").UintNumberType;
|
|
31785
|
+
}>;
|
|
31786
|
+
}>;
|
|
31637
31787
|
};
|
|
31638
31788
|
/**
|
|
31639
31789
|
* A type of union of forks must accept as any parameter the UNION of all fork types.
|