Trait sp_core::paired_crypto::SignatureBound
source · pub trait SignatureBound: ByteArray { }
Expand description
Trait characterizing a signature which could be used as individual component of an
paired_crypto:Signature
pair.
Object Safety§
This trait is not object safe.