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.