[][src]Trait sp_runtime::CryptoType

pub trait CryptoType {
    type Pair: Pair;
}

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

Associated Types

type Pair: Pair

The pair key type of this crypto.

Loading content...

Implementations on Foreign Types

impl CryptoType for Signature[src]

type Pair = Pair

impl CryptoType for Signature[src]

type Pair = Pair

impl CryptoType for Pair[src]

type Pair = Pair

impl CryptoType for Pair[src]

type Pair = Pair

impl CryptoType for Public[src]

type Pair = Pair

impl CryptoType for Public[src]

type Pair = Pair

impl CryptoType for Public[src]

type Pair = Pair

impl CryptoType for Pair[src]

type Pair = Pair

impl CryptoType for Signature[src]

type Pair = Pair

impl CryptoType for Public[src]

type Pair = Pair

impl CryptoType for Signature[src]

type Pair = Pair

impl CryptoType for Pair[src]

type Pair = Pair

impl CryptoType for Pair[src]

type Pair = Pair

impl CryptoType for Public[src]

type Pair = Pair

impl CryptoType for Dummy[src]

type Pair = Dummy

impl CryptoType for Signature[src]

type Pair = Pair

Loading content...

Implementors

impl CryptoType for sp_runtime::testing::sr25519::Pair[src]

type Pair = Pair

impl CryptoType for sp_runtime::testing::sr25519::Public[src]

type Pair = Pair

impl CryptoType for sp_runtime::testing::sr25519::Signature[src]

type Pair = Pair

impl CryptoType for UintAuthorityId[src]

type Pair = Dummy

Loading content...