Trait sp_application_crypto::AppPublic[][src]

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

A application’s public key.

Associated Types

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

Implementors