File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -110,14 +110,15 @@ This structure has the syntax of [`ExecutionPayloadBodyV1`](./shanghai.md#execut
110
110
111
111
### PayloadAttributesV4
112
112
113
- This structure has the syntax of ` PayloadAttributesV3 ` and appends a single field : ` targetBlobCount ` .
113
+ This structure has the syntax of ` PayloadAttributesV3 ` and appends the fields : ` targetBlobCount ` , ` maximumBlobCount ` .
114
114
115
115
- ` timestamp ` : ` QUANTITY ` , 64 Bits - value for the ` timestamp ` field of the new payload
116
116
- ` prevRandao ` : ` DATA ` , 32 Bytes - value for the ` prevRandao ` field of the new payload
117
117
- ` suggestedFeeRecipient ` : ` DATA ` , 20 Bytes - suggested value for the ` feeRecipient ` field of the new payload
118
118
- ` withdrawals ` : ` Array of WithdrawalV1 ` - Array of withdrawals, each object is an ` OBJECT ` containing the fields of a ` WithdrawalV1 ` structure.
119
119
- ` parentBeaconBlockRoot ` : ` DATA ` , 32 Bytes - Root of the parent beacon block.
120
120
- ` targetBlobCount ` : ` QUANTITY ` , 64 Bits - Average number of blobs to include per payload.
121
+ - ` maximumBlobCount ` : ` QUANTITY ` , 64 Bits - Maximum number of blobs allowed per payload.
121
122
122
123
## Methods
123
124
You can’t perform that action at this time.
0 commit comments