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
/// See also <https://github.com/ethereum/execution-apis/blob/main/src/engine/prague.md#engine_getpayloadbodiesbyhashv2>
150
-
#[method(name = "getPayloadBodiesByHashV2")]
151
-
asyncfnget_payload_bodies_by_hash_v2(
152
-
&self,
153
-
block_hashes:Vec<BlockHash>,
154
-
) -> RpcResult<ExecutionPayloadBodiesV2>;
155
-
156
149
/// See also <https://github.com/ethereum/execution-apis/blob/6452a6b194d7db269bf1dbd087a267251d3cc7f8/src/engine/shanghai.md#engine_getpayloadbodiesbyrangev1>
157
150
///
158
151
/// Returns the execution payload bodies by the range starting at `start`, containing `count`
/// See also <https://github.com/ethereum/execution-apis/blob/main/src/engine/prague.md#engine_getpayloadbodiesbyrangev2>
176
-
///
177
-
/// Similar to `getPayloadBodiesByRangeV1`, but returns [`ExecutionPayloadBodiesV2`]
178
-
#[method(name = "getPayloadBodiesByRangeV2")]
179
-
asyncfnget_payload_bodies_by_range_v2(
180
-
&self,
181
-
start:U64,
182
-
count:U64,
183
-
) -> RpcResult<ExecutionPayloadBodiesV2>;
184
-
185
168
/// See also <https://github.com/ethereum/execution-apis/blob/6709c2a795b707202e93c4f2867fa0bf2640a84f/src/engine/paris.md#engine_exchangetransitionconfigurationv1>
186
169
///
187
170
/// Note: This method will be deprecated after the cancun hardfork:
/// Handler for `engine_getPayloadBodiesByRangeV1`
861
827
///
862
828
/// See also <https://github.com/ethereum/execution-apis/blob/6452a6b194d7db269bf1dbd087a267251d3cc7f8/src/engine/shanghai.md#engine_getpayloadbodiesbyrangev1>
/// Handler for `engine_exchangeTransitionConfigurationV1`
901
855
/// See also <https://github.com/ethereum/execution-apis/blob/3d627c95a4d3510a8187dd02e0250ecb4331d27e/src/engine/paris.md#engine_exchangeTransitionConfigurationV1>
0 commit comments