alloy_signer_local

Type Alias PrivateKeySigner

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

A signer instantiated with a locally stored private key.

Aliased Typeยง

struct PrivateKeySigner { /* private fields */ }