You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This structure contains a list of transactions. The fields are encoded as follows:
44
-
-`transactions`: `Array of DATA` - Array of transaction objects, each object is a byte list (`DATA`) representing `TransactionType || TransactionPayload` or `LegacyTransaction` as defined in [EIP-2718](https://eips.ethereum.org/EIPS/eip-2718)
45
-
46
-
### UpdateInclusionListResponse
47
-
48
-
This structure contains an identifier of the payload build process that is requested to update with the given inclusion list.
49
-
-`payloadId`: `DATA`, 8 Bytes - Identifier of the payload build process
50
-
51
36
## Methods
52
37
53
38
### engine_newPayloadV5
@@ -61,7 +46,7 @@ The request of this method is updated with [`ExecutionPayloadV3`](./cancun.md#ex
4.`inclusionList`: `Array of DATA` - Array of transaction objects, each object is a byte list (`DATA`) representing `TransactionType || TransactionPayload` or `LegacyTransaction` as defined in [EIP-2718](https://eips.ethereum.org/EIPS/eip-2718).
65
50
66
51
#### Response
67
52
@@ -84,7 +69,7 @@ This method follows the same specification as [`engine_newPayloadV4`](./prague.m
84
69
85
70
#### Response
86
71
87
-
* result: [`InclusionListV1`](#InclusionListV1).
72
+
* result: `inclusionList`: `Array of DATA` - Array of transaction objects, each object is a byte list (`DATA`) representing `TransactionType || TransactionPayload` or `LegacyTransaction` as defined in [EIP-2718](https://eips.ethereum.org/EIPS/eip-2718).
88
73
* error: code and message set in case an exception happens while getting the inclusion list.
89
74
90
75
#### Specification
@@ -98,12 +83,12 @@ This method follows the same specification as [`engine_newPayloadV4`](./prague.m
2.`inclusionList`: `inclusionList`: `Array of DATA` - Array of transaction objects, each object is a byte list (`DATA`) representing `TransactionType || TransactionPayload` or `LegacyTransaction` as defined in [EIP-2718](https://eips.ethereum.org/EIPS/eip-2718).
0 commit comments