Trait sp_application_crypto::AppSignature[][src]

pub trait AppSignature: AppKey + Eq + PartialEq + Debug + MaybeHash {
    type Generic: IsWrappedBy<Self> + Eq + PartialEq + Debug + MaybeHash;
}
Expand description

A application’s signature.

Associated Types

The wrapped type which is just a plain instance of Signature.

Implementors