Trait sp_application_crypto::AppPublic
source · pub trait AppPublic: AppCrypto + Public + Debug + MaybeHash + Codec {
type Generic: IsWrappedBy<Self> + Public + Debug + MaybeHash + Codec;
}
Expand description
Application-specific public key.
Required Associated Types§
Object Safety§
This trait is not object safe.