Trait CryptoType

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

Re-export this since it’s part of the API of this crate. Type which has a particular kind of crypto associated with it.

Required Associated Types§

Source

type Pair: Pair

The pair key type of this crypto.

Implementations on Foreign Types§

Source§

impl CryptoType for Pair

Source§

impl CryptoType for Public

Source§

impl CryptoType for Signature

Source§

impl CryptoType for Pair

Source§

impl CryptoType for Public

Source§

impl CryptoType for Signature

Source§

impl CryptoType for Pair

Source§

impl CryptoType for Public

Source§

impl CryptoType for Signature

Implementors§

Source§

impl CryptoType for Dummy

Source§

impl CryptoType for tet_core::ecdsa::Pair

Source§

impl CryptoType for tet_core::ecdsa::Public

Source§

impl CryptoType for tet_core::ecdsa::Signature

Source§

impl CryptoType for tet_core::ed25519::Pair

Source§

impl CryptoType for tet_core::ed25519::Public

Source§

impl CryptoType for tet_core::ed25519::Signature

Source§

impl CryptoType for tp_runtime::testing::sr25519::Pair

Source§

impl CryptoType for tp_runtime::testing::sr25519::Public

Source§

impl CryptoType for tp_runtime::testing::sr25519::Signature

Source§

impl CryptoType for UintAuthorityId