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.
pub trait AppSignature: AppCrypto + Eq + PartialEq + Debug + Clone {
type Generic: IsWrappedBy<Self> + Eq + PartialEq + Debug;
}
Application-specific signature.