Trait gclient::ext::sp_runtime::app_crypto::CryptoType

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 CryptoBytes<sp_core::::ecdsa::Public::{constant#0}, (PublicTag, EcdsaTag)>

§

type Pair = Pair

§

impl CryptoType for CryptoBytes<sp_core::::ecdsa::Signature::{constant#0}, (SignatureTag, EcdsaTag)>

§

type Pair = Pair

§

impl CryptoType for CryptoBytes<sp_core::::ed25519::Public::{constant#0}, (PublicTag, Ed25519Tag)>

§

type Pair = Pair

§

impl CryptoType for CryptoBytes<sp_core::::ed25519::Signature::{constant#0}, (SignatureTag, Ed25519Tag)>

§

type Pair = Pair

§

impl CryptoType for CryptoBytes<sp_core::::sr25519::Signature::{constant#0}, (SignatureTag, Sr25519Tag)>

§

type Pair = Pair

§

impl CryptoType for UintAuthorityId

§

type Pair = CryptoBytes<0, DummyTag>

§

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::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::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