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

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

Required Associated Types§

type Pair: Pair

The pair key type of this crypto.

Implementors§

§

impl CryptoType for Dummy

§

type Pair = Dummy

§

impl CryptoType for gclient::ext::sp_runtime::app_crypto::ecdsa::AppPair

§

type Pair = Pair

§

impl CryptoType for gclient::ext::sp_runtime::app_crypto::ecdsa::AppPublic

§

type Pair = Pair

§

impl CryptoType for gclient::ext::sp_runtime::app_crypto::ecdsa::AppSignature

§

type Pair = Pair

§

impl CryptoType for gclient::ext::sp_runtime::app_crypto::ecdsa::Pair

§

type Pair = Pair

§

impl CryptoType for gclient::ext::sp_runtime::app_crypto::ecdsa::Public

§

type Pair = Pair

§

impl CryptoType for gclient::ext::sp_runtime::app_crypto::ecdsa::Signature

§

type Pair = Pair

§

impl CryptoType for gclient::ext::sp_runtime::app_crypto::ed25519::AppPair

§

type Pair = Pair

§

impl CryptoType for gclient::ext::sp_runtime::app_crypto::ed25519::AppPublic

§

type Pair = Pair

§

impl CryptoType for gclient::ext::sp_runtime::app_crypto::ed25519::AppSignature

§

type Pair = Pair

§

impl CryptoType for gclient::ext::sp_runtime::app_crypto::ed25519::Pair

§

type Pair = Pair

§

impl CryptoType for gclient::ext::sp_runtime::app_crypto::ed25519::Public

§

type Pair = Pair

§

impl CryptoType for gclient::ext::sp_runtime::app_crypto::ed25519::Signature

§

type Pair = Pair

§

impl CryptoType for gclient::ext::sp_runtime::app_crypto::sr25519::AppPair

§

type Pair = Pair

§

impl CryptoType for gclient::ext::sp_runtime::app_crypto::sr25519::AppPublic

§

type Pair = Pair

§

impl CryptoType for gclient::ext::sp_runtime::app_crypto::sr25519::AppSignature

§

type Pair = Pair

§

impl CryptoType for gclient::ext::sp_runtime::app_crypto::sr25519::Pair

§

type Pair = Pair

§

impl CryptoType for gclient::ext::sp_runtime::app_crypto::sr25519::Public

§

type Pair = Pair

§

impl CryptoType for gclient::ext::sp_runtime::app_crypto::sr25519::Signature

§

type Pair = Pair

§

impl CryptoType for UintAuthorityId

§

type Pair = Dummy