pub type LegacyKeyPair = Legacy<KeyPair>;Expand description
Key pair that may be serialized as uncompressed, used in legacy addresses only.
You probably want to use this alias instead of explicitly writing out the type.
Aliased Typeยง
pub struct LegacyKeyPair { /* private fields */ }