Trait sp_core::crypto::CryptoType[][src]

pub trait CryptoType {
    type Pair: Pair;
}
Expand description

Type which has a particular kind of crypto associated with it.

Associated Types

The pair key type of this crypto.

Implementors

impl CryptoType for Public

impl CryptoType for Signature

impl CryptoType for Pair

impl CryptoType for Public

impl CryptoType for Signature

impl CryptoType for Pair

impl CryptoType for Public

impl CryptoType for Signature

impl CryptoType for Pair

impl CryptoType for Public

impl CryptoType for Signature

impl CryptoType for Pair