Trait gclient::ext::sp_core::paired_crypto::SignatureBound

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.

Implementors§

§

impl<T> SignatureBound for T
where T: ByteArray,