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; }
A application’s public key.
Associated Types
type Generic: IsWrappedBy<Self> + Public + Ord + PartialOrd + Eq + PartialEq + Debug + MaybeHash + Codec
[src]
The wrapped type which is just a plain instance of Public
.
Implementors
Loading content...