Trait gclient::ext::sp_runtime::app_crypto::Signature

pub trait Signature:
    CryptoType
    + ByteArray
    + PartialEq
    + Eq
    + Clone
    + Send
    + Sync { }
Expand description

Trait suitable for cryptographic signatures.

Object Safety§

This trait is not object safe.

Implementors§

§

impl Signature for gclient::ext::sp_runtime::app_crypto::ecdsa::AppSignature

§

impl Signature for gclient::ext::sp_runtime::app_crypto::ed25519::AppSignature

§

impl Signature for gclient::ext::sp_runtime::app_crypto::sr25519::AppSignature

§

impl<const N: usize, SubTag> Signature for CryptoBytes<N, (SignatureTag, SubTag)>
where CryptoBytes<N, (SignatureTag, SubTag)>: CryptoType,