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§
Implementations on Foreign Types§
Implementors§
Source§impl CryptoType for tet_core::ecdsa::Pair
Available on crate feature full_crypto only.
impl CryptoType for tet_core::ecdsa::Pair
Available on crate feature
full_crypto only.Source§impl CryptoType for tet_core::ed25519::Pair
Available on crate feature full_crypto only.
impl CryptoType for tet_core::ed25519::Pair
Available on crate feature
full_crypto only.Source§impl CryptoType for tp_runtime::testing::sr25519::Pair
Available on crate feature full_crypto only.
impl CryptoType for tp_runtime::testing::sr25519::Pair
Available on crate feature
full_crypto only.