1 2 3 4 5 6 7 8
//! The module provides various implementations of ethereum signer mod signer; pub use signer::*; #[cfg(feature = "wallet")] #[cfg_attr(docsrs, doc(cfg(feature = "wallet")))] pub mod wallet;