From 89bd0246681a52cd2bbec3d3e1d76269ad535463 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Thu, 31 Aug 2023 16:59:22 -0700 Subject: [PATCH] docs: add missing field docs (#4446) --- crates/rpc/rpc-types/src/eth/engine/payload.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/rpc/rpc-types/src/eth/engine/payload.rs b/crates/rpc/rpc-types/src/eth/engine/payload.rs index 3026260d33..3cefc20bf4 100644 --- a/crates/rpc/rpc-types/src/eth/engine/payload.rs +++ b/crates/rpc/rpc-types/src/eth/engine/payload.rs @@ -604,8 +604,11 @@ impl From for ExecutionPayloadBodyV1 { #[derive(Clone, Debug, PartialEq, Eq, Serialize, Deserialize)] #[serde(rename_all = "camelCase")] pub struct PayloadAttributes { + /// Value for the `timestamp` field of the new payload pub timestamp: U64, + /// Value for the `prevRandao` field of the new payload pub prev_randao: H256, + /// Suggested value for the `feeRecipient` field of the new payload pub suggested_fee_recipient: Address, /// Array of [`Withdrawal`] enabled with V2 /// See