Trait sp_application_crypto::AppSignature [−][src]
pub trait AppSignature: AppKey + Eq + PartialEq + Debug + MaybeHash { type Generic: IsWrappedBy<Self> + Eq + PartialEq + Debug + MaybeHash; }
A application’s signature.
Associated Types
type Generic: IsWrappedBy<Self> + Eq + PartialEq + Debug + MaybeHash
[src]
The wrapped type which is just a plain instance of Signature
.
Implementors
impl AppSignature for sp_application_crypto::ecdsa::AppSignature
[src]
impl AppSignature for sp_application_crypto::ecdsa::AppSignature
[src]impl AppSignature for sp_application_crypto::ed25519::AppSignature
[src]
impl AppSignature for sp_application_crypto::ed25519::AppSignature
[src]impl AppSignature for sp_application_crypto::sr25519::AppSignature
[src]
impl AppSignature for sp_application_crypto::sr25519::AppSignature
[src]