[][src]Trait sp_application_crypto::AppSignature

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

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

Loading content...

Implementors

impl AppSignature for sp_application_crypto::ed25519::AppSignature[src]

impl AppSignature for sp_application_crypto::sr25519::AppSignature[src]

Loading content...