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