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