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.

Associated Types

The pair key type of this crypto.

Implementations on Foreign Types

Implementors

impl CryptoType for Pair

impl CryptoType for Pair

impl CryptoType for Pair