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