pub fn try_payload_v2_to_block(
    payload: ExecutionPayloadV2,
) -> Result<Block, PayloadError>
Expand description