Trait sp_core::crypto::Signature

source ·
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§

source§

impl Signature for Dummy

source§

impl<const N: usize, SubTag> Signature for SignatureBytes<N, SubTag>
where Self: CryptoType,