diff --git a/crates/rpc-types-beacon/src/relay.rs b/crates/rpc-types-beacon/src/relay.rs index 14920d1c61f..ae325a71c3f 100644 --- a/crates/rpc-types-beacon/src/relay.rs +++ b/crates/rpc-types-beacon/src/relay.rs @@ -225,6 +225,9 @@ pub struct BuilderBlockValidationRequestV3 { pub parent_beacon_block_root: B256, } +/// A Request to validate a [SubmitBlockRequest] +pub type BuilderBlockValidationRequestV4 = BuilderBlockValidationRequestV3; + /// Query for the GET `/relay/v1/data/bidtraces/proposer_payload_delivered` /// /// Provides [BidTrace]s for payloads that were delivered to proposers.