Trait CryptoType
Other items insp_core::crypto
pub trait CryptoType { type Pair: Pair; }
Type which has a particular kind of crypto associated with it.
type Pair: Pair
The pair key type of this crypto.
impl CryptoType for sp_core::ecdsa::Pair
impl CryptoType for sp_core::ecdsa::Public
impl CryptoType for sp_core::ecdsa::Signature
impl CryptoType for sp_core::ed25519::Pair
impl CryptoType for sp_core::ed25519::Public
impl CryptoType for sp_core::ed25519::Signature
impl CryptoType for sp_core::sr25519::Pair
impl CryptoType for sp_core::sr25519::Public
impl CryptoType for sp_core::sr25519::Signature
impl CryptoType for Dummy