Trait gclient::ext::sp_runtime::app_crypto::CryptoType
pub trait CryptoType {
type Pair: Pair;
}
Expand description
Type which has a particular kind of crypto associated with it.
pub trait CryptoType {
type Pair: Pair;
}
Type which has a particular kind of crypto associated with it.