[][src]Trait sp_application_crypto::AppPublic

pub trait AppPublic: AppKey + Public + Ord + PartialOrd + Eq + PartialEq + Debug + MaybeHash + Codec {
    type Generic: IsWrappedBy<Self> + Public + Ord + PartialOrd + Eq + PartialEq + Debug + MaybeHash + Codec;
}

A application's public key.

Associated Types

type Generic: IsWrappedBy<Self> + Public + Ord + PartialOrd + Eq + PartialEq + Debug + MaybeHash + Codec

The wrapped type which is just a plain instance of Public.

Loading content...

Implementors

impl AppPublic for sp_application_crypto::ed25519::AppPublic[src]

impl AppPublic for sp_application_crypto::sr25519::AppPublic[src]

Loading content...