Skip to content

Commit

Permalink
Fix export SignedTransaction
Browse files Browse the repository at this point in the history
  • Loading branch information
emhane committed Oct 2, 2024
1 parent d28569f commit d7b0242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/primitives/src/traits/mod.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
//! Abstractions of primitive data types

pub mod block;
pub mod signed;
pub mod transaction;

pub use signed::SignedTransaction;
pub use transaction::signed::SignedTransaction;
pub use block::{body::BlockBody, Block};

pub use alloy_consensus::BlockHeader;

0 comments on commit d7b0242

Please sign in to comment.