Skip to content

Commit

Permalink
chore: reexport receipt types
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Apr 3, 2024
1 parent bfd0fda commit 8e46ddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/rpc-types/src/eth/transaction/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pub mod optimism;
pub use optimism::OptimismTransactionReceiptFields;

mod receipt;
pub use alloy_consensus::{Receipt, ReceiptEnvelope, ReceiptWithBloom};
pub use receipt::TransactionReceipt;

pub mod request;
Expand Down

0 comments on commit 8e46ddb

Please sign in to comment.