Trait sp_application_crypto::AppSignature
source · pub trait AppSignature: AppCrypto + Eq + PartialEq + Debug {
type Generic: IsWrappedBy<Self> + Eq + PartialEq + Debug;
}
Expand description
A application’s signature.
pub trait AppSignature: AppCrypto + Eq + PartialEq + Debug {
type Generic: IsWrappedBy<Self> + Eq + PartialEq + Debug;
}
A application’s signature.