AppSignature

Trait AppSignature 

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

A application’s signature.

Required Associated Types§

Source

type Generic: IsWrappedBy<Self> + Eq + PartialEq + Debug + MaybeHash

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl AppSignature for tet_application_crypto::ecdsa::AppSignature

Source§

impl AppSignature for tet_application_crypto::ed25519::AppSignature

Source§

impl AppSignature for tet_application_crypto::sr25519::AppSignature