Skip to content

Commit

Permalink
chore: reexport BlobAndProofV1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Sep 18, 2024
1 parent 237693b commit e57eb86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/rpc-types-engine/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ pub use alloy_eips::eip6110::DepositRequest as DepositRequestV1;
#[doc(inline)]
pub use alloy_eips::eip7002::WithdrawalRequest as WithdrawalRequestV1;

#[doc(inline)]
pub use alloy_eips::eip4844::BlobAndProofV1;

/// The list of all supported Engine capabilities available over the engine endpoint.
///
/// Latest spec: Prague
Expand Down

0 comments on commit e57eb86

Please sign in to comment.