pub type EthSigner = SignerMiddleware<Provider<Http>, Wallet<SigningKey>>;
struct EthSigner { /* private fields */ }