Type Alias PrivateKeySigner

Source
pub type PrivateKeySigner = LocalSigner<SigningKey<Secp256k1>>;
Expand description

A signer instantiated with a locally stored private key.

Aliased Typeยง

pub struct PrivateKeySigner { /* private fields */ }