Trait sp_application_crypto::AppPublic
source · pub trait AppPublic: AppCrypto + 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.
Required Associated Types§
Object Safety§
This trait is not object safe.