1pub mod error; 2pub mod signer; 3 4pub use error::SignerError; 5pub use signer::{Signer, SignerTrait};