pub trait CryptoType { type Pair: Pair; }
Type which has a particular kind of crypto associated with it.
The pair key type of this crypto.