Trait sp_runtime::CryptoType
source · 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.
pub trait CryptoType {
type Pair: Pair;
}
Re-export this since it’s part of the API of this crate. Type which has a particular kind of crypto associated with it.