Pair

Type Alias Pair 

Source
pub type Pair = GenericPair<CryptoBytes<sp_core::::ecdsa::GenericPublic::{constant#0}, (PublicTag, EcdsaTag)>>;
Expand description

An ecdsa key pair using the blake2 algorithm for hashing the message.

Aliased Type§

pub struct Pair { /* private fields */ }

Trait Implementations§

Source§

impl From<Pair> for Pair

Source§

fn from(outer: Pair) -> Self

Converts to this type from the input type.