Skip to content

Commit

Permalink
expose SendableTx in providers (alloy-rs#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
halo3mic authored and ben186 committed Jul 27, 2024
1 parent 630495d commit a379a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/provider/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ mod heart;
pub use heart::{PendingTransaction, PendingTransactionBuilder, PendingTransactionConfig};

mod provider;
pub use provider::{FilterPollerBuilder, Provider, RootProvider};
pub use provider::{FilterPollerBuilder, Provider, RootProvider, SendableTx};

mod wallet;
pub use wallet::WalletProvider;
Expand Down

0 comments on commit a379a40

Please sign in to comment.