We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cac77b commit f9e8c2fCopy full SHA for f9e8c2f
src/engine/prague.md
@@ -56,7 +56,8 @@ This structure has the syntax of [`ExecutionPayloadV3`](./cancun.md#executionpay
56
- `withdrawals`: `Array of WithdrawalV1` - Array of withdrawals, each object is an `OBJECT` containing the fields of a `WithdrawalV1` structure.
57
- `blobGasUsed`: `QUANTITY`, 64 Bits
58
- `excessBlobGas`: `QUANTITY`, 64 Bits
59
-- `requests`: `Array of ExecutionRequestV1` - Array of request objects
+- `requests`: `Array of DATA` - Array of request objects, each element is a byte list (`DATA`) containing
60
+ `request_type || request_data` as defined by [EIP-7685](https://eips.ethereum.org/EIPS/eip-7685).
61
62
### ExecutionPayloadBodyV2
63
0 commit comments