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

pub trait CryptoType {
    type Pair: Pair;
}
[]

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

Associated Types

type Pair: Pair[]

The pair key type of this crypto.

Implementors

impl CryptoType for Dummy[src]

type Pair = Dummy

impl CryptoType for sp_core::ecdsa::Pair[src]

type Pair = Pair

impl CryptoType for sp_core::ecdsa::Public[src]

type Pair = Pair

impl CryptoType for sp_core::ecdsa::Signature[src]

type Pair = Pair

impl CryptoType for sp_core::ed25519::Pair[src]

type Pair = Pair

impl CryptoType for sp_core::ed25519::Public[src]

type Pair = Pair

impl CryptoType for sp_core::ed25519::Signature[src]

type Pair = Pair

impl CryptoType for sp_core::sr25519::Pair[src]

type Pair = Pair

impl CryptoType for sp_core::sr25519::Public[src]

type Pair = Pair

impl CryptoType for sp_core::sr25519::Signature[src]

type Pair = 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