Trait sp_application_crypto::AppSignature
source · pub trait AppSignature: AppCrypto + Eq + PartialEq + Debug + Clone {
type Generic: IsWrappedBy<Self> + Eq + PartialEq + Debug;
}
Expand description
Application-specific signature.
Required Associated Types§
Object Safety§
This trait is not object safe.