We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 751b511 commit 281cefbCopy full SHA for 281cefb
src/lib.rs
@@ -2,8 +2,8 @@ use alloy_transport::{RpcError, TransportErrorKind};
2
use eth_trie::TrieError;
3
4
mod rpc;
5
-mod tx;
6
-mod tx_receipt;
+pub mod tx;
+pub mod tx_receipt;
7
pub mod tx_receipt_trie;
8
pub mod tx_trie;
9
0 commit comments