Trait sp_runtime::CryptoType
pub trait CryptoType {
type Pair: Pair;
}
Expand description
Re-export this since it’s part of the API of this crate. Type which has a particular kind of crypto associated with it.
Required Associated Types§
type Pair: Pair
type Pair: Pair
The pair key type of this crypto.