pub type PrivateKeySigner = LocalSigner<SigningKey<Secp256k1>>;
Expand description
Re-export commonly used types from alloy
.
A signer instantiated with a locally stored private key.
Aliased Typeยง
pub struct PrivateKeySigner { /* private fields */ }